Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -275,11 +275,14 @@ Users should be aware of several potential sources of bias:
275
  If you use SCAFFOLD in your research, please cite:
276
 
277
  ```bibtex
278
- @dataset{scaffold2026,
279
- title={SCAFFOLD: A Large-Scale Structured Dataset of Computer Science Research Figures with Diagram QA and Chain-of-Thought Reasoning Traces},
280
- author={Ranjit Raut, Aarav Subedi, Sagun Rai, and Sudan Jha},
281
- year={2026},
282
- publisher={}
 
 
 
283
  }
284
  ```
285
 
 
275
  If you use SCAFFOLD in your research, please cite:
276
 
277
  ```bibtex
278
+ @misc{raut2026scaffoldlargescalestructureddataset,
279
+ title={SCAFFOLD: A Large-Scale Structured Dataset of Computer Science Research Figures with Diagram QA and Chain-of-Thought Reasoning Traces},
280
+ author={Ranjit Raut and Aarav Subedi and Sagun Rai and Sudan Jha},
281
+ year={2026},
282
+ eprint={2609.00018},
283
+ archivePrefix={arXiv},
284
+ primaryClass={cs.AI},
285
+ url={https://arxiv.org/abs/2609.00018},
286
  }
287
  ```
288