mwxely commited on
Commit
d1d66d5
·
1 Parent(s): e399087

docs: update BibTeX to @article with arXiv journal and Last, First author format

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -72,13 +72,11 @@ For inference outside the eval driver, treat the model exactly like `Qwen/Qwen3-
72
  If you find ParaVT useful for your research and applications, please cite:
73
 
74
  ```bibtex
75
- @misc{yang2026paravt,
76
- title={{ParaVT}: Taming the Tool Prior Paradox for Parallel Tool Use in Agentic Video Reinforcement Learning},
77
- author={Zuhao Yang and Kaichen Zhang and Sudong Wang and Keming Wu and Zhongyu Yang and Bo Li and Xiaojuan Qi and Shijian Lu and Xingxuan Li and Lidong Bing},
78
- year={2026},
79
- eprint={2605.20342},
80
- archivePrefix={arXiv},
81
- primaryClass={cs.CV}
82
  }
83
  ```
84
 
 
72
  If you find ParaVT useful for your research and applications, please cite:
73
 
74
  ```bibtex
75
+ @article{yang2026paravt,
76
+ title={ParaVT: Taming the Tool Prior Paradox for Parallel Tool Use in Agentic Video Reinforcement Learning},
77
+ author={Yang, Zuhao and Zhang, Kaichen and Wang, Sudong and Wu, Keming and Yang, Zhongyu and Li, Bo and Qi, Xiaojuan and Lu, Shijian and Li, Xingxuan and Bing, Lidong},
78
+ journal={arXiv preprint arXiv:2605.20342},
79
+ year={2026}
 
 
80
  }
81
  ```
82