paper-with-me

Papers

Do LLMs Overcome Shortcut Learning? An Evaluation of Shortcut Challenges in Large Language Models

2024-10-17 · Yu Yuan, Lili Zhao, Kai Zhang, Guangting Zheng, Qi Liu

Large Language Models (LLMs) have shown remarkable capabilities in various natural language processing tasks. However, LLMs may rely on dataset biases as shortcuts for prediction, which can significantly impair their robustness and generalization capabilities. This paper presents Shortcut Suite, a comprehensive test suite designed to evaluate the impact of shortcuts on LLMs' performance, incorporating six shortcut types, five evaluation metrics, and four prompting strategies. Our extensive experiments yield several key findings: 1) LLMs demonstrate varying reliance on shortcuts for downstream tasks, significantly impairing their performance. 2) Larger LLMs are more likely to utilize shortcuts under zero-shot and few-shot in-context learning prompts. 3) Chain-of-thought prompting notably reduces shortcut reliance and outperforms other prompting strategies, while few-shot prompts generally underperform compared to zero-shot prompts. 4) LLMs often exhibit overconfidence in their predictions, especially when dealing with datasets that contain shortcuts. 5) LLMs generally have a lower explanation quality in shortcut-laden datasets, with errors falling into three types: distraction, disguised comprehension, and logical fallacy. Our findings offer new insights for evaluating robustness and generalization in LLMs and suggest potential directions for mitigating the reliance on shortcuts. The code is available at \url {https://github.com/yyhappier/ShortcutSuite.git}.

📄 PDF Abstract BibTeX arXiv:2410.13343

Code (1)

yyhappier/shortcutsuite 공식 구현

Tasks

In-Context Learning

Similar Papers 제목 키워드 기반

Learning Shortcuts: On the Misleading Promise of NLU in Language Models

2024-01-17 · Geetanjali Bihani, Julia Taylor Rayz

The advent of large language models (LLMs) has enabled significant performance gains in the field of natural language processing. However, recent studies have found that LLMs often resort to shortcuts when performing tas…

Natural Language Understanding

SenseMath: Do LLMs Have Number Sense? Evaluating Shortcut Use, Judgment, and Generation

2026-04-02 · Haomin Zhuang, Xiangqi Wang, Yili Shen, Ying Cheng 외 arxiv

Large language models often default to step-by-step computation even when efficient numerical shortcuts are available. This raises a basic question: do they exhibit number sense in a human-like behavioral sense, i.e., th…

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)

Shortcut Learning of Large Language Models in Natural Language Understanding

2022-08-25 · Mengnan Du, Fengxiang He, Na Zou, DaCheng Tao 외

Large language models (LLMs) have achieved state-of-the-art performance on a series of natural language understanding tasks. However, these LLMs might rely on dataset bias and artifacts as shortcuts for prediction. This …

Adversarial RobustnessNatural Language Understanding

Large Language Models Can be Lazy Learners: Analyze Shortcuts in In-Context Learning

2023-05-26 · Ruixiang Tang, Dehan Kong, Longtao Huang, Hui Xue

Large language models (LLMs) have recently shown great potential for in-context learning, where LLMs learn a new task simply by conditioning on a few input-label pairs (prompts). Despite their potential, our understandin…

In-Context Learning