nielsr HF Staff commited on
Commit
acb7e31
·
verified ·
1 Parent(s): e3a0230

Add task category and links to paper, project page, and code

Browse files

This PR adds the `video-text-to-text` task category to the metadata and includes links to the paper, project page, and GitHub repository in the dataset card for better context and discoverability.

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,9 +1,13 @@
1
  ---
2
  license: mit
 
 
3
  ---
4
 
5
  # VA-Judger-Bench
6
 
 
 
7
  VA-Judger-Bench is a paired audio/video preference benchmark with 1,150 cases:
8
 
9
  - `easy`: 400 cases
@@ -46,4 +50,4 @@ VA-Judger-Bench/
46
 
47
  ## Licensing
48
 
49
- This dataset is released under the MIT License.
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - video-text-to-text
5
  ---
6
 
7
  # VA-Judger-Bench
8
 
9
+ [Paper](https://huggingface.co/papers/2608.18607) | [Project page](https://sharelab-sii.github.io/VA-Judger/) | [Code](https://github.com/ShareLab-SII/VA-Judger)
10
+
11
  VA-Judger-Bench is a paired audio/video preference benchmark with 1,150 cases:
12
 
13
  - `easy`: 400 cases
 
50
 
51
  ## Licensing
52
 
53
+ This dataset is released under the MIT License.