paper-with-me

홈 › Papers

Token-Guard: Towards Token-Level Hallucination Control via Self-Checking Decoding

2026-01-29 · Yifan Zhu, Huiqiang Rong, Haoran Luo arxiv

Large Language Models (LLMs) often hallucinate, generating content inconsistent with the input. Retrieval-Augmented Generation (RAG) and Reinforcement Learning with Human Feedback (RLHF) can mitigate hallucinations but require resource-intensive retrieval or large-scale fine-tuning. Decoding-based methods are lighter yet lack explicit hallucination control. To address this, we present Token-Guard, a token-level hallucination control method based on self-checking decoding. Token-Guard performs internal verification at each reasoning step to detect hallucinated tokens before they propagate. Candidate fragments are further evaluated in a latent space with explicit hallucination risk scoring, while iterative pruning and regeneration dynamically correct detected errors. Experiments on HALU datasets show Token-Guard substantially reduces hallucinations and improves generation accuracy, offering a scalable, modular solution for reliable LLM outputs. Our code is publicly available.

📄 PDF Abstract BibTeX arXiv:2601.21969

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

SLO-Conditioned Action Routing for Retrieval-Augmented Generation: Objective Ablation and Failure Modes

2025-12-27 · Bharath Nunepalli arxiv

Retrieval-augmented generation (RAG) introduces a practical control problem: retrieval depth and generation behavior must be chosen per query to satisfy service-level objectives (SLOs) such as cost, refusal rate, and hal…

Spectral Guardrails for Agents in the Wild: Detecting Tool Use Hallucinations via Attention Topology

2026-02-08 · Valentin Noël arxiv

Deploying autonomous agents in the wild requires reliable safeguards against tool use failures. We propose a training free guardrail based on spectral analysis of attention topology that complements supervised approaches…

NExT-Guard: Training-Free Streaming Safeguard without Token-Level Labels

2026-02-10 · Junfeng Fang, Nachuan Chen, Houcheng Jiang, Dan Zhang 외 arxiv

Large language models are increasingly deployed in streaming scenarios, rendering conventional post-hoc safeguards ineffective as they fail to interdict unsafe content in real-time. While streaming safeguards based on to…

First Hallucination Tokens Are Different from Conditional Ones

2025-07-28 · Jakob Snel, Seong Joon Oh arxiv

Large Language Models (LLMs) hallucinate, and detecting these cases is key to ensuring trust. While many approaches address hallucination detection at the response or span level, recent work explores token-level detectio…

CORTEX: Token-Level Hallucination Detection in RAG via Comparative Internal Representations

2026-06-30 · Kazuaki Furumai, Shuichiro Haruta, Kazunori Matsumoto, Daisuke Kamisaka arxiv

In this paper, we propose CORTEX, a token-level hallucination detection method for Retrieval-Augmented Generation (RAG). In long-form RAG outputs, hallucinations often arise in localized spans rather than throughout an e…