Truth Forest: Toward Multi-Scale Truthfulness in Large Language Models through Intervention without Tuning
Zhongzhi Chen, Xingwu Sun, Xianfeng Jiao, Fengzong Lian, Zhanhui Kang, Di Wang, Cheng-Zhong Xu
TL;DR
Truth Forest introduces an inference-time, intervention-based framework that uncovers multi-dimensional truth representations in LLMs using orthogonal probes and Random Peek. By training multiple, mutually orthogonal truth axes and applying targeted, lightweight perturbations during generation, TrFr substantially reduces hallucinations without fine-tuning. The approach demonstrates strong gains on TruthfulQA across several 7B-scale models and shows orthogonality to existing methods like IFT, with additional analysis revealing diverse, complementary truth features. This method has practical impact by enabling more truthful and informative outputs in deployed LLMs while maintaining efficiency and compatibility with existing prompting and fine-tuning strategies. The results suggest broad applicability to other tasks and domains, and point toward future work in bias reduction and扩 controllability.
Abstract
Despite the great success of large language models (LLMs) in various tasks, they suffer from generating hallucinations. We introduce Truth Forest, a method that enhances truthfulness in LLMs by uncovering hidden truth representations using multi-dimensional orthogonal probes. Specifically, it creates multiple orthogonal bases for modeling truth by incorporating orthogonal constraints into the probes. Moreover, we introduce Random Peek, a systematic technique considering an extended range of positions within the sequence, reducing the gap between discerning and generating truth features in LLMs. By employing this approach, we improved the truthfulness of Llama-2-7B from 40.8\% to 74.5\% on TruthfulQA. Likewise, significant improvements are observed in fine-tuned models. We conducted a thorough analysis of truth features using probes. Our visualization results show that orthogonal probes capture complementary truth-related features, forming well-defined clusters that reveal the inherent structure of the dataset.
