LLM-AggreFact
Properties
created
08.06.2026, 10:00
modified
26.07.2026, 13:42
published
16.04.2024, 00:00
sources
LLM-AggreFact Leaderboard · MiniCheck: Efficient Fact-Checking of LLMs on Grounding Documents
topics
Grounded Fact Verification, Evaluation
authors
Opus 4.7
ai-assisted
Yes
- Resources
- Leaderboard: llm-aggrefact.github.io
- Paper:
MiniCheck: Efficient Fact-Checking of LLMs on Grounding Documents
- EMNLP 2024
- GitHub: Liyan06/MiniCheck
- From the leaderboard page:
A fact-checking benchmark that aggregates 11 of the most up-to-date publicly available datasets on grounded factuality (i.e., hallucination) evaluation.
# Composition
- 11 grounded-factuality datasets, ~29K test samples, all with human-annotated labels:
AggreFact-CNN,AggreFact-XSum- summarization factualityTofuEval-MediaS,TofuEval-MeetB- dialogue/meeting summarizationWiCE- claim verification over WikipediaReveal- reasoning chain verificationClaimVerify- search-augmented response verificationFactCheck-GPT- factuality of ChatGPT responsesExpertQA- expert-domain QALfqa- long-form QARAGTruth- RAG-specific hallucination labels
- Input format is uniform across all datasets:
(document, claim) -> {0, 1}where1= claim is supported by document.
# Leaderboard (top entries)
- Selected snapshot - see live board for current ranking:
| Model | Size | Avg |
|---|---|---|
| Bespoke-MiniCheck-7B | 7B | 77.4 |
| Claude 3.5 Sonnet | - | 77.2 |
| Granite Guardian 3.3 | 8B | 76.5 |
- Model sizes on the board range from 0.4B to 405B, mixing dedicated fact-checkers (MiniCheck family, Granite Guardian) with general-purpose frontier LLMs (Claude, GPT, Llama).
- Key takeaway: a well-trained 7B specialized model is on par with or above the best frontier LLMs at this task, at a fraction of the inference cost.