One email each morning — yesterday's AI, sortedGet it in your inbox

METAL LAB

HealMed: Multilingual Evaluation of Large Language Models in Medicine

arXiv:2608.199812026-08-21

Medical AI chatbots ace English but stumble badly in Swahili and Zulu

Researchers built HealMed, a medical benchmark spanning nine languages, nine source datasets and three task types: multiple-choice questions, sentence-relation inference, and open-ended answers. Twenty-three physicians and medical experts across nine countries spent two years reviewing and correcting the machine-translated test items. Top proprietary models stayed accurate across all languages, but open-source and medically specialized models lost significant ground in lower-resource languages like Thai, Swahili and Zulu.

What they did

  1. HealMed compiles 1,000 examples per language across nine languages (English, German, Spanish, Portuguese, Japanese, Chinese, Thai, Swahili, Zulu), covering multiple-choice QA, natural language inference, and open-ended QA.
  2. Every machine-translated item was reviewed and revised in a two-stage process by 23 physicians and medical experts, allowing translation errors to be separated from actual model weaknesses.
  3. The five proprietary models tested (including GPT-5.4, Claude and Gemini) lost at most 5.5 percentage points of accuracy in lower-resource languages, while some open-source and medically specialized models dropped by as much as 28.9 percentage points.
  4. Models specifically trained for medicine (HuatuoGPT-o1, MedGemma, MediPhi) were not automatically more stable across languages.
  5. Testing the same questions in raw machine-translated form versus expert-reviewed form produced different scores, showing that translation quality itself can skew benchmark results.
Figure 1: Overview of HealMed. a. Benchmark scope, comprising MCQA, NLI and open-ended QA across nine languages and nine source datasets. b. Construction pipeline, including English source-example selection, machine translation into eight target languages, two-stage review and revision by bilingual medical experts, and final consistency checking and curation.
Figure 1: Overview of HealMed. a. Benchmark scope, comprising MCQA, NLI and open-ended QA across nine languages and nine source datasets. b. Construction pipeline, including English source-example selection, machine translation into eight target languages, two-stage review and revision by bilingual medical experts, and final consistency checking and curation.
Table 1: Language-specific refusal rates in open-ended QA. Values are percentages of 400 zero-shot responses per language. A refusal was counted only when the model explicitly declined to answer and provided no substantive response. Overall rates were calculated across 3,600 responses per model. Gemini-3 denotes Gemini-3-Flash.
LanguageGPT-4oGPT-5.4o4-miniGemini-3
English0.000.000.000.00
German0.000.000.000.00
Spanish0.000.000.000.00
Portuguese0.000.250.000.00
Japanese0.000.250.000.00
Chinese0.250.000.000.00
Thai0.250.000.250.00
Swahili1.500.000.000.00
Zulu2.000.000.000.00
Overall0.440.060.030.00
Figure 2: Multilingual performance on the MCQA and NLI tasks in HealMed. a. Macro-average accuracy across four MCQA and two NLI datasets for 14 models. Blue bars show the lower-resource mean, and red extensions show the gap to the higher-resource mean. Circles, squares and diamonds denote proprietary, open-source and medically specialized models, respectively. b. Language-level accuracy across models. c. Within-model accuracy shifts relative to English. Grey points represent individual models; colored points and horizontal lines show the mean and interquartile range. Black, blue and red denote English, other higher-resource languages and lower-resource languages, respectively. Higher-resource languages comprise English, German, Spanish, Portuguese, Japanese and Chinese; lower-resource languages comprise Thai, Swahili and Zulu.
Figure 2: Multilingual performance on the MCQA and NLI tasks in HealMed. a. Macro-average accuracy across four MCQA and two NLI datasets for 14 models. Blue bars show the lower-resource mean, and red extensions show the gap to the higher-resource mean. Circles, squares and diamonds denote proprietary, open-source and medically specialized models, respectively. b. Language-level accuracy across models. c. Within-model accuracy shifts relative to English. Grey points represent individual models; colored points and horizontal lines show the mean and interquartile range. Black, blue and red denote English, other higher-resource languages and lower-resource languages, respectively. Higher-resource languages comprise English, German, Spanish, Portuguese, Japanese and Chinese; lower-resource languages comprise Thai, Swahili and Zulu.
Table 2: Expert assessment and revision of machine-translated data by language. Accuracy (Acc.), fluency (Flu.) and completeness (Comp.) are mean expert ratings on five-point scales. Revision is the mean normalized word-level edit distance between the original machine translations and reviewer-submitted revisions. Each language contains 1,000 instances.
LanguageAcc.Flu.Comp.Revision (%)
German4.874.754.8312.1
Spanish4.924.924.851.0
Portuguese4.744.844.932.7
Japanese4.704.624.965.7
Chinese4.734.514.985.2
Thai4.714.794.939.1
Swahili4.504.574.631.8
Zulu4.604.684.921.1
Overall4.724.714.884.8
Figure 3: Open-ended QA performance on HealMed. a. Mean LLM-as-judge scores for ten models, macro-averaged across the three QA datasets. Blue and red points show higher- and lower-resource means; diamonds show means across all languages. b. Score shifts relative to each model’s English score. Positive values indicate higher scores than the English baseline. Grey lines show individual models and the dark line shows their mean. c. Proportions of responses with an overall score below 3, a safety score of 2 or lower, or specific language and applicability issues. Other higher-resource languages comprise English, German, Spanish, Portuguese, Japanese and Chinese. Bubble size and color indicate the proportion; values are shown when at least 10%.
Figure 3: Open-ended QA performance on HealMed. a. Mean LLM-as-judge scores for ten models, macro-averaged across the three QA datasets. Blue and red points show higher- and lower-resource means; diamonds show means across all languages. b. Score shifts relative to each model’s English score. Positive values indicate higher scores than the English baseline. Grey lines show individual models and the dark line shows their mean. c. Proportions of responses with an overall score below 3, a safety score of 2 or lower, or specific language and applicability issues. Other higher-resource languages comprise English, German, Spanish, Portuguese, Japanese and Chinese. Bubble size and color indicate the proportion; values are shown when at least 10%.
Table 3: Criterion-level comparison of expert and LLM-based evaluations. Scores range from 1 to 5. Δ denotes the LLM score minus the expert score and was calculated before rounding.
CriterionExpertLLMΔ
Chinese
Completeness4.223.80−0.42
Reference alignment4.243.62−0.62
Clinical consensus4.334.04−0.29
Clinical appropriateness4.313.93−0.38
Safety4.694.20−0.49
Overall4.363.92−0.44
Japanese
Completeness4.203.44−0.76
Reference alignment4.763.71−1.04
Clinical consensus4.824.20−0.62
Clinical appropriateness4.784.02−0.76
Safety4.874.27−0.60
Overall4.683.93−0.76
Thai
Completeness3.283.38+0.10
Reference alignment3.643.62−0.02
Clinical consensus4.124.11−0.01
Clinical appropriateness3.803.91+0.11
Safety4.364.22−0.13
Overall3.843.85+0.01
Figure 4: Evaluation shifts between expert-reviewed HealMed and machine-translated (MT) data. a. English-adjusted mean accuracy shifts (HealMed minus MT) across 14 models and six MCQA and NLI datasets. Cells are labelled when |Δ|≥3 percentage points (pp). b. English-adjusted mean LLM-as-judge score shifts across five models and three open-ended QA datasets. Symbols denote datasets, and horizontal lines span their mean shifts. In both panels, Overall reports the mean absolute model-level shift across the corresponding models and datasets. Positive values indicate higher performance on expert-reviewed data; English is shown unadjusted as a same-source control.
Figure 4: Evaluation shifts between expert-reviewed HealMed and machine-translated (MT) data. a. English-adjusted mean accuracy shifts (HealMed minus MT) across 14 models and six MCQA and NLI datasets. Cells are labelled when |Δ|≥3 percentage points (pp). b. English-adjusted mean LLM-as-judge score shifts across five models and three open-ended QA datasets. Symbols denote datasets, and horizontal lines span their mean shifts. In both panels, Overall reports the mean absolute model-level shift across the corresponding models and datasets. Positive values indicate higher performance on expert-reviewed data; English is shown unadjusted as a same-source control.
Table 4: Language use in observable reasoning traces generated by HuatuoGPT-o1-72B. The “Traces” column denotes the number of responses containing an explicit reasoning trace among 15 responses examined per language. ”Target” and ”English” report the number and percentage of traces written predominantly in the target language or English, respectively.
LanguageTracesTargetEnglish
Japanese9/157 (77.8%)2 (22.2%)
Chinese15/1515 (100%)0 (0%)
Thai7/150 (0%)7 (100%)
Table 5: Benchmark components and sample allocation in HealMed. Sample counts denote the number of aligned examples included in each language.
TaskComponentSamples per language, nExpected model output
MCQAHeadQA75Correct option
MedQA75Correct option
MedExpQA75Correct option
MMLU-Pro75Correct option
NLIBioNLI150Relation label
MedNLI150Relation label
QAExpertQA-Bio40Free-form answer
ExpertQA-Med160Free-form answer
LiveQA200Free-form answer
Total1,000
Table 6: Comparison of selected multilingual medical benchmarks. Reported scales use source-specific units and are not directly comparable. Quality metrics indicates whether aggregate translation-quality scores or revision statistics were reported; score effects indicates whether model performance was compared between machine-translated and expert-reviewed versions. WorldMedQA-V identified four country-level validators and seven contributors to English-translation validation, but did not report the number of unique reviewers because these roles may overlap. EN, English; MT, machine translation; N/A, not applicable; NR, not reported. For BRIDGE, reference standards were inherited from the source datasets, benchmark-wide human-review coverage and reviewer numbers were not reported.
Benchmark scopeData constructionHuman reviewTranslation audit
BenchmarkReported scaleLang.TasksLanguage designReview coverage (%)Reviewers, nQuality metricsScore effects
MMedBench53,566 QA pairs6MCQA; rationalesAggregated; non-aligned14.13NoNo
XMedBench21,326 records6MCQANative + MT; non-aligned10.2NRNoNo
MedExpQA2,488 records4MCQAMT + manual revision; aligned100NRNoNo
WorldMedQA-V568 evaluation items4 + ENMultimodal MCQALocal–English pairs1004 country 7 ENNoNo
MultiMed-X2,450 translations7 + ENNLI; open QAMT + expert revision; aligned100∼12NoNo
BRIDGE1,418,042 samples98 task typesNative-source aggregation; non-alignedVaries by source; NRNRN/AN/A
HealMed9,000 instances9MCQA; NLI; open QAMT + two-expert medical revision; aligned10023YesYes
Table 7: Models and evaluation configurations used in HealMed.
ModelParametersRelease dateModel type
Proprietary models
GPT-5.4Not disclosed5 Mar 2026Proprietary
o4-miniNot disclosed16 Apr 2025Proprietary
Gemini-3-FlashNot disclosed17 Dec 2025Proprietary
Claude-Sonnet-5Not disclosed30 Jun 2026Proprietary
Claude-Opus-4.8Not disclosed28 May 2026Proprietary
Open-source models
DeepSeek-V3671B26 Dec 2024open-source, general-purpose
Qwen2.5-72B-Instruct72.7B19 Sep 2024open-source, general-purpose
Qwen3-32B32.8B29 Apr 2025open-source, general-purpose
Qwen3-32B-thinking32.8B29 Apr 2025open-source, general-purpose
LLaMA3.3-70B-Instruct70B6 Dec 2024open-source, general-purpose
Gemma-3-27B-it27B12 Mar 2025open-source, general-purpose
Medically specialized models
HuatuoGPT-o1-72B72.7B28 Dec 2024open-source, medical
MedGemma-27B-text-it27B20 May 2025open-source, medical
MediPhi3.8B3 Feb 2025open-source, medical
Table 8: Five-point rubric used by medical experts to assess machine translations. Each dimension was scored separately.
ScoreAccuracyFluencyCompleteness
5All concepts and medical terms are translated correctly and precisely. Terminology is professional, contextually appropriate and consistent with established usage in the target language.The translation is natural and easy to read. Its grammar, wording and sentence structure conform to professional conventions in the target language.The meaning and all relevant details of the source are retained. There are no omissions or unsupported additions.
4Most concepts and terms are translated correctly. Minor errors, imprecise wording or simplified terminology may occur but do not affect overall understanding.The translation is generally natural and clear. Minor stiffness, awkward wording or grammatical errors do not affect comprehension.The main meaning is retained. Only minor or non-essential details are omitted or expressed unclearly.
3The main concepts are conveyed, but some errors or imprecise terms may cause partial misunderstanding. The reader may need to infer the intended meaning of some terms.The translation is understandable but noticeably unnatural in places. Rigid sentence structures, unsuitable word choices or grammatical errors require some effort from the reader.Most of the source meaning is conveyed, but some information is missing, added or unclear. Important details may require inference.
2Several important concepts or terms are mistranslated, substantially affecting comprehension. Terminology may be incorrect or inconsistent.The translation is difficult to read smoothly. It contains awkward transitions, unclear connections or frequent grammatical and structural errors.Core information is not fully preserved. Noticeable omissions or unnecessary additions reduce correspondence with the source and affect comprehension.
1Frequent and severe mistranslations prevent the source meaning from being conveyed. Much of the content or terminology does not correspond to the source.The translation is highly unnatural or difficult to understand. Literal phrasing, disorganized sentence structure and severe grammatical errors may make it unreadable.Substantial omissions or incorrect additions prevent the translation from reflecting the source. Important passages are missing, and the intended meaning is difficult to recover.
Table 9: Inference settings used for model evaluation.
SettingMCQABioNLIMedNLIOpen-ended QA
Prompting strategyzero-shotzero-shotzero-shotzero-shot
Temperature0.7 where supported; otherwise omitted
Maximum output tokens3232322,048
Top-pNot set; model- or provider-default
Top-kNot set; model- or provider-default where supported
Random seedNot set
Stop sequenceNot set
Table 10: Complete zero-shot accuracy (%) on the four MCQA datasets. Avg. denotes the macro-average across the nine languages. Within each dataset and language, the highest value is shown in bold and the second-highest is underlined.
DatasetModelENDEESPTJAZHTHSWZUAvg.
HeadQAProprietary Models
Gemini-3-Flash94.6794.6796.0096.0092.0092.0090.6792.0088.0092.89
GPT-5.490.6793.3392.0093.3389.3389.3386.6790.6784.0089.93
o4-mini96.0094.6797.3396.0092.0090.6794.6785.3385.3392.44
Claude-Opus-4.896.0096.0096.0094.6790.6790.6789.3393.3382.6792.15
Claude-Sonnet-590.6796.0094.6794.6792.0090.6793.3390.6773.3390.67
open-source Models
DeepSeek-V382.6784.0080.0084.0082.6782.6772.0060.0054.6775.85
Gemma-3-27B-it80.0078.6782.6778.6778.6773.3374.6766.6754.6774.22
LLaMA3.3-70B-Instruct85.3380.0084.0084.0077.3369.3373.3365.3346.6773.92
Qwen2.5-72B-Instruct80.0080.0081.3382.6782.6778.6776.0037.339.3367.56
Qwen3-32B76.0074.6773.3374.6766.6772.0058.6745.338.0061.04
Qwen3-32B-thinking92.0090.6792.0093.3390.6786.6788.0065.3324.0080.30
Specialized Models
HuatuoGPT-o1-72B89.3384.0090.6781.3386.6786.6786.6756.0041.3378.07
MedGemma-27B90.6778.6781.3378.6780.0074.6772.0060.0040.0072.89
MediPhi70.6749.3360.0060.0045.3341.3337.3326.6716.0045.18
MedQAProprietary Models
Gemini-3-Flash94.6792.0094.6793.3390.6793.3393.3393.3392.0093.04
GPT-5.492.0096.0096.0097.3393.3390.6797.3397.3388.0094.22
o4-mini98.6797.3396.0097.3393.3396.0098.6794.6792.0096.00
Claude-Opus-4.898.6793.3398.6797.3392.0092.0088.0089.3378.6792.00
Claude-Sonnet-588.0089.3388.0094.6786.6790.6785.3390.6774.6787.56
open-source Models
DeepSeek-V376.0077.3372.0074.6769.3372.0072.0058.6742.6768.30
Gemma-3-27B-it65.3361.3360.0064.0058.6768.0057.3357.3349.3360.15
LLaMA3.3-70B-Instruct85.3382.6780.0086.6772.0080.0081.3369.3334.6774.67
Qwen2.5-72B-Instruct76.0078.6774.6774.6772.0073.3369.3342.6722.6764.89
Qwen3-32B62.6757.3365.3354.6753.3362.6769.3346.674.0052.89
Qwen3-32B-thinking89.3390.6789.3394.6784.0085.3393.3370.6736.0081.48
Table 11: Complete zero-shot accuracy (%) on the two NLI datasets. Avg. denotes the macro-average across the nine languages. Within each dataset and language, the highest value is shown in bold and the second-highest is underlined.
DatasetModelENDEESPTJAZHTHSWZUAvg.
BioNLIProprietary Models
Gemini-3-Flash79.3371.3374.0072.6771.3371.3374.6773.3370.0073.11
GPT-5.473.3368.0070.0068.6768.0068.6768.0067.3366.6768.74
o4-mini74.0071.3371.3371.3371.3370.6770.0066.6763.3370.00
Claude-Opus-4.878.0070.6774.6772.0072.0076.0074.0074.6770.6773.63
Claude-Sonnet-572.6768.0071.3368.0068.0069.3368.6767.3362.0068.37
open-source Models
DeepSeek-V377.3365.3364.6762.6762.0070.6762.6760.0049.3363.85
Gemma-3-27B-it66.6764.6764.0062.0063.3365.3360.0058.0056.0062.22
LLaMA3.3-70B-Instruct71.3356.0064.0064.6763.3362.0061.3359.3349.3361.26
Qwen2.5-72B-Instruct75.3367.3372.6766.6760.6765.3357.3358.6758.6764.74
Qwen3-32B70.6761.3370.6766.0058.0060.6758.0048.6755.3361.04
Qwen3-32B-thinking74.0066.6770.0068.0068.0066.0067.3362.6735.3364.22
Specialized Models
HuatuoGPT-o1-72B66.6764.0066.6764.0062.0060.6763.3358.6761.3363.04
MedGemma-27B59.3358.0064.6767.3359.3350.6753.3351.3354.0057.55
MediPhi66.6763.3363.3362.6756.6761.3357.3347.3352.6759.04
MedNLIProprietary Models
Gemini-3-Flash91.3388.6788.6787.3386.6782.6786.6782.0076.6785.63
GPT-5.485.3384.6782.0081.3382.6780.6784.0082.0079.3382.44
o4-mini90.6790.0087.3386.6784.0081.3384.0084.6779.3385.33
Claude-Opus-4.889.3388.0088.0086.6786.0083.3389.3386.6784.6786.89
Claude-Sonnet-591.3393.3390.0092.6787.3387.3388.0085.3381.3388.52
open-source Models
DeepSeek-V384.6768.6775.3372.0078.6775.3376.6762.6744.0070.89
Gemma-3-27B-it88.6786.6786.0083.3384.0076.0078.0076.6757.3379.63
LLaMA3.3-70B-Instruct81.3374.6776.0077.3380.0070.0070.6768.0030.6769.85
Qwen2.5-72B-Instruct86.6782.0084.0084.0082.6778.0080.0057.3332.6774.15
Qwen3-32B75.3375.3382.6783.3381.3374.0067.3334.6730.6767.18
Qwen3-32B-thinking83.3381.3382.6780.0080.0079.3380.6765.3336.0074.30
Table 12: Complete LLM-as-judge scores on the three open-ended QA datasets. Scores range from 1 to 5 and are calculated as the mean of completeness, reference alignment, clinical consensus, clinical appropriateness and safety. Avg. denotes the macro-average across the nine languages. Within each dataset and language, the highest value is shown in bold and the second-highest is underlined.
DatasetModelENDEESPTJAZHTHSWZUAvg.
ExpertQA-BioProprietary Models
GPT-5.44.084.294.224.284.194.534.524.124.034.25
Gemini-3-Flash3.813.903.913.983.994.194.013.894.023.97
open-source Models
DeepSeek-V34.383.943.964.083.794.083.993.553.303.89
Gemma-3-27B-it3.873.733.903.783.594.023.723.383.003.66
Qwen3-32B-thinking4.293.873.924.163.854.173.922.592.213.66
Qwen2.5-72B-Instruct4.103.974.054.033.854.213.952.091.973.58
LLaMA3.3-70B-Instruct4.193.643.803.933.403.723.323.362.303.51
Specialized Models
HuatuoGPT-o1-72B4.043.863.974.003.823.933.852.712.253.60
MedGemma-27B3.943.813.984.133.713.973.683.602.903.74
MediPhi3.963.523.573.593.093.192.312.021.873.01
ExpertQA-MedProprietary Models
GPT-5.44.044.064.244.414.304.504.464.334.194.28
Gemini-3-Flash3.823.994.004.064.084.144.073.824.004.00
open-source Models
DeepSeek-V34.403.904.043.953.934.003.723.633.353.88
Gemma-3-27B-it3.983.743.963.813.793.973.813.373.053.72
Qwen3-32B-thinking4.143.883.954.024.003.963.872.371.943.57
Qwen2.5-72B-Instruct4.263.763.853.803.934.163.642.191.833.49
LLaMA3.3-70B-Instruct4.123.643.853.833.463.803.393.182.003.47
Specialized Models
HuatuoGPT-o1-72B4.163.894.033.943.903.933.762.721.983.59
MedGemma-27B3.953.864.003.903.864.013.723.442.963.74
MediPhi3.893.293.493.363.043.092.141.831.702.87
LiveQAProprietary Models
GPT-5.44.194.044.394.564.524.684.564.454.464.43
Gemini-3-Flash3.593.703.773.903.973.953.913.773.933.83
open-source Models

Why it matters

If medical AI is judged only on English performance, it may perform far worse for patients and clinicians who don't speak English, a real risk for deployment. It also warns anyone building or comparing multilingual medical AI that scores from unreviewed, machine-translated benchmarks can't be fully trusted.

Terms in this paper

  • MCQA · Multiple-choice question answering, where the model picks the correct option from a fixed list
  • NLI · Natural language inference, judging whether one statement logically follows from, contradicts, or is neutral to another
  • LLM-as-judge · Using another large language model instead of a human to score the quality of an AI's answer
  • low-resource language · A language with relatively little text data online, so AI models are less well trained on it
  • machine translation (MT) · Text translated automatically by software rather than by a human translator

Original abstract (English)

We present HealMed, an expert-reviewed benchmark for multilingual evaluation of large language models in medicine. HealMed contains 1,000 examples in each of nine languages, drawn from nine datasets and covering three task formats: MCQA, NLI and open-ended QA. The benchmark was developed over two years by 23 physicians and medical experts based across nine countries and regions. Each translation was evaluated and revised by two experts fluent in English and the corresponding target language. On HealMed, performance declined most in low-resource languages, although the size of the gap varied markedly across languages and models. The strongest proprietary models were the most stable across languages, whereas many open-source and medically specialized models showed larger and less consistent gaps. Medical specialization alone did not ensure multilingual robustness. Furthermore, expert revision could either raise or lower measured performance, indicating that translation quality materially affects cross-language evaluation results.

Authors · Yingjian Chen (Drew), Fan Gao (Drew), Sherry T. Tong (Drew), Haoyu Zhang (Drew), Aosong Feng (Drew), Kevin W. Jin (Drew)

Read on arXiv

Latest papers

All papers →

Latest from METAL LAB

Figures: Yingjian Chen (Drew) et al., arXiv:2608.19981, arxiv-nonexclusive