Table of Contents
Fetching ...

HEALTH-PARIKSHA: Assessing RAG Models for Health Chatbots in Real-World Multilingual Settings

Varun Gumma, Ananditha Raghunath, Mohit Jain, Sunayana Sitaram

TL;DR

This work benchmarks 24 multilingual and Indic LLMs in a real-world health chatbot setting using a uniform Retrieval Augmented Generation framework and doctor-verified ground-truth responses across Indian English and four Indic languages. It introduces a real-world dataset of 749 patient questions and assesses models with four clinically motivated metrics (factual correctness, semantic similarity, coherence, conciseness) via both LLM-based evaluators and human annotators. Key findings show wide variance in model performance, lower factual accuracy for non-English queries, and that instruction-tuned Indic models do not always excel on Indic inputs, especially for code-mixed questions. The study emphasizes the importance of non-translated, culturally aware evaluation data and spotlights the potential and limitations of LLM evaluators in multilingual healthcare contexts.

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.

HEALTH-PARIKSHA: Assessing RAG Models for Health Chatbots in Real-World Multilingual Settings

TL;DR

This work benchmarks 24 multilingual and Indic LLMs in a real-world health chatbot setting using a uniform Retrieval Augmented Generation framework and doctor-verified ground-truth responses across Indian English and four Indic languages. It introduces a real-world dataset of 749 patient questions and assesses models with four clinically motivated metrics (factual correctness, semantic similarity, coherence, conciseness) via both LLM-based evaluators and human annotators. Key findings show wide variance in model performance, lower factual accuracy for non-English queries, and that instruction-tuned Indic models do not always excel on Indic inputs, especially for code-mixed questions. The study emphasizes the importance of non-translated, culturally aware evaluation data and spotlights the potential and limitations of LLM evaluators in multilingual healthcare contexts.

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.

Paper Structure

This paper contains 34 sections, 1 figure, 7 tables.

Figures (1)

  • Figure 1: Percentage Agreement (PA) between human and LLM-evaluators. The red line indicates the average PA across models.