🤖 AI Summary
This study addresses the gap in evaluating large language models (LLMs) for multilingual retrieval-augmented generation (RAG) in real-world healthcare settings. We systematically assess 24 LLMs on authentic, patient-derived medical dialogues in Indian English and four Indo-Aryan languages, using a unified RAG framework, multilingual automated metrics (FACTOR/BERTScore), and human double-blind evaluation—specifically targeting code-mixed inputs and cultural adaptation challenges. Results reveal substantial cross-lingual performance disparities: factual accuracy for Hindi queries is consistently lower than for English, and instruction-tuned Hindi models exhibit limited robustness on localized queries. Our key contributions are: (1) the first real-world, multilingual medical RAG benchmark; (2) empirical evidence of systematic degradation in model robustness due to cultural context and code-mixing; and (3) actionable insights and empirically grounded recommendations for deploying health AI in low-resource linguistic settings.
📝 Abstract
Assessing the capabilities and limitations of large language models (LLMs) has garnered significant interest, yet the evaluation of multiple models in real-world scenarios remains rare. Multilingual evaluation often relies on translated benchmarks, which typically do not capture linguistic and cultural nuances present in the source language. This study provides an extensive assessment of 24 LLMs on real world data collected from Indian patients interacting with a medical chatbot in Indian English and 4 other Indic languages. We employ a uniform Retrieval Augmented Generation framework to generate responses, which are evaluated using both automated techniques and human evaluators on four specific metrics relevant to our application. We find that models vary significantly in their performance and that instruction tuned Indic models do not always perform well on Indic language queries. Further, we empirically show that factual correctness is generally lower for responses to Indic queries compared to English queries. Finally, our qualitative work shows that code-mixed and culturally relevant queries in our dataset pose challenges to evaluated models.