Selective Question Answering under Domain Shift

Amita Kamath, Robin Jia, Percy Liang


Abstract
To avoid giving wrong answers, question answering (QA) models need to know when to abstain from answering. Moreover, users often ask questions that diverge from the model’s training data, making errors more likely and thus abstention more critical. In this work, we propose the setting of selective question answering under domain shift, in which a QA model is tested on a mixture of in-domain and out-of-domain data, and must answer (i.e., not abstain on) as many questions as possible while maintaining high accuracy. Abstention policies based solely on the model’s softmax probabilities fare poorly, since models are overconfident on out-of-domain inputs. Instead, we train a calibrator to identify inputs on which the QA model errs, and abstain when it predicts an error is likely. Crucially, the calibrator benefits from observing the model’s behavior on out-of-domain data, even if from a different domain than the test data. We combine this method with a SQuAD-trained QA model and evaluate on mixtures of SQuAD and five other QA datasets. Our method answers 56% of questions while maintaining 80% accuracy; in contrast, directly using the model’s probabilities only answers 48% at 80% accuracy.
Anthology ID:
2020.acl-main.503
Volume:
Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics
Month:
July
Year:
2020
Address:
Online
Editors:
Dan Jurafsky, Joyce Chai, Natalie Schluter, Joel Tetreault
Venue:
ACL
SIG:
Publisher:
Association for Computational Linguistics
Note:
Pages:
5684–5696
Language:
URL:
https://aclanthology.org/2020.acl-main.503
DOI:
10.18653/v1/2020.acl-main.503
Bibkey:
Cite (ACL):
Amita Kamath, Robin Jia, and Percy Liang. 2020. Selective Question Answering under Domain Shift. In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, pages 5684–5696, Online. Association for Computational Linguistics.
Cite (Informal):
Selective Question Answering under Domain Shift (Kamath et al., ACL 2020)
Copy Citation:
PDF:
https://aclanthology.org/2020.acl-main.503.pdf
Video:
 http://slideslive.com/38929409
Code
 amitakamath/calibrated-qa +  additional community code
Data
HotpotQANatural QuestionsNewsQASQuADSearchQATriviaQA