id string | mean_score float64 | gate_accepted bool | fully_resolved bool | valid bool | status string | completed_attempts int64 | resolved_attempts int64 | assessed_attempts int64 | invalid_attempts int64 | gate_json string | decision_json string | recorded_evalarc_version string | source_commit string | source_file string | source_pointer string | source_sha256 string | source_url string | task string | task_split string | candidate_sha256 string | grader_sha256 string | cases_sha256 string | runtime_json string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
coding-reference | 1 | true | true | true | passed | 1 | 1 | 1 | 0 | {"min_mean_score":1.0,"min_resolution_rate":1.0,"required_dimensions":[]} | {"accepted":true,"checks":[{"minimum":1.0,"name":"mean_score","observed":1.0,"passed":true},{"minimum":1.0,"name":"resolution_rate","observed":1.0,"passed":true}],"reasons":[],"valid":true} | 0.5.0 | f1b5272c86c518b1c56c8a566d2d3d4a73ea6635 | evidence/examples/suite/suite.json | /jobs/0 | 532788bc3655814616f1ae89c527d8eb3c39c61e299cb47fd1910b5fd4f80a50 | https://github.com/noteflowai/evalarc/blob/f1b5272c86c518b1c56c8a566d2d3d4a73ea6635/examples/suite/suite.json | durable-kv | public-development | 378209f3f88e8e610eb07203e42dea1890d14e96408ed2e0593468e8f88ec0fe | 2283f5c82c24ac536c4467f5833333fc7098adb46839238fdc56eca017ef2039 | 842a16a1e65700cde92ee5f5aaaa10d494a9fc9d71bd2d99fb68147b19aad63a | {"backend":"docker","case_timeout_seconds":60.0,"command":["{python}","-I","-B","main.py","{state}/store.db"],"image":"python:3.12-slim","image_id":"sha256:78387bc3881b8273120a12ebe6c1ab22b018ccc2c9adf565ae1ac9b536e184ea","platform":"Linux-6.17.0-1020-aws-x86_64-with-glibc2.39","python":"3.12.3","response_timeout_secon... |
support-partial | 0.9375 | true | false | true | passed | 2 | 0 | 2 | 0 | {"min_mean_score":0.9,"min_resolution_rate":0.0,"required_dimensions":[]} | {"accepted":true,"checks":[{"minimum":0.9,"name":"mean_score","observed":0.9375,"passed":true},{"minimum":0.0,"name":"resolution_rate","observed":0.0,"passed":true}],"reasons":[],"valid":true} | 0.5.0 | f1b5272c86c518b1c56c8a566d2d3d4a73ea6635 | evidence/examples/suite/suite.json | /jobs/1 | 532788bc3655814616f1ae89c527d8eb3c39c61e299cb47fd1910b5fd4f80a50 | https://github.com/noteflowai/evalarc/blob/f1b5272c86c518b1c56c8a566d2d3d4a73ea6635/examples/suite/suite.json | support-routing | public-development | 24fce7b13e3689fed2af2a7dbd9d6ecdc1c21d7d94f4207bfe6ef261aca998ac | 887aea97efec396118521f720f6d8753be9ae964ab92eaa655d6575185326593 | b7cd8663c69da9e1715d5c8e1d707514863dcc333fefc57acc3315053ebc85df | {"backend":"docker","case_timeout_seconds":60.0,"command":["{python}","-I","-B","main.py"],"image":"python:3.12-slim","image_id":"sha256:78387bc3881b8273120a12ebe6c1ab22b018ccc2c9adf565ae1ac9b536e184ea","platform":"Linux-6.17.0-1020-aws-x86_64-with-glibc2.39","python":"3.12.3","response_timeout_seconds":10.0,"session_o... |
support-protected | 0.9375 | false | false | true | failed | 2 | 0 | 2 | 0 | {"min_mean_score":0.9,"min_resolution_rate":0.0,"required_dimensions":["notes"]} | {"accepted":false,"checks":[{"minimum":0.9,"name":"mean_score","observed":0.9375,"passed":true},{"minimum":0.0,"name":"resolution_rate","observed":0.0,"passed":true},{"name":"required_dimension:notes","passed":false,"violations":[{"assessed":2,"case_id":"retry-after-commit","pass_rate":0.0,"passed":0,"seed":17,"variabl... | 0.5.0 | f1b5272c86c518b1c56c8a566d2d3d4a73ea6635 | evidence/examples/suite/suite.json | /jobs/2 | 532788bc3655814616f1ae89c527d8eb3c39c61e299cb47fd1910b5fd4f80a50 | https://github.com/noteflowai/evalarc/blob/f1b5272c86c518b1c56c8a566d2d3d4a73ea6635/examples/suite/suite.json | support-routing | public-development | 24fce7b13e3689fed2af2a7dbd9d6ecdc1c21d7d94f4207bfe6ef261aca998ac | 887aea97efec396118521f720f6d8753be9ae964ab92eaa655d6575185326593 | b7cd8663c69da9e1715d5c8e1d707514863dcc333fefc57acc3315053ebc85df | {"backend":"docker","case_timeout_seconds":60.0,"command":["{python}","-I","-B","main.py"],"image":"python:3.12-slim","image_id":"sha256:78387bc3881b8273120a12ebe6c1ab22b018ccc2c9adf565ae1ac9b536e184ea","platform":"Linux-6.17.0-1020-aws-x86_64-with-glibc2.39","python":"3.12.3","response_timeout_seconds":10.0,"session_o... |
EvalArc Casebook
The same 93.75% score can pass one acceptance gate and fail another. Inspect the rules, actual failed checks and original Docker records in a filterable table. This is the data companion to the interactive evidence lab.
In the default suite_jobs view, compare support-partial and
support-protected. Both use the same frozen defective policy, score 93.75%
and fully resolve 0/2 attempts. The deliberately permissive rule accepts partial
progress; the rule requiring every notes check rejects it. gate_accepted
and fully_resolved are separate columns.
What is included
| Configuration | Rows | Unit and purpose |
|---|---|---|
suite_jobs |
3 | One configured gate per job, backed by five Docker attempts; compare acceptance and full resolution. |
audit_cases |
167 | One case execution per scripted control: 135 coding and 32 support cases across two references and 15 declared faults. |
repetition_attempts |
6 | One recorded attempt of a frozen support policy; three reference and three faulty attempts. |
Each configuration has a single development split. These are different
units, so their row counts must not be summed into a number of independent
trials or benchmark examples. evaluation_score in the case table is the
parent evaluation's score, repeated for navigation; averaging that column
across case rows would reweight evaluations incorrectly.
These are saved scripted controls on public development tasks, not runs of a trained language model. Support tickets, identifiers and messages are synthetic fixtures. No customer data or private logs were collected.
Use without the web viewer
from datasets import load_dataset
jobs = load_dataset("glayguo/evalarc-casebook", "suite_jobs", split="development")
for job in jobs:
if not job["fully_resolved"]:
print(job["id"], job["mean_score"], job["gate_accepted"])
No dataset loading script, candidate execution or model credential is required.
You can also download the three JSONL files and read them with Python's standard
json module. The datasets package is only needed for the example above.
Inspect a row's evidence
source_file points to an unchanged JSON file in this dataset repository.
source_pointer is a JSON Pointer locating the exact original object; an empty
pointer means the whole evaluation. source_sha256 authenticates that file.
source_url links the corresponding file at a fixed GitHub commit.
All configurations preserve candidate, grader and case fingerprints and the
recorded runtime. The case table additionally includes original check outcomes
and case_json; this retains available support states and tool traces.
The suite configuration, plan, all five attempts and JUnit are included under
evidence/examples/suite/. Repetition summaries and all six attempts are included
under their original example directories.
The original records come from EvalArc 0.2, 0.4 and 0.5. Their
recorded_evalarc_version and grader fingerprints are preserved. Do not treat
the three configurations as matched version comparisons; use the lab's separate
matched comparison for that question.
Build source:
f1b5272c86c518b1c56c8a566d2d3d4a73ea6635.
manifest.json lists every exported file hash.
git clone https://github.com/noteflowai/evalarc.git
cd evalarc
git checkout f1b5272c86c518b1c56c8a566d2d3d4a73ea6635
python3 scripts/build_dataset.py --output dist/casebook
The build validates evaluations, recomputes repetitions and suite decisions, and checks JUnit before exporting. It does not rerun candidates. See the methodology for the task contracts and limitations.
Intended uses and limits
Use this small casebook to learn grader auditing, inspect retries and idempotency, test report readers, and discuss acceptance criteria. Reference implementations and deliberate faults were authored for these tasks; this is not an exhaustive collection of possible defects.
The repeated controls show no observed check variation. They do not establish independence, a population reliability estimate or performance on unseen tasks. The dataset does not support model rankings, arbitrary reward-hack resistance or RL improvement claims. Public development cases should not be presented as a held-out benchmark. No hosted CI importer was exercised.
Authorship and license
Published by the EvalArc maintainer, with AI-assisted development and writing.
Code, task fixtures and these derived records are MIT-licensed; see
LICENSE. No third-party model weights are included.
Related maintainer projects: Robot Reel inspects recorded Physical AI experiments; Skills Anywhere provides reusable skill discovery and file checks. The project collection groups these independent tools; it does not imply a shared model evaluation or upstream endorsement.
- Downloads last month
- -