run-20260910T064154-bada0bThe complete raw data of every run.
Every published run is available here as a complete, unaltered JSONL dataset. Including all model responses, all judge rationales, and the hallucination extraction.
Available per run
Each run appears here with the following public artifacts:
progress.jsonl— one line per (model × item × replicate) cell, with response, token usage, and hallucination marker.raw.jsonl— complete judge outputs: entail/missing/contradict verdict per target fact, plus an extra-false-claims list per judge.summary.json— scores aggregated per (model × domain), bootstrap CI, hallucination rate, inter-rater agreement, token balance, and the USD cost of the pipeline.MANIFEST.json— run metadata: run ID, timestamp, question-bank version, active models, active judges, code version.
Run history
Chronological list of all published runs — newest first. Per entry: date, run ID, model/judge count, item count, and direct links to the raw data (JSONL + summary).
Every run has a permanent detail page: /en-runs. “Official” = one run per calendar month (feed, homepage); “development run” = roster tests and interim runs, fully archived but not in the feed.
run-20260907T181839-5742dfrun-20260904T151155-c623e0run-20260901T060205-7d51d0run-20260801T055440-452791run-20260719T120108-c40839run-20260715T040307-80bf67run-20260711T103548-436ac1run-20260701T043526-2a195erun-20260621T143914-12112drun-20260620T073912-d2125crun-20260619T195640-4ce8c8run-20260618T165158-d2543arun-20260615T043639-30c761run-20260607T181746-23cbb6run-20260529T043500-b4ffe0run-20260528T202802-6ce096run-20260520T074328-4a549crun-20260518T043700-b4a380run-20260517T131406-f96128run-20260516T200347-bc6991run-20260516T101429-0435c4run-20260514T075711-8acb3arun-20260512T135155-40f852run-20260512T105829-f0ac95run-20260512T081552-d5fb45run-20260511T051320-09184crun-20260510T190628-59fc01run-20260510T175034-5e294drun-20260510T164305-2c7b16run-20260510T121001-e3a863How I use the audit trail
Three use cases the open audit trail is designed for:
- Spot-check verification: I pick any model response, read the judge's rationale, and decide for myself whether the assessment holds.
- Hallucination audit: I filter
extra_false_claimsby a given model and see every fabricated claim verbatim. - Methodology review: I pull two runs
with the same
question_bank_versionand check whether the reproducibility guarantee holds.