Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -143,11 +143,13 @@ The dataset is synthetically generated. Maps are created using text-to-image gen
143
  **BibTeX:**
144
 
145
  ```bibtex
146
- @dataset{maptrace2024,
147
- title={MapTrace: A 2M-Sample Synthetic Dataset for Path Tracing on Maps},
148
- author={Google},
149
- year={2024},
150
- publisher={Hugging Face},
151
- url={https://huggingface.co/datasets/google/MapTrace}
 
 
152
  }
153
  ```
 
143
  **BibTeX:**
144
 
145
  ```bibtex
146
+ @misc{panagopoulou2025maptracescalabledatageneration,
147
+ title={MapTrace: Scalable Data Generation for Route Tracing on Maps},
148
+ author={Artemis Panagopoulou and Aveek Purohit and Achin Kulshrestha and Soroosh Yazdani and Mohit Goyal},
149
+ year={2025},
150
+ eprint={2512.19609},
151
+ archivePrefix={arXiv},
152
+ primaryClass={cs.CV},
153
+ url={https://arxiv.org/abs/2512.19609},
154
  }
155
  ```