paper-with-me

홈 › Papers

QuAC : Question Answering in Context

2018-08-21 · Eunsol Choi, He He, Mohit Iyyer, Mark Yatskar, Wen-tau Yih, Yejin Choi, Percy Liang, Luke Zettlemoyer

We present QuAC, a dataset for Question Answering in Context that contains 14K information-seeking QA dialogs (100K questions in total). The dialogs involve two crowd workers: (1) a student who poses a sequence of freeform questions to learn as much as possible about a hidden Wikipedia text, and (2) a teacher who answers the questions by providing short excerpts from the text. QuAC introduces challenges not found in existing machine comprehension datasets: its questions are often more open-ended, unanswerable, or only meaningful within the dialog context, as we show in a detailed qualitative evaluation. We also report results for a number of reference models, including a recently state-of-the-art reading comprehension architecture extended to model dialog context. Our best model underperforms humans by 20 F1, suggesting that there is significant room for future work on this data. Dataset, baseline, and leaderboard available at http://quac.ai.

📄 PDF Abstract BibTeX arXiv:1808.07036

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

QuAC: Question Answering in Context

2018-10-01 · EMNLP 2018 10 · Eunsol Choi, He He, Mohit Iyyer, Mark Yatskar 외

We present QuAC, a dataset for Question Answering in Context that contains 14K information-seeking QA dialogs (100K questions in total). The dialogs involve two crowd workers: (1) a student who poses a sequence of freefo…

Question AnsweringReading Comprehension

An Empirical Study of Content Understanding in Conversational Question Answering

2019-09-24 · Ting-Rui Chiang, Hao-Tong Ye, Yun-Nung Chen

With a lot of work about context-free question answering systems, there is an emerging trend of conversational question answering models in the natural language processing field. Thanks to the recently collected datasets…

Conversational Question AnsweringQuestion Answering

Can You Unpack That? Learning to Rewrite Questions-in-Context

2019-11-01 · IJCNLP 2019 11 · Ahmed Elgohary, Denis Peskov, Jordan Boyd-Graber

Question answering is an AI-complete problem, but existing datasets lack key elements of language understanding such as coreference and ellipsis resolution. We consider sequential question answering: multiple questions a…

Question Answering

Open-Domain Conversational Question Answering with Historical Answers

2022-11-17 · Hung-Chieh Fang, Kuo-Han Hung, Chao-Wei Huang, Yun-Nung Chen

Open-domain conversational question answering can be viewed as two tasks: passage retrieval and conversational question answering, where the former relies on selecting candidate passages from a large corpus and the latte…

Conversational Question AnsweringPassage RetrievalQuestion AnsweringRetrieval

Question Rewriting for Conversational Question Answering

2020-04-30 · Svitlana Vakulenko, Shayne Longpre, Zhucheng Tu, Raviteja Anantha

Conversational question answering (QA) requires the ability to correctly interpret a question in the context of previous conversation turns. We address the conversational QA task by decomposing it into question rewriting…

Conversational Question AnsweringPassage RetrievalQuestion AnsweringQuestion Rewriting+1