mwxely commited on
Commit ·
4d4ace3
1
Parent(s): 9d39dbb
docs: update BibTeX to @article with arXiv journal and Last, First author format
Browse files
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 |
-
@
|
| 99 |
-
title={
|
| 100 |
-
author={
|
| 101 |
-
|
| 102 |
-
|
| 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 |
|