SOTAVerified

TruthX: Alleviating Hallucinations by Editing Large Language Models in Truthful Space

2024-02-27Code Available2· sign in to hype

Shaolei Zhang, Tian Yu, Yang Feng

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Large Language Models (LLMs) sometimes suffer from producing hallucinations, especially LLMs may generate untruthful responses despite knowing the correct knowledge. Activating the truthfulness within LLM is the key to fully unlocking LLM's knowledge potential. In this paper, we propose TruthX, an inference-time intervention method to activate the truthfulness of LLM by identifying and editing the features within LLM's internal representations that govern the truthfulness. TruthX employs an auto-encoder to map LLM's representations into semantic and truthful latent spaces respectively, and applies contrastive learning to identify a truthful editing direction within the truthful space. During inference, by editing LLM's internal representations in truthful space, TruthX effectively enhances the truthfulness of LLM. Experiments show that TruthX improves the truthfulness of 13 advanced LLMs by an average of 20% on TruthfulQA benchmark. Further analyses suggest that TruthX can control LLM to produce truthful or hallucinatory responses via editing only one vector in LLM's internal representations.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
TruthfulQAMistral-7B-Instruct-v0.2 + TruthXMC10.56Unverified
TruthfulQALLaMa-2-7B-Chat + TruthXMC10.54Unverified

Reproductions