[Notes] [Special Course in Software Engineering 2022-23] Lecture 2 Video2

时间:2022年9月1日
作者:小芋圆
课程:Special Course in Software Engineering 2022-23
内容:关于该课程的video2的笔记
学习资料、源文件来源于奥卢大学。

1. basic technique on how chatbots understand what the user is trying to tell to the chatbots

two category of user input :

  • by text input: keyboard , …
  • by speech context : 麦克风,处理器,…

2. spoken/speech as an input modality

this process is called automatic speech recognition (AKA ASR)

  • ASR = speech signal processing + pattern recognition
  • from speech signal --convert–to–>signal chatbot can understanded
  • it’s based on calculate probabilities, rather than key words. 所以没有标准答案(100% correct ),只有更可能的答案

3. ASR process

在这里插入图片描述
没什么好说的,如图:

  1. [speech signal processing]用户说话
  2. [speech signal processing]麦克风接收
  3. [speech signal processing]麦克风的信号
  4. [speech signal processing]被转换成数字信号
  5. [pattern recognition ]被recognition 为phonemes words

4. an example of what kind of models ASRmight use in converting speech signal into actual language

在这里插入图片描述
还没有太看懂
https://ionathan-hui.medium.com/speech-recognition-gmmhmm-8bb5eff8b196

5. challenges/why cannot arrive 100% accuracy

language is very flexible and dynamic .
it’s high context dependence .
if this ASR需要适用于所有人而非特定群体,那么有以下challenges:
在这里插入图片描述
其中,第二条speech impediment , i.e. 平翘舌不分,说话漏风,…

6. basic methods of text processing/understand text input

2 methods :

  • rule -based approach
    在这里插入图片描述
  • nature language processing (AKA NLP)

7. basic concepts of NLP

as the following 5 concepts :
在这里插入图片描述

7.1 tokenization

在这里插入图片描述
for Chinese tokenization :(去看文献)
在这里插入图片描述

7.2 stemming and lemmatization

tokenizationstemming and lemmatization
分词recognition the basic form of the word
stemminglemmatization
机械,去掉末尾意译
cars -> carbetter -> good

An online stemming and lemmatization tool: snowball
在这里插入图片描述

7.3 Part-of-Speech tagging (AKA POS tagging)(划分词性)

i.e.
在这里插入图片描述

7.4 chunking / vector semantics (上下文划分)

form words to sentence even to means / intents
通过上下文出现次数的方法,构建坐标系(横纵坐标为两个词),那么每个其他词都可得到坐标(x,y)(x为与横坐标词上下文出现次数,y为与纵坐标词上下文出现次数)
在这里插入图片描述
因此,斜率可表示与横纵坐标的相似程度
在这里插入图片描述

7.5 named entity recognition

i.e 1
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
i.e.2
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

8. summary

  1. speech recognition --> ASR
  2. text recognition --> NLP
  3. tools as examples
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值