SITCON
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Help
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
--- GA: UA-34467841-15 --- NLP 陪聊 AI 培育法 - 怡升 Eason === <blockquote> 想要自己打造聊天機器人(Chatbot)來陪你聊天嗎? 在此演講中,講者將介紹最新最火的 AI NLP 技術原理與應用,並說明如何透過文字生成模型打造可以陪你聊天的 AI 聊天機器人。 講者也將分享在設計聊天機器人系統時的心路歷程,與從中發現的秘訣、巧思、與地雷。 希望聽完演講的你,可以對 NLP 相關知識有更多的了解,且能從講者的聊天機器人系統中得到啟發,設計出好用的服務。 ## 目標聽眾 1. 對 AI, NLP, Chatbot, Python 有興趣、想了解相關主題是在做什麼的高中、大學生。 2. 想要尋找專題或 Side Project 靈感的研究生、大學生、工程師。 3. 有在看動漫、漫畫、輕小說的人。 ## 先備知識 無 本演講對不同的受眾準備不同的知識點與吸引元素。 舉例來說:原理說明時會提到 NLP 的相關技術,需要些許先備知識,如神經機率語言模型部分會講到條件機率、特徵向量機制會講到線性代數,不僅幫助專業人士理解原理,也有助資工相關科系學生明白該二科目的應用場景,以致於提高學習動機。 而設計巧思段落,則是給對 UX/UI 感興趣的聽眾聽的,內含心理學與認知科學的觀點。 對於不懂或不感興趣的人,較專業的段落都只有一小段,前後都是笑話與故事襯托,聽的一知半解也不影響後續的理解,甚至有助於提高未來學習相關知識的動機。因此聽此演講無須先備知識。 </blockquote> ###### tags: `SITCON 2021 共筆` `SITCON 2021` `2021` `共筆` `R0` {%hackmd 8guaVQ0CRbaeUldFwc_8Ow %} > [sli.do NLP 陪聊 AI 培育法](https://sli.do/olrt5thb) #SITCON21-T02 投影片連結: https://tg.pe/x3PL 講者臉書(歡迎聯絡): https://www.facebook.com/EasonC13/ Demo 平台: https://chatbot.eason.tw 算機率的連結: https://demo.allennlp.org/next-token-lm # QNA (可寫在 Slido 也可寫在這 Q: 特徵向量機制能處理一字多義的情況嗎 A: 可以但不是用我剛剛說的方法,會用神經網路參考前後文去生成 Embedding,詳細可以看李鴻毅老師的影片,有一部在講這個(連結一時找不到,只記得他玩了尼祿的梗) Q: 網路聊天時會時常省略標點符號,那在用網路上的資料集訓練出的模型是否能夠正確的應對網路上的這種聊天方式? A: 可用資料增強,把原本有標點符號的資料,改成沒標點符號的來 Train,或者就拿網路聊天的資料來用 Q: 在模型架構中只有看到用 bert 增進 coherence, 但並沒有加強使用產生增進陪聊機器人所需的特質, 如 empathy, emotion expression 等 A: 特質部分是由 Flag 去做調整的 Q:但根據投影片,預測時也需輸入FLAG,我的理解是 FLAG 是預先設定的,這個陪聊機器人沒有能自己理解使用者言語所要表達的情緒的機能嗎? A: 沒有,這要另外套一個情緒分類模型 Q: 在代名詞的識別上模型是否能夠正確的預測? 例如那個、這個、上一個這樣 A: 有專門的工具庫可以視覺化神經網路的注意力情況,可透過注意力強度,判斷模型是否有正確的偵測代名詞 https://github.com/jessevig/bertviz

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully