paper-with-me

홈 › Papers

How Language Models Fail: Token-Level Signatures of Committed and Persistent Reasoning Failures

2026-06-04 · Tanvi Thoria, Kiana Jafari, Marc R. Schlichting, Mykel J. Kochenderfer arxiv

Failures in language model reasoning emerge through distinct processes that leave identifiable signatures in the reasoning trace. We characterize these failures using token-level uncertainty signals, finding they arise through two empirically distinguishable processes. The first is committed failure, in which a model locks onto an incorrect reasoning path early in its trace. A central diagnostic signature is the commitment point, beyond which considering additional tokens hurt rather than help failure detection. In the second, persistent uncertainty, uncertainty instead accumulates throughout, and the full trace is needed to best distinguish failing from successful completions. These signatures reproduce across 23 model-dataset configurations, with the framework's falsifiable predictions holding in 20 of 23 cases, well above chance across both failure modes. Finally, we demonstrate our failure mode framework has direct implications for self-consistency, identifying when uncertainty signals complement it and when it can be selectively skipped. These results offer a foundation for understanding when LLM reasoning failures become detectable and for adapting detection strategies accordingly.

📄 PDF Abstract BibTeX arXiv:2606.06635

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Re-Mask and Redirect: Exploiting Denoising Irreversibility in Diffusion Language Models

2026-03-17 · Arth Singh arxiv

Safety alignment in diffusion language models (dLLMs) relies on a single load-bearing assumption: that committed tokens are permanent. We show that violating this assumption, by re-masking committed refusal tokens and in…

Visual-Redundancy-Controlled Parallel Decoding for Diffusion-Based Multimodal Large Language Models

2026-05-25 · Yulin Yuan, Hongshuo Zhao, Xiangming Meng arxiv

Diffusion-based multimodal large language models (dMLLMs) decode by iteratively predicting tokens at multiple masked positions in parallel. This turns each decoding step into a position-selection problem: the model must …

Visual Grounding

Self-Generated Error Training for Token Editing in Diffusion Language Models

2026-06-15 · Lin Yao arxiv

Token-to-token (T2T) editing lets LLaDA2.1 revise committed tokens during block-diffusion decoding. The released recipe trains this editor on random vocabulary corruptions, but at inference the editor sees the model's ow…

Ceiling-Clipped Acceptance Histograms Indicate Stranded Speed-up in Block-Diffusion Speculative Decoding

2026-08-31 · Ephrem Wu arxiv

Speculative decoding speeds up generation with an efficient draft model (drafter) that proposes tokens for a target model to verify in one pass, preserving the target's output distribution. High-acceptance block-diffusio…

Beyond the Global Scores: Fine-Grained Token Grounding as a Robust Detector of LVLM Hallucinations

2026-04-06 · Tuan Dung Nguyen, Minh Khoi Ho, Qi Chen, Yutong Xie 외 arxiv

Large vision-language models (LVLMs) achieve strong performance on visual reasoning tasks but remain highly susceptible to hallucination. Existing detection methods predominantly rely on coarse, whole-image measures of h…

Visual Reasoning