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

update paper

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ The collection is intended for **benchmarking and qualitative/quantitative evalu
18
 
19
  [![Project Page](https://img.shields.io/badge/Project%20Page-AVGenBench-8dbb3c?style=for-the-badge&labelColor=4c4c4c)](http://aka.ms/avgenbench)
20
  [![Code Repository](https://img.shields.io/badge/Code%20Repository-GitHub-24292f?style=for-the-badge&logo=github&logoColor=white)](https://github.com/microsoft/AVGen-Bench)
21
-
22
 
23
  For Hugging Face Hub compatibility, the repository includes a root-level `metadata.parquet` file so the Dataset Viewer can expose each video as a structured row with prompt metadata instead of treating the repo as an unindexed file dump.
24
  The relative video path is stored as a plain string column (`video_path`) rather than a media-typed `file_name` column, which avoids current Dataset Viewer post-processing failures on video rows.
 
18
 
19
  [![Project Page](https://img.shields.io/badge/Project%20Page-AVGenBench-8dbb3c?style=for-the-badge&labelColor=4c4c4c)](http://aka.ms/avgenbench)
20
  [![Code Repository](https://img.shields.io/badge/Code%20Repository-GitHub-24292f?style=for-the-badge&logo=github&logoColor=white)](https://github.com/microsoft/AVGen-Bench)
21
+ [![Paper](https://img.shields.io/badge/Paper-arXiv-b31b1b?style=for-the-badge&labelColor=4c4c4c)](https://arxiv.org/abs/2604.08540)
22
 
23
  For Hugging Face Hub compatibility, the repository includes a root-level `metadata.parquet` file so the Dataset Viewer can expose each video as a structured row with prompt metadata instead of treating the repo as an unindexed file dump.
24
  The relative video path is stored as a plain string column (`video_path`) rather than a media-typed `file_name` column, which avoids current Dataset Viewer post-processing failures on video rows.