English

Using Interactive Feedback to Improve the Accuracy and Explainability of Question Answering Systems Post-Deployment

Computation and Language 2023-03-20 v1

Abstract

Most research on question answering focuses on the pre-deployment stage; i.e., building an accurate model for deployment. In this paper, we ask the question: Can we improve QA systems further \emph{post-}deployment based on user interactions? We focus on two kinds of improvements: 1) improving the QA system's performance itself, and 2) providing the model with the ability to explain the correctness or incorrectness of an answer. We collect a retrieval-based QA dataset, FeedbackQA, which contains interactive feedback from users. We collect this dataset by deploying a base QA system to crowdworkers who then engage with the system and provide feedback on the quality of its answers. The feedback contains both structured ratings and unstructured natural language explanations. We train a neural model with this feedback data that can generate explanations and re-score answer candidates. We show that feedback data not only improves the accuracy of the deployed QA system but also other stronger non-deployed systems. The generated explanations also help users make informed decisions about the correctness of answers. Project page: https://mcgill-nlp.github.io/feedbackqa/

Keywords

Cite

@article{arxiv.2204.03025,
  title  = {Using Interactive Feedback to Improve the Accuracy and Explainability of Question Answering Systems Post-Deployment},
  author = {Zichao Li and Prakhar Sharma and Xing Han Lu and Jackie C. K. Cheung and Siva Reddy},
  journal= {arXiv preprint arXiv:2204.03025},
  year   = {2023}
}

Comments

ACL 2022 Findings

R2 v1 2026-06-24T10:40:18.838Z