Overview
Production Readiness
0.6
Novelty Score
0.4
Cost Impact Score
0.3
Citation Count
2
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.
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.
Initial analysis: example-driven evaluation of Mistral-7B showing frequent contradictions, prompt sensitivity, and failure to follow inverted-belief prompts.
Public release: dataset and prompts available on the project GitHub for comparative evaluation.
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.
Label distribution is imbalanced: 576 NO, 49 YES, 123 Unknown, 37 Yes in fiction across the corpus.
Prompt wording strongly affects outputs and consistency for the tested model (Mistral-7B): P0–P3 often disagree, and P4 (inverted belief) is frequently misunderstood.
Authors advise against fine-tuning on TruthEval labels because labels are partially subjective and contamination may not improve real-world model reliability.
Results
Model consistency across prompts (qualitative)
Dataset source composition
Who Should Care
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
Data Available
Open Source Status
- partial
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.
- Class imbalance: far more 'No' labels than 'Yes'.
- Contains sensitive or offensive statements that require careful handling.
When Not To Use
- As a definitive ground-truth source for automated fact-checking.
- For fine-tuning models (authors advise against this).
- As the only metric for model quality without per-category analysis.
Failure Modes
- Model flips answers across slight prompt changes.
- Nuanced or hedged replies when a simple Yes/No is expected.
- Misunderstanding inverted-belief prompts (P4) and agreeing with the wrong side.
- Evaluation scores inflated by training-data contamination.
Core Entities
Models
- Mistral-7B-v0.1
- GPT-3
Metrics
- Yes/No consistency
- Accuracy
Datasets
- TruthEval
Benchmarks
- TruthfulQA

