ruili0 commited on
Commit
74cac34
·
verified ·
1 Parent(s): 4a19fe9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -5,13 +5,13 @@ license: mit
5
 
6
 
7
 
8
- <a href='https://arxiv.org/abs/'><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>
9
  <a href='https://huggingface.co/collections/ruili0/temporal-preference-optimization-67874b451f65db189fa35e10'><img src='https://img.shields.io/badge/model-checkpoints-yellow'></a>
10
  <a href='https://github.com/ruili33/TPO'><img src='https://img.shields.io/badge/github-repository-purple'></a>
11
  <img src="cvpr_figure_TPO.png"></img>
12
  # LLaVA-Video-7B-Qwen2-TPO
13
 
14
- LLaVA-Video-7B-Qwen2-TPO, introduced by paper [Temporal Preference Optimization for Long-form Video Understanding](https://arxiv.org/abs), optimized
15
  by temporal preference based on LLaVA-Video-7B-Qwen2. The LLaVA-Video-7B-Qwen2-TPO model establishes state-of-the-art performance across a range of
16
  benchmarks, demonstrating an average performance improvement of 1.5% compared to LLaVA-Video-7B.
17
  Notably, it emerges as the leading 7B parameter model on the Video-MME benchmark.
@@ -99,13 +99,23 @@ print(text_outputs)
99
  This project utilizes certain datasets and checkpoints that are subject to their respective original licenses. Users must comply with all terms and conditions of these original licenses, including but not limited to the OpenAI Terms of Use for the dataset and the specific licenses for base language models (Qwen2 license). This project does not impose any additional constraints beyond those stipulated in the original licenses. Furthermore, users are reminded to ensure that their use of the dataset and checkpoints is in compliance with all applicable laws and regulations.
100
 
101
 
102
- ## Citation [optional]
103
 
104
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
105
 
106
  **BibTeX:**
107
 
108
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
109
 
110
  **References:**
111
 
 
5
 
6
 
7
 
8
+ <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>
9
  <a href='https://huggingface.co/collections/ruili0/temporal-preference-optimization-67874b451f65db189fa35e10'><img src='https://img.shields.io/badge/model-checkpoints-yellow'></a>
10
  <a href='https://github.com/ruili33/TPO'><img src='https://img.shields.io/badge/github-repository-purple'></a>
11
  <img src="cvpr_figure_TPO.png"></img>
12
  # LLaVA-Video-7B-Qwen2-TPO
13
 
14
+ LLaVA-Video-7B-Qwen2-TPO, introduced by paper [Temporal Preference Optimization for Long-form Video Understanding](https://arxiv.org/abs/2501.13919v1), optimized
15
  by temporal preference based on LLaVA-Video-7B-Qwen2. The LLaVA-Video-7B-Qwen2-TPO model establishes state-of-the-art performance across a range of
16
  benchmarks, demonstrating an average performance improvement of 1.5% compared to LLaVA-Video-7B.
17
  Notably, it emerges as the leading 7B parameter model on the Video-MME benchmark.
 
99
  This project utilizes certain datasets and checkpoints that are subject to their respective original licenses. Users must comply with all terms and conditions of these original licenses, including but not limited to the OpenAI Terms of Use for the dataset and the specific licenses for base language models (Qwen2 license). This project does not impose any additional constraints beyond those stipulated in the original licenses. Furthermore, users are reminded to ensure that their use of the dataset and checkpoints is in compliance with all applicable laws and regulations.
100
 
101
 
102
+ ## Citation
103
 
104
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
105
 
106
  **BibTeX:**
107
 
108
+ ```
109
+ @misc{li2025temporalpreferenceoptimizationlongform,
110
+ title={Temporal Preference Optimization for Long-Form Video Understanding},
111
+ author={Rui Li and Xiaohan Wang and Yuhui Zhang and Zeyu Wang and Serena Yeung-Levy},
112
+ year={2025},
113
+ eprint={2501.13919},
114
+ archivePrefix={arXiv},
115
+ primaryClass={cs.CV},
116
+ url={https://arxiv.org/abs/2501.13919},
117
+ }
118
+ ```
119
 
120
  **References:**
121