paper-with-me

홈 › Papers

Internal Flow Signatures for Self-Checking and Refinement in LLMs

2026-02-02 · Sungheon Jeong, Sanggeon Yun, Ryozo Masukawa, Wenjun Haung, Hanning Chen, Mohsen Imani arxiv

Large language models can generate fluent answers that are unfaithful to the provided context, while many safeguards rely on external verification or a separate judge after generation. We introduce \emph{internal flow signatures} that audit decision formation from depthwise dynamics at a fixed inter-block monitoring boundary. The method stabilizes token-wise motion via bias-centered monitoring, then summarizes trajectories in compact \emph{moving} readout-aligned subspaces constructed from the top token and its close competitors within each depth window. Neighboring window frames are aligned by an orthogonal transport, yielding depth-comparable transported step lengths, turning angles, and subspace drift summaries that are invariant to within-window basis choices. A lightweight GRU validator trained on these signatures performs self-checking without modifying the base model. Beyond detection, the validator localizes a culprit depth event and enables a targeted refinement: the model rolls back to the culprit token and clamps an abnormal transported step at the identified block while preserving the orthogonal residual. The resulting pipeline provides actionable localization and low-overhead self-checking from internal decision dynamics. \emph{Code is available at} \texttt{github.com/EavnJeong/Internal-Flow-Signatures-for-Self-Checking-and-Refinement-in-LLMs}.

📄 PDF Abstract BibTeX arXiv:2602.01897

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Visual-Aware CoT: Achieving High-Fidelity Visual Consistency in Unified Models

2025-12-22 · Zixuan Ye, Quande Liu, Cong Wei, Yuanxing Zhang 외 arxiv

Recently, the introduction of Chain-of-Thought (CoT) has largely improved the generation ability of unified models. However, it is observed that the current thinking process during generation mainly focuses on the text c…

NeuroCogMap Reveals Cognitive Organization of Large Language Models

2026-07-01 · Zhongxiang Sun, Haolang Lu, Qiang Ma, Qi Li 외 arxiv

Understanding how complex cognitive functions are organized within artificial systems is central to interpreting large language models (LLMs) and relating them to biological cognition. Yet although LLMs exhibit broad cog…

AlgoSkill: Learning to Design Algorithms by Scheduling Human-Like Skills

2026-06-29 · Xinyuan Song, Zekun Cai, Liang Zhao arxiv

Designing an algorithm from a natural-language problem statement requires identifying the problem structure, reading constraints, choosing a suitable paradigm, checking correctness, and refining complexity. Existing larg…

Code Generation

LEXIS: LatEnt ProXimal Interaction Signatures for 3D HOI from an Image

2026-04-22 · Dimitrije Antić, Alvaro Budria, George Paschalidis, Sai Kumar Dwivedi 외 arxiv

Reconstructing 3D Human-Object Interaction from an RGB image is essential for perceptive systems. Yet, this remains challenging as it requires capturing the subtle physical coupling between the body and objects. While cu…

Scene Understanding

Coverage-Driven RTL Assertion Generation with Formal Exploration and Neuro-Symbolic Refinement

2026-08-19 · Zhiyuan Yan, Ziyue Zheng, Hongce Zhang arxiv

Hardware functional verification relies on high-quality assertions to expose design bugs and establish confidence in Register Transfer Level (RTL) designs. Yet existing assertion mining methods still struggle to produce …