Views
No views yet
questions.jsonl is a JSON object:1{
2 "id": "minitorch-001",
3 "question": "Which function computes the derivative of scalar addition?",
4 "answer_node": "minitorch.scalar.Scalar.add_back",
5 "module": 1,
6 "reasoning_type": "autodiff"
7}
8 id: unique identifier
9 question: natural language developer question
10 answer_node: fully qualified name of the ground-truth function/class
11 module: MiniTorch module number (0–6)
12 reasoning_type: category of reasoning required
13
14
15License
16
17MIT License.
18Citation
19
20If you use this dataset, please cite:
21
22@dataset{minitorch_graphqa_2025,
23 author = {Sarosh Quraishi},
24 title = {MiniTorch GraphQA: A Symbolic Reasoning Benchmark for Code},
25 year = {2025},
26 publisher = {Hugging Face},
27 url = {https://huggingface.co/datasets/saroshq/minitorch-graphqa}
28}
29
30
31Acknowledgements
32
33 MiniTorch: https://github.com/atgctg/minitorch