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

February 10, 2023 ยท Entered Twilight ยท ๐Ÿ› Conference of the European Chapter of the Association for Computational Linguistics

๐Ÿ’ค TWILIGHT: Eternal Rest
Repo abandoned since publication

Repo contents: .gitignore, README.md, images, make_train_include_prediction.py, modeling_auto_bert_ts.py, modeling_bert_ts.py, quac_metrics.py, quac_processors_step1_infer.py, quac_processors_step1_train.py, quac_processors_step2_eval.py, quac_processors_step2_train.py, run_quac_step1_infer.py, run_quac_step1_train.py, run_quac_step2_eval.py, run_quac_step2_train.py, script, uce.py, uce_plot.py, uce_utils.py

Authors Soyeong Jeong, Jinheon Baek, Sung Ju Hwang, Jong C. Park arXiv ID 2302.05137 Category cs.CL: Computation & Language Cross-listed cs.AI, cs.IR Citations 3 Venue Conference of the European Chapter of the Association for Computational Linguistics Repository https://github.com/starsuzi/AS-ConvQA โญ 6 Last Checked 1 month ago
Abstract
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.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Computation & Language

๐ŸŒ… ๐ŸŒ… Old Age

Attention Is All You Need

Ashish Vaswani, Noam Shazeer, ... (+6 more)

cs.CL ๐Ÿ› NeurIPS ๐Ÿ“š 166.0K cites 8 years ago