Interconnected Question Generation with Coreference Alignment and Conversation Flow Modeling
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 different in two major aspects: (1) Questions are highly conversational. Almost half of them refer back to conversation history using coreferences. (2) In a coherent conversation, questions have smooth transitions between turns. We propose an end-to-end neural model with coreference alignment and conversation flow modeling. The coreference alignment modeling explicitly aligns coreferent mentions in conversation history with corresponding pronominal references in generated questions, which makes generated questions interconnected to conversation history. The conversation flow modeling builds a coherent conversation by starting questioning on the first few sentences in a text passage and smoothly shifting the focus to later parts. Extensive experiments show that our system outperforms several baselines and can generate highly conversational questions. The code implementation is released at https://github.com/Evan-Gao/conversational-QG.
Code (1)
Tasks
Question AnsweringQuestion GenerationQuestion-GenerationSentenceSimilar Papers 제목 키워드 기반
ChainCQG: Flow-Aware Conversational Question Generation
Conversational systems enable numerous valuable applications, and question-answering is an important component underlying many of these. However, conversational question-answering remains challenging due to the lack of r…
Conversational Question AnsweringQuestion AnsweringQuestion GenerationQuestion-GenerationCoQA: A Conversational Question Answering Challenge
Humans gather information by engaging in conversations involving a series of interconnected questions and answers. For machines to assist in information gathering, it is therefore essential to enable them to answer conve…
8kConversational Question AnsweringGenerative Question AnsweringQuestion Answering+1Active Learning and Multi-label Classification for Ellipsis and Coreference Detection in Conversational Question-Answering
In human conversations, ellipsis and coreference are commonly occurring linguistic phenomena. Although these phenomena are a mean of making human-machine conversations more fluent and natural, only few dialogue corpora c…
Active LearningConversational Question AnsweringMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1Learning to Ask More: Semi-Autoregressive Sequential Question Generation under Dual-Graph Interaction
Traditional Question Generation (TQG) aims to generate a question given an input passage and an answer. When there is a sequence of answers, we can perform Sequential Question Generation (SQG) to produce a series of inte…
Question GenerationQuestion-GenerationSpoken Conversational Search for General Knowledge
We present a spoken conversational question answering proof of concept that is able to answer questions about general knowledge from Wikidata. The dialogue component does not only orchestrate various components but also …
Conversational Question AnsweringConversational SearchGeneral KnowledgeQuestion Answering