paper-with-me

홈 › Papers

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, Shafiq Joty, Ai Ti Aw

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 (SQG), CQG is more challenging in the sense that the generated question is required not only to be meaningful, but also to align with the occurred conversation history. While previous studies mainly focus on how to model the flow and alignment of the conversation, there has been no thorough study to date on which parts of the context and history are necessary for the model. We argue that shortening the context and history is crucial as it can help the model to optimise more on the conversational alignment property. To this end, we propose CoHS-CQG, a two-stage CQG framework, which adopts a CoHS module to shorten the context and history of the input. In particular, CoHS selects contiguous sentences and history turns according to their relevance scores by a top-p strategy. Our model achieves state-of-the-art performances on CoQA in both the answer-aware and answer-unaware settings.

📄 PDF Abstract BibTeX arXiv:2209.06652

Code (1)

dxlong2000/cohs-cqg 공식 구현 pytorch

Tasks

Question GenerationQuestion-GenerationReading Comprehension

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Learning to Select the Relevant History Turns in Conversational Question Answering

2023-08-04 · Munazza Zaib, Wei Emma Zhang, Quan Z. Sheng, Subhash Sagar 외

The increasing demand for the web-based digital assistants has given a rapid rise in the interest of the Information Retrieval (IR) community towards the field of conversational question answering (ConvQA). However, one …

Binary ClassificationConversational Question AnsweringInformation RetrievalQuestion Answering

Role of Attentive History Selection in Conversational Information Seeking

2021-02-07 · Somil Gupta, Neeraj Sharma

The rise of intelligent assistant systems like Siri and Alexa have led to the emergence of Conversational Search, a research track of Information Retrieval (IR) that involves interactive and iterative information-seeking…

Conversational SearchInformation RetrievalRetrieval

Combining Impression Feature Representation for Multi-turn Conversational Question Answering

2020-10-01 · CCL 2020 10 · Shaoling Jing, Shibo Hong, Dongyan Zhao, Haihua Xie 외

Multi-turn conversational Question Answering (ConvQA) is a practical task that requires the understanding of conversation history, such as previous QA pairs, the passage context, and current question. It can be applied t…

Conversational Question Answeringfeature selectionQuestion Answering

Attentive History Selection for Conversational Question Answering

2019-08-26 · Chen Qu, Liu Yang, Minghui Qiu, Yongfeng Zhang 외

Conversational question answering (ConvQA) is a simplified but concrete setting of conversational search. One of its major challenges is to leverage the conversation history to understand and answer the current question.…

Conversational Question AnsweringConversational SearchMulti-Task LearningPosition+1

BERT-CoQAC: BERT-based Conversational Question Answering in Context

2021-04-23 · Munazza Zaib, Dai Hoang Tran, Subhash Sagar, Adnan Mahmood 외

As one promising way to inquire about any particular information through a dialog with the bot, question answering dialog systems have gained increasing research interests recently. Designing interactive QA systems has a…

Conversational Question AnsweringLanguage ModellingNatural Language UnderstandingQuestion Answering+1