Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
17
17
disposition
stringclasses
4 values
rec0Arme2jcXQZnAW
cleared
rec1oj2DveQWl9Rpw
cleared
rec2fsnzUuvNtUYK8
cleared
rec47oNPXudlTIk4y
cleared
rec4L69T0Y1AS4AFS
cleared
rec4r4KWNLrT7g2kR
cleared
rec527dNeEtWJrYNl
cleared
rec5rjeLsEq5Fg7Oj
cleared
rec7qmSnbud4FHSqL
released:wrong_key
recAYkd96NNuNl1Ei
released:multiple_defensible
recDj2Y2BbtV02Wv5
cleared
recEmTBhx2hgw6tPQ
cleared
recINSFEYLCyyd08m
cleared
recLAgwx9vbgB5EHk
released:multiple_defensible
recMicVBcqy1xM1jq
cleared
recOvqPKUtyy9ISA1
cleared
recQiWOxhkXRz9NVE
released:multiple_defensible
recUBgVlkKzcRPDdK
cleared
recUOePh79cp4T2Bg
released:malformed
recWPMm91mGDLXONm
cleared
recWxGU8Q4YReJ1tb
cleared
recZSGUkn56v9kEp1
cleared
recZWeueB7lSPR6wN
cleared
recZbxrocrxh9YENH
cleared
reca44yABeO2fx7UB
cleared
recb80OwMgNnceA9t
cleared
reccVBrYdwsB84fGy
cleared
reccVFW11Elovnf8T
cleared
recclFbsjbaiVVnnV
released:multiple_defensible
recf6ayQmL1SxKbvW
released:multiple_defensible
rechKl68Uc6H7vU0N
cleared
recihePFulRgNKsIn
released:multiple_defensible
recjJ54TXc04enRkZ
cleared
reck4G4xxv3YnpbtQ
cleared
recl1UtgTVKishAq4
cleared
recnjViFrqlZNL3fY
cleared
recooG6bivTUJpDBz
cleared
recqGD3fxPCI59vPQ
cleared
recs3PLPUEMiqg4P8
cleared
rectXfsCM1dj4Kv2c
cleared
rectlyG9pCAAuWhoB
cleared
recuyeuT5rQ6qDt8F
cleared
recvZlMbpPz0yLDle
cleared
recw4rROcnHKNZhtK
cleared
recwW1A85nfyQpReG
cleared
reczQ4I0VpENdMtIj
cleared
reczzzihL7btBH7RO
released:multiple_defensible

GPQA-Diamond-Clean — exclusion overlay

A corrected drop-in for GPQA Diamond: 198 → 189 items, with 9 broken items removed.

⚠️ This is an overlay, not a rehost. Per GPQA's anti-contamination norm (no crawlable plaintext), this repo ships the exclusion manifest — item IDs, categories, tiers, and coded reasons only — never GPQA item text or answer values. You apply it to your own licensed GPQA download.

📄 Paper: When the Answer Key Is Wrong — Allcock 2026 (arXiv forthcoming) · 💻 Loader + gated evidence: github.com/adamallcock/gpqa-diamond-clean

What this is

GPQA Diamond with broken items removed. An item is broken — and removed — if it has a wrong answer key, a malformed structure, or more than one defensible answer (multiple-defensible is broken). Here that is 9/198: 1 wrong-key, 1 malformed, 7 multiple-defensible. Because Diamond is expert-curated, a high-recall wide flag adds only 1 item over the strict core — 9/198 is a genuine near-ceiling for this method, and validates Diamond's curation relative to the noisier sets in the audit.

from datasets import load_dataset
# the overlay manifest (ids + categories + tiers -- no item text):
excl = load_dataset("adamallcock/gpqa-diamond-clean", "exclusions", split="exclusions")
# then apply it to YOUR licensed GPQA Diamond copy with scripts/build.py from the source repo.

How to use (overlay)

  1. Obtain GPQA Diamond yourself (CC BY 4.0; Idavidrein/gpqa).
  2. Use scripts/build.py --source /path/to/gpqa_diamond.csv from the source repo — it applies these exclusions (keyed on the Record ID column) and emits the 189-item cleaned split, failing closed on the wrong split.
  3. Report both original-set and cleaned scores (rescore.py).

What's in this repo

  • data/exclusions.jsonl — the 9 removed items: IDs, categories, tiers, coded reasons (never text).
  • data/candidates.jsonl — every item the flag surfaced, with disposition (released / cleared / demoted), ids only.
  • data/manifest.json — counts, method, provenance.

Item text and per-item verdict evidence are available on request under the same gating as the item text (canary + click-through); the wrong-key correction is given as IDs-and-letters, permitted by the anti-contamination policy.

Caveat — too few items for rankings

Even cleaned, 198 items is too few to statistically separate today's top models (adjacent frontier models are a bootstrap tie on Diamond). This removes wrong-answer noise; it does not fix saturation. And the verdicts are model-adjudicated + calibrated, not expert-certified — treat any single item as flagged-with-evidence pending domain sign-off.

Attribution & license

Derived from GPQA (Rein et al., 2023; Idavidrein/gpqa), CC BY 4.0. This overlay is released under CC BY 4.0 with attribution; canary preserved. Method + evidence: source repo and the audit paper (Allcock 2026).

Downloads last month
315