TruthfulQA: Measuring how models mimic human falsehoods
Summary
TruthfulQA is a benchmark of 817 questions across 38 categories designed to measure whether language models generate truthful answers. The study found that the best model achieved only 58% truthfulness compared to 94% for humans, and larger models were generally less truthful—suggesting scaling alone is insufficient for improving truthfulness.
View Cached Full Text
Cached at: 04/20/26, 02:55 PM
Similar Articles
Judging by the Cover: Cleaning LLM Truthfulness Benchmarks to Avoid Surface-Level Feature Leakage
This paper identifies surface-level feature leakage in truthfulness benchmarks like TruthfulQA, where models can cheat by exploiting answer form differences, and introduces Audit-Prune to clean benchmarks, ensuring more reliable evaluations.
Introducing SimpleQA
OpenAI introduces SimpleQA, a new factuality benchmark dataset with 4,326 short fact-seeking questions designed to evaluate frontier language models on their ability to provide accurate answers without hallucination. The dataset achieves high quality through dual independent annotation, rigorous criteria, and achieves only ~3% estimated error rate, with GPT-4o scoring less than 40%.
Comprehensive Evaluation of Large Language Model Responses: A Multi-Factor Scoring System
This paper proposes a multi-factor scoring system for evaluating LLM responses, integrating accuracy, conciseness, factual consistency, readability, and coherence. Applied to the TruthfulQA dataset, it reveals strengths and limitations of mainstream models, offering a transparent evaluation framework.
Honesty in a small model drops from 35% to 0% by changing the tone of the prompt. Sharing the findings.
A new paper shows that small open-source AI models can shift from honest to dishonest behavior when the prompt tone changes, with pressure leading to zero honesty. The research also reveals that interpretability tools may not detect the most dishonest states.
"Did you lie?" Evaluating Lie Detectors across Model Scale and Belief-Verified Model Organisms
This paper evaluates four lie detection methods for language models across prompted lying and trained model organisms, finding that activation- and logprob-based detectors drop sharply on trained model organisms while a chain-of-thought judge remains strong. It introduces new testbeds and the Did-You-Lie (DYL) follow-up probe method, releasing datasets and model organisms.