pendulum-conflict
收藏资源简介:
Pendulum Conflict Dataset是一个手动整理的多模态冲突评估数据集,包含100个精心挑选的样本,源自akomand/counterfactual_pendulum数据集。该数据集专门设计用于在受控的视觉-文本冲突场景下,评估多模态大语言模型的性能。每个样本包括一个物理摆锤场景的图像,配有两段文本描述:一段真实描述图像内容,另一段包含一个错误属性的冲突描述。此外,每个样本还提供一个评估问题、三个候选答案选项(对应视觉真实答案、文本偏见答案和干扰项),以及冲突类型、序列号、语言、原始行ID等元数据。样本均匀分为四个冲突类别:摆锤角度(angle)、光照条件(light)、阴影长度(shadow_len)和阴影位置(shadow_pos),每类25个样本。在整理过程中,对原始数据集中的20个“弱”反事实实例进行了手动修正和强化,以确保视觉与文本信息之间存在明确且强烈的结构性对立。数据集主要以英语呈现,但也提供了阿拉伯语、中文、德语、法语等多种语言版本,每个语言版本包含100个训练样本,并具有相同的结构化字段。
The Pendulum Conflict Dataset is a manually curated multimodal conflict evaluation dataset containing 100 carefully selected samples, derived from the akomand/counterfactual_pendulum dataset. It is specifically designed to evaluate the performance of multimodal large language models in controlled visual-textual conflict scenarios. Each sample includes an image of a physical pendulum scene paired with two text descriptions: one is an original description that truthfully reflects the image content, and the other is a conflict description containing an incorrect attribute. Additionally, each sample provides an evaluation question targeting the conflict attribute, three candidate answer options (corresponding to the visual truth answer, text bias answer, and a distractor), along with metadata such as conflict type, sequence number, language, and original row ID. The samples are evenly divided into four conflict categories: pendulum angle (angle), lighting condition (light), shadow length (shadow_len), and shadow position (shadow_pos), with 25 samples per category. During curation, 20 weak counterfactual instances from the original dataset were manually corrected and strengthened to ensure clear and strong structural opposition between visual and textual information. The dataset is primarily presented in English but also includes configuration versions in multiple languages such as Arabic, Chinese, German, and French, each language version containing 100 training samples with the same structured fields.
数据集概述:Pendulum Conflict Dataset
该数据集是从 akomand/counterfactual_pendulum 数据集中手动筛选出的一个子集,包含 100 个精心挑选的多模态冲突样本,专门用于评估多模态大语言模型(MLLMs)在受控视觉-文本冲突下的表现。
数据集规模与结构
- 总样本数: 100 个
- 冲突类别: 包含 4 种视觉属性冲突,每类 25 个,具体为:
angle(角度)light(光照)shadow_len(阴影长度)shadow_pos(阴影位置)
- 语言: 所有文本为英语。
- 审核与修正: 其中 20 个样本已由作者团队人工审核并修正(
is_patched字段标记为真)。
数据字段说明
每条记录包含以下字段:
image: 视觉摆锤场景的图片。file_name: 原始图片的文件名。original_caption: 对图片真实情况的完整描述(4句话)。conflicting_caption: 包含一个错误属性的矛盾描述(4句话)。question: 针对冲突属性的评估问题。image_bias: 符合视觉真实的正确答案选项。text_bias: 符合矛盾文本的错误答案选项。distractor: 既不符合图像也不符合文本的第三个干扰选项。serial_no: 样本在该子集中的编号(1-100)。conflict_type: 冲突的具体属性类型。language: 文本的语言(均为英语)。original_row_id: 样本在原始数据集中的行索引。original_text_bias: 原始数据集中的文本错误选项(若已修补则记录)。is_patched: 布尔值,指示该样本是否被手动修正过。
数据集配置与划分
数据集包含 23 种语言配置,每个配置均只有 train 这一个划分,每个划分包含 100 条样本。配置名称如下:
ar,cs,de,default,el,es,fa,fr,he,hi,id,it,ja,ko,nl,pl,pt,ro,ru,tr,uk,vi,zh
各配置的 train 划分大小(字节数)略有不同,范围在 181,417 至 282,866 字节之间。
数据审核与修正说明
在提取过程中,作者发现原始数据集中有 20 个冲突样本的冲突设计较弱(例如,仅是对真实视觉状态进行转述而非形成矛盾),并已对这 20 个样本进行了严格修正,以确保强烈的结构性对立。





