Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:

Update paper and notebook links in dataset card

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -1,4 +1,13 @@
1
  ---
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: sample_id
@@ -70,15 +79,6 @@ tags:
70
  - image
71
  - text
72
  - navigation
73
- pretty_name: NaviTrace
74
- license: cc-by-4.0
75
- task_categories:
76
- - visual-question-answering
77
- - robotics
78
- language:
79
- - en
80
- size_categories:
81
- - 1K<n<10K
82
  ---
83
 
84
  <style>
@@ -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
 
@@ -205,4 +205,4 @@ If you find this dataset helpful for your work, please cite us with:
205
  month = {October},
206
  note = {Awaiting peer review and journal submission.},
207
  }
208
- ```
 
1
  ---
2
+ language:
3
+ - en
4
+ license: cc-by-4.0
5
+ size_categories:
6
+ - 1K<n<10K
7
+ task_categories:
8
+ - visual-question-answering
9
+ - robotics
10
+ pretty_name: NaviTrace
11
  dataset_info:
12
  features:
13
  - name: sample_id
 
79
  - image
80
  - text
81
  - navigation
 
 
 
 
 
 
 
 
 
82
  ---
83
 
84
  <style>
 
136
  <a href="https://leggedrobotics.github.io/navitrace_webpage/">
137
  🏠 Project
138
  </a>
139
+ <a href="https://huggingface.co/papers/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/blob/main/src/run_evaluation.ipynb) 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
 
 
205
  month = {October},
206
  note = {Awaiting peer review and journal submission.},
207
  }
208
+ ```