BGPT BGPT

REFUTE v3 · Scientific honesty leaderboard

Can AI read science honestly?

A fluent AI answer can quietly turn weak evidence into a strong claim. REFUTE tests whether models know the difference.

Current top three
1Grok-4.274.5
2Claude-Opus-4.773.4
3Claude-Opus-4.673.2

Point estimates, not definitive ranks. The top three are separated by only 1.3 points.

320auto-graded questions
20models shown
15complete Truth Scores
74.5best Truth Score, out of 100

Why this matters

Scientific-sounding is not the same as scientifically honest.

People use AI to understand research, from lab findings to medical news. The dangerous failure is often subtle: turning “may” into “does,” hiding a flaw, or sounding certain when the data are weak.

A careful reader asks: What did the study show? What would prove it wrong? How sure should we be?

The main result

Truth Score, every complete model

Truth Score combines six parts of scientific judgment. Grok-4.2 leads by point estimate, but only 1.3 points separate the top three.

Scores use the v3 formula. Blank or unparsed answers count as wrong. Small differences are not a reliable ordering.

Takeaway Even the leader leaves meaningful headroom.

The best model scores 74.5 out of 100. Leading models are close overall, but their weaknesses differ. A rank alone does not tell you which model to trust for a specific scientific task.

The useful tradeoff

The best critic also knows when to be unsure.

Some models write strong critiques but express too much confidence. The frontier shows who best combines critical reasoning with calibrated uncertainty.

Critique skill and calibration efficient frontier Twelve directly labeled models. Claude Opus 4.6, Claude Opus 4.7, Grok 4.2, and Grok 4.3 form the efficient frontier. .14 .18 .22 .26 .30 6.4 6.8 7.2 7.6 Critique skill (higher is better) Calibration error (lower is better) Claude-Opus-4.6 Claude-Opus-4.7 Grok-4.2 Grok-4.3 Kimi-K2.6 Gemini-3.1-Pro DeepSeek-V4-Pro GPT-5.2 Grok-4.1-Fast GPT-5.4 GPT-5.6 Grok-3-Mini
Efficient frontier Other complete models in view
The story: Grok-4.2 offers the strongest balance. Claude-Opus-4.6 calibrates best. Grok-4.3 writes the strongest critiques. No model leads on every dimension.

Gemma-4-31B, gpt-oss-120b, and Llama-3.3-70B are omitted from this scatter because they stretch the axes and obscure the central comparison. They remain in the full ranking and table.

Why one score is not enough

The same score can hide different risks.

One model may remember findings but overstate confidence. Another may critique elegantly while missing basic facts. That difference matters when choosing an AI reader for research, medicine, journalism, or policy.

Grok-4.1-Fast
59.4

Fluent critiques, weak facts.
Critique skill is 7.04/10, but finding recall is 66% and flaw spotting is 68%.

gpt-oss-120b
57.5

Knows the paper, cannot calibrate.
Finding recall is 80%, but critique skill is 4.47/10 and Brier skill is below baseline.

Llama-3.3-70B
46.3

Weak across the board.
Finding recall is 61%, flaw spotting is 54%, and falsifier choice is 60%.

Optional: how model families differ

Family sizes vary, so these means are descriptive. Staying within scope is close to solved, while honest-summary judgment has more headroom.

Benchmark anatomy

What REFUTE tests

REFUTE turns careful scientific reading into four concrete questions. Calibration and open-ended critique are measured separately.

78%

Know the finding

Recall the actual result, not a plausible near-miss from the same study.

90%

Name what overturns it

Choose the concrete observation that would weaken the claim.

97%

Stay within evidence

Choose the conclusion the experiment supports without scope creep.

78%

Spot the honest summary

Distinguish a faithful report from a quietly distorted one.

Knowledge and honest-summary judgment are tied at 78% mean accuracy. Scope is nearly solved in this panel, so it receives only 5% of Truth Score.
?
Why Claude Fable 5 has no REFUTE score

The Replicate route returns a successful status but 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. We do not convert refusals into a score.

Supplementary detail

Full results and methods

Use Truth Score for the headline. Use the components to understand why a model got there.

Open the complete 15-model table
#ModelTruthKnowFlawsFalsifyScopeSkillBrier↓
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

Five models have partial results but no Truth Score: GLM-5.1, Qwen3-235B, Qwen3.5-397B, GLM-5, and Cogito-v2.1. GPT-5.6 critique skill uses two judges because the third original judge was unavailable for the rerun.

Run REFUTE

Load a public split and grade the final answer letter.

from datasets import load_dataset

items = load_dataset(
    "BGPT-OFFICIAL/refute",
    "refute_discrimination_hard",
    split="train",
)

# Grade the final line: ANSWER=A/B/C/D

What to know before citing

  • Truth Scores are point estimates.
  • Items were fixed before frontier evaluation.
  • Blank and unparsed answers count as wrong.
  • Scope is recent English-language empirical research.
  • MCQ axes are judge-free; critique skill is 15% of Truth Score.

Open benchmark

Cite REFUTE

@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 from structured evidence extracted from full-text scientific papers.