paper-with-me

홈 › Papers

FlowQA: Grasping Flow in History for Conversational Machine Comprehension

2018-10-06 · ICLR 2019 5 · Hsin-Yuan Huang, Eunsol Choi, Wen-tau Yih

Conversational machine comprehension requires the understanding of the conversation history, such as previous question/answer pairs, the document context, and the current question. To enable traditional, single-turn models to encode the history comprehensively, we introduce Flow, a mechanism that can incorporate intermediate representations generated during the process of answering previous questions, through an alternating parallel processing structure. Compared to approaches that concatenate previous questions/answers as input, Flow integrates the latent semantics of the conversation history more deeply. Our model, FlowQA, shows superior performance on two recently proposed conversational challenges (+7.2% F1 on CoQA and +4.0% on QuAC). The effectiveness of Flow also shows in other tasks. By reducing sequential instruction understanding to conversational machine comprehension, FlowQA outperforms the best models on all three domains in SCONE, with +1.8% to +4.4% improvement in accuracy.

📄 PDF Abstract BibTeX arXiv:1810.06683

Code (1)

momohuang/FlowQA 공식 구현 pytorch

Tasks

Question AnsweringReading ComprehensionSpoken Language Understanding

Similar Papers 제목 키워드 기반

FlowDelta: Modeling Flow Information Gain in Reasoning for Conversational Machine Comprehension

2019-08-14 · WS 2019 11 · Yi-Ting Yeh, Yun-Nung Chen

Conversational machine comprehension requires deep understanding of the dialogue flow, and the prior work proposed FlowQA to implicitly model the context representations in reasoning for better understanding. This paper …

Reading Comprehension

GraphFlow: Exploiting Conversation Flow with Graph Neural Networks for Conversational Machine Comprehension

2019-07-31 · Yu Chen, Lingfei Wu, Mohammed J. Zaki

Conversational machine comprehension (MC) has proven significantly more challenging compared to traditional MC since it requires better utilization of conversation history. However, most existing approaches do not effect…

Graph Neural NetworkGraph structure learningMachine Reading ComprehensionReading Comprehension

CoHS-CQG: Context and History Selection for Conversational Question Generation

2022-09-14 · COLING 2022 10 · Xuan Long Do, Bowei Zou, Liangming Pan, Nancy F. Chen 외

Conversational question generation (CQG) serves as a vital task for machines to assist humans, such as interactive reading comprehension, through conversations. Compared to traditional single-turn question generation (SQ…

Question GenerationQuestion-GenerationReading Comprehension

Interconnected Question Generation with Coreference Alignment and Conversation Flow Modeling

2019-06-17 · ACL 2019 7 · Yifan Gao, Piji Li, Irwin King, Michael R. Lyu

We study the problem of generating interconnected questions in question-answering style conversations. Compared with previous works which generate questions based on a single sentence (or paragraph), this setting is diff…

Question AnsweringQuestion GenerationQuestion-GenerationSentence

Ditch the Gold Standard: Re-evaluating Conversational Question Answering

2021-12-16 · ACL 2022 5 · Huihan Li, Tianyu Gao, Manan Goenka, Danqi Chen

Conversational question answering aims to provide natural-language answers to users in information-seeking conversations. Existing conversational QA benchmarks compare models with pre-collected human-human conversations,…

Conversational Question AnsweringQuestion AnsweringQuestion Rewriting