rpg-conflict
收藏资源简介:
RPG Fantasy Battle Conflict Dataset是一个专门设计用于评估视觉语言模型在跨模态冲突场景下性能的数据集。该数据集源自rcannizzaro/rpg_fantasy_battle_counterfactual_v2数据集,经过精心筛选,包含100个完全隔离的冲突样本。每个样本呈现角色扮演游戏战斗截图与文本描述之间的不一致性,旨在测试模型处理图像与文本信息矛盾的能力。数据集包含单训练集,样本均匀分布在五个冲突类别:背景、玩家1类型、玩家1元素、玩家2类型、玩家2元素,每类20个样本。每个数据样本包含图像、准确描述图像的原始标题、包含单个幻觉属性的反事实冲突标题、评估特定冲突属性的中性问题、与图像匹配的真实答案、与幻觉文本匹配的错误答案、一个看似合理但错误的干扰选项、行ID、冲突类型和文本语言。数据集支持23种语言版本,包括阿拉伯语、中文、德语、西班牙语、法语、日语等,每种语言配置包含100个样本。该数据集适用于视觉问答任务、视觉语言模型评估以及跨模态冲突分析研究。
The RPG Fantasy Battle Conflict Dataset is specifically designed to evaluate the performance of visual language models in cross-modal conflict scenarios. Derived from the rcannizzaro/rpg_fantasy_battle_counterfactual_v2 dataset, it is carefully curated to include 100 fully isolated conflict samples. Each sample presents inconsistencies between role-playing game battle screenshots and text descriptions, aiming to test the models ability to handle contradictions between image and text information. The dataset consists of a single training set, with samples evenly distributed across five conflict categories: background, player1 type, player1 element, player2 type, and player2 element, each containing 20 samples. Each data sample includes an image, an original caption accurately describing the image, a counterfactual conflict caption with a single hallucination attribute, a neutral question evaluating the specific conflict attribute, a true answer matching the image, a false answer matching the hallucinated text, a plausible but incorrect distractor option, a row ID, conflict type, and text language. The dataset supports 23 language versions, including Arabic, Chinese, German, Spanish, French, Japanese, etc., with each language configuration containing 100 samples. It is suitable for visual question answering tasks, visual language model evaluation, and cross-modal conflict analysis research.
数据集名称
RPG Fantasy Battle Conflict Dataset
核心任务
该数据集用于评估视觉语言模型(VLM)在跨模态冲突场景下的表现,即战斗截图与描述文本之间存在差异的情况。
数据集规模
- 总样本数:100个
- 分割:仅包含一个
train分割
语言
- 语言:英语(
en)
数据来源
该数据集源自 rcannizzaro/rpg_fantasy_battle_counterfactual_v2 数据集,并从中筛选出100个完美的冲突样本。
样本类别分布
100个样本均匀分布在5个类别中,以防止评估偏差:
background:20个样本player_1_type:20个样本player_1_element:20个样本player_2_type:20个样本player_2_element:20个样本
数据集模式(Configs)
该数据集包含22种语言配置,每种配置均包含相同的100个样本,但文本字段(如标题、问题)使用对应语言。具体配置包括:
ar(阿拉伯语)、cs(捷克语)、de(德语)、default(默认)、el(希腊语)、es(西班牙语)、fa(波斯语)、fr(法语)、he(希伯来语)、hi(印地语)、id(印尼语)、it(意大利语)、ja(日语)、ko(韩语)、nl(荷兰语)、pl(波兰语)、pt(葡萄牙语)、ro(罗马尼亚语)、ru(俄语)、tr(土耳其语)、uk(乌克兰语)、vi(越南语)、zh(中文)
数据字段(Schema)
| 字段名 | 类型 | 描述 |
|---|---|---|
image |
Image |
基础战斗图像 |
original_caption |
string |
准确描述图像的模板化标题 |
conflicting_caption |
string |
包含单一虚构属性的反事实标题 |
question |
string |
评估冲突属性的中立问题 |
image_bias |
string |
与图像匹配的正确回答 |
text_bias |
string |
与虚构文本匹配的错误回答 |
distractor |
string |
合理的、但错误的第三个选项 |
serial_no |
int64 |
行ID |
conflict_type |
string |
冲突类别(如 background, player_1_type) |
language |
string |
文本的语言(本数据集为英语) |
任务类别
visual-question-answering(视觉问答)question-answering(问答)




