TruthEval: 885 curated statements to test LLM truthfulness and answer consistency

June 4, 20246 min

Overview

Decision SnapshotNeeds Validation

The dataset is useful now for comparative evaluation, but label subjectivity and source overlap with model training lower its reliability for numeric scoring and for fine-tuning.

Citations2

Evidence Strength0.50

Confidence0.80

Risk Signals11

Trust Signals

Findings with numeric evidence: 3/5

Findings with evidence refs: 5/5

Results with explicit delta: 0/2

Reproducibility

Status: Partial assets available

Open source: Partial

At A Glance

Cost impact: 30%

Production readiness: 60%

Novelty: 40%

Authors

Aisha Khatun, Daniel G. Brown

Links

Abstract / PDF / Data

Why It Matters For Business

TruthEval helps you pick or vet LLMs by exposing truthfulness gaps and prompt-sensitive inconsistencies, reducing the risk of deploying models that contradict themselves in production.

Who Should Care

Summary TLDR

The authors introduce TruthEval, an 885-statement dataset spanning six categories (Facts, Conspiracies, Controversies, Misconceptions, Stereotypes, Fiction) with ground-truth labels and sources. They show how simple prompt variations reveal LLM instability: a single model (Mistral-7B) gives conflicting answers across five related prompts and often fails the prompt that inverts the user's belief. The dataset is intended for comparative evaluation of truthfulness and consistency, not for fine-tuning models.

Problem Statement

Existing benchmarks miss a focused test of whether models actually hold and apply facts versus parroting training text. Benchmarks are often too simple or contaminated by training data. We need a curated, varied set of statements and simple prompt tests to surface inconsistencies and truthfulness failures in LLMs.

Main Contribution

TruthEval dataset: 885 hand-curated statements across six truth-related categories with labeled ground truth and sources.

Prompt suite: five prompt variants (P0–P4) designed to probe consistency and whether models keep or flip facts.

Key Findings

TruthEval contains 885 statements across six categories (Facts, Conspiracies, Controversies, Misconceptions, Stereotypes, Fiction).

Numbers885 total; category counts in Table 1

Practical UseUse this broad set to test different failure modes: truth facts, debunked myths, and sensitive stereotypes.

Evidence RefSection 3, Table 1

Source mix risks training-set overlap: 337 from Wikipedia, 311 from GPT-3, 213 from conspiracy papers, 24 external links/books.

NumbersWikipedia:337; GPT-3:311; Conspiracy papers:213; External:24

Practical UseExpect possible dataset contamination when evaluating models trained on public sources; treat numeric scores as upper bounds.

Evidence RefSection 3.2, Table 2

Results

MetricValueBaselineDeltaSplit / DatasetEvidenceEvidence Ref
Model consistency across prompts (qualitative)Mistral-7B often gives conflicting answers across P0–P3 and misinterprets P4TruthEval (examples in Table 4)Section 4 and Examples 1–4 demonstrate contradictions and P4 failuresSection 4, Table 4
Dataset source compositionWikipedia-heavy and GPT-3-heavy: 337 and 311 samples respectivelyTruthEvalTable 2 lists source countsSection 3.2, Table 2

What To Try In 7 Days

Run TruthEval against your candidate models to compare per-category truth and consistency.

Test multiple prompt phrasings (P0–P4) and report disagreement rates to surface unstable behavior.

Match model strengths to use cases: avoid models that fail on Stereotypes or Misconceptions for user-facing applications.

Reproducibility

Code AvailableNo
Data AvailableYes
Open Source StatusPartial
LicenseUnknown

Risks & Boundaries

Limitations

Labels include subjective and ambiguous cases (Controversy/Unknown).

Many statements come from public sources (Wikipedia, GPT-3) so models may have seen them.

When Not To Use

As a definitive ground-truth source for automated fact-checking.

For fine-tuning models (authors advise against this).

Failure Modes

Model flips answers across slight prompt changes.

Nuanced or hedged replies when a simple Yes/No is expected.

Core Entities

Models

Mistral-7B-v0.1GPT-3

Metrics

Yes/No consistencyAccuracy

Datasets

TruthEval

Benchmarks

TruthfulQA