BGPT-OFFICIAL/refute

Dataset

Can AI read new science honestly?

2

139 commits

4 linked in READMEs

updated Jul 24, 2026

See the code

README

REFUTE scientific honesty leaderboard with the current top three models

Can AI read new science honestly?

Models can sound convincing while misreading a result or expressing more confidence than the evidence deserves. That matters when people use them to summarize papers, compare studies, or decide what to investigate next.

REFUTE tests whether a model knows the finding, spots quiet flaws, names what would overturn a claim, and matches its confidence to the evidence.

Truth Score for every model with a complete evaluation

Truth Score is the main result. It combines factual accuracy, flaw detection, falsification, calibration, and critique quality into one 0 to 100 score.

Live leaderboard · Methods · Use the dataset


The result

Grok-4.2 leads at 74.5. Claude-Opus-4.7 and Claude-Opus-4.6 follow within 1.3 points. Those small gaps are not reliable rank differences, so the more useful question is which models sit on the efficient frontier.

Labeled efficient frontier of critique quality and calibration

The frontier shows the best available tradeoffs between two things people often confuse:

  • Critique quality: Can the model explain what is wrong?
  • Calibration: Does its confidence match the evidence?

Claude-Opus-4.6, Claude-Opus-4.7, Grok-4.2, and Grok-4.3 form the frontier in this panel. A model below that line is beaten by another model on both measures.

Gemma, gpt-oss, and Llama are omitted from this one scatter plot because they stretch the axes and make the central comparison harder to read. They remain in the full ranking above and the table below.

Why this matters

A model that gives the right answer for the wrong reason is brittle. A model that identifies flaws but stays overconfident is hard to trust. REFUTE separates those failure modes instead of rewarding polished prose alone.

That produces useful diagnoses, not just a ranking:

Why the bottom three finish where they do

Where model families miss

Grok-4.1-Fast writes strong critiques but is weak on the underlying facts. gpt-oss-120b often knows the paper but struggles to critique and calibrate. Llama-3.3-70B is weak across most components. Different model families fail in different ways.


Full results

Open the complete table
RankModelTruthKnowFlawsFalsifyScopeSkillBrier↓
1Grok-4.274.585%81%98.8%98.3%7.590.173
2Claude-Opus-4.773.478.8%84%97.5%98.3%6.950.166
3Claude-Opus-4.673.278.8%83%93.8%95%6.610.149
4Grok-3-Mini72.280%83%96.2%98.3%7.460.189
5Grok-4.371.580%81%97.5%100%7.610.198
6Gemini-3.1-Pro71.288.8%85%98.8%100%6.420.216
7Kimi-K2.671.077.5%80%92.5%100%6.420.163
8GPT-5.269.282.5%79%85%98.3%7.040.191
9GPT-5.667.882.5%86%95%100%7.030.287
10Gemma-4-31B67.282.5%77%97.5%96.7%5.620.205
11GPT-5.464.376.2%75%95%98.3%6.960.242
12DeepSeek-V4-Pro62.977.5%80%83.8%100%6.320.246
13Grok-4.1-Fast59.466.2%68%80%95%7.040.228
14gpt-oss-120b57.580%74%76.2%96.7%4.470.494
15Llama-3.3-70B46.361.3%54%60%76.7%4.470.238

Question columns are accuracy. Skill is scored out of 10. Brier is calibration error, so lower is better. Blank API answers count as wrong.

Five additional models have partial results but no Truth Score: GLM-5.1, Qwen3-235B, Qwen3.5-397B, GLM-5, and Cogito-v2.1.

What REFUTE tests

320 auto-graded questions ask four things: What did the study find? What would overturn the claim? How far does the evidence reach? Which summary is honest?

Average accuracy for the four REFUTE question types

The scope question is nearly solved in this panel, so it receives only 5% of Truth Score. Knowledge and honest-summary questions are tied at 78%, leaving meaningful room for improvement on both.

Why Claude Fable 5 has no score

Replicate returns succeeded but produces an empty answer on REFUTE biology and medical prompts, usually after only 2 to 7 output tokens. Ordinary non-science prompts work. This appears to be route-level safety filtering, not a token-budget failure. We will not turn refusals into a score. A valid run needs direct Anthropic API access or another route that does not blank scientific prompts.

Interactive leaderboard · Full methods


Use it

from datasets import load_dataset

ds = load_dataset("BGPT-OFFICIAL/refute", "refute_discrimination_hard", split="train")
print(ds[0]["prompt"][:400])
# Grade the final line: ANSWER=A/B/C/D

Integrators: INTEGRATORS.md · Eval protocol

Public rows strip DOI, title, and source hash.


Before you cite a ranking

  • Scores are point estimates. Small gaps are not a reliable ordering.
  • Blank or unparsed MCQ answers count as incorrect (intent-to-treat). Models with mostly blank runs stay incomplete.
  • GPT-5.6 critique skill uses two strict judges rather than three because GLM-5 was no longer available. Their means were 7.19 and 6.87. Grok models use the two-judge Grok eval wave (Kimi + GLM-5).
  • Items were chosen for difficulty using a fixed open-weight development panel. Frontier results never changed which items were included.
  • Staying within the evidence is easy for frontier models here, so it is only 5% of Truth Score. Spotting quiet flaws and calibration do more of the separating.
  • Scope: recent English-language empirical research, not all of science.

Full methods: TECHNICAL_REPORT.md · release summary


Learn more

Why skill isn't truth · Changelog · Cite

@misc{bgpt_refute_2026,
  title = {REFUTE: Reasoning Over Evidence Benchmark},
  author = {{BGPT Team}},
  year = {2026},
  url = {https://huggingface.co/datasets/BGPT-OFFICIAL/refute}
}

Built by BGPT, structured evidence from full-text science papers.

benchmark
calibration
epistemics
evaluation
falsification
scientific-reasoning
text-only

Contributors

BGPT-OFFICIAL

127 commits

HeliumTrades

12 commits

BGPT-OFFICIAL/refute

Dataset

Can AI read new science honestly?

2

139 commits

4 linked in READMEs

updated Jul 24, 2026

See the code

README

REFUTE scientific honesty leaderboard with the current top three models

Can AI read new science honestly?

Models can sound convincing while misreading a result or expressing more confidence than the evidence deserves. That matters when people use them to summarize papers, compare studies, or decide what to investigate next.

REFUTE tests whether a model knows the finding, spots quiet flaws, names what would overturn a claim, and matches its confidence to the evidence.

Truth Score for every model with a complete evaluation

Truth Score is the main result. It combines factual accuracy, flaw detection, falsification, calibration, and critique quality into one 0 to 100 score.

Live leaderboard · Methods · Use the dataset


The result

Grok-4.2 leads at 74.5. Claude-Opus-4.7 and Claude-Opus-4.6 follow within 1.3 points. Those small gaps are not reliable rank differences, so the more useful question is which models sit on the efficient frontier.

Labeled efficient frontier of critique quality and calibration

The frontier shows the best available tradeoffs between two things people often confuse:

  • Critique quality: Can the model explain what is wrong?
  • Calibration: Does its confidence match the evidence?

Claude-Opus-4.6, Claude-Opus-4.7, Grok-4.2, and Grok-4.3 form the frontier in this panel. A model below that line is beaten by another model on both measures.

Gemma, gpt-oss, and Llama are omitted from this one scatter plot because they stretch the axes and make the central comparison harder to read. They remain in the full ranking above and the table below.

Why this matters

A model that gives the right answer for the wrong reason is brittle. A model that identifies flaws but stays overconfident is hard to trust. REFUTE separates those failure modes instead of rewarding polished prose alone.

That produces useful diagnoses, not just a ranking:

Why the bottom three finish where they do

Where model families miss

Grok-4.1-Fast writes strong critiques but is weak on the underlying facts. gpt-oss-120b often knows the paper but struggles to critique and calibrate. Llama-3.3-70B is weak across most components. Different model families fail in different ways.


Full results

Open the complete table
RankModelTruthKnowFlawsFalsifyScopeSkillBrier↓
1Grok-4.274.585%81%98.8%98.3%7.590.173
2Claude-Opus-4.773.478.8%84%97.5%98.3%6.950.166
3Claude-Opus-4.673.278.8%83%93.8%95%6.610.149
4Grok-3-Mini72.280%83%96.2%98.3%7.460.189
5Grok-4.371.580%81%97.5%100%7.610.198
6Gemini-3.1-Pro71.288.8%85%98.8%100%6.420.216
7Kimi-K2.671.077.5%80%92.5%100%6.420.163
8GPT-5.269.282.5%79%85%98.3%7.040.191
9GPT-5.667.882.5%86%95%100%7.030.287
10Gemma-4-31B67.282.5%77%97.5%96.7%5.620.205
11GPT-5.464.376.2%75%95%98.3%6.960.242
12DeepSeek-V4-Pro62.977.5%80%83.8%100%6.320.246
13Grok-4.1-Fast59.466.2%68%80%95%7.040.228
14gpt-oss-120b57.580%74%76.2%96.7%4.470.494
15Llama-3.3-70B46.361.3%54%60%76.7%4.470.238

Question columns are accuracy. Skill is scored out of 10. Brier is calibration error, so lower is better. Blank API answers count as wrong.

Five additional models have partial results but no Truth Score: GLM-5.1, Qwen3-235B, Qwen3.5-397B, GLM-5, and Cogito-v2.1.

What REFUTE tests

320 auto-graded questions ask four things: What did the study find? What would overturn the claim? How far does the evidence reach? Which summary is honest?

Average accuracy for the four REFUTE question types

The scope question is nearly solved in this panel, so it receives only 5% of Truth Score. Knowledge and honest-summary questions are tied at 78%, leaving meaningful room for improvement on both.

Why Claude Fable 5 has no score

Replicate returns succeeded but produces an empty answer on REFUTE biology and medical prompts, usually after only 2 to 7 output tokens. Ordinary non-science prompts work. This appears to be route-level safety filtering, not a token-budget failure. We will not turn refusals into a score. A valid run needs direct Anthropic API access or another route that does not blank scientific prompts.

Interactive leaderboard · Full methods


Use it

from datasets import load_dataset

ds = load_dataset("BGPT-OFFICIAL/refute", "refute_discrimination_hard", split="train")
print(ds[0]["prompt"][:400])
# Grade the final line: ANSWER=A/B/C/D

Integrators: INTEGRATORS.md · Eval protocol

Public rows strip DOI, title, and source hash.


Before you cite a ranking

  • Scores are point estimates. Small gaps are not a reliable ordering.
  • Blank or unparsed MCQ answers count as incorrect (intent-to-treat). Models with mostly blank runs stay incomplete.
  • GPT-5.6 critique skill uses two strict judges rather than three because GLM-5 was no longer available. Their means were 7.19 and 6.87. Grok models use the two-judge Grok eval wave (Kimi + GLM-5).
  • Items were chosen for difficulty using a fixed open-weight development panel. Frontier results never changed which items were included.
  • Staying within the evidence is easy for frontier models here, so it is only 5% of Truth Score. Spotting quiet flaws and calibration do more of the separating.
  • Scope: recent English-language empirical research, not all of science.

Full methods: TECHNICAL_REPORT.md · release summary


Learn more

Why skill isn't truth · Changelog · Cite

@misc{bgpt_refute_2026,
  title = {REFUTE: Reasoning Over Evidence Benchmark},
  author = {{BGPT Team}},
  year = {2026},
  url = {https://huggingface.co/datasets/BGPT-OFFICIAL/refute}
}

Built by BGPT, structured evidence from full-text science papers.

benchmark
calibration
epistemics
evaluation
falsification
scientific-reasoning
text-only

Contributors

BGPT-OFFICIAL

127 commits

HeliumTrades

12 commits