Sicong commited on
Commit
98ddd11
1 Parent(s): 2f713ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -6
README.md CHANGED
@@ -141,13 +141,22 @@ if __name__ == "__main__":
141
 
142
 
143
  ## Citation
144
- If you find our project useful, hope you can star our repo and cite our paper as follows:
145
- ```
 
146
  @article{damonlpsg2024videollama2,
147
- author = {Cheng, Zesen and Leng, Sicong and Zhang, Hang and Xin, Yifei and Li, Xin and Chen, Guanzheng and Zhu, Yongxin and Zhang, Wenqi and Luo, Ziyang and Bing, Lidong},
148
- title = {VideoLLaMA 2: Advancing Spatial-Temporal Modeling and Audio Understanding in Video-LLMs},
149
- year = 2024,
150
- journal = {arXiv preprint arXiv:2406.07476},
151
  url = {https://arxiv.org/abs/2406.07476}
152
  }
 
 
 
 
 
 
 
 
153
  ```
 
141
 
142
 
143
  ## Citation
144
+
145
+ If you find VideoLLaMA useful for your research and applications, please cite using this BibTeX:
146
+ ```bibtex
147
  @article{damonlpsg2024videollama2,
148
+ title={VideoLLaMA 2: Advancing Spatial-Temporal Modeling and Audio Understanding in Video-LLMs},
149
+ author={Cheng, Zesen and Leng, Sicong and Zhang, Hang and Xin, Yifei and Li, Xin and Chen, Guanzheng and Zhu, Yongxin and Zhang, Wenqi and Luo, Ziyang and Zhao, Deli and Bing, Lidong},
150
+ journal={arXiv preprint arXiv:2406.07476},
151
+ year={2024},
152
  url = {https://arxiv.org/abs/2406.07476}
153
  }
154
+
155
+ @article{damonlpsg2023videollama,
156
+ title = {Video-LLaMA: An Instruction-tuned Audio-Visual Language Model for Video Understanding},
157
+ author = {Zhang, Hang and Li, Xin and Bing, Lidong},
158
+ journal = {arXiv preprint arXiv:2306.02858},
159
+ year = {2023},
160
+ url = {https://arxiv.org/abs/2306.02858}
161
+ }
162
  ```