REFUTE (Reasoning Over Evidence) is an auto-graded benchmark on 240 items sampled from 2025–2026 empirical papers in the BGPT corpus. Nineteen frontier models were evaluated in June 2026 on whether they can recall findings, name falsifiers, resist overclaim, and discriminate subtle methodological errors — under identical grading rules for every model.
Composite score (0–100) blending four judge-free MCQ axes, probabilistic calibration (Brier skill score), and length-controlled critique skill. Rankings below round to the nearest integer. Full 19-model panel, June 2026, release set only.
Top 8 of 19 · expand table for ranks 9–19 · MCQ columns are exact-match accuracy on release IDs
| # | Model | Truth | Facts | Falsify | Flaws |
|---|---|---|---|---|---|
| 1 | Claude-Opus-4.7 | 73 | 85% | 94% | 80% |
| 2 | Grok-4.2 | 71 | 83% | 95% | 69% |
| 3 | Gemini-3.1-Pro | 70 | 88% | 94% | 85% |
| 4 | Grok-4.3 | 68 | 78% | 87% | 76% |
| 5 | Claude-Opus-4.6 | 68 | 79% | 94% | 61% |
| 6 | Grok-3-Mini | 68 | 80% | 85% | 72% |
| 7 | Qwen3.5-397B-A17B | 67 | 80% | 72% | 70% |
| 8 | GLM-5 | 65 | 78% | 75% | 60% |
| 9 | GLM-5.1 | 63 | 70% | 63% | 59% |
| 10 | GPT-5.4 | 61 | 80% | 75% | 69% |
| 11 | Cogito-v2.1-671B | 60 | 75% | 63% | 63% |
| 12 | GPT-5.2 | 58 | 63% | 67% | 59% |
| 13 | Qwen3-235B-Instruct | 58 | 72% | 70% | 54% |
| 14 | Kimi-K2.6 | 56 | 67% | 47% | 56% |
| 15 | Grok-4.1-Fast | 52 | 67% | 63% | 49% |
| 16 | gpt-oss-120b | 49 | 72% | 55% | 59% |
| 17 | DeepSeek-V4-Pro | 49 | 58% | 50% | 60% |
| 18 | Gemma-4-31B | 46 | 62% | 31% | 50% |
| 19 | Llama-3.3-70B | 39 | 45% | 57% | 38% |
Panel n=19 · 240 items · mean item accuracy 72.8% · full results (JSON) · methods
Critique skill and calibration are measured independently. They do not track together across models.
Critique skill (blue) and uncertainty calibration (pink) for six illustrated models from the June 2026 panel (full n=19). Higher is better on both axes.
Top 8 models by generative critique skill vs. objective MCQ accuracy — channels that do not move together.
Models can score strongly on evidence-based reasoning while overstating confidence when data are weak. REFUTE reports each axis separately so this dissociation is visible rather than averaged away. On the release set, Truth Score spans 39–73 across the full 19-model panel; methodological discrimination (63% mean item accuracy) is the primary separator.
Truth Score spread (39–73) across the full panel. Grok 4.2 ranks #2 overall (71) but sits #6 on flaw discrimination (69%), behind leaders such as Gemini 3.1 Pro (85%).
60 + 60 + 40 + 80 items. Each axis is 4-way multiple choice (chance = 25%). Release items were difficulty-filtered from oversampled pools using a 10-model development panel; the published 19-model evaluation uses this fixed set only.
Reported result vs. direction- or magnitude-mutated distractors. No paper title or DOI in the prompt.
Pick the specific observation that would weaken the claim — not a generic limitation or confirmatory restatement.
Paired claims with identical limitation clauses; hype applied to the main clause only.
4-way choice among summaries with woven flaw types (sample size, confounding, p-value misuse, fabricated numbers).
Mean item accuracy by question type (19-model panel, June 2026). Flaw discrimination is the hardest axis and the main rank separator.
Load items from Hugging Face. Grade exact match on the model's final line: ANSWER=<letter>
pip install -U datasets
from datasets import load_dataset
items = load_dataset("BGPT-OFFICIAL/refute", "refute_knowledge", split="train")
# configs: refute_knowledge, refute_falsifier_choice,
# refute_overclaim_choice, refute_discrimination_hard
Protocol: eval_protocol_mcq_v2.json · integrator guide
An open benchmark for scientific epistemics: whether language models ground claims in evidence, calibrate uncertainty, and discriminate flawed reasoning when reading recent empirical work. Built from structured extractions in the BGPT database.
@misc{bgpt_refute_v2_2026,
title = {REFUTE: Reasoning Over Evidence Benchmark},
author = {{BGPT Team}},
year = {2026},
url = {https://huggingface.co/datasets/BGPT-OFFICIAL/refute}
}