nielsr HF Staff commited on
Commit
af3ea81
·
verified ·
1 Parent(s): 5da243f

Add video-text-to-text task category and update code link

Browse files

This PR adds the `video-text-to-text` task category to the metadata for better discoverability on the Hub. It also updates the GitHub repository link to the one found in the paper's official repository and ensures the paper is correctly linked.

Files changed (1) hide show
  1. README.md +22 -20
README.md CHANGED
@@ -1,35 +1,37 @@
1
  ---
2
  license: mit
 
 
3
  configs:
4
- - config_name: default
5
- data_files:
6
- - split: test
7
- path: "test.jsonl"
8
  dataset_info:
9
  features:
10
- - name: video_id
11
- dtype: string
12
- - name: metaphor_type
13
- sequence: string
14
- - name: title
15
- dtype: string
16
- - name: golden_answers
17
- sequence: string
18
- - name: frames
19
- sequence: string
20
  splits:
21
- - name: test
22
- num_examples: 861
23
  ---
24
 
25
- MetaphorVU: Towards Metaphorical Video Understanding
26
 
27
- Paper: https://huggingface.co/papers/2605.25461
28
 
29
- Code: https://github.com/Li-Z-Q/MetaphorVU
30
 
31
  We propose MetaphorVU-Bench, a comprehensive benchmark for metaphorical video understanding, characterized by a well-founded systematic taxonomy, metaphorical videos curated from billions of real-world candidates, and rigorous human annotation.
32
 
33
  ![](./benchmark.png "相对路径演示")
34
 
35
- ![](./construction.png "相对路径演示")
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - video-text-to-text
5
  configs:
6
+ - config_name: default
7
+ data_files:
8
+ - split: test
9
+ path: test.jsonl
10
  dataset_info:
11
  features:
12
+ - name: video_id
13
+ dtype: string
14
+ - name: metaphor_type
15
+ sequence: string
16
+ - name: title
17
+ dtype: string
18
+ - name: golden_answers
19
+ sequence: string
20
+ - name: frames
21
+ sequence: string
22
  splits:
23
+ - name: test
24
+ num_examples: 861
25
  ---
26
 
27
+ # MetaphorVU: Towards Metaphorical Video Understanding
28
 
29
+ Paper: [MetaphorVU: Towards Metaphorical Video Understanding](https://huggingface.co/papers/2605.25461)
30
 
31
+ Code: [https://github.com/icip-cas/MetaphorVU](https://github.com/icip-cas/MetaphorVU)
32
 
33
  We propose MetaphorVU-Bench, a comprehensive benchmark for metaphorical video understanding, characterized by a well-founded systematic taxonomy, metaphorical videos curated from billions of real-world candidates, and rigorous human annotation.
34
 
35
  ![](./benchmark.png "相对路径演示")
36
 
37
+ ![](./construction.png "相对路径演示")