ruili0 commited on
Commit
61356f3
·
verified ·
1 Parent(s): 455bb4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -10
README.md CHANGED
@@ -8,7 +8,7 @@ library_name: transformers
8
  pipeline_tag: video-text-to-text
9
  ---
10
 
11
- <a href='https://arxiv.org/abs/2501.13919v1'><img src='https://img.shields.io/badge/arXiv-paper-red'></a><a href='https://ruili33.github.io/tpo_website/'><img src='https://img.shields.io/badge/project-TPO-blue'></a><a href='https://huggingface.co/collections/ruili0/temporal-preference-optimization-67874b451f65db189fa35e10'><img src='https://img.shields.io/badge/huggingface-datasets-green'></a>
12
  <a href='https://huggingface.co/collections/ruili0/temporal-preference-optimization-67874b451f65db189fa35e10'><img src='https://img.shields.io/badge/model-checkpoints-yellow'></a>
13
  <a href='https://github.com/ruili33/TPO'><img src='https://img.shields.io/badge/github-repository-purple'></a>
14
  <img src="cvpr_figure_TPO.png"></img>
@@ -90,15 +90,12 @@ This project utilizes certain datasets and checkpoints that are subject to their
90
 
91
  **BibTeX:**
92
  ```
93
- @misc{li2025temporalpreferenceoptimizationlongform,
94
- title={Temporal Preference Optimization for Long-Form Video Understanding},
95
- author={Rui Li and Xiaohan Wang and Yuhui Zhang and Zeyu Wang and Serena Yeung-Levy},
96
- year={2025},
97
- eprint={2501.13919},
98
- archivePrefix={arXiv},
99
- primaryClass={cs.CV},
100
- url={https://arxiv.org/abs/2501.13919},
101
- }
102
  ```
103
 
104
  **References:**
 
8
  pipeline_tag: video-text-to-text
9
  ---
10
 
11
+ <a href='https://arxiv.org/abs/2501.13919v2'><img src='https://img.shields.io/badge/arXiv-paper-red'></a><a href='https://ruili33.github.io/tpo_website/'><img src='https://img.shields.io/badge/project-TPO-blue'></a><a href='https://huggingface.co/collections/ruili0/temporal-preference-optimization-67874b451f65db189fa35e10'><img src='https://img.shields.io/badge/huggingface-datasets-green'></a>
12
  <a href='https://huggingface.co/collections/ruili0/temporal-preference-optimization-67874b451f65db189fa35e10'><img src='https://img.shields.io/badge/model-checkpoints-yellow'></a>
13
  <a href='https://github.com/ruili33/TPO'><img src='https://img.shields.io/badge/github-repository-purple'></a>
14
  <img src="cvpr_figure_TPO.png"></img>
 
90
 
91
  **BibTeX:**
92
  ```
93
+ @article{li2025temporal,
94
+ title={Temporal Preference Optimization for Long-Form Video Understanding},
95
+ author={Li, Rui and Wang, Xiaohan and Zhang, Yuhui and Wang, Zeyu and Yeung-Levy, Serena},
96
+ journal={arXiv preprint arXiv:2501.13919},
97
+ year={2025}
98
+ }
 
 
 
99
  ```
100
 
101
  **References:**