Overview
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%
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).
Source mix risks training-set overlap: 337 from Wikipedia, 311 from GPT-3, 213 from conspiracy papers, 24 external links/books.
Results
| Metric | Value | Baseline | Delta | Split / Dataset | Evidence | Evidence Ref |
|---|---|---|---|---|---|---|
| Model consistency across prompts (qualitative) | Mistral-7B often gives conflicting answers across P0–P3 and misinterprets P4 | — | — | TruthEval (examples in Table 4) | Section 4 and Examples 1–4 demonstrate contradictions and P4 failures | Section 4, Table 4 |
| Dataset source composition | Wikipedia-heavy and GPT-3-heavy: 337 and 311 samples respectively | — | — | TruthEval | Table 2 lists source counts | Section 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
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.

