Resources / Datasets
Verified architecture-design reasoning traces (Claude)
Spec to reasoning to design triples where the design is re-graded by the same deterministic verifier the benchmark uses, and only passing traces are kept. No LLM judge anywhere. Each row carries the natural-language spec, the starting graph, step-by-step reasoning over the constraints (required layers, shapes, head divisibility, parameter budgets), the structured edits that produce the design, and a chat-format rendering with the reasoning inside reasoning tags. This is verified reasoning data of the shape RLVR and reasoning-model post-training consume, for a domain no code-only corpus contains.
Get it
| Hugging Face mirror (dataset viewer, load_dataset) | huggingface.co/datasets/neurarch-ai/arch-reasoning-claude |
|---|
python -c "from datasets import load_dataset; d = load_dataset('neurarch-ai/arch-reasoning-claude'); print(d)"
What is in a row
What this dataset is not
Rejection-sampled, so the distribution is what one model got right rather than what the task space looks like: every kept trace passed, and the ones that failed are not here, which makes this useless for measuring how hard the tasks are. The reasoning is the model's own text and was never checked for whether it describes what the actions actually do; only the final graph was verified.
Licence and citation
Released under MIT License. Cite it as:
Neurarch. Verified architecture-design reasoning traces (Claude). https://neurarch.com/d/reasoning-claude.html