paper-with-me

Papers

From Hallucination to Structure Snowballing: The Alignment Tax of Constrained Decoding in LLM Reflection

2026-04-07 · Hongxu Zhou arxiv

Intrinsic self-correction in Large Language Models (LLMs) frequently fails in open-ended reasoning tasks due to `hallucination snowballing,'' a phenomenon in which models recursively justify early errors during free-text reflection. While structured feedback can mitigate this issue, existing approaches often rely on externally trained critics or symbolic tools, reducing agent autonomy. This study investigates whether enforcing structured reflection purely through Outlines-based constrained decoding can disrupt error propagation without additional training. Evaluating an 8-billion-parameter model (Qwen3-8B), we show that simply imposing structural constraints does not improve self-correction performance. Instead, it triggers a new failure mode termed structure snowballing.'' We find that the cognitive load required to satisfy strict formatting rules pushes the model into formatting traps. This observation helps explain why the agent achieves near-perfect superficial syntactic alignment yet fails to detect or resolve deeper semantic errors. These findings expose an `alignment tax'' inherent to constrained decoding, highlighting a tension between structural granularity and internal model capacity in autonomous workflows. Code and raw logs are available in the GitHub repository: https://github.com/hongxuzhou/agentic_llm_structured_self_critique.

📄 PDF Abstract BibTeX arXiv:2604.06066

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Visual Multi-Agent System: Mitigating Hallucination Snowballing via Visual Flow

2025-09-26 · Xinlei Yu, Chengming Xu, Guibin Zhang, Yongbo He 외 arxiv

Multi-Agent System (MAS) powered by Visual Language Models (VLMs) enables challenging tasks but suffers from a novel failure term, multi-agent visual hallucination snowballing, where hallucinations are seeded in a single…

Investigating and Mitigating the Multimodal Hallucination Snowballing in Large Vision-Language Models

2024-06-30 · Weihong Zhong, Xiaocheng Feng, Liang Zhao, Qiming Li 외

Though advanced in understanding visual information with human languages, Large Vision-Language Models (LVLMs) still suffer from multimodal hallucinations. A natural concern is that during multimodal interaction, the gen…

Hallucinationmultimodal interaction

MM-Snowball: Evaluating and Mitigating Hallucination Snowballing in Multimodal Multi-Turn Dialogue

2026-05-30 · Yue Jiang, Xue Jiang, Lihua Zhang, Zhiqiang Wang 외 arxiv

Multimodal large language models (MLLMs) demonstrate remarkable visual understanding, yet their reliability in interactive settings is severely undermined by hallucination snowballing: a phenomenon where initial errors a…

Visual Grounding

How Language Model Hallucinations Can Snowball

2023-05-22 · Muru Zhang, Ofir Press, William Merrill, Alisa Liu 외

A major risk of using language models in practical applications is their tendency to hallucinate incorrect statements. Hallucinations are often attributed to knowledge gaps in LMs, but we hypothesize that in some cases, …

HallucinationLanguage ModelingLanguage Modellingmodel+1

Graph-constrained Reasoning: Faithful Reasoning on Knowledge Graphs with Large Language Models

2024-10-16 · Linhao Luo, Zicheng Zhao, Chen Gong, Gholamreza Haffari 외

Large language models (LLMs) have demonstrated impressive reasoning abilities, but they still struggle with faithful reasoning due to knowledge gaps and hallucinations. To address these issues, knowledge graphs (KGs) hav…

HallucinationKnowledge Graphs