paper-with-me

홈 › Papers

Modeling What-to-ask and How-to-ask for Answer-unaware Conversational Question Generation

2023-05-04 · Xuan Long Do, Bowei Zou, Shafiq Joty, Anh Tai Tran, Liangming Pan, Nancy F. Chen, Ai Ti Aw

Conversational Question Generation (CQG) is a critical task for machines to assist humans in fulfilling their information needs through conversations. The task is generally cast into two different settings: answer-aware and answer-unaware. While the former facilitates the models by exposing the expected answer, the latter is more realistic and receiving growing attentions recently. What-to-ask and how-to-ask are the two main challenges in the answer-unaware setting. To address the first challenge, existing methods mainly select sequential sentences in context as the rationales. We argue that the conversation generated using such naive heuristics may not be natural enough as in reality, the interlocutors often talk about the relevant contents that are not necessarily sequential in context. Additionally, previous methods decide the type of question to be generated (boolean/span-based) implicitly. Modeling the question type explicitly is crucial as the answer, which hints the models to generate a boolean or span-based question, is unavailable. To this end, we present SG-CQG, a two-stage CQG framework. For the what-to-ask stage, a sentence is selected as the rationale from a semantic graph that we construct, and extract the answer span from it. For the how-to-ask stage, a classifier determines the target answer type of the question via two explicit control signals before generating and filtering. In addition, we propose Conv-Distinct, a novel evaluation metric for CQG, to evaluate the diversity of the generated conversation from a context. Compared with the existing answer-unaware CQG models, the proposed SG-CQG achieves state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2305.03088

Code (1)

dxlong2000/sg-cqg 공식 구현

Tasks

Question GenerationQuestion-GenerationSentence

Similar Papers 제목 키워드 기반

Towards Answer-unaware Conversational Question Generation

2019-11-01 · WS 2019 11 · Mao Nakanishi, Tetsunori Kobayashi, Yoshihiko Hayashi

Conversational question generation is a novel area of NLP research which has a range of potential applications. This paper is first to presents a framework for conversational question generation that is unaware of the co…

Question GenerationQuestion-Generation

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

Building Open-Retrieval Conversational Question Answering Systems by Generating Synthetic Data and Decontextualizing User Questions

2025-07-07 · Christos Vlachos, Nikolaos Stylianou, Alexandra Fiotaki, Spiros Methenitis 외 arxiv

We consider open-retrieval conversational question answering (OR-CONVQA), an extension of question answering where system responses need to be (i) aware of dialog history and (ii) grounded in documents (or document fragm…

Conversational Question Answering

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

MarCQAp: Effective Context Modeling for Conversational Question Answering

2021-11-16 · ACL ARR November 2021 11 · Anonymous

State-of-the-art models for Document-grounded Conversational Question Answering (DCQA) are based on the Transformer architecture. This raises two open issues: (a) Is it sufficient to concatenate the dialog history and th…

Conversational Question AnsweringQuestion Answering