paper-with-me

Papers

Which Shortcut Solution Do Question Answering Models Prefer to Learn?

2022-11-29 · Kazutoshi Shinoda, Saku Sugawara, Akiko Aizawa

Question answering (QA) models for reading comprehension tend to learn shortcut solutions rather than the solutions intended by QA datasets. QA models that have learned shortcut solutions can achieve human-level performance in shortcut examples where shortcuts are valid, but these same behaviors degrade generalization potential on anti-shortcut examples where shortcuts are invalid. Various methods have been proposed to mitigate this problem, but they do not fully take the characteristics of shortcuts themselves into account. We assume that the learnability of shortcuts, i.e., how easy it is to learn a shortcut, is useful to mitigate the problem. Thus, we first examine the learnability of the representative shortcuts on extractive and multiple-choice QA datasets. Behavioral tests using biased training sets reveal that shortcuts that exploit answer positions and word-label correlations are preferentially learned for extractive and multiple-choice QA, respectively. We find that the more learnable a shortcut is, the flatter and deeper the loss landscape is around the shortcut solution in the parameter space. We also find that the availability of the preferred shortcuts tends to make the task easier to perform from an information-theoretic viewpoint. Lastly, we experimentally show that the learnability of shortcuts can be utilized to construct an effective QA training set; the more learnable a shortcut is, the smaller the proportion of anti-shortcut examples required to achieve comparable performance on shortcut and anti-shortcut examples. We claim that the learnability of shortcuts should be considered when designing mitigation methods.

📄 PDF Abstract BibTeX arXiv:2211.16220

Code (1)

kazutoshishinoda/shortcutlearnability 공식 구현 pytorch

Tasks

Multiple-choiceQuestion AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

Language Prior Is Not the Only Shortcut: A Benchmark for Shortcut Learning in VQA

2022-10-10 · Qingyi Si, Fandong Meng, Mingyu Zheng, Zheng Lin 외

Visual Question Answering (VQA) models are prone to learn the shortcut solution formed by dataset biases rather than the intended solution. To evaluate the VQA models' reasoning ability beyond shortcut learning, the VQA-…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Beyond Question-Based Biases: Assessing Multimodal Shortcut Learning in Visual Question Answering

2021-04-07 · ICCV 2021 10 · Corentin Dancette, Remi Cadene, Damien Teney, Matthieu Cord

We introduce an evaluation methodology for visual question answering (VQA) to better diagnose cases of shortcut learning. These cases happen when a model exploits spurious statistical regularities to produce correct answ…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Chimera: Diagnosing Shortcut Learning in Visual-Language Understanding

2025-09-26 · Ziheng Chi, Yifan Hou, Chenxi Pang, Shaobo Cui 외 arxiv

Diagrams convey symbolic information in a visual format rather than a linear stream of words, making them especially challenging for AI models to process. While recent evaluations suggest that vision-language models (VLM…

Visual Question AnsweringVisual Reasoning

Breaking the Visual Shortcuts in Multimodal Knowledge-Based Visual Question Answering

2025-11-28 · Dosung Lee, Sangwon Jung, Boyoung Kim, Minyoung Kim 외 arxiv

Existing Multimodal Knowledge-Based Visual Question Answering (MKB-VQA) benchmarks suffer from "visual shortcuts", as the query image typically matches the primary subject entity of the target document. We demonstrate th…

Visual Question Answering

KSHSeek: Data-Driven Approaches to Mitigating and Detecting Knowledge-Shortcut Hallucinations in Generative Models

2025-03-25 · Zhiwei Wang, Zhongxin Liu, Ying Li, Hongyu Sun 외

The emergence of large language models (LLMs) has significantly advanced the development of natural language processing (NLP), especially in text generation tasks like question answering. However, model hallucinations re…

HallucinationQuestion AnsweringText Generation