mwxely commited on
Commit
4d4ace3
·
1 Parent(s): 9d39dbb

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
@@ -95,13 +95,11 @@ The materialized parquets then point at `file://<absolute-path-to-paravt-source>
95
  ## Citation
96
 
97
  ```bibtex
98
- @misc{yang2026paravt,
99
- title={{ParaVT}: Taming the Tool Prior Paradox for Parallel Tool Use in Agentic Video Reinforcement Learning},
100
- 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},
101
- year={2026},
102
- eprint={2605.20342},
103
- archivePrefix={arXiv},
104
- primaryClass={cs.CV}
105
  }
106
  ```
107
 
 
95
  ## Citation
96
 
97
  ```bibtex
98
+ @article{yang2026paravt,
99
+ title={ParaVT: Taming the Tool Prior Paradox for Parallel Tool Use in Agentic Video Reinforcement Learning},
100
+ 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},
101
+ journal={arXiv preprint arXiv:2605.20342},
102
+ year={2026}
 
 
103
  }
104
  ```
105