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.
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 inputsPrompt Type - Prompt variation:
fixed: Standardized prompts across all examplesmixed: Includes prompt variationsPlease 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.
If you are interested in a specific task among those covered (Recognition, Translation, Question Answering, and Summarization),
you can identify the relevant samples using the task field (respectively, ASR, TRANS, QA, and SUM)
in each sample available from the references.
The corresponding id field can then be used to match samples with their counterpart in this HuggingFace dataset.
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the sample. |
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
And load the desired split by running:
dataset = load_dataset("FBK-MT/MCIF", "{long,short}_{fixed,mixed}prompt")
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).
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")
Please use the official evaluation scripts from the MCIF GitHub Repo. The references are also available there.
## Changelog
@inproceedings{papi2026mcif,
title={{MCIF}: Multimodal Crosslingual Instruction-Following Benchmark from Scientific Talks},
author={Sara Papi and Maike Z{\"u}fle and Marco Gaido and Beatrice Savoldi and Danni Liu and Ioannis Douros and Luisa Bentivogli and Jan Niehues},
booktitle={The Fourteenth International Conference on Learning Representations},
year={2026},
url={https://openreview.net/forum?id=PtPYZYfa0h}
}
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.
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 inputsPrompt Type - Prompt variation:
fixed: Standardized prompts across all examplesmixed: Includes prompt variationsPlease 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.
If you are interested in a specific task among those covered (Recognition, Translation, Question Answering, and Summarization),
you can identify the relevant samples using the task field (respectively, ASR, TRANS, QA, and SUM)
in each sample available from the references.
The corresponding id field can then be used to match samples with their counterpart in this HuggingFace dataset.
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the sample. |
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
And load the desired split by running:
dataset = load_dataset("FBK-MT/MCIF", "{long,short}_{fixed,mixed}prompt")
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).
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")
Please use the official evaluation scripts from the MCIF GitHub Repo. The references are also available there.
## Changelog
@inproceedings{papi2026mcif,
title={{MCIF}: Multimodal Crosslingual Instruction-Following Benchmark from Scientific Talks},
author={Sara Papi and Maike Z{\"u}fle and Marco Gaido and Beatrice Savoldi and Danni Liu and Ioannis Douros and Luisa Bentivogli and Jan Niehues},
booktitle={The Fourteenth International Conference on Learning Representations},
year={2026},
url={https://openreview.net/forum?id=PtPYZYfa0h}
}