MetaphorVU-Bench / README.md
nielsr's picture
nielsr HF Staff
Add video-text-to-text task category and update code link
af3ea81 verified
|
raw
history blame
998 Bytes
metadata
license: mit
task_categories:
  - video-text-to-text
configs:
  - config_name: default
    data_files:
      - split: test
        path: test.jsonl
dataset_info:
  features:
    - name: video_id
      dtype: string
    - name: metaphor_type
      sequence: string
    - name: title
      dtype: string
    - name: golden_answers
      sequence: string
    - name: frames
      sequence: string
  splits:
    - name: test
      num_examples: 861

MetaphorVU: Towards Metaphorical Video Understanding

Paper: MetaphorVU: Towards Metaphorical Video Understanding

Code: https://github.com/icip-cas/MetaphorVU

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.