paper-with-me

홈 › Papers

Realistic Conversational Question Answering with Answer Selection based on Calibrated Confidence and Uncertainty Measurement

2023-02-10 · Soyeong Jeong, Jinheon Baek, Sung Ju Hwang, Jong C. Park

Conversational Question Answering (ConvQA) models aim at answering a question with its relevant paragraph and previous question-answer pairs that occurred during conversation multiple times. To apply such models to a real-world scenario, some existing work uses predicted answers, instead of unavailable ground-truth answers, as the conversation history for inference. However, since these models usually predict wrong answers, using all the predictions without filtering significantly hampers the model performance. To address this problem, we propose to filter out inaccurate answers in the conversation history based on their estimated confidences and uncertainties from the ConvQA model, without making any architectural changes. Moreover, to make the confidence and uncertainty values more reliable, we propose to further calibrate them, thereby smoothing the model predictions. We validate our models, Answer Selection-based realistic Conversation Question Answering, on two standard ConvQA datasets, and the results show that our models significantly outperform relevant baselines. Code is available at: https://github.com/starsuzi/AS-ConvQA.

📄 PDF Abstract BibTeX arXiv:2302.05137

Code (1)

starsuzi/as-convqa 공식 구현 pytorch

Tasks

Answer SelectionConversational Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

Do not let the history haunt you: Mitigating Compounding Errors in Conversational Question Answering

2020-05-01 · LREC 2020 5 · M, Angrosh ya, James O{'} Neill, Danushka Bollegala 외

The Conversational Question Answering (CoQA) task involves answering a sequence of inter-related conversational questions about a contextual paragraph. Although existing approaches employ human-written ground-truth answe…

Conversational Question AnsweringQuestion Answering

Do not let the history haunt you -- Mitigating Compounding Errors in Conversational Question Answering

2020-05-12 · Angrosh Mandya, James O'Neill, Danushka Bollegala, Frans Coenen

The Conversational Question Answering (CoQA) task involves answering a sequence of inter-related conversational questions about a contextual paragraph. Although existing approaches employ human-written ground-truth answe…

Conversational Question AnsweringQuestion Answering

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

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

A Wrong Answer or a Wrong Question? An Intricate Relationship between Question Reformulation and Answer Selection in Conversational Question Answering

2020-10-13 · EMNLP (scai) 2020 11 · Svitlana Vakulenko, Shayne Longpre, Zhucheng Tu, Raviteja Anantha

The dependency between an adequate question formulation and correct answer selection is a very intriguing but still underexplored area. In this paper, we show that question rewriting (QR) of the conversational context al…

Answer SelectionConversational Question AnsweringPassage RankingQuestion Answering+2