paper-with-me

Papers

AnchorBench: A Multi-Pathway Benchmark for the Anchoring Effect in LLMs

2026-08-14 · Yiderigun Borjigin, Alexander Hermann, Christian Cyron, Roland Aydin arxiv

The anchoring effect is a cognitive bias in which an initial reference value shifts a later judgment toward itself. This effect is well established in human judgment and decision-making, and recent work suggests that large language models (LLMs) exhibit similar behavior. However, existing work on anchoring in LLMs typically evaluates only a narrow set of anchor pathways and rarely distinguishes irrelevant from plausible anchors. We introduce AnchorBench, a benchmark for the anchoring effect in LLMs that evaluates multiple anchor pathways under an explicit anchor relevance axis. Across fourteen models, including ten open-weight models and four frontier API models, and a large set of controlled prompts, we find that (1) anchoring is strongly pathway-dependent, (2) plausible anchors usually induce larger shifts than irrelevant ones when introduced through stronger pathways, (3) anchor influence generally weakens as the anchor moves farther from the evidence-supported answer, most clearly on External and RAG, and (4) high task accuracy on the anchor-free control condition (Acc$_{10}$: answers within 10 points of gold) does not guarantee robustness: even frontier API models above 95% control accuracy remain susceptible to plausible anchors.

📄 PDF Abstract BibTeX arXiv:2608.14320

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Localizing Anchoring Pathways in Language Models

2026-06-11 · Hillary N. Owusu, Sarah Wiegreffe, Naomi H. Feldman arxiv

Irrelevant numbers in a prompt can shift language model judgments, producing anchoring effects in numerical reasoning. We study where this anchor-sensitive signal is carried inside language models using a controlled mult…

Sparse Concept Anchoring for Interpretable and Controllable Neural Representations

2025-12-13 · Sandy Fraser, Patryk Wielopolski arxiv

We introduce Sparse Concept Anchoring, a method that biases latent space to position a targeted subset of concepts while allowing others to self-organize, using only minimal supervision (labels for <0.1% of examples per …

An Empirical Study of the Anchoring Effect in LLMs: Existence, Mechanism, and Potential Mitigations

2025-05-21 · Yiming Huang, Biquan Bie, Zuqiu Na, Weilin Ruan 외

The rise of Large Language Models (LLMs) like ChatGPT has advanced natural language processing, yet concerns about cognitive biases are growing. In this paper, we investigate the anchoring effect, a cognitive bias where …

Finding What Matters: Anchoring Context Knowledge with Evolving Indices for Iterative Retrieval

2026-01-23 · Mingyan Wu, Zhenghao Liu, Xinze Li, Yuqing Lan 외 arxiv

Retrieval-Augmented Generation (RAG) has become a dominant paradigm for mitigating hallucinations in Large Language Models (LLMs) by incorporating external knowledge. However, existing RAG systems often struggle to effec…

Multi-hop Question Answering

How Does Cognitive Bias Affect Large Language Models? A Case Study on the Anchoring Effect in Price Negotiation Simulations

2025-08-28 · Yoshiki Takenami, Yin Jou Huang, Yugo Murawaki, Chenhui Chu arxiv

Cognitive biases, well-studied in humans, can also be observed in LLMs, affecting their reliability in real-world applications. This paper investigates the anchoring effect in LLM-driven price negotiations. To this end, …