MultiMed-X is a multilingual benchmark for medical reasoning evaluation across natural language inference (NLI) and open-ended question answering (QA).
The dataset is designed to assess reasoning quality, factual accuracy, and localization of large language models in non-English medical settings, with particular emphasis on low-resource languages.
This dataset accompanies the paper: MED-COREASONER: Reducing Language Disparities in Medical Reasoning via Language-Informed Co-Reasoning.
MultiMed-X-350 is constructed by translating and expert-validating two established English medical benchmarks:
Each instance is translated into multiple target languages and independently reviewed and revised by bilingual medical experts to ensure clinical correctness and linguistic naturalness.
The dataset covers 7 non-English languages:
All data are released as a single unified table (e.g., JSONL / Parquet compatible with Hugging Face datasets).
| Field | Type | Description |
|---|---|---|
id | string | Unique instance ID |
lang | string | Language code (e.g., zu, sw) |
task | string | Task type: nli or qa |
source | string | Data source (BioNLI or LiveQA) |
text | string | Original content in the target language |
label | string / null | Gold label (NLI only) |
NLI (BioNLI)
bionli-<lang>-XYZ
QA (LiveQA)
qa-<lang>-XYZ
Only 3-digit numeric suffixes are used.
{
"id": "bionli-zu-042",
"lang": "zu",
"task": "nli",
"source": "BioNLI",
"text": "Premise: ... Hypothesis: ...",
"label": "entailment"
}
{
"id": "qa-sw-117",
"lang": "sw",
"task": "qa",
"source": "LiveQA",
"text": "Swali: ... Jibu: ...",
"label": null
}
MultiMed-X-350 is intended for:
⚠️ Not intended for clinical deployment or direct medical decision-making.
@article{gao2026medcoreasoner,
title={MED-COREASONER: Reducing Language Disparities in Medical Reasoning via Language-Informed Co-Reasoning},
author={Gao, Fan and Tong, Sherry T. and Sohn, Jiwoong and Huang, Jiahao and Jiang, Junfeng and Xia, Ding and Ittichaiwong, Piyalitt and Veerakanjana, Kanyakorn and Kim, Hyunjae and Chen, Qingyu and Taylor, Edison Marrese and Kobayashi, Kazuma and Aizawa, Akiko and Li, Irene},
journal={arXiv preprint arXiv:2601.08267},
year={2026}
}
This dataset is released for research and evaluation purposes only, under the same licensing terms as the original source datasets (BioNLI, LiveQA).
MultiMed-X is a multilingual benchmark for medical reasoning evaluation across natural language inference (NLI) and open-ended question answering (QA).
The dataset is designed to assess reasoning quality, factual accuracy, and localization of large language models in non-English medical settings, with particular emphasis on low-resource languages.
This dataset accompanies the paper: MED-COREASONER: Reducing Language Disparities in Medical Reasoning via Language-Informed Co-Reasoning.
MultiMed-X-350 is constructed by translating and expert-validating two established English medical benchmarks:
Each instance is translated into multiple target languages and independently reviewed and revised by bilingual medical experts to ensure clinical correctness and linguistic naturalness.
The dataset covers 7 non-English languages:
All data are released as a single unified table (e.g., JSONL / Parquet compatible with Hugging Face datasets).
| Field | Type | Description |
|---|---|---|
id | string | Unique instance ID |
lang | string | Language code (e.g., zu, sw) |
task | string | Task type: nli or qa |
source | string | Data source (BioNLI or LiveQA) |
text | string | Original content in the target language |
label | string / null | Gold label (NLI only) |
NLI (BioNLI)
bionli-<lang>-XYZ
QA (LiveQA)
qa-<lang>-XYZ
Only 3-digit numeric suffixes are used.
{
"id": "bionli-zu-042",
"lang": "zu",
"task": "nli",
"source": "BioNLI",
"text": "Premise: ... Hypothesis: ...",
"label": "entailment"
}
{
"id": "qa-sw-117",
"lang": "sw",
"task": "qa",
"source": "LiveQA",
"text": "Swali: ... Jibu: ...",
"label": null
}
MultiMed-X-350 is intended for:
⚠️ Not intended for clinical deployment or direct medical decision-making.
@article{gao2026medcoreasoner,
title={MED-COREASONER: Reducing Language Disparities in Medical Reasoning via Language-Informed Co-Reasoning},
author={Gao, Fan and Tong, Sherry T. and Sohn, Jiwoong and Huang, Jiahao and Jiang, Junfeng and Xia, Ding and Ittichaiwong, Piyalitt and Veerakanjana, Kanyakorn and Kim, Hyunjae and Chen, Qingyu and Taylor, Edison Marrese and Kobayashi, Kazuma and Aizawa, Akiko and Li, Irene},
journal={arXiv preprint arXiv:2601.08267},
year={2026}
}
This dataset is released for research and evaluation purposes only, under the same licensing terms as the original source datasets (BioNLI, LiveQA).