paper-with-me

홈 › Papers

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

2022-04-06 · Findings (ACL) 2022 5 · Zichao Li, Prakhar Sharma, Xing Han Lu, Jackie C. K. Cheung, Siva Reddy

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/

📄 PDF Abstract BibTeX arXiv:2204.03025

Code (1)

McGill-NLP/feedbackqa 공식 구현 pytorch

Tasks

Overall - TestQuestion AnsweringRetrieval

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

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

2021-11-16 · ACL ARR November 2021 11 · Anonymous

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 post-deployment based on use…

Question AnsweringRetrieval

UKP-SQuARE: An Interactive Tool for Teaching Question Answering

2023-05-31 · Haishuo Fang, Haritz Puerto, Iryna Gurevych

The exponential growth of question answering (QA) has made it an indispensable topic in any Natural Language Processing (NLP) course. Additionally, the breadth of QA derived from this exponential growth makes it an ideal…

Information RetrievalQuestion AnsweringRetrieval

Model-based Interactive Semantic Parsing: A Unified Framework and A Text-to-SQL Case Study

2019-10-11 · IJCNLP 2019 11 · Ziyu Yao, Yu Su, Huan Sun, Wen-tau Yih

As a promising paradigm, interactive semantic parsing has shown to improve both semantic parsing accuracy and user confidence in the results. In this paper, we propose a new, unified formulation of the interactive semant…

Semantic ParsingText to SQLText-To-SQL

From Pixels to Words: Leveraging Explainability in Face Recognition through Interactive Natural Language Processing

2024-09-24 · Ivan DeAndres-Tame, Muhammad Faisal, Ruben Tolosana, Rouqaiah Al-Refai 외

Face Recognition (FR) has advanced significantly with the development of deep learning, achieving high accuracy in several applications. However, the lack of interpretability of these systems raises concerns about their …

ChatbotExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Face Recognition+2

Towards Transparent Interactive Semantic Parsing via Step-by-Step Correction

2021-10-15 · Findings (ACL) 2022 5 · Lingbo Mo, Ashley Lewis, Huan Sun, Michael White

Existing studies on semantic parsing focus primarily on mapping a natural-language utterance to a corresponding logical form in one turn. However, because natural language can contain a great deal of ambiguity and variab…

Question AnsweringSemantic Parsing