Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
TimWindecker commited on
Commit
a83cdfb
·
verified ·
1 Parent(s): 6f353e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -136,7 +136,7 @@ size_categories:
136
  <a href="https://leggedrobotics.github.io/navitrace_webpage/">
137
  🏠 Project
138
  </a>
139
- <a href="#TODO">
140
  📄 Paper
141
  </a>
142
  <a href="https://github.com/leggedrobotics/navitrace_evaluation">
@@ -167,7 +167,7 @@ size_categories:
167
 
168
  ### Run Benchmark
169
 
170
- We provide a [notebook](#TODO) with example code on how to run this benchmark with an API model.
171
  You can use this as a template to adapt to your own model.
172
  Additionally, we host a public [leaderboard](https://huggingface.co/spaces/leggedrobotics/navitrace_leaderboard) where you can submit your model's results.
173
 
@@ -203,6 +203,12 @@ If you find this dataset helpful for your work, please cite us with:
203
  title = {NaviTrace: Evaluating Embodied Navigation of Vision-Language Models},
204
  year = {2025},
205
  month = {October},
206
- note = {Awaiting peer review and journal submission.},
 
 
 
 
 
 
207
  }
208
  ```
 
136
  <a href="https://leggedrobotics.github.io/navitrace_webpage/">
137
  🏠 Project
138
  </a>
139
+ <a href="https://arxiv.org/abs/2510.26909">
140
  📄 Paper
141
  </a>
142
  <a href="https://github.com/leggedrobotics/navitrace_evaluation">
 
167
 
168
  ### Run Benchmark
169
 
170
+ We provide a [notebook](https://github.com/leggedrobotics/navitrace_evaluation) with example code on how to run this benchmark with an API model.
171
  You can use this as a template to adapt to your own model.
172
  Additionally, we host a public [leaderboard](https://huggingface.co/spaces/leggedrobotics/navitrace_leaderboard) where you can submit your model's results.
173
 
 
203
  title = {NaviTrace: Evaluating Embodied Navigation of Vision-Language Models},
204
  year = {2025},
205
  month = {October},
206
+ journal = {Preprint submitted to arXiv},
207
+ note = {Currently a preprint on arXiv (arXiv:2510.26909). Awaiting peer review and journal submission.},
208
+ doi = {},
209
+ url = {https://arxiv.org/abs/2510.26909},
210
+ eprint={2510.26909},
211
+ archivePrefix={arXiv},
212
+ primaryClass={cs.RO},
213
  }
214
  ```