# The FACTS Leaderboard: A Comprehensive Benchmark for Large Language Model Factuality

Source: https://www.youtube.com/watch?v=U_C_SRMPU_o
Recap page: https://rapidrecap.app/video/U_C_SRMPU_o
Generated: 2025-12-13T04:32:48.459+00:00

---
## Quick Overview

The FACTS Leaderboard demonstrates that while large language models like GPT-4 show strong performance (68.8% overall accuracy), the best models like Gemini 3 Pro achieve higher factual accuracy (outperforming the baseline by 3.4 search queries per query) by employing a dual-judge system that prioritizes non-hallucination over raw accuracy, ultimately forcing models toward greater precision and honesty.

**Key Points:**
- Gemini 3 Pro leads the FACTS Leaderboard with an overall factual accuracy score of 68.8%, outperforming GPT-4 by 3.4 search queries per query on average.
- The top-performing models utilize a dual-judge system where one judge verifies coverage against the source document, and the second judge verifies no contradictions exist.
- The evaluation heavily penalizes models for being confidently wrong (hallucination), scoring models that admit ignorance higher than those that guess incorrectly.
- The researchers found that models like GPT-4 were more prone to aggressively guessing (1.9% error rate) compared to Gemini 3 Pro, which hedged more often.
- Multi-hop queries, requiring multiple steps to answer (like searching for document A, finding a name, then searching document B for that name), are significantly more complex for models to handle accurately.
- The best models are designed to be precision-oriented, prioritizing the absence of contradictions and known limitations (like when to admit ignorance) over simply maximizing raw accuracy scores.

![Screenshot at 00:09: The speaker emphasizes that the core challenge of trusting AI revolves around its reliability, setting up the subsequent discussion on benchmarking factuality.](https://ss.rapidrecap.app/screens/U_C_SRMPU_o/00-00-09.png)

**Context:** This video introduces the FACTS Leaderboard, a new benchmark designed to comprehensively measure the factuality and trustworthiness of Large Language Models (LLMs). The core challenge addressed is the tendency of LLMs to hallucinate or confidently state incorrect facts, especially when dealing with complex, multi-step queries or domain-specific data like financial reports or medical documents. The leaderboard evaluates models based on both coverage (including all necessary facts) and no-contradiction scores, using human experts to create a rigorous evaluation rubric.

## Detailed Analysis

The video details the methodology and results of the FACTS Leaderboard, a benchmark for LLM factuality. The primary outcome is that Gemini 3 Pro outperforms GPT-4, achieving 68.8% overall accuracy and demonstrating greater efficiency by requiring fewer searches per query (3.4 fewer searches on average). The evaluation relies on four pillars: factual recall based on context, multi-hop queries, FSC-TS (a semantic metric), and a close-book memory test. The study reveals that the most successful models, like Gemini 3 Pro, use a dual-judge system where one judge checks coverage against the provided document, and the other checks for contradictions. This dual approach rewards models that are cautious and admit when they do not know the answer, leading to a lower error rate compared to models that aggressively guess. For instance, GPT-4 guessed incorrectly 1.9% of the time, whereas Gemini 3 Pro hedged more often. The benchmark also highlights that multi-hop queries (requiring multiple steps of reasoning across documents) are significantly harder for models to execute correctly. The final thought presented is that a truly reliable system, especially in high-stakes areas like medicine or law, must be designed to know its limitations and admit ignorance rather than provide confidently incorrect, yet technically precise, answers.

### Benchmark Overview

- The core challenge is AI reliability; the FACTS Leaderboard breaks down factuality into four pillars: Contextual Factuality, Multi-Hop Queries, FST-TS Parametric, and Closed-Book Memory.

### Pillar 1

- Contextual Factuality: Answers must be 100% supported by the provided document; models that hallucinate or omit facts are penalized.

### Pillar 2

- Multi-Hop Queries: These complex questions require multiple search steps (e.g., searching document A, then document B) and force models to act like researchers.

### Pillar 3

- FST-TS Parametric: This metric compares raw accuracy against accuracy when models hedge (admit ignorance); Gemini 3 Pro scored better here by being wiser and hedging more often than GPT-4.

### Pillar 4

- Closed-Book Memory: This tests recall without external search, where models that are honest about not knowing score better than those that guess.

### Results Comparison

- Gemini 3 Pro achieved 68.8% accuracy and was more efficient (fewer searches per query) than GPT-4, which was more prone to aggressive guessing.

![Screenshot at 00:05: The speaker introduces the core issue: the reliability of AI, which is the central theme of the FACTS benchmark.](https://ss.rapidrecap.app/screens/U_C_SRMPU_o/00-00-05.png)
![Screenshot at 01:39: A visual representation of the FST-TS score being discussed, showing Gemini 3 Pro achieving 68.8% accuracy.](https://ss.rapidrecap.app/screens/U_C_SRMPU_o/00-01-39.png)
![Screenshot at 02:24: The speaker details how the FST-TS leaderboard builds its two pillars: one for factual support and one for no contradictions.](https://ss.rapidrecap.app/screens/U_C_SRMPU_o/00-02-24.png)
![Screenshot at 05:33: The speaker outlines the two main scoring components: Coverage Score \(mentioning everything required\) and No Contradiction Score.](https://ss.rapidrecap.app/screens/U_C_SRMPU_o/00-05-33.png)
![Screenshot at 07:50: The speaker explains that the scoring rewards models that admit ignorance rather than guessing incorrectly, contrasting GPT-4's guessing with Gemini 3 Pro's hedging.](https://ss.rapidrecap.app/screens/U_C_SRMPU_o/00-07-50.png)
