paper-with-me

홈 › Papers

Why Are You Wrong? Counterfactual Explanations for Language Grounding with 3D Objects

2025-05-09 · Tobias Preintner, Weixuan Yuan, Qi Huang, Adrian König, Thomas Bäck, Elena Raponi, Niki van Stein

Combining natural language and geometric shapes is an emerging research area with multiple applications in robotics and language-assisted design. A crucial task in this domain is object referent identification, which involves selecting a 3D object given a textual description of the target. Variability in language descriptions and spatial relationships of 3D objects makes this a complex task, increasing the need to better understand the behavior of neural network models in this domain. However, limited research has been conducted in this area. Specifically, when a model makes an incorrect prediction despite being provided with a seemingly correct object description, practitioners are left wondering: "Why is the model wrong?". In this work, we present a method answering this question by generating counterfactual examples. Our method takes a misclassified sample, which includes two objects and a text description, and generates an alternative yet similar formulation that would have resulted in a correct prediction by the model. We have evaluated our approach with data from the ShapeTalk dataset along with three distinct models. Our counterfactual examples maintain the structure of the original description, are semantically similar and meaningful. They reveal weaknesses in the description, model bias and enhance the understanding of the models behavior. Theses insights help practitioners to better interact with systems as well as engineers to improve models.

📄 PDF Abstract BibTeX arXiv:2505.06030

Code (1)

toprei/why-are-you-wrong 공식 구현 pytorch

Tasks

counterfactual

Similar Papers 제목 키워드 기반

Understanding the Effect of Counterfactual Explanations on Trust and Reliance on AI for Human-AI Collaborative Clinical Decision Making

2023-08-08 · Min Hun Lee, Chong Jun Chew

Artificial intelligence (AI) is increasingly being considered to assist human decision-making in high-stake domains (e.g. health). However, researchers have discussed an issue that humans can over-rely on wrong suggestio…

counterfactualDecision Making

DeDUCE: Generating Counterfactual Explanations Efficiently

2021-11-29 · Benedikt Höltgen, Lisa Schut, Jan M. Brauner, Yarin Gal

When an image classifier outputs a wrong class label, it can be helpful to see what changes in the image would lead to a correct classification. This is the aim of algorithms generating counterfactual explanations. Howev…

counterfactual

EviScope: Paired Counterfactual Evidence Diagnostics for Faithful and Efficient Grounded Language Models

2026-09-15 · Suryadeep Singh Deswal arxiv

Grounded language-model systems are often evaluated by final answer accuracy, yet a correct answer can be unsupported, drawn from the wrong source, or produced when evidence is insufficient or contradictory. We introduce…

Are self-explanations from Large Language Models faithful?

2024-01-15 · Andreas Madsen, Sarath Chandar, Siva Reddy

Instruction-tuned Large Language Models (LLMs) excel at many tasks and will even explain their reasoning, so-called self-explanations. However, convincing and wrong self-explanations can lead to unsupported confidence in…

counterfactualFaithfulness CriticNatural Language InferenceQuestion Answering+2

KACE: Generating Knowledge Aware Contrastive Explanations for Natural Language Inference

2021-08-01 · ACL 2021 5 · Qianglong Chen, Feng Ji, Xiangji Zeng, Feng-Lin Li 외

In order to better understand the reason behind model behaviors (i.e., making predictions), most recent works have exploited generative models to provide complementary explanations. However, existing approaches in NLP ma…

counterfactualLanguage ModellingNatural Language Inference