holgerson commited on
Commit
2b20ea7
·
verified ·
1 Parent(s): fbecc5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -104,10 +104,13 @@ python eval_ia_bench.py --predictions preds.jsonl --gt-repo irl-kit/IA-bench
104
  If you use IA-bench, please cite:
105
 
106
  ```bibtex
107
- @inproceedings{TODO_ia_bench,
108
- title = {TODO: paper title},
109
- author = {TODO: authors},
110
- booktitle = {TODO: venue},
111
- year = {TODO},
 
 
 
112
  }
113
  ```
 
104
  If you use IA-bench, please cite:
105
 
106
  ```bibtex
107
+ @misc{blank2026sparcreliablespatialannotations,
108
+ title={SPARC: Reliable Spatial Annotations from Robot Demonstrations at Scale},
109
+ author={Nils Blank and Paul Mattes and Maximilian Xiling Li and Jakub Suliga and Thomas Roth and Moritz Reuss and Pankhuri Vanjani and Rudolf Lioutikov},
110
+ year={2026},
111
+ eprint={2606.13497},
112
+ archivePrefix={arXiv},
113
+ primaryClass={cs.RO},
114
+ url={https://arxiv.org/abs/2606.13497},
115
  }
116
  ```