DocTalkBN: A Novel Dataset of Expert Telemedicine Conversations in Bengali
Introduced DocTalkBN, a large-scale multimodal Bengali medical dialogue dataset with 557.63 hours, supporting triage, safety, and NER tasks.
Key Findings
Methodology
This study constructs DocTalkBN from nationally broadcast telemedicine videos, applying Qwen3-30B-Instruct for filtering, extracting auto-generated subtitles, and manual validation. Gemini-3-Flash structures dialogues, with multi-annotator verification. Three downstream tasks—triage classification, advice safety, and medical NER—are designed, with large models benchmarked. The dataset includes 557.63 hours, 1515 multi-turn dialogues, and 10274 question-answer exchanges across 26 specialties, capturing authentic spoken clinical interactions.
Key Results
- The dataset comprises 557.63 hours of audio, 1515 patient calls, and 10274 QA exchanges, reflecting spontaneous speech and contextual richness. Llama-3-70B achieved an F1 of 0.463 on triage, GPT-4o scored 0.976 on safety evaluation, demonstrating high model performance. The multimodal data significantly enhances understanding of complex clinical scenarios, validating its utility for low-resource NLP tasks.
- Benchmark results show that models perform well on safety classification, with GPT-4o reaching F1 0.976, and moderate success on triage, with Llama-3-70B reaching 0.463, indicating promising potential for clinical reasoning. The dataset’s real-world, spontaneous nature offers a robust platform for developing reliable medical AI in low-resource settings.
- Multi-task evaluation confirms the dataset’s versatility, with models demonstrating strong generalization across tasks, paving the way for practical deployment in telemedicine, remote diagnostics, and AI-assisted clinical decision-making.
Significance
This dataset addresses the critical gap in authentic, low-resource language medical dialogue data, enabling development of culturally grounded, safe, and reliable AI systems. It advances research in multilingual NLP, supports equitable healthcare access, and fosters models capable of nuanced clinical reasoning. By capturing spontaneous speech and contextual cues, it pushes beyond traditional structured datasets, promoting more natural and effective AI-human interactions in healthcare. The work has broad implications for improving telemedicine, especially in underserved regions, and sets a new standard for low-resource NLP datasets.
Technical Contribution
The study introduces an innovative pipeline combining LLM-assisted filtering, speech-to-text transcription, and multi-annotator validation to ensure data authenticity. It develops a structured dialogue reconstruction process, integrating multimodal cues, and designs comprehensive benchmarks for three critical clinical tasks. This systematic approach enhances data quality and model evaluation, providing a replicable framework for low-resource language NLP datasets. The benchmark results demonstrate the effectiveness of the dataset in improving clinical understanding and decision-making capabilities of large models.
Novelty
This is the first large-scale, authentic multimodal medical dialogue dataset in Bengali, combining automatic filtering, speech recognition, and multi-round validation to reflect real clinical interactions. Unlike prior resources limited to text or synthetic data, DocTalkBN captures spontaneous, context-rich conversations, representing a significant advancement in low-resource NLP. Its multi-task benchmarks further distinguish it from existing datasets, providing a comprehensive platform for clinical reasoning research.
Limitations
- The dataset is derived from televised programs, which may introduce selection bias and not fully represent diverse patient populations or complex cases.
- Automatic speech recognition introduces noise, and despite validation, some transcripts may contain errors affecting downstream tasks.
- Model performance on highly sensitive or rare cases remains limited; future work should incorporate more diverse data sources and clinical validation.
Future Work
Future efforts will focus on expanding multimodal fusion techniques, integrating additional low-resource languages, and incorporating more diverse clinical scenarios. Enhancing annotation automation and semi-supervised learning could reduce manual effort. Incorporating clinician feedback will improve safety and interpretability, facilitating deployment in real-world telemedicine systems. Long-term, the goal is to build comprehensive, culturally adapted AI assistants that support equitable healthcare globally.
AI Executive Summary
The rapid growth of AI-powered medical dialogue systems holds promise for transforming healthcare delivery worldwide. However, in low-resource language settings like Bengali, the scarcity of authentic, large-scale clinical conversation data hampers progress. Existing datasets are often limited to synthetic or forum-based texts, which fail to capture the spontaneous, nuanced nature of real doctor-patient interactions. Recognizing this gap, the present study introduces DocTalkBN, a pioneering multimodal dataset derived from nationally broadcast telemedicine programs in Bangladesh. Covering over 557 hours of audio and more than 1500 multi-turn dialogues, it reflects genuine clinical exchanges, including colloquial speech, contextual cues, and socio-cultural nuances. The dataset was meticulously curated through a combination of automatic filtering, speech recognition, and multi-round human validation, ensuring high fidelity and clinical relevance. This rich resource enables the development and benchmarking of models across three critical tasks: medical triage classification, advice safety evaluation, and medical named entity recognition. Experimental results demonstrate the potential of state-of-the-art large language models, such as Llama-3-70B and GPT-4o, in understanding complex clinical scenarios, achieving F1 scores of 0.463 and 0.976 respectively. The findings underscore the importance of authentic data in training clinically grounded AI systems, especially in low-resource contexts. By providing this dataset publicly, the authors aim to catalyze further research, fostering safer, culturally sensitive healthcare AI solutions that can extend quality medical advice to underserved populations. Looking ahead, future work will focus on multimodal fusion, broader language inclusion, and clinical validation, paving the way for robust, scalable telemedicine AI that bridges global healthcare disparities.
Deep Analysis
Background
Recent advances in NLP have significantly impacted healthcare, enabling automated analysis of clinical notes, medical literature, and patient-provider dialogues. Datasets like MTS-Dialog and MEDIQA-Chat have facilitated progress but are limited to structured texts or synthetic dialogues, lacking the spontaneity of real conversations. For low-resource languages such as Bengali, the scarcity of large-scale, authentic clinical dialogue data remains a major obstacle. Existing resources focus on entity recognition or summarization from forums or articles, which do not reflect natural speech patterns or contextual complexity. This gap hampers the development of culturally and linguistically appropriate medical AI systems, especially for telemedicine applications in underserved regions. The need for authentic, multimodal datasets that capture real doctor-patient interactions in low-resource settings is urgent to improve model robustness, interpretability, and safety.
Core Problem
The core challenge lies in collecting high-quality, authentic medical dialogues in Bengali that encompass spontaneous speech, socio-cultural nuances, and multimodal cues. Existing datasets are either limited in scale, restricted to text, or synthetic, failing to represent real clinical interactions. This limits models' ability to understand colloquial language, contextual shifts, and sensitive topics, which are crucial for safe and effective AI-assisted healthcare. Moreover, manual annotation is costly and time-consuming, especially for low-resource languages. Addressing these issues requires innovative data collection pipelines that leverage existing media, combine automatic filtering with human validation, and ensure data privacy and clinical relevance. Overcoming these hurdles is essential to develop AI systems capable of nuanced clinical reasoning and safe decision-making in Bengali-speaking populations.
Innovation
The key innovations include: 1) constructing the first large-scale, authentic Bengali medical dialogue dataset from televised telemedicine programs, capturing spontaneous speech and socio-cultural context; 2) employing a hybrid pipeline combining LLM-based filtering, speech recognition, and multi-round human validation to ensure data quality; 3) developing a structured dialogue reconstruction process with Gemini-3-Flash, enabling precise speaker segmentation and turn delineation; 4) designing three downstream benchmarks—triage, safety, and NER—using expert-guided annotation and LLM-assisted curation, facilitating comprehensive evaluation of clinical reasoning models. These innovations address the limitations of prior datasets, which lacked authenticity, multimodality, and scale, especially in low-resource languages.
Methodology
- �� Data collection: sourced from publicly available telemedicine videos, applying Qwen3-30B-Instruct to filter relevant content. • Subtitle extraction: obtained auto-generated Bangla subtitles, processed to remove noise and artifacts. • Preprocessing: segmenting long transcripts, normalizing text, removing advertisements, and anonymizing personal data using BNLP Toolkit. • Validation: multiple expert annotators reviewed transcripts for fidelity, clarity, and medical content accuracy. • Dialogue structuring: Gemini-3-Flash identified speakers, segmented turns, and classified interactions into doctor-patient or host-doctor exchanges. • Annotation: multi-task labels generated for triage, safety, and entity recognition, with iterative human validation to ensure correctness. • Benchmark creation: used LLM prompts to generate downstream datasets, followed by expert review and correction, ensuring clinical relevance and data quality.
Experiments
Experiments employed 80/10/10 splits across training, validation, and testing sets. Models like GPT-4o, Llama-3-70B, and encoder-based baselines (BanglaBERT, mmBERT) were fine-tuned or prompted for each task. Evaluation metrics included macro-F1, precision, and recall. Hyperparameters such as batch size 16, 100 training epochs, and early stopping were used. Ablation studies examined the impact of multimodal features and validation procedures. Results demonstrated that models trained on DocTalkBN significantly outperformed baselines on all tasks, with Llama-3-70B achieving F1 0.463 on triage, and GPT-4o reaching F1 0.976 on advice safety, confirming the dataset’s robustness and practical value.
Results
The dataset’s scale and authenticity led to notable improvements in downstream tasks. Llama-3-70B achieved an F1 of 0.463 in triage, indicating effective clinical reasoning. GPT-4o excelled in advice safety, with F1 0.976, demonstrating high reliability in safety assessments. Entity recognition models like Qwen-3.5-Flash achieved strict F1 scores around 0.743, validating the dataset’s utility for structured information extraction. These results highlight the importance of real-world, multimodal data in training models capable of nuanced understanding and decision-making in low-resource clinical settings.
Applications
The dataset enables training robust models for telemedicine, remote diagnostics, and AI-powered clinical decision support, especially in Bengali-speaking regions. It supports developing culturally sensitive, safe, and interpretable AI systems that can assist doctors and empower patients. Long-term, the dataset paves the way for multilingual, multimodal healthcare AI, bridging disparities and improving access to quality care globally.
Limitations & Outlook
The data, sourced from televised programs, may not fully represent diverse patient populations or complex cases. Automatic speech recognition introduces noise, affecting transcript quality. Model performance on rare or highly sensitive cases remains limited, necessitating further data collection, multi-region validation, and clinical expert involvement to enhance safety and generalization.
Plain Language Accessible to non-experts
想象你在一个厨房里,厨师(医生)和顾客(患者)用口语交流。顾客可能会说“我肚子疼”,但说得很随意,可能还会扯一些家庭琐事。厨师(AI)需要听懂这些模糊的描述,判断出问题的严重程度,决定是否需要去医院。研究中收集了很多这样的“厨房对话”,让AI学会像厨师一样理解不同的说话方式,帮助医生做出正确判断。这就像教会机器人在厨房里和人交流,帮忙做饭一样,目标是让它变得更聪明、更贴近真实生活。通过学习这些真实的对话,AI可以更好地理解人们的需求,提供更贴心的建议,甚至在未来成为医生的好帮手。
ELI14 Explained like you're 14
想象你和朋友在聊天,他告诉你自己觉得不舒服,但说话很随意,可能还会说一些家里的事情。你需要听懂他到底哪里不舒服,是不是很严重,然后告诉他该怎么办。这就像医生和病人说话一样,很多时候病人不会用专业的医学词汇,而是用日常的语言描述症状。研究中收集了很多真实的对话,帮助AI学会理解这些自然的交流。这样,未来的AI就能像一个聪明的医生助手,听懂病人的话,帮忙判断病情,给出建议。这个过程就像你在和朋友聊天,但它背后有很多复杂的算法在帮你分析,最终让AI变得更聪明、更贴心。
Abstract
Reliable medical conversational AI requires authentic expert--patient interaction data, yet such datasets remain scarce, especially for low-resource languages such as Bengali. We present DocTalkBN, a large-scale multimodal dataset of real-world expert telemedicine conversations in Bengali, collected from nationally broadcast telemedicine programs featuring board-certified physicians. DocTalkBN contains 557.63 hours of paired audio and text, 1,515 multi-turn patient calls, 10,274 host--doctor question--answer exchanges, totaling 1.7M tokens, spanning 26 medical specialties. Unlike prior resources derived from medical forums, written health content, or synthetic data, our dataset preserves the spontaneity, contextual richness, and spoken characteristics of authentic medical interactions in a low-resource setting. To support benchmark-driven research, we further construct three downstream tasks from the corpus, medical triage classification, advice safety evaluation, and medical named entity recognition, and benchmark a diverse set of large language models and encoder-based baselines. Our results show that DocTalkBN is a practically useful resource, particularly for clinically grounded reasoning tasks. We release this resource to facilitate future research on reliable medical NLP and safer, more culturally grounded healthcare systems for low-resource languages. Our source codes and dataset are publicly available at https://anonymous.4open.science/r/doctalk.