Grounded Multilingual Medical Reasoning for Question Answering with Large Language Models
Pietro Ferrazzi, Aitor Soroa, Rodrigo Agerri
TL;DR
The paper tackles multilingual, reasoning-grounded medical QA by creating a pipeline that builds parallel medical knowledge bases from Wikipedia, retrieves relevant evidence, and generates ground-truth reasoning traces conditioned on the correct answer. It produces a large multilingual traces dataset and demonstrates consistent improvements in in-context learning and supervised fine-tuning across English, Italian, and Spanish, achieving state-of-the-art results for 8B-parameter LLMs. The approach also emphasizes grounding in factual medical knowledge and provides extensive evaluation, including out-of-domain testing and error analysis. The work releases the reasoning traces, translated QA datasets, and knowledge resources to support safer, more transparent multilingual clinical decision-support tools. Overall, multilingual trace-grounding and retrieval augmentation emerge as effective strategies to enhance medical QA across languages.
Abstract
Large Language Models (LLMs) with reasoning capabilities have recently demonstrated strong potential in medical Question Answering (QA). Existing approaches are largely English-focused and primarily rely on distillation from general-purpose LLMs, raising concerns about the reliability of their medical knowledge. In this work, we present a method to generate multilingual reasoning traces grounded in factual medical knowledge. We produce 500k traces in English, Italian, and Spanish, using a retrievalaugmented generation approach over medical information from Wikipedia. The traces are generated to solve medical questions drawn from MedQA and MedMCQA, which we extend to Italian and Spanish. We test our pipeline in both in-domain and outof-domain settings across Medical QA benchmarks, and demonstrate that our reasoning traces improve performance both when utilized via in-context learning (few-shot) and supervised fine-tuning, yielding state-of-the-art results among 8B-parameter LLMs. We believe that these resources can support the development of safer, more transparent clinical decision-support tools in multilingual settings. We release the full suite of resources: reasoning traces, translated QA datasets, Medical-Wikipedia, and fine-tuned models.
