multilingual-vlm-conflict/rpg-conflict
RPG Fantasy Battle Conflict Dataset A dataset of 100 visual RPG combat conflict samples designed to evaluate Vision-Language Models (VLMs) under cross-modal conflicts (discrepancy between battle screenshots and caption text). Derived from the rcannizzaro/rpg_fantasy_battle_counterfactual_v2 dataset. Dataset Statistics This dataset consists of a single train split containing 100 perfectly isolated conflict samples derived from the… See the full description on the dataset page: https://huggingface.co/datasets/multilingual-vlm-conflict/rpg-conflict.
RPG Fantasy Battle Conflict Dataset
A dataset of 100 visual RPG combat conflict samples designed to evaluate Vision-Language Models (VLMs) under cross-modal conflicts (discrepancy between battle screenshots and caption text). Derived from the rcannizzaro/rpg_fantasy_battle_counterfactual_v2 dataset.
Dataset Statistics
This dataset consists of a single train split containing 100 perfectly isolated conflict samples derived from the rcannizzaro/rpg_fantasy_battle_counterfactual_v2 dataset.
The samples are evenly distributed across 5 categories to prevent evaluation bias:
- background: 20 samples
- player_1_type: 20 samples
- player_1_element: 20 samples
- player_2_type: 20 samples
- player_2_element: 20 samples
Dataset Schema
The dataset is structured as an ImageFolder with the following schema:
Reproduction
This dataset is a highly filtered subset derived from the original [rcannizzaro/rpg_fantasy_battle_counterfactual_v2](https://huggingface.co/datasets/rcannizzaro/rpg_fantasy_battle_counterfactual_v2) dataset.
To reproduce this dataset from scratch, you can use the build_rpg_dataset.py script included in this repository.
- Ensure you have the
datasetsandpillowlibraries installed. - Run the generation script:
python build_rpg_dataset.pyThis script will download the original 2000-image dataset, search for rows containing exactly 1 changed intervention between the base caption and counterfactual caption, and extract 20 perfect samples per category into a local directory with a generated metadata.csv.
[!NOTE] In the sourcetrain/metadata.csvfile, the column is namedfile_nameand contains the relative path to the image file (e.g.rpg_conflict_1.png). The Hugging FaceImageFolderbuilder automatically parses thefile_namecolumn to load the image objects and exposes them under theimagecolumn, discarding the raw file name string.
