paper-with-me

Papers

XMD: An End-to-End Framework for Interactive Explanation-Based Debugging of NLP Models

2022-10-30 · Dong-Ho Lee, Akshen Kadakia, Brihi Joshi, Aaron Chan, Ziyi Liu, Kiran Narahari, Takashi Shibuya, Ryosuke Mitani, Toshiyuki Sekiya, Jay Pujara, Xiang Ren

NLP models are susceptible to learning spurious biases (i.e., bugs) that work on some datasets but do not properly reflect the underlying task. Explanation-based model debugging aims to resolve spurious biases by showing human users explanations of model behavior, asking users to give feedback on the behavior, then using the feedback to update the model. While existing model debugging methods have shown promise, their prototype-level implementations provide limited practical utility. Thus, we propose XMD: the first open-source, end-to-end framework for explanation-based model debugging. Given task- or instance-level explanations, users can flexibly provide various forms of feedback via an intuitive, web-based UI. After receiving user feedback, XMD automatically updates the model in real time, by regularizing the model so that its explanations align with the user feedback. The new model can then be easily deployed into real-world applications via Hugging Face. Using XMD, we can improve the model's OOD performance on text classification tasks by up to 18%.

📄 PDF Abstract BibTeX arXiv:2210.16978

Code (0)

등록된 구현이 없습니다.

Tasks

text-classificationText Classification

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Interactive Debugging of ASP Programs

2014-03-20 · Kostyantyn Shchekotykhin

Broad application of answer set programming (ASP) for declarative problem solving requires the development of tools supporting the coding process. Program debugging is one of the crucial activities within this process. R…

Human Cognitive Biases in Explanation-Based Interaction: The Case of Within and Between Session Order Effect

2025-12-04 · Dario Pesenti, Alessandro Bogani, Katya Tentori, Stefano Teso arxiv

Explanatory Interactive Learning (XIL) is a powerful interactive learning framework designed to enable users to customize and correct AI models by interacting with their explanations. In a nutshell, XIL algorithms select…

DeepSeer: Interactive RNN Explanation and Debugging via State Abstraction

2023-03-02 · Zhijie Wang, Yuheng Huang, Da Song, Lei Ma 외

Recurrent Neural Networks (RNNs) have been widely used in Natural Language Processing (NLP) tasks given its superior performance on processing sequential data. However, it is challenging to interpret and debug RNNs due t…

Explainable Artificial Intelligence (XAI)

HILDIF: Interactive Debugging of NLI Models Using Influence Functions

2021-08-01 · ACL (InterNLP) 2021 8 · Hugo Zylberajch, Piyawat Lertvittayakumjorn, Francesca Toni

Biases and artifacts in training data can cause unwelcome behavior in text classifiers (such as shallow pattern matching), leading to lack of generalizability. One solution to this problem is to include users in the loop…

Natural Language Inference

EXMOS: Explanatory Model Steering Through Multifaceted Explanations and Data Configurations

2024-02-01 · Aditya Bhattacharya, Simone Stumpf, Lucija Gosak, Gregor Stiglic 외

Explanations in interactive machine-learning systems facilitate debugging and improving prediction models. However, the effectiveness of various global model-centric and data-centric explanations in aiding domain experts…