English

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

Computation and Language 2026-02-02 v2 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.2601.21969,
  title  = {Token-Guard: Towards Token-Level Hallucination Control via Self-Checking Decoding},
  author = {Yifan Zhu and Huiqiang Rong and Haoran Luo},
  journal= {arXiv preprint arXiv:2601.21969},
  year   = {2026}
}

Comments

Accepted by ICLR 2026 main conference

R2 v1 2026-07-01T09:26:06.204Z