Notes · Reading list · verifiable science data

Verifiable science data and environments

Ten papers on scalable, verifiable science data and environments for the Apertus 2 STEM climb. Nine are from the last twelve months; only MegaScience (July 2025) is older. Grouped by where the verifiable signal comes from.

The four for the slide: one executable environment, one simulator, one mined corpus, and the held-out target. Each in plain words first, then the numbers.

Ohio State, Wisconsin, CiscoApril 2026arxiv 2604.27977
envs, workflow, trajectories, models

D3-GymExecutable science environment

  • In plain words: take a real scientific repo with its data, turn a step of its analysis into a task, and synthesise a script that checks the model's output. The model writes and runs code; the script grades.
  • 565 tasks from 239 real repositories: bioinformatics, computational chemistry, GIS, psychology
  • Verifier scripts synthesised plan-then-code, 87.5% agreement with human pass/fail verdicts
  • Rejection-sampled trajectories lift Qwen3-32B by +7.8 on ScienceAgentBench
  • The coding-heavy core: the verifier-synthesis step is reusable on Apertus-clean repos
CMU, LambdaApril 2026arxiv 2604.11805
codemodels 3B to 30B

Sim2ReasonSimulator-generated physics

  • In plain words: sample random physics scenes (masses, inclines, springs, initial velocities) as text, build each one in the MuJoCo engine, run it, and read the answer off the trajectory. Nobody annotates anything; the model only ever sees the text problem.
  • Three question types per scene: numeric (predict a quantity), reverse (recover a parameter from the outcome), symbolic (give the expression)
  • Trained on simulated data only: IPhO mechanics +5.4 at 32B, +7.5 at 3B; up to +17.9 on JEEBench
  • The clearest sim-to-real transfer result; the pattern to copy for chemistry and circuits
UC Santa BarbaraJanuary 2026arxiv 2601.05567
data released

WildSciLiterature-mined QA

  • In plain words: feed peer-reviewed papers to an LLM, get multiple-choice questions out, filter them by refinement and model voting. Cheap and broad, no code involved.
  • 56K MCQ from Nature Communications papers, 9 disciplines, 26 subdomains
  • GRPO with MCQ reward on Qwen 1.5B and 3B: +7.3 average on GPQA-Aug, SuperGPQA, MMLU-Pro
  • Template for mining Swiss and EU open-access corpora; the non-coding counterweight in the mix
ApodexAugust 2026arxiv 2608.24979
eval only97 of 300 released

FrontierChallengeHeld-out target

  • In plain words: a real lab workflow with fixed inputs and a bundle of required deliverables; the model has to complete the whole thing end to end.
  • 300 workflows, 97 public: quantum chemistry, molecular dynamics, materials, analytical chemistry, life science, electrochemistry
  • Best configurations pass 20 of 97; 75.5% of failing Claude Code runs still claimed completion
  • What the coding-heavy climb is for, and a warning about self-reported success