lzzzzy commited on
Commit
bc660ac
·
1 Parent(s): f5774fd

add citation

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -181,5 +181,19 @@ Because these are generated videos:
181
 
182
  Anyone redistributing results should clearly label them as synthetic model outputs.
183
 
184
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
 
 
181
 
182
  Anyone redistributing results should clearly label them as synthetic model outputs.
183
 
184
+ ## Citation
185
+
186
+ If you find AVGen-Bench useful, please cite:
187
+
188
+ ```bibtex
189
+ @misc{zhou2026avgenbenchtaskdrivenbenchmarkmultigranular,
190
+ title={AVGen-Bench: A Task-Driven Benchmark for Multi-Granular Evaluation of Text-to-Audio-Video Generation},
191
+ author={Ziwei Zhou and Zeyuan Lai and Rui Wang and Yifan Yang and Zhen Xing and Yuqing Yang and Qi Dai and Lili Qiu and Chong Luo},
192
+ year={2026},
193
+ eprint={2604.08540},
194
+ archivePrefix={arXiv},
195
+ primaryClass={cs.CV},
196
+ url={https://arxiv.org/abs/2604.08540},
197
+ }
198
+ ```
199