Resources / Datasets
Verifier grounding study (264 graphs)
Clean reference architectures plus systematically corrupted variants (broken attention head divisibility, linear width mismatches, severed connections), each built as a real PyTorch model and run on a GPU. Every row pairs the static verifier verdict with what actually happened at runtime: whether the module constructed, whether the forward pass survived, whether training made progress, and the initial and final loss. 264 graphs, two seeds, torch 2.8.
Get it
| Per-graph results | raw.githubusercontent.com/neurarch-ai/neurarch-arch-bench/main/grounding_results.csv |
|---|---|
| Hugging Face mirror (dataset viewer, load_dataset) | huggingface.co/datasets/neurarch-ai/arch-verifier-grounding-264 |
curl -sO https://raw.githubusercontent.com/neurarch-ai/neurarch-arch-bench/main/grounding_results.csv
python -c "import pandas as pd; d=pd.read_csv('grounding_results.csv'); print(d.groupby('verifierBlocked').forward_ok.mean())"
What is in a row
What this dataset is not
The corruptions are injected, not sampled from real mistakes, so the failure modes in here are the ones we chose to plant. This settles that a blocked graph does not run. It says nothing about how often an engineer writes one, and a paper quoting it as a base rate would be quoting it wrong.
Licence and citation
Released under MIT License. Cite it as:
Neurarch. Verifier grounding study (264 graphs). https://neurarch.com/d/grounding-264.html