lzq2021 commited on
Commit
940a2ff
·
verified ·
1 Parent(s): 7e23333

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -15
README.md CHANGED
@@ -1,21 +1,22 @@
1
  ---
2
  license: mit
3
- language:
4
- - en
5
- tags:
6
- - metaphor
7
- - video-understanding
8
- - MLLM
9
- task_categories:
10
- - question-answering
11
- - visual-question-answering
12
- size_categories:
13
- - n<1K
 
14
  configs:
15
- - config_name: default
16
- data_files:
17
- - split: test
18
- path: test.jsonl
19
  ---
20
 
21
  MetaphorVU: Towards Metaphorical Video Understanding
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: video_id
6
+ dtype: string
7
+ - name: title
8
+ dtype: string
9
+ - name: metaphor_type
10
+ sequence: string
11
+ - name: golden_answers
12
+ sequence: string
13
+ - name: frames
14
+ sequence: image
15
  configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: test
19
+ path: "test.jsonl"
20
  ---
21
 
22
  MetaphorVU: Towards Metaphorical Video Understanding