ViMU
收藏资源简介:
ViMU(Video Metaphorical Understanding)是一个用于评估视频隐喻理解能力的基准测试数据集。该数据集旨在推动多模态模型在理解视频中隐含、比喻性含义方面的研究。数据集包含一系列视频样本(如.mp4文件)及对应的结构化元数据注释。核心评估任务涵盖四个方面:1) 开放式解释(OE),要求模型对视频的隐喻含义进行自由文本解释;2) 证据定位(EG),要求模型识别支持其解释的具体视频证据片段;3) 修辞机制识别(RM),识别视频中使用的特定修辞手法;4) 社会价值信号识别(SV),识别视频所传达的社会价值或潜台词。数据内容涉及社会敏感主题的视频模因,因此严格限定于研究用途。数据集以英语为主,适用于视觉问答、问答和文本分类等多模态任务,为视频理解、隐喻理解和潜台词理解领域提供了一个标准化的评估基准。
ViMU (Video Metaphorical Understanding) is a benchmark dataset for evaluating video metaphorical understanding capabilities. It aims to advance research in multimodal models for understanding implicit, metaphorical meanings in videos. The dataset includes a series of video samples (e.g., .mp4 files) and corresponding structured metadata annotations. Core evaluation tasks cover four aspects: 1) Open-Ended Explanation (OE), requiring models to provide free-text explanations of the videos metaphorical meaning; 2) Evidence Grounding (EG), requiring models to identify specific video evidence segments supporting their explanations; 3) Rhetorical Mechanism Identification (RM), identifying specific rhetorical techniques used in the video; and 4) Social Value Signal Identification (SV), identifying the social values or subtext conveyed by the video. The data content involves socially sensitive video memes and is strictly limited to research purposes. The dataset is primarily in English and is suitable for multimodal tasks such as visual question answering, question answering, and text classification, providing a standardized evaluation benchmark for video understanding, metaphorical understanding, and subtext understanding domains.
数据集概述:ViMU
ViMU 是一个用于视频隐喻理解的基准测试数据集,旨在评估多模态模型对视频中隐喻内容的理解能力。
基本信息
- 发布者:Qi Li(李琦)、Xinchao Wang(王鑫超),新加坡国立大学 xML Lab
- 许可证:MIT
- 语言:英语
- 任务类型:视觉问答、问答、文本分类
- 标签:视频理解、多模态、视频隐喻理解、基准测试、潜台词理解
数据集配置
数据集包含三个评测配置,每个配置对应一个评估集,以 JSONL 格式存储:
| 配置名称 | 简称 | 评估文件路径 |
|---|---|---|
| OI | 开放式解读 | metadata/vimu_oe.jsonl |
| EG | 证据定位 | metadata/vimu_eg.jsonl |
| RMI-SVI | 修辞机制识别 & 社会价值观信号识别 | metadata/vimu_ss.jsonl |
评估任务
该基准测试涵盖四项核心任务:
- 开放式解读(Open-ended interpretation, OE):评估模型对视频隐喻的开放解释能力。
- 证据定位(Evidence grounding, EG):评估模型从视频中定位支持其解释的证据的能力。
- 修辞机制识别(Rhetoric mechanism identification, RM):评估模型识别视频中使用的修辞手法。
- 社会价值观信号识别(Social value signal identification, SV):评估模型识别视频所传达的社会价值观信号。
数据结构
数据集目录结构如下:
videos/:包含视频文件(如vimu_000001.mp4)。metadata/:包含任务元数据 JSONL 文件、视频证据文件及缓存。scripts/:包含用于运行模型和评分的 Python 脚本。output/:输出评测摘要文件的目录。
评分规则
- 开放式解读:使用“LLM 作为裁判”协议,根据核心意图、隐含信号、目标/社会意义、幻觉惩罚、字面理解惩罚等维度进行打分。
- 其他任务(证据定位、修辞识别、社会价值观识别):采用多标签预测评分规则。若预测中包含任何错误选项,得分为 0;若预测为正确答案的子集,得分为(正确选中的选项数 / 总正确答案数)。
使用与运行
用户需配置相应 API 密钥(如 OpenAI、OpenRouter、Google)来运行模型。推荐按顺序执行脚本进行完整评估:
- 运行开放式解读脚本。
- 运行证据定位脚本。
- 运行结构化的潜台词任务脚本(分为“无指导”和“有指导”两种模式)。
注意事项
- 该数据集包含具有社会敏感性的视频迷因,仅限研究使用。
- 如需引用,请参考提供的 BibTeX 条目。




