The dataset viewer is not available for this dataset.
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Dataset Description, Collection, and Source
MCIF (Multimodal Crosslingual Instruction Following) is a multilingual human-annotated benchmark based on scientific talks that is designed to evaluate instruction-following in crosslingual, multimodal settings over both short- and long-form inputs. MCIF spans three core modalities -- speech, vision, and text -- and four diverse languages (English, German, Italian, and Chinese), enabling a comprehensive evaluation of MLLMs' abilities to interpret instructions across languages and combine them with multimodal contextual information.
License
- CC-BY-4.0
Dataset Sources
- Repository: MCIF
- Paper: MCIF: Multimodal Crosslingual Instruction-Following Benchmark from Scientific Talks
Dataset Structure
Data Config
This dataset contains 4 splits organized by three dimensions following the split naming convention {track}_{prompt_type}.
Track - Input duration:
long: Full-length, unsegmented inputsshort: Pre-segmented inputs
Prompt Type - Prompt variation:
fixed: Standardized prompts across all examplesmixed: Includes prompt variations
Please note that all splits share the same set of original input audio and video files. The splits are meant to facilitate testing various use cases.
Dataset Fields
| Field | Type | Description |
|---|---|---|
id |
string |
Unique identifier for the sample, it starts with QA (question answering), SUM (summarization), ASR (transcription), or TRANS (translation). |
audio |
str |
In the long track: path to full talk-level audio. In the short track: path to pre-segmented audio. |
video |
str |
In the long track: path to full talk-level video. In the short track: path to pre-segmented video. |
text |
string |
Transcript of input. Only present in the long track. |
prompt_{en, de, it, zh} |
string |
Instruction in English, German, Italian, or Chinese. |
metadata |
string |
Meta data for question answering samples, in the format {qa_type={A (audio), V (visual), AV (audio-visual), NA (not answerable)} qa_origin={Transcript, Abstract, General}} |
The audio/video paths are relative within this repo.
You can download the data by cloning this repo:
git clone https://huggingface.co/datasets/FBK-MT/MCIF
References
The references are available in MCIF.{short,long}.{en,de,it,zh}.ref.xml.gz (navigate to "Files and versions" tab or clone this repo).
IWSLT 2025 Version
Part of MCIF was used in the IWSLT 2025 instruction-following track.
This test data is available under branch IWSLT2025.
You can access it by
dataset = load_dataset("FBK-MT/MCIF", "{en,de,it,zh}_{long,short}", revision="IWSLT2025")
Evaluation
Please use the official evaluation scripts from the MCIF GitHub Repo. The references are also available there.
Changelog
Version 1.2
- Fixed summarization references
Version 1.1
- Fixed German summarization prompt
- Renamed files not to include version name in the filename
Citation
@misc{papi2025mcifmultimodalcrosslingualinstructionfollowing,
title={MCIF: Multimodal Crosslingual Instruction-Following Benchmark from Scientific Talks},
author={Sara Papi and Maike Züfle and Marco Gaido and Beatrice Savoldi and Danni Liu and Ioannis Douros and Luisa Bentivogli and Jan Niehues},
year={2025},
eprint={2507.19634},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2507.19634},
}
Dataset Card Contact
- Downloads last month
- 47