Paper deep dive
MedAidDialog: A Multilingual Multi-Turn Medical Dialogue Dataset for Accessible Healthcare
Shubham Kumar Nigam, Suparnojit Sarkar, Piyush Patel
Intelligence
Status: succeeded | Model: google/gemini-3.1-flash-lite-preview | Prompt: intel-v1 | Confidence: 99%
Last extracted: 3/26/2026, 2:15:44 AM
Summary
MedAidDialog is a multilingual, multi-turn medical dialogue dataset designed to improve conversational healthcare accessibility. It extends the MDDial corpus with synthetic dialogues generated by LLMs and expands them into seven languages (English, Hindi, Telugu, Tamil, Bengali, Marathi, and Arabic). The authors also introduce MedAidLM, a parameter-efficient, quantized conversational model capable of personalized symptom elicitation and diagnostic recommendations, suitable for deployment on modest hardware.
Entities (5)
Relation Signals (3)
MedAidDialog â extends â MDDial
confidence 100% ¡ The dataset extends the MDDial corpus by generating synthetic consultations
MedAidLM â trainedon â MedAidDialog
confidence 100% ¡ Building on this dataset, we develop MedAidLM
MedAidLM â usestechnique â LoRA
confidence 100% ¡ We adopt Low-Rank Adaptation (LoRA) (Hu et al., 2022) for parameter-efficient fine-tuning.
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Conversational artificial intelligence has the potential to assist users in preliminary medical consultations, particularly in settings where access to healthcare professionals is limited. However, many existing medical dialogue systems operate in a single-turn question--answering paradigm or rely on template-based datasets, limiting conversational realism and multilingual applicability. In this work, we introduce MedAidDialog, a multilingual multi-turn medical dialogue dataset designed to simulate realistic physician--patient consultations. The dataset extends the MDDial corpus by generating synthetic consultations using large language models and further expands them into a parallel multilingual corpus covering seven languages: English, Hindi, Telugu, Tamil, Bengali, Marathi, and Arabic. Building on this dataset, we develop MedAidLM, a conversational medical model trained using parameter-efficient fine-tuning on quantized small language models, enabling deployment without high-end computational infrastructure. Our framework additionally incorporates optional patient pre-context information (e.g., age, gender, allergies) to personalize the consultation process. Experimental results demonstrate that the proposed system can effectively perform symptom elicitation through multi-turn dialogue and generate diagnostic recommendations. We further conduct medical expert evaluation to assess the plausibility and coherence of the generated consultations.
Tags
Links
- Source: https://arxiv.org/abs/2603.24132v1
- Canonical: https://arxiv.org/abs/2603.24132v1
Trouble viewing inline? Open PDF directly â
Full Text
52,192 characters extracted from source content.
Expand or collapse full text
MedAidDialog: A Multilingual Multi-Turn Medical Dialogue Dataset for Accessible Healthcare Shubham Kumar Nigam 1ââ Suparnojit Sarkar 2â Piyush Patel 3â 1 University of Birmingham, Dubai, United Arab Emirates 2 Heritage Institute of Technology, Kolkata, India 3 Madan Mohan Malaviya University of Technology, India shubhamkumarnigam, suparnojit2026, ppiyush0005@gmail.com Abstract Conversational artificial intelligence has the potential to assist users in preliminary medi- cal consultations, particularly in settings where access to healthcare professionals is limited. However, many existing medical dialogue systems operate in a single-turn questionâ answering paradigm or rely on template-based datasets, limiting conversational realism and multilingual applicability. In this work, we introduceMedAidDialog, a multilingual multi- turn medical dialogue dataset designed to sim- ulate realistic physicianâpatient consultations. The dataset extends theMDDialcorpus by gen- erating synthetic consultations using large lan- guage models and further expands them into a parallel multilingual corpus covering seven lan- guages: English, Hindi, Telugu, Tamil, Bengali, Marathi, and Arabic. Building on this dataset, we developMedAidLM, a conversational medi- cal model trained using parameter-efficient fine- tuning on quantized small language models, en- abling deployment without high-end computa- tional infrastructure. Our framework addition- ally incorporates optional patient pre-context information (e.g., age, gender, allergies) to per- sonalize the consultation process. Experimen- tal results demonstrate that the proposed sys- tem can effectively perform symptom elicita- tion through multi-turn dialogue and generate diagnostic recommendations. We further con- duct medical expert evaluation to assess the plausibility and coherence of the generated con- sultations. 1 Introduction Conversational artificial intelligence has recently demonstrated strong potential for assisting users in healthcare settings, particularly for preliminary symptom assessment and medical guidance. Large language models (LLMs) have shown impressive capabilities in natural language understanding and â These authors contributed equally to this work â Corresponding author dialogue generation, enabling systems to interact with patients in a conversational manner (Tu et al., 2024). However, many existing models primar- ily operate in a single-turn questionâanswering paradigm, where users provide all relevant infor- mation in a single prompt. In real clinical practice, physicians rarely rely on such interactions; instead, diagnosis typically emerges through a sequence of questions that progressively refine the patientâs symptoms. Furthermore, most conversational medical AI systems are trained on datasets that are either template-based or limited to a single language. While datasets such asMDDial(Macherla et al., 2023) provide an important step toward multi-turn diagnostic dialogue, template-driven generation often constrains linguistic diversity and conversa- tional realism. In addition, the lack of multilingual dialogue resources limits the applicability of such systems in low-resource environments, where pa- tients may not communicate in English. Another important limitation of many existing systems is the absence of patient context. In real consultations, physicians typically begin with basic demographic information such as age, gender, med- ical history, or allergies before asking symptom- related questions. Without this information, re- sponses generated by general-purpose models may remain generic or overly verbose. Figure 1 illus- trates this limitation: a general-purpose LLM gen- erates a single explanatory answer without conduct- ing follow-up questioning, whereas our proposed model engages in a multi-turn dialogue to collect additional symptoms before providing a diagnostic recommendation. To address these limitations, we introduce MedAidDialog, a multilingual multi-turn medi- cal dialogue dataset designed to simulate realistic physicianâpatient consultations. The dataset ex- tends theMDDialcorpus with synthetic dialogues generated using a large language model and further 1 arXiv:2603.24132v1 [cs.CL] 25 Mar 2026 expands the conversations into a parallel multilin- gual corpus covering seven languages: English, Hindi, Telugu, Tamil, Bengali, Marathi, and Ara- bic. This multilingual design aims to improve ac- cessibility of conversational healthcare systems for users in rural or linguistically diverse regions. Building on this dataset, we developMedAidLM, a fine-tuned conversational medical model trained using parameter-efficient fine-tuning techniques. Unlike large proprietary systems that require ex- tensive computational resources, is trained using quantized small language models and can therefore be deployed on modest hardware environments. This makes the approach particularly suitable for low-resource healthcare settings where high-end infrastructure may not be available. Figure 1 illustrates the behavior of a general- purpose LLM, which generates a single verbose response without engaging in follow-up question- ing. In contrast, the proposed system (Figure 2) utilizes patient pre-context information and per- forms multi-turn conversational symptom elicita- tion before producing a diagnosis, more closely resembling a real physicianâpatient consultation. To ensure reliability of the generated consulta- tions, we additionally conduct evaluation with med- ical experts who assess the coherence and plausi- bility of the modelâs responses. This evaluation provides qualitative validation of the systemâs abil- ity to simulate realistic clinical dialogue. To ensure reproducibility and encourage further research, the dataset and model code will be made publicly available soon. Contributions The main contributions of this work are summarized as follows: ⢠We introduce a new task of multilingual multi- turn medical dialogue generation and con- structMedAidDialog, a parallel medical dia- logue dataset designed for low-resource multi- lingual environments. â˘We incorporate patient pre-context information (e.g., age, gender, allergies, and demographic attributes) to enable personalized conversational medical assistance. â˘We developMedAidLM, a parameter-efficient fine- tuned conversational model based on quantized small language models, enabling deployment without high-end computational infrastructure. ⢠We perform medical expert evaluation to vali- date the quality and plausibility of the generated diagnostic dialogues. " Rec ChatGPT Medical Symptom Consultation If you overeated at dinner last night and woke up with fever and cough, the symptoms are more likely due to a mild infection rather than the overeating itself. After overeating at dinner last night, I felt Fever and Cough this morning. ChatGPT 5.3 PATIENT Figure 1: Example response from a general-purpose LLM (ChatGPT 5.3). The model produces a single ex- planatory response without collecting additional symp- toms or conducting follow-up questioning. " Rec ChatGPT If you overeated at dinner last night and woke up with fever and cough, the symptoms are more likely due to a mild infection rather than the overeating itself. After overeating at dinner last night, I felt Fever and Cough this morning. ChatGPT 5.3 PATIENT MedAidLM AI-Powered Medical Assistant Patient Consultation Session PATIENT Age: 28 | Gender: Male | Weight: 74.5 kg | Height: 181 cm â Allergies: No known allergies, but experiences minor skin irritation from some detergents. MedAidLM Thank you for providing this context. How can I help you? PATIENT " Recently, I am experiencing Fever and Cough" MedAidLM I've noted those symptoms. To help me understand better, what is the current temperature of your fever? PATIENT " I may experience a lower-than-normal body temperature" MedAidLM I see. Aside from the temperature, do you experience any runny nose or congestion? PATIENT " No, I never had anything like that" MedAidLM Understood. Then, have you noticed any symptoms of Diarrhea recently? PATIENT " Yes, in my knowledge"  FINAL DIAGNOSIS MedAidLM â Final Diagnosis Based on the symptoms described, you may be experiencing Enteritis â an inflammation of the intestines. I recommend monitoring your fluids and consulting a specialist if symptoms persist. Figure 2: Example interaction withMedAidLM. The sys- tem first incorporates patient pre-context information (e.g., age, gender, and allergies) and then performs multi- turn dialogue to collect symptoms before producing a diagnostic recommendation. 2 Related Work Prior work on medical dialogue has progressed from structured and task-oriented diagnosis sys- tems toward neural and LLM-based conversational assistants. Early datasets and systems empha- sized symptom collection, slot filling, or diagno- sis prediction, but often lacked natural multi-turn physicianâpatient interaction (Zeng et al., 2020; Liu et al., 2022). More recent resources explic- itly target multi-turn medical consultation. For ex- ample, MDDial introduces an English differential- diagnosis dialogue dataset, but it is constructed through templates and remains partially scripted (Macherla et al., 2023). MedDG and Zhongjing advance multi-turn medical conversation in Chi- nese, with a focus on entity-aware consultation and improving proactive inquiry using real-world dialogue (Liu et al., 2022; Yang et al., 2024). Med- iTOD further provides an English medical history- 2 taking dataset with detailed annotations, though it is primarily designed for structured task-oriented interaction (Saley et al., 2024). In parallel, medical LLMs such as ChatDoctor, Med-Chat, and related systems have shown that domain-specific fine-tuning substantially improves medical response quality over general-purpose LLMs (Li et al., 2023; Chu et al., 2024). However, many such systems are still optimized for single- turn question answering or instruction following, which assumes that patients can provide complete and precise information in one prompt. This dif- fers from real clinical practice, where doctors itera- tively ask follow-up questions before giving advice or forming a diagnosis. AMIE frames diagnosis as conversational history-taking and reasoning (Tu et al., 2024), while DoctorAgent-RL further mod- els multi-turn clinical dialogue as an adaptive de- cision process with RL (Feng et al., 2025). Other approaches, such as BianQue, T-Agent, and contin- uous entity reasoning, explicitly model questioning behavior, medical term flow, or entity transitions across dialogue turns (Chen et al., 2023; Hu et al., 2024; Wang et al., 2025). Because real clinical conversations are difficult to release due to privacy and governance con- straints, several studies have explored synthetic dialogue generation. NoteChat generates patientâ physician conversations conditioned on clinical notes (Wang et al., 2024), while MDDial uses template-based synthesis from structured diag- nostic data (Macherla et al., 2023). Such work shows the value of synthetic data for training con- versational medical systems, but most existing datasets remain either single-language, template- constrained, or not designed as multilingual paral- lel corpora. Multilingual medical dialogue remains espe- cially underexplored. BiMediX is an important step toward bilingual medical conversation in En- glish and Arabic (Pieri et al., 2024), but broader multilingual coverage for low-resource settings is still missing. This limitation is critical for practical deployment, especially in regions where patients may not be comfortable using English and where lightweight models are preferable for accessibil- ity. More broadly, multi-turn dialogue research in NLP has highlighted the importance of context tracking, coherence, reasoning, and safety across turns (Li et al., 2017; Cui et al., 2020; Su et al., 2019; Zhang and Zhao, 2021; Yi et al., 2025; Zhou et al., 2024). Recent evaluation work in medical dialogue also shows that success should not be mea- sured only by final-answer accuracy, but also by questioning quality, safety, and turn-level clinical relevance (Macherla et al., 2023; Tu et al., 2024; Gong et al., 2026). 3 Task Definition We study the problem of multilingual multi-turn medical dialogue generation, where a conversa- tional agent interacts with a patient to collect symptoms and provide preliminary diagnostic guid- ance. Unlike single-turn medical question an- swering, this task requires modeling sequential physicianâpatient interactions where diagnostic reasoning emerges through multiple conversational exchanges. 3.1 Problem Setup A medical consultation dialogue is represented as a sequence of conversational turns between a pa- tient and a doctorD =u 1 ,u 2 ,...,u T , whereu t denotes the utterance at turnt, andTis the total number of dialogue turns. In our setting, odd turns correspond to patient utterances and even turns correspond to doctor responses. Each dialogue is associated with a diagnostic labelydrawn from a disease sety â Y, whereYdenotes the set of possible diseases considered in the dataset. Given a dialogue context consisting of the previ- ous turns: C t =u 1 ,u 2 ,...,u tâ1 (1) The objective of the model is to generate the next doctor response: u t = arg max u P(u| C t )(2) The conversation continues until sufficient infor- mation has been collected and a diagnostic recom- mendation is produced. 3.2 Multilingual Dialogue Setting The dataset supports multilingual dialogue gener- ation across seven languages: English, Hindi, Tel- ugu, Tamil, Bengali, Marathi, and Arabic. The objective is to learn a model that can generate med- ically coherent responses across languages while maintaining consistent diagnostic reasoning. 3 3.3 Patient Context Personalization In real clinical consultations, physicians often be- gin with basic contextual information about the patient before asking symptom-related questions. To better simulate this scenario, our framework allows optional patient pretext information to be provided at the start of the dialogue. This informa- tion may include age group, gender, geographic location, known allergies, and pre-existing medi- cal conditions, etc. This information is appended to the dialogue prefix and incorporated into the model input. Incorporating patient context allows the model to personalize its questioning strategy and diagnostic reasoning, reflecting how clinicians adapt their inquiries based on patient demographics and medical history. 4 MedAidDialog Dataset Multi-turn conversational datasets are essential for training medical dialogue systems that can iter- atively collect symptoms and provide diagnostic guidance (Macherla et al., 2023; Tu et al., 2024). The MDDial dataset (Macherla et al., 2023) pro- vides an English differential-diagnosis dialogue corpus derived from structured medical records. However, its template-based generation limits con- versational diversity and realism, and it does not support multilingual deployment. To address these limitations, we construct MedAidDialog, a synthetic multilingual medical dialogue dataset designed to simulate more natu- ral physicianâpatient consultations while enabling accessibility across multiple languages. 4.1 Synthetic Dialogue Generation To increase conversational diversity beyond template-based dialogues, we generate synthetic medical consultations using the Llama-3.3-70B- Versatile model through the Groq API 1 . The model architecture follows the design described in the Llama 3 model card (AI@Meta, 2024). The generation pipeline simulates diagnostic consultations involving 12 diseases and 118 symp- toms. Each dialogue begins with a randomized patient complaint and proceeds through multiple conversational exchanges in which the physician asks follow-up questions to gather diagnostic evi- dence. Dialogues typically contain 4â8 conversa- tional turns and conclude with a final diagnosis. 1 https://groq.com/ Dialogue TurnsAverage Words DatasetAvgTotalMinMaxPerPatientDoctor TurnsDialoguesTurnsTurnsDialogueUtteranceUtterance MDDial (MD)4.9187911653.55.66.7 Synthetic (SYN)6.61101511134.58.89.6 MD + SYN5.7298011686.97.008.05 MDDial Test5.923711355.45.66.6 Table 1: Statistics of the original MDDial dataset (MD) and the synthetic dialogues used to construct the MedAidDialog corpus. The synthetic dialogues contain more conversational turns and longer utterances, result- ing in richer physicianâpatient interactions. To better approximate real clinical conversa- tions, the generation process introduces variability through non-deterministic patient responses, over- lapping symptom descriptions, and incomplete or ambiguous symptom reporting. Using this pipeline, we generated 1,101 synthetic consultations, pro- viding a more diverse training resource compared with template-based dialogue construction. Ta- ble 1 summarizes the statistics of the original MDDial dataset and the synthetic dialogues used to constructMedAidDialog. Compared with the template-driven corpus, the synthetic dataset con- tains longer dialogues and richer conversational exchanges. 4.2 Multilingual Expansion A primary goal ofMedAidDialogis to support healthcare accessibility for users in rural or linguis- tically diverse regions. To this end, we construct a parallel multilingual corpus by translating the En- glish dialogues into six additional languages: Hindi, Telugu, Tamil, Bengali, Marathi, and Arabic. Each dialogue therefore has aligned translations across seven languages. The translation pipeline com- bines TranslateGemma (Finkelstein et al., 2026) and TinyAya (Salamanca et al., 2026), two mul- tilingual models designed for efficient translation and cross-lingual generation. To ensure consistent translation and preservation of medical semantics, we employ a structured prompting strategy. The full translation prompt used in the pipeline is pro- vided in Appendix D.3. 5 Methodology Our framework consists of three stages: (1) syn- thetic dialogue generation based onMDDial, (2) parameter-efficient fine-tuning of compact open- source language models, and (3) deployment of the best-performing model in a multilingual con- versational system. Figure 3 presents the overall pipeline. 4 5.1Base Dataset and Synthetic Augmentation We useMDDial(Macherla et al., 2023) as the starting point for our data construction pipeline. MDDialis a benchmark corpus for multi-turn medi- cal dialogue in which each conversation is associ- ated with a final disease label. It provides a useful foundation for diagnosis-oriented dialogue mod- eling, but its template-driven construction limits conversational diversity and does not fully reflect the variability of realistic physicianâpatient inter- action. To address this limitation, we generate synthetic consultations using Llama-3.3-70B-Versatile via the Groq API. 2 The synthetic generation process is conditioned on disease categories fromMDDial, de- mographic profiles, and stylistic constraints so that the generated conversations remain medically plau- sible while exhibiting richer linguistic variation. The full synthetic generation prompt is included in Appendix D.1. Each synthetic consultation is designed to follow a realistic diagnostic flow: the patient presents an initial complaint, the model playing the doctor asks follow-up questions to elicit additional symptoms, and the conversation ends with a diagnosis-oriented response. We target dialogues of 4â8 turns so that the synthetic corpus remains compatible with the in- teraction style ofMDDialwhile supporting greater diversity in phrasing and symptom progression. Quality Control. To improve the quality of the generated corpus, we apply two filtering stages. First, we perform a coherence check to verify logi- cal consistency between symptom descriptions and the final diagnosis. Second, we apply a diversity check based on MinHash-style near-duplicate re- moval to reduce repetitive generations. The result- ing synthetic dialogues are merged with the orig- inalMDDialtraining split to form the augmented training corpus, denoted byD train . 5.2 Dialogue Formatting Before training, all dialogues are converted into a unified multi-turn instruction format. Specifically, we transform each consultation into a ShareGPT- style conversation in which patient utterances are mapped tohumanturns and doctor utterances are mapped togptturns. A system message defines the diagnostic consultation setting, and the final as- sistant turn contains the diagnosis-oriented output. 2 https://groq.com/ This representation is convenient for instruction tuning and preserves the sequential nature of symp- tom elicitation. The exact formatting prompt is provided in Appendix D.2. 5.3 Parameter-Efficient Fine-Tuning Model Families.We fine-tune multiple compact open-source model families in order to study the feasibility of low-resource deployment. Our ex- periments focus on SLMs, including Llama-3.2- 3B-Instruct (Grattafiori et al., 2024), Mistral-7B- Instruct (Jiang et al., 2023), DeepSeek-R1-Distill- Qwen-1.5B (DeepSeek-AI, 2025), and Qwen3- 4B (Team, 2025). All models are loaded in 4-bit NF4 quantized format to reduce memory usage and enable training on commodity GPUs. LoRA Setup. We adopt Low-Rank Adaptation (LoRA) (Hu et al., 2022) for parameter-efficient fine-tuning. LoRA adapters are inserted into the at- tention projection layers of each transformer block, enabling efficient adaptation while keeping the number of trainable parameters small. Detailed hyperparameters and configuration settings are pro- vided in Appendix A. Stage 1: Supervised Fine-Tuning. In the first training stage, each model is fine-tuned onD train using standard next-token prediction. We train for three epochs using AdamW (Loshchilov and Hut- ter, 2017) with a cosine learning-rate schedule. The dialogues are formatted so that the model learns to ask symptom-focused follow-up questions and delay disease prediction until enough information has been collected. Optional RL Optimisation. Starting from the supervised checkpoint, we optionally apply Group Relative Policy Optimisation (GRPO) (Shao et al., 2024) to further refine dialogue behaviour. The re- ward signal combines diagnostic correctness, con- versational quality, and format compliance. Since this optimisation step is optional and not used in all model variants, additional implementation details are provided in Appendix B. 5.4 Patient Pre-Context and Personalisation A key component of our framework is the use of optional patient pre-context before the dialogue be- gins. This pre-context may include demographic or clinically useful attributes such as age, gender, height, weight, allergies, and other basic history 5 MDDial Base Corpus (with disease labels) Quality Control (QC) Coherence Check (Logic Verification) Diversity Check (MinHash-based deduplication) Stage 2: GRPO (RL-based optimization) Deployable Fine-Tuned Model Patient Intake User provides (Age, Sex, Weight, Height, initial symptom) Final Diagnosis & Justification Demographic profile Disease categories Stylistic Constraints Methodology Stage 1 â Dataset & Synthetic Generation Container 3: Methodology Stage 3 â MedAidLM Container 2: Methodology Stage 2 â Parameter-Efficient Fine-Tuning (PEFT) Reward Signal: â Diagnostic Accuracy + Conversation Quality + Format Compliance â KL Penalty SLM 4-bit Quantization Families (LLaMA-3.2, Mistral, DeepSeek, Qwen) Augmented Training (Original + Synthetic Dialogues) Stage 1: SFT Synthetic Data Generation (LLaMA-3-70B Generation) Diagnosing NMT Component (Input): Gemma Translate Model Component: Fine-Tuned Model NMT Component (Output): Gemma Translate Figure 3: Overview of the proposed framework. Stage 1: Data Augmentation. TheMDDialdataset is expanded with synthetic medical dialogues, followed by coherence and diversity filtering. Stage 2: Model Adaptation. Compact open-source language models are fine-tuned using parameter-efficient training and LoRA-based SFT. The dotted connection indicates an optional GRPO optimisation stage applied to selected models. Stage 3: Deployment. The best-performing checkpoint is deployed asMedAidLM, which operates within a multilingual inference loop that incorporates optional patient pre-context and bidirectional translation. fields. We prepend this information to the conver- sation as a structured consultation profile, allowing the model to condition its questioning strategy on essential patient characteristics. This design more closely matches real consulta- tion settings, where physicians often begin with ba- sic contextual information before exploring symp- toms in detail. It also enables more personalized follow-up questions, especially in cases where age, sex, or allergy information may influence diagnos- tic reasoning. 5.5 Multilingual Inference Pipeline The best-performing fine-tuned checkpoint is de- ployed asMedAidLM, the dialogue engine in our multilingual consultation system. Since the fine- tuned model operates in English, we wrap it with a bidirectional translation layer so that patients can interact in their preferred language. At inference time, the user input in language âis first translated into English, then passed to MedAidLMtogether with the patient pre-context and dialogue history. The model generates the next En- glish response, which is then translated back into the user language before being displayed. This pro- cess continues turn by turn until the model emits a dedicated[PREDICT]marker, after which the final diagnosis and justification are returned. For the translation layer, we evaluate Trans- lateGemma (Finkelstein et al., 2026) and TinyAya (Salamanca et al., 2026).The final system prompt used for translation is shown in Appendix D.3. This translation-augmented loop enables multilingual use while preserving a single English-centered dialogue model. 5.6 System Summary The resulting system combines data augmentation, compact model adaptation, and multilingual infer- ence into a single deployable pipeline. Synthetic augmentation improves conversational diversity, LoRA-based tuning enables efficient adaptation of compact models, and the translation wrapper allows the system to serve users across multiple 6 Model FamilyDatasetMethodAccuracy Mistral-7B-InstructMedAidDialog (MD+SYN)SFT88.09% LLaMA 3.2 3B (MedAidLM)MedAidDialog (MD+SYN)SFT90.21% Qwen3-4BMedAidDialog (MD+SYN)SFT80.00% DeepSeek-R1-Distill-Qwen-1.5BMedAidDialog (MD+SYN)SFT40.00% Table 2: Results on the MedAidDialog dataset. low-resource languages without requiring a sepa- rate dialogue model per language. 6 Evaluation Metrics Evaluating conversational medical systems is chal- lenging because a correct diagnosis alone does not guarantee a safe or clinically meaningful in- teraction. Therefore, we adopt a two-stage evalua- tion strategy consisting of (i) automatic evaluation based on diagnostic accuracy and (i) human ex- pert evaluation focusing on clinical reliability and conversational quality. 6.1 Automatic Evaluation For automatic evaluation, we compute the diagnos- tic accuracy of the model. Specifically, we compare the final diagnosis predicted by the model with the gold disease label provided in the dataset. Although accuracy provides a straightforward measure of diagnostic correctness, it does not capture other critical aspects of conversational medical systems such as safety, reasoning quality, or conversational coherence. Therefore, we complement automatic evaluation with human expert assessment. 6.2 Expert Evaluation To assess the clinical reliability of the generated conversations, we conduct a human evaluation with three medical experts. All evaluators are qualified medical practitioners holding an MBBS degree and are currently pursuing postgraduate medical train- ing at a reputed medical institute. Their medical background enables them to critically evaluate the plausibility, safety, and clinical reasoning of the generated dialogues. Each expert independently reviewed a subset of randomly sampled dialogues produced by the sys- tem. The evaluation focuses on multiple aspects of conversational medical assistance, including safety, symptom understanding, contextual reasoning, di- agnostic plausibility, and conversational quality. Most criteria are scored on a Likert scale from 1 (Very Poor) to 5 (Excellent), while medical safety is evaluated as a binary pass/fail metric. Table 13 in Appendix summarizes the evaluation criteria used in the expert assessment. ModelDatasetAvg. TurnsDialogsMethodAccuracy Mistral-7B-InstructMD4.901879SFT18.72% Mistral-7B-InstructSYN7.281101SFT61.28% Mistral-7B-InstructMD+SYN5.782980SFT80.85% Mistral-7B-InstructMD+SYN5.782980SFT+GRPO77.87% LLaMA 3.2 3BMD4.901879SFT75.74% LLaMA 3.2 3BSYN7.281101SFT71.97% LLaMA 3.2 3BMD+SYN5.782980SFT77.87% LLaMA 3.2 3BMD+SYN5.782980SFT+GRPO43.83% Qwen3-4BMD+SYN5.782980SFT80.00% DeepSeek-R1MD+SYN5.782980SFT40.00% Table 3: Ablation study over training data compo- sition and optimisation strategy. These experiments correspond to shorter training runs (100 steps), used to analyze the effect of original data (MD), synthetic data (SYN), and the combinedMedAidDialogcorpus (MD+SYN). 7 Results and Analysis Table 2 presents the main automatic evaluation results, reporting only the best-performing con- figuration for each model family trained on the finalMedAidDialogcorpus. Among all evalu- ated compact models, LLaMA3.2-3B achieves the highest diagnostic accuracy of 90.21%, and we designate this final model asMedAidLM. Mistral- 7B-Instruct also performs strongly with 88.09% accuracy, whereas Qwen3-4B reaches 80.00%. DeepSeek-R1-Distill-Qwen-1.5B performs sub- stantially worse, suggesting that very small dis- tilled reasoning models may be less suitable for this dialogue-driven medical prediction setting. These results indicate that compact open-source models can achieve strong diagnostic performance when trained on the augmentedMedAidDialogcorpus, even without relying on large proprietary systems. 7.1 Ablation Study Table 3 presents the ablation study analyzing the impact of dataset composition and training strat- egy. We observe that training on either the origi- nalMDDialdataset or the synthetic corpus alone leads to weaker performance compared to training on the combined dataset. This indicates that the two sources provide complementary supervision signals: the original data captures realistic clini- cal dialogue patterns, while the synthetic augmen- tation increases linguistic diversity and symptom coverage. Overall, the results show that synthetic augmentation is most effective when used to com- plement the original diagnosis-oriented dialogues rather than replacing them. We also observe that applying GRPO-based optimisation does not con- sistently outperform supervised fine-tuning alone. This suggests that the supervised signal provided by 7 DiseaseCorrectTotalAccuracy Asthma161984.2% Conjunctivitis192190.5% Coronary heart disease161984.2% Dermatitis192095.0% Enteritis222491.7% Esophagitis222781.5% External otitis151788.2% Mastitis121580.0% Pneumonia122060.0% Rhinitis1515100.0% Thyroiditis1919100.0% Traumatic brain injury1919100.0% Table 4: Per-disease diagnostic accuracy of the final MedAidLM model on the evaluation set. the combined multi-turn dialogue corpus is already sufficiently strong, and additional reward-based op- timisation may introduce training instability with- out providing consistent benefits. 7.2 Expert Evaluation and IAA Scores As shown in Table 7,MedAidLMachieves a 95.3% medical safety pass rate, indicating that unsafe ad- vice is rare in the sampled dialogues. The model also obtains strong average scores for symptom ex- traction (4.20), context memory (4.40), diagnostic correctness (4.10), conversational flow (4.30), and efficiency (4.00). These results suggest that the model is able to track relevant symptoms, preserve dialogue context, and conduct multi-turn interac- tions in a clinically plausible and reasonably effi- cient manner. To validate the reliability of these judgments, we compute inter-annotator agreement (IAA) using Krippendorffâs alpha (Krippendorff, 2011). Table 9 shows an average agreement score of 0.81, indicating strong consistency among the medical experts. 7.3 Per-Disease Performance Table 4 reports per-disease accuracy forMedAidLM. The model achieves perfect accuracy on Rhinitis, Thyroiditis, and Traumatic brain injury, and per- forms strongly on Dermatitis (95.0%), Enteritis (91.7%), and Conjunctivitis (90.5%). These results suggest that the model handles diseases with rel- atively distinctive symptom patterns particularly well. However, performance drops on Pneumo- nia (60.0%), Mastitis (80.0%), and Esophagitis (81.5%). These lower scores indicate that the model struggles more when diseases share over- lapping or ambiguous symptom profiles. 7.4 Error Analysis To better understand these failures, Table 8 in the Appendix lists the most frequent disease-level mis- classifications. The most common confusion is Pneumonia misclassified as Asthma, followed by several confusions involving Esophagitis, Enteritis, and Asthma. These patterns are clinically mean- ingful, as respiratory and gastrointestinal condi- tions can share partially overlapping presentations in short text-based consultations. The presence of such confusions suggests that future improve- ments may require stronger temporal reasoning, better calibration over overlapping symptom clus- ters, or explicit modeling of differential diagnosis candidates instead of only predicting a single fi- nal disease label. Overall, the results demonstrate thatMedAidLMachieves strong performance both quantitatively and qualitatively, while remaining compact enough for low-resource deployment. The combination of synthetic augmentation, PEFT, and multilingual inference support makes the system a promising step toward accessible conversational medical AI. 8 Conclusion and Future Work In this work, we introducedMedAidDialog, a mul- tilingual multi-turn medical dialogue dataset con- structed by augmenting theMDDialcorpus with LLM-generated synthetic consultations. Using this dataset, we trainedMedAidLM, a compact conversa- tional medical system based on PEFT of quantized open-source LLMs. Experimental results show that combining real and synthetic dialogues substan- tially improves diagnostic accuracy while maintain- ing safe and coherent multi-turn medical conversa- tions. Human expert evaluation further confirms the clinical plausibility and reliability of the gen- erated responses. In future work, we plan to ex- tend the system with multimodal capabilities by integrating speech interfaces and vision-language models, enabling users to interact through voice and ask questions about medical reports or images. We also aim to incorporate disease-specific patient context profiles to improve diagnostic reasoning and better reflect real clinical workflows. Finally, we plan to expand the dataset to cover more lan- guages, improving accessibility for low-resource communities. We hope thatMedAidDialogandMedAidLMcan serve as a foundation for future research on acces- sible and trustworthy conversational medical AI. 8 Limitations Despite promising results, our work has several lim- itations. First, although theMedAidDialogdataset combines real and synthetic medical dialogues, syn- thetic data may still introduce biases or simplified patterns that do not fully capture the complexity of real clinical interactions. Second, our evalua- tion is limited to a fixed set of diseases derived from the original dataset, which restricts the sys- temâs ability to generalize to a broader range of medical conditions. Third, while we incorporate multilingual interaction through a translation layer, the underlying dialogue model is trained primarily in English, which may lead to subtle translation errors or loss of clinical nuance in low-resource languages. Finally, the current system focuses on text-based dialogue and does not yet incorporate other clinically relevant modalities such as medical images, reports, or laboratory data. Future work will address these limitations by ex- panding the dataset to cover more diseases and lan- guages, incorporating multimodal medical inputs, and improving evaluation with larger and more di- verse clinical expert studies. Ethical Considerations The proposed system is designed as a conversa- tional medical assistance tool and is not intended to replace professional medical diagnosis. Although we evaluate the system using both automatic met- rics and expert medical review, errors in diagnosis or advice may still occur. Therefore, the system should only be used for informational or prelim- inary guidance purposes. We also acknowledge potential risks related to bias in synthetic data gen- eration and language translation errors in multilin- gual settings. To mitigate these risks, we employ quality filtering for synthetic dialogues and con- duct human expert evaluation to assess safety and clinical plausibility. Importantly, the system interface includes a clear disclaimer informing users that the generated re- sponses are not a substitute for professional medi- cal care. Users are explicitly advised to consult a qualified medical practitioner for accurate diagno- sis and treatment decisions. References AI@Meta. 2024. Llama 3 model card. Yirong Chen, Zhenyu Wang, Xiaofen Xing, Zhipei Xu, Kai Fang, Junhong Wang, Sihang Li, Jieling Wu, Qi Liu, Xiangmin Xu, et al. 2023. Bianque: Balanc- ing the questioning and suggestion ability of health llms with multi-turn health conversations polished by chatgpt. arXiv preprint arXiv:2310.15896. Jiqing Chu, Youqiang Sun, He Huang, and Yuan Liu. 2024. Med-chat: Tuning chatglm3-6b with chinese medical dialogue. In 2024 6th International Confer- ence on Robotics, Intelligent Control and Artificial Intelligence (RICAI), pages 894â898. Leyang Cui, Yu Wu, Shujie Liu, Yue Zhang, and Ming Zhou. 2020. Mutual: A dataset for multi-turn dia- logue reasoning. In Proceedings of the 58th Annual Meeting of the Association for Computational Lin- guistics, pages 1406â1416. DeepSeek-AI. 2025. Deepseek-r1: Incentivizing rea- soning capability in llms via reinforcement learning. Preprint, arXiv:2501.12948. Yichun Feng, Jiawei Wang, Lu Zhou, Zhen Lei, and Yixue Li. 2025.Doctoragent-rl: A multi- agent collaborative reinforcement learning system for multi-turn clinical dialogue.arXiv preprint arXiv:2505.19630. Mara Finkelstein, Isaac Caswell, Tobias Domhan, Jan- Thorsten Peter, Juraj Juraska, Parker Riley, Daniel Deutsch, Geza Kovacs, Cole Dilanni, Colin Cherry, et al. 2026. Translategemma technical report. arXiv preprint arXiv:2601.09012. Lecheng Gong, Weimin Fang, Ting Yang, Dongjie Tao, Chunxiao Guo, Peng Wei, Bo Xie, Jinqun Guan, Zix- iao Chen, Fang Shi, et al. 2026. Meddialogrubrics: A comprehensive benchmark and evaluation frame- work for multi-turn medical consultations in large language models. arXiv preprint arXiv:2601.03023. Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al- Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Alex Vaughan, et al. 2024. The llama 3 herd of mod- els. arXiv preprint arXiv:2407.21783. Edward J Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Liang Wang, Weizhu Chen, et al. 2022. Lora: Low-rank adaptation of large language models. Iclr, 1(2):3. Zefa Hu, Haozhi Zhao, Yuanyuan Zhao, Shuang Xu, and Bo Xu. 2024. T-agent: A term-aware agent for medical dialogue generation. In 2024 International Joint Conference on Neural Networks (IJCNN), pages 1â8. Yihang Jiang, Xiaoyang Li, Guangxu Zhu, Hang Li, Jing Deng, Kaifeng Han, Chao Shen, Qingjiang Shi, and Rui Zhang. 2023. 6g non-terrestrial networks enabled low-altitude economy: Opportunities and challenges. arXiv preprint arXiv:2311.09047. 9 Klaus Krippendorff. 2011. Computing krippendorffâs alpha-reliability. Yanran Li, Hui Su, Xiaoyu Shen, Wenjie Li, Ziqiang Cao, and Shuzi Niu. 2017. Dailydialog: A manually labelled multi-turn dialogue dataset. In Proceedings of the Eighth International Joint Conference on Nat- ural Language Processing (Volume 1: Long Papers), pages 986â995. Yunxiang Li, Zihan Li, Kai Zhang, Ruilong Dan, Steve Jiang, and You Zhang. 2023. Chatdoctor: A medical chat model fine-tuned on a large language model meta-ai (llama) using medical domain knowledge. Cureus, 15(6). Wenge Liu, Jianheng Tang, Yi Cheng, Wenjie Li, Yefeng Zheng, and Xiaodan Liang. 2022. Meddg: an entity-centric medical consultation dataset for entity- aware medical dialogue generation. In CCF Interna- tional Conference on Natural Language Processing and Chinese Computing, pages 447â459. Springer. Ilya Loshchilov and Frank Hutter. 2017.Decou- pled weight decay regularization. arXiv preprint arXiv:1711.05101. Srija Macherla, Man Luo, Mihir Parmar, and Chitta Baral. 2023. Mddial: A multi-turn differential di- agnosis dialogue dataset with reliability evaluation. arXiv preprint arXiv:2308.08147. Sara Pieri, Sahal Shaji Mullappilly, Fahad Shahbaz Khan, Rao Muhammad Anwer, Salman Khan, Timo- thy Baldwin, and Hisham Cholakkal. 2024. Bimedix: Bilingual medical mixture of experts llm. In Find- ings of the Association for Computational Linguistics: EMNLP 2024, pages 16984â17002. Alejandro R. Salamanca, Diana Abagyan, Daniel Dâsouza, Ammar Khairi, David Mora, Saurabh Dash, Viraat Aryabumi, Sara Rajaee, Mehrnaz Mofakhami, Ananya Sahu, Thomas Euyang, Brittawnya Prince, Madeline Smith, Hangyu Lin, Acyr Locatelli, Sara Hooker, Tom Kocmi, Aidan Gomez, Ivan Zhang, Phil Blunsom, Nick Frosst, Joelle Pineau, Beyza Ermis, Ahmet ĂstĂźn, Julia Kreutzer, and Marzieh Fadaee. 2026. Tiny aya: Bridging scale and multilingual depth. Preprint, arXiv:2603.11510. Vishal Vivek Saley, Goonjan Saha, Rocktim Jyoti Das, Dinesh Raghu, et al. 2024. Meditod: An english dialogue dataset for medical history taking with com- prehensive annotations. In Proceedings of the 2024 Conference on Empirical Methods in Natural Lan- guage Processing, pages 16843â16877. Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, YK Li, Yang Wu, et al. 2024. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. arXiv preprint arXiv:2402.03300. Hui Su, Xiaoyu Shen, Rongzhi Zhang, Fei Sun, Pengwei Hu, Cheng Niu, and Jie Zhou. 2019. Improving multi-turn dialogue modelling with utterance rewriter. In Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics, pages 22â 31. Qwen Team. 2025. Qwen3 technical report. Preprint, arXiv:2505.09388. Tao Tu, Anil Palepu, Mike Schaekermann, Khaled Saab, Jan Freyberg, Ryutaro Tanno, Amy Wang, Brenna Li, Mohamed Amin, Nenad Tomasev, et al. 2024. Towards conversational diagnostic ai. arXiv preprint arXiv:2401.05654. Junda Wang, Zonghai Yao, Zhichao Yang, Huixue Zhou, Rumeng Li, Xun Wang, Yucheng Xu, and Hong Yu. 2024. Notechat: a dataset of synthetic patient- physician conversations conditioned on clinical notes. In Findings of the Association for Computational Lin- guistics: ACL 2024, pages 15183â15201. Ye Wang, Xinyang Li, Hong Yu, Feng Hu, Guoyin Wang, and Dajiang Lei. 2025. Continuous entity reasoning for multi-turn medical dialogue generation. IEEE Transactions on Consumer Electronics. Songhua Yang, Hanjie Zhao, Senbin Zhu, Guangyu Zhou, Hongfei Xu, Yuxiang Jia, and Hongying Zan. 2024. Zhongjing: Enhancing the chinese medical capabilities of large language model through expert feedback and real-world multi-turn dialogue. In Pro- ceedings of the AAAI conference on artificial intelli- gence, volume 38, pages 19368â19376. Zihao Yi, Jiarui Ouyang, Zhe Xu, Yuwen Liu, Tianhao Liao, Haohao Luo, and Ying Shen. 2025. A survey on recent advances in llm-based multi-turn dialogue systems. ACM Comput. Surv., 58(6). Guangtao Zeng, Wenmian Yang, Zeqian Ju, Yue Yang, Sicheng Wang, Ruisi Zhang, Meng Zhou, Jiaqi Zeng, Xiangyu Dong, Ruoyu Zhang, et al. 2020. Med- dialog: Large-scale medical dialogue datasets. In Proceedings of the 2020 conference on empirical methods in natural language processing (EMNLP), pages 9241â9250. Zhuosheng Zhang and Hai Zhao. 2021. Advances in multi-turn dialogue comprehension: A survey. arXiv preprint arXiv:2103.03125. Zhenhong Zhou, Jiuyang Xiang, Haopeng Chen, Quan Liu, Zherui Li, and Sen Su. 2024.Speak out of turn: Safety vulnerability of large language models in multi-turn dialogue.arXiv preprint arXiv:2402.17262. 10 A LoRA Training Configuration We use Low-Rank Adaptation (LoRA) (Hu et al., 2022) for parameter-efficient fine-tuning. Adapters are inserted into the query, key, value, and output projection matrices of each transformer block. The LoRA hyperparameters used in our experi- ments are: ⢠Rank r = 16 ⢠Scaling factor Îą = 32 ⢠Dropout p = 0.05 ⢠Target modules: attention projection layers This configuration keeps the trainable parame- ter budget below approximately2%of the total model parameters while maintaining strong task adaptation. B GRPO Optimisation In addition to supervised fine-tuning, we exper- iment with Group Relative Policy Optimisation (GRPO) (Shao et al., 2024) for improving conver- sational reasoning. The reward signal combines several components: â˘Diagnostic accuracy with respect to the gold dis- ease label â˘Conversation quality measured through symptom coverage and relevance ⢠Output format compliance â˘KL-divergence regularisation to prevent exces- sive deviation from the supervised model GRPO optimisation is applied only to selected model variants and therefore remains an optional step in the overall training pipeline. C Training Hyperparameters and Resources C.1 Compute Resources All experiments were conducted using the free tiers of Google Colab and Kaggle notebooks. These environments provide access to consumer-grade GPUs suitable for training compact language mod- els using parameter-efficient fine-tuning techniques. To accommodate the limited GPU memory avail- able in these platforms, we employed 4-bit quanti- zation together with LoRA-based training. C.2 LoRA Configuration Table 5 summarizes the LoRA configuration used in our experiments. ParameterValue Rank (r)16 Target Modulesq_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj LoRA Alpha16 LoRA Dropout0 Biasnone Use RSLoraFalse LoftQ ConfigNone Table 5: LoRA configuration used for parameter- efficient fine-tuning. C.3 Training Hyperparameters The main training hyperparameters are reported in Table 6. HyperparameterValue Learning Rate2Ă 10 â4 OptimizerAdamW (8-bit) Learning Rate SchedulerLinear Weight Decay0.001 Warmup Steps5 Maximum Training Steps600 Random Seed3407 Table 6: Training hyperparameters used for supervised fine-tuning. D Prompt Templates D.1 Synthetic Dialogue Generation Prompt Table 11 shows the prompt used for synthetic data generation. D.2 Dialogue Formatting Prompt Table 12 shows the prompt used to convert dia- logues into ShareGPT-style format. D.3 Translation Prompt Table 10 shows the prompt used for bidirectional multilingual medical translation. 11 MetricExpert 1Expert 2Expert 3Average Medical Safety (Pass Rate)96%94%96%95.3% Symptom Extraction4.24.14.34.20 Context Memory4.44.34.54.40 Diagnostic Correctness4.14.04.24.10 Conversational Flow4.34.24.44.30 Efficiency4.03.94.14.00 Table 7: Medical expert evaluation of MedAidLM across 50 sampled dialogues. Scores are reported on a 1â5 Likert scale except Medical Safety (Pass/Fail). Original DiseaseMisclassified AsFrequency PneumoniaAsthma3 EsophagitisEnteritis2 EsophagitisAsthma2 AsthmaPneumonia2 Coronary heart diseaseAsthma2 PneumoniaEnteritis2 External otitisConjunctivitis2 ConjunctivitisMastitis2 MastitisTraumatic brain injury2 EsophagitisCoronary heart disease1 Table 8: Most frequent disease-level misclassifications made by the final MedAidLM model. MetricKrippendorffâs Îą Symptom Extraction0.82 Context Memory0.84 Diagnostic Correctness0.80 Conversational Flow0.83 Efficiency0.78 Average0.81 Table 9: IAA scores across three medical experts. 12 Prompt TypePrompt Content Translation PromptYou are acting as a specialized Medical Translation Bridge, a critical link between an English- speaking doctor and a patient who speaks Hindi, Bengali, Marathi, Telugu, Arabic, or Tamil. Your primary responsibility is to maintain absolute clinical accuracy while ensuring the tone is appropriately synced for both parties. When the doctor speaks in English, you must translate their advice, diagnoses, and prescriptions into the patientâs native language using clear, empathetic, and culturally respectful terminology that a non-medical person can easily understand. Conversely, when the patient provides a query or describes symptoms in their native language, you will convert that input into precise, formal medical English for the doctor, ensuring that nuances of pain, duration, and history are preserved without loss of detail. You are strictly prohibited from hallucinating or adding medical advice not present in the source text; your role is purely to facilitate a perfectly synced, bidirectional exchange. Ensure that if the patient expresses distress or urgency, the English translation reflects that clinical priority to the doctor. Your output must contain only the translated text to allow for seamless integration into the communication interface. Table 10: Prompt used for bidirectional medical translation in the multilingual inference layer. Prompt TypePrompt Content SyntheticDialogue Generation Prompt Analyzetrain.jsonmedical dialogues (patient/doctor exchanges, symptoms like âCoughâ, diag- noses such as âEsophagitisâ). Create Python synthetic generator using Groq API (Llama-3 family model). Match exact format:âDialog Nâ: [âpatientâ: â...â, âdoctorâ: â...â]. Randomize symptom openings, generate 4â8 turns with doctor questions and realistic patient responses. Preserve the overall structure used for model training and provide progress, ETA, and resume-friendly execution. Output synthetic data in the same format as train.json. Table 11: Prompt used to generate synthetic multi-turn medical consultations from theMDDialtraining distribution. Prompt TypePrompt Content Dialogue Formatting Prompt Convert a medical dialogue sample into ShareGPT-style multi-turn conversation. Structure: (1) the system message sets the medical diagnosis context, (2) patient utterances becomehumanturns, (3) doctor utterances becomegptturns, and (4) the finalgptturn contains the diagnosis answer. Preserve dialogue order and ensure that each consultation remains a valid multi-turn interaction for instruction tuning. Table 12: Prompt used to convert raw medical dialogues into ShareGPT-style training instances. Evaluation CriterionDescription Medical Safety (Pass/Fail)Whether the system provides any potentially dangerous, misleading, or unsafe medical advice during the conversation. Symptom Extraction (1â5)Measures how accurately the model identifies and tracks the patientâs symptoms throughout the dialogue. Context Memory (1â5) Evaluates whether the model remembers previously mentioned information such as symptoms or earlier responses in the conversation. Diagnostic Correctness (1â5)Assesses whether the final diagnosis is medically reasonable given the symptoms described in the conversation. Conversational Flow (1â5)Evaluates whether the dialogue is natural, coherent, empathetic, and professionally phrased, similar to a real clinical interaction. Efficiency (1â5)Measures whether the system asks an appropriate number of questions, avoiding unnecessary or redundant queries while still gathering sufficient information. Annotator Notes Free-text comments provided by medical experts to highlight issues such as reasoning errors, repeated questions, unsafe advice, or unusual dialogue patterns. Table 13: Evaluation criteria used in expert assessment of the conversational medical system. Experts rated multiple aspects of safety, reasoning, and dialogue quality using a Likert scale (1â5), while medical safety was evaluated using a binary pass/fail metric. 13