Non-Linear Inference Time Intervention: Improving LLM Truthfulness
Jakub Hoscilowicz, Adam Wiacek, Jan Chojnacki, Adam Cieslak, Leszek Michon, Vitalii Urbanevych, Artur Janicki
TL;DR
The paper tackles the problem of improving truthfulness in LLM outputs without fine-tuning by inspecting and biasing the model's internal representations. It introduces NL-ITI, a non-linear probing and multi-token intervention framework that identifies truth-relevant attention heads and biases their activations during inference using multi-token context. Empirical results on LLaMA-2-7B show NL-ITI significantly surpasses the original ITI and exceeds the recent Truth Forest method, achieving notable gains on TruthfulQA and strong generalization across ARC, MMLU, and OBQA. The findings demonstrate a data-efficient approach to steer LLM behavior toward truthfulness, with potential for safer and more accountable AI systems, while acknowledging the need for labeled data and avenues for unsupervised extensions.
Abstract
In this work, we explore LLM's internal representation space to identify attention heads that contain the most truthful and accurate information. We further developed the Inference Time Intervention (ITI) framework, which lets bias LLM without the need for fine-tuning. The improvement manifests in introducing a non-linear multi-token probing and multi-token intervention: Non-Linear ITI (NL-ITI), which significantly enhances performance on evaluation benchmarks. NL-ITI is tested on diverse multiple-choice datasets, including TruthfulQA, on which we report over 16% relative MC1 (accuracy of model pointing to the correct answer) improvement with respect to the baseline ITI results. Moreover, we achieved a 10% relative improvement over the recently released Truth Forest (TrFf) method that also focused on ITI improvement.
