Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learning to Paraphrase for Question Answering, Dong+, EMNLP'17 #275

Open
AkihikoWatanabe opened this issue Jun 29, 2018 · 2 comments
Open

Comments

@AkihikoWatanabe
Copy link
Owner

https://arxiv.org/abs/1708.06022

@AkihikoWatanabe
Copy link
Owner Author

AkihikoWatanabe commented Jun 29, 2018

question-answeringタスクにおいて、paraphrasingを活用して精度向上させる研究
似たような意味の質問が、異なる表現で出現することがあるので、
questionの様々なparaphrasingを用意して活用したいという気持ち。
たとえば、

  • Is the campus far from Shibuya?
  • Is the campus near the city center?

のような例があげられる。

手法としては、paraphrasing modelとqa modelを用意し、あるquestionが与えられたときに、paraphrasing modelでparaphraseのスコアを算出、その後、各paraphrasingの候補に対してqa modelで解答を予測し、両者のスコアの積のsummationによって最終的なanswerを決定

@AkihikoWatanabe
Copy link
Owner Author

QAはデータセットのサイズが小さいので、paraphrasingのような手法が有効に働いているのかもしれない

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant