Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Confidence Modeling for Neural Semantic Parsing #122

Open
tm4roon opened this issue Sep 12, 2020 · 0 comments
Open

Confidence Modeling for Neural Semantic Parsing #122

tm4roon opened this issue Sep 12, 2020 · 0 comments
Labels
Semantic Parsing Semantic Parsing
Projects

Comments

@tm4roon
Copy link
Owner

tm4roon commented Sep 12, 2020

Confidence Modeling for Neural Semantic Parsing

本論文ではSemantic Parsingにおける出力の確信度/不確かさを測る方法として、次の3つの観点に着目している.

  • Model: テスト時にもDropoutを利用し、出力分布の摂動を測るなど.
  • Data: 入力文の一部にマスクをかけて、その際の出力分布の摂動を測るなど.
  • Input: 出力分布の分散やエントロピーを利用して測るなど.

また、不確かさが入力文のどの部分から発生しているのかを出力から逆算する、Uncertainty Backpropagationを提案している. 結果として、アテンション機構を利用するよりもうまく不確かさを検出できる.

文献情報

@tm4roon tm4roon added the Semantic Parsing Semantic Parsing label Sep 12, 2020
@tm4roon tm4roon added this to 2018 in ACL Sep 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Semantic Parsing Semantic Parsing
Projects
ACL
2018
Development

No branches or pull requests

1 participant