Skip to content

Commit 832852a

Browse files
kellyissTai-Wang
andauthored
Update the citation organization (#286)
* update citation * add CITATION.cff * Update the title --------- Co-authored-by: Tai Wang <tab_wang@outlook.com>
1 parent 0f82252 commit 832852a

2 files changed

Lines changed: 29 additions & 18 deletions

File tree

CITATION.cff

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
title: "InternNav: InternRobotics' open platform for building generalized navigation foundation models"
4+
authors:
5+
- name: "InternNav Contributors"
6+
date-released: "2025-07-01"
7+
url: "https://github.com/InternRobotics/InternNav"
8+
license: "Apache-2.0"

README.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,26 @@ Below are selected community-driven deployment guides and solution write-ups, wh
231231

232232
## 🔗 Citation
233233

234-
If you find our work helpful, please cite:
234+
If you find our InternVLA-N1 (Dual System) model helpful, please cite our ICLR paper and previous technical report:
235+
```bibtex
236+
@misc{wei2025groundslowfastdualsystem,
237+
title={Ground Slow, Move Fast: A Dual-System Foundation Model for Generalizable Vision-and-Language Navigation},
238+
author={Meng Wei and Chenyang Wan and Jiaqi Peng and Xiqian Yu and Yuqiang Yang and Delin Feng and Wenzhe Cai and Chenming Zhu and Tai Wang and Jiangmiao Pang and Xihui Liu},
239+
year={2025},
240+
eprint={2512.08186},
241+
archivePrefix={arXiv},
242+
primaryClass={cs.RO},
243+
url={https://arxiv.org/abs/2512.08186},
244+
}
245+
@misc{internvla-n1,
246+
title = {{InternVLA-N1: An} Open Dual-System Navigation Foundation Model with Learned Latent Plans},
247+
author = {InternNav Team},
248+
year = {2025},
249+
booktitle={arXiv},
250+
}
251+
```
235252

253+
If you use this InternNav codebase to develop your method, please cite our codebase:
236254
```bibtex
237255
@misc{internnav2025,
238256
title = {{InternNav: InternRobotics'} open platform for building generalized navigation foundation models},
@@ -242,17 +260,11 @@ If you find our work helpful, please cite:
242260
}
243261
```
244262

245-
If you use the specific pretrained models and benchmarks, please kindly cite the original papers involved in our work. Related BibTex entries of our papers are provided below.
246263

247-
<details><summary>Related Work BibTex</summary>
264+
<details><summary>If you use the specific pretrained models and benchmarks, please kindly cite the original papers below.</summary>
248265

249266
```BibTex
250-
@misc{internvla-n1,
251-
title = {{InternVLA-N1: An} Open Dual-System Navigation Foundation Model with Learned Latent Plans},
252-
author = {InternNav Team},
253-
year = {2025},
254-
booktitle={arXiv},
255-
}
267+
256268
@inproceedings{vlnpe,
257269
title={Rethinking the Embodied Gap in Vision-and-Language Navigation: A Holistic Study of Physical and Visual Disparities},
258270
author={Wang, Liuyi and Xia, Xinyuan and Zhao, Hui and Wang, Hanqing and Wang, Tai and Chen, Yilun and Liu, Chengju and Chen, Qijun and Pang, Jiangmiao},
@@ -271,15 +283,6 @@ If you use the specific pretrained models and benchmarks, please kindly cite the
271283
year = {2025},
272284
booktitle={arXiv},
273285
}
274-
@misc{wei2025groundslowfastdualsystem,
275-
title={Ground Slow, Move Fast: A Dual-System Foundation Model for Generalizable Vision-and-Language Navigation},
276-
author={Meng Wei and Chenyang Wan and Jiaqi Peng and Xiqian Yu and Yuqiang Yang and Delin Feng and Wenzhe Cai and Chenming Zhu and Tai Wang and Jiangmiao Pang and Xihui Liu},
277-
year={2025},
278-
eprint={2512.08186},
279-
archivePrefix={arXiv},
280-
primaryClass={cs.RO},
281-
url={https://arxiv.org/abs/2512.08186},
282-
}
283286
```
284287

285288
</details>

0 commit comments

Comments
 (0)