paper-with-me

Papers

Enhanced Language Model Truthfulness with Learnable Intervention and Uncertainty Expression

2024-05-01 · Farima Fatahi Bayat, Xin Liu, H. V. Jagadish, Lu Wang

Large language models (LLMs) can generate long-form and coherent text, yet they often hallucinate facts, which undermines their reliability. To mitigate this issue, inference-time methods steer LLM representations toward the "truthful directions" previously learned for truth elicitation. However, applying these truthful directions with the same intensity fails to generalize across different query contexts. We propose LITO, a Learnable Intervention method for Truthfulness Optimization that automatically identifies the optimal intervention intensity tailored to each specific context. LITO explores a sequence of model generations based on increasing levels of intervention intensities. It selects the most accurate response or refuses to answer when the predictions are highly uncertain. Experiments on multiple LLMs and question-answering datasets demonstrate that LITO improves truthfulness while preserving task accuracy. The adaptive nature of LITO counters the limitations of one-size-fits-all intervention methods, maximizing truthfulness by reflecting the model's internal knowledge only when it is confident. Our code is available at https://github.com/launchnlp/LITO.

📄 PDF Abstract BibTeX arXiv:2405.00301

Code (1)

launchnlp/lito 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingQuestion Answering

Similar Papers 제목 키워드 기반

Improving Counterfactual Truthfulness for Molecular Property Prediction through Uncertainty Quantification

2025-04-03 · Jonas Teufel, Annika Leinweber, Pascal Friederich

Explainable AI (xAI) interventions aim to improve interpretability for complex black-box models, not only to improve user trust but also as a means to extract scientific insights from high-performing predictive systems. …

counterfactualMolecular Property PredictionProperty PredictionUncertainty Quantification

Inference-Time Intervention: Eliciting Truthful Answers from a Language Model

2023-06-06 · NeurIPS 2023 11 · Kenneth Li, Oam Patel, Fernanda Viégas, Hanspeter Pfister 외

We introduce Inference-Time Intervention (ITI), a technique designed to enhance the "truthfulness" of large language models (LLMs). ITI operates by shifting model activations during inference, following a set of directio…

Language ModelingLanguage ModellingTruthfulQA

TruthRL: Incentivizing Truthful LLMs via Reinforcement Learning

2025-09-30 · Zhepei Wei, Xiao Yang, Kai Sun, Jiaqi Wang 외 arxiv

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 th…

General Reinforcement LearningQuestion Answering

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

2024-02-27 · Shaolei Zhang, Tian Yu, Yang Feng

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 f…

Contrastive LearningHallucinationHallucination EvaluationLanguage Modelling+4

Balancing Stylization and Truth via Disentangled Representation Steering

2025-08-06 · Chenglei Shen, Zhongxiang Sun, Teng Shi, Xiao Zhang 외 arxiv

Generating stylized large language model (LLM) responses via representation editing is a promising way for fine-grained output control. However, there exists an inherent trade-off: imposing a distinctive style often degr…