paper-with-me

홈 › Papers

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 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.

📄 PDF Abstract BibTeX arXiv:1906.06893

Code (1)

Evan-Gao/conversational-QG 공식 구현 pytorch

Tasks

Question AnsweringQuestion GenerationQuestion-GenerationSentence

Similar Papers 제목 키워드 기반

ChainCQG: Flow-Aware Conversational Question Generation

2021-02-04 · EACL 2021 2 · Jing Gu, Mostafa Mirshekari, Zhou Yu, Aaron Sisto

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-Generation

CoQA: A Conversational Question Answering Challenge

2018-08-21 · TACL 2019 3 · Siva Reddy, Danqi Chen, Christopher D. Manning

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+1

Active Learning and Multi-label Classification for Ellipsis and Coreference Detection in Conversational Question-Answering

2022-07-07 · Quentin Brabant, Lina Maria Rojas-Barahona, Claire Gardent

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+1

Learning to Ask More: Semi-Autoregressive Sequential Question Generation under Dual-Graph Interaction

2020-07-01 · ACL 2020 6 · Zi Chai, Xiaojun Wan

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-Generation

Spoken Conversational Search for General Knowledge

2019-09-26 · WS 2019 9 · Lina M. Rojas-Barahona, Pascal Bellec, Benoit Besset, Martinho Dos-Santos 외

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