Realistic Conversational Question Answering with Answer Selection based on Calibrated Confidence and Uncertainty Measurement
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.
Code (1)
Tasks
Answer SelectionConversational Question AnsweringQuestion AnsweringSimilar Papers 제목 키워드 기반
Do not let the history haunt you: Mitigating Compounding Errors in Conversational Question Answering
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 AnsweringDo not let the history haunt you -- Mitigating Compounding Errors in Conversational Question Answering
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 AnsweringChainCQG: 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-GenerationLearning to Select the Relevant History Turns in Conversational Question Answering
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 AnsweringA Wrong Answer or a Wrong Question? An Intricate Relationship between Question Reformulation and Answer Selection in Conversational Question Answering
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