Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

TruthRL: Incentivizing Truthful LLMs via Reinforcement Learning

About

While large language models (LLMs) have demonstrated strong performance on factoid question answering, they are still prone to hallucination and untruthful responses, particularly when tasks demand information outside their parametric knowledge. Indeed, truthfulness requires more than accuracy -- models must also recognize uncertainty and abstain when unsure to avoid hallucinations. This presents a fundamental challenge for existing methods: approaches that optimize for accuracy often amplify hallucinations, while those that encourage abstention can become overly conservative, sacrificing correct answers. Both extremes ultimately compromise truthfulness. In this work, we present TruthRL, a general reinforcement learning (RL) framework that directly optimizes the truthfulness of LLMs. Specifically, we implement TruthRL using GRPO with a simple yet effective ternary reward that distinguishes correct answers, hallucinations, and abstentions. It incentivizes models to reduce hallucinations not only by providing correct responses, but also by enabling abstention when uncertain, thereby improving truthfulness. Extensive experiments across four knowledge-intensive benchmarks show that TruthRL significantly reduces hallucinations (e.g., 43.5% $\rightarrow$ 19.4%) and improves truthfulness (e.g., 5.3% $\rightarrow$ 37.2%), with consistent gains across various backbone models. Analysis shows that the improvement of TruthRL arises from enhanced capability of LLMs to recognize their knowledge boundary, hence avoiding being overly conservative as the baselines are.

Zhepei Wei, Xiao Yang, Kai Sun, Jiaqi Wang, Rulin Shao, Jingxiang Chen, Mohammad Kachuee, Teja Gollapudi, Yiwei Liao, Nicolas Scheffer, Rakesh Wanga, Anuj Kumar, Yu Meng, Wen-tau Yih, Xin Luna Dong• 2025

Related benchmarks

TaskDatasetResultRank
Knowledge-intensive Question AnsweringCRAG
Truthfulness40.6
36
Multi-hop Question AnsweringMuSiQue Full
C Score80.1
22
Multi-hop Question AnsweringHotpotQA Full
C (Correctness)85.1
22
Multi-hop Question Answering2WikiMultiHopQA Full
Accuracy (C)85.3
22
Question AnsweringNQ
T Metric34.9
14
Question AnsweringTriviaQA
T Score61.4
14
Question AnsweringARC-C
T Score83.6
14
Question AnsweringBioASQ
T Score39
14
Graduate-Level ReasoningGPQA D
Accuracy44.4
12
ReasoningAMC23
Accuracy92.5
12
Showing 10 of 27 rows

Other info

Follow for update