paper-with-me

Papers

Stochastic Chameleons: Irrelevant Context Hallucinations Reveal Class-Based (Mis)Generalization in LLMs

2025-05-28 · Ziling Cheng, Meng Cao, Marc-Antoine Rondeau, Jackie Chi Kit Cheung

The widespread success of large language models (LLMs) on NLP benchmarks has been accompanied by concerns that LLMs function primarily as stochastic parrots that reproduce texts similar to what they saw during pre-training, often erroneously. But what is the nature of their errors, and do these errors exhibit any regularities? In this work, we examine irrelevant context hallucinations, in which models integrate misleading contextual cues into their predictions. Through behavioral analysis, we show that these errors result from a structured yet flawed mechanism that we term class-based (mis)generalization, in which models combine abstract class cues with features extracted from the query or context to derive answers. Furthermore, mechanistic interpretability experiments on Llama-3, Mistral, and Pythia across 39 factual recall relation types reveal that this behavior is reflected in the model's internal computations: (i) abstract class representations are constructed in lower layers before being refined into specific answers in higher layers, (ii) feature selection is governed by two competing circuits -- one prioritizing direct query-based reasoning, the other incorporating contextual cues -- whose relative influences determine the final output. Our findings provide a more nuanced perspective on the stochastic parrot argument: through form-based training, LLMs can exhibit generalization leveraging abstractions, albeit in unreliable ways based on contextual cues -- what we term stochastic chameleons.

📄 PDF Abstract BibTeX arXiv:2505.22630

Code (0)

등록된 구현이 없습니다.

Tasks

feature selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
Pythia Pythia is a suite of decoder-only autoregressive language models all trained on public data seen in the exact same order and ranging in size from 70M to 12B parameters. The…

Similar Papers 제목 키워드 기반

Mitigating Hallucinations in Large Vision-Language Models by Adaptively Constraining Information Flow

2025-02-28 · Jiaqi Bai, Hongcheng Guo, Zhongyuan Peng, Jian Yang 외

Large vision-language models show tremendous potential in understanding visual information through human languages. However, they are prone to suffer from object hallucination, i.e., the generated image descriptions cont…

HallucinationObjectObject HallucinationSemantic Similarity+1

VideoHallucer: Evaluating Intrinsic and Extrinsic Hallucinations in Large Video-Language Models

2024-06-24 · Yuxuan Wang, Yueqian Wang, Dongyan Zhao, Cihang Xie 외

Recent advancements in Multimodal Large Language Models (MLLMs) have extended their capabilities to video understanding. Yet, these models are often plagued by "hallucinations", where irrelevant or nonsensical content is…

HallucinationVideo Understanding

Shadows in the Attention: Contextual Perturbation and Representation Drift in the Dynamics of Hallucination in LLMs

2025-05-22 · Zeyu Wei, Shuo Wang, Xiaohui Rong, Xuemin Liu 외

Hallucinations -- plausible yet erroneous outputs -- remain a critical barrier to reliable deployment of large language models (LLMs). We present the first systematic study linking hallucination incidence to internal-sta…

HallucinationTruthfulQA

ART: Attention Replacement Technique to Improve Factuality in LLMs

2026-04-07 · Ziqin Luo, Yihao Quan, Xiaofeng Zhang, Xiaosong Yuan 외 arxiv

Hallucination in large language models (LLMs) continues to be a significant issue, particularly in tasks like question answering, where models often generate plausible yet incorrect or irrelevant information. Although va…

Question Answering

HalluSegBench: Counterfactual Visual Reasoning for Segmentation Hallucination Evaluation

2025-06-26 · Xinzhuo Li, Adheesh Juvekar, Xingyou Liu, Muntasir Wahed 외

Recent progress in vision-language segmentation has significantly advanced grounded visual understanding. However, these models often exhibit hallucinations by producing segmentation masks for objects not grounded in the…

counterfactualCounterfactual ReasoningHallucinationHallucination Evaluation+4