Evaluating Large Language Models' Ability to Correct Misconceptions in Multi-Turn Medical Conversations

When seeking medical advice, patients often embed incorrect assumptions in their queries, yet existing evaluation frameworks fail to capture the dynamic evolution of these misconceptions across multi-turn conversations. To address this gap, the authors introduce ThReadMed-QA, a dataset comprising 2,437 real doctor-patient conversation threads and 8,204 question-answer pairs. Using a rubric-based LLM-as-a-Judge framework, five large language models were evaluated on their ability to identify and correct false beliefs. The findings reveal that while frontier models achieve approximately 85% accuracy in correcting erroneous premises during initial questions, performance drops to around 50% after two follow-up rounds. Oracle analysis confirms that this degradation is primarily driven by error propagation, with models still underperforming even when provided with correct context. The study highlights the risk of models generating inconsistent or unsafe guidance in extended interactions and calls for new evaluation frameworks that account for multi-turn dynamics.

Background and Context

The proliferation of online medical consultation platforms has fundamentally altered the landscape of patient-provider interactions, introducing new complexities into how health information is exchanged. In this digital environment, patients frequently approach medical advice with pre-existing misconceptions or incorrect assumptions about their conditions, treatments, or physiological processes. These erroneous premises are not merely static errors but dynamic elements that can evolve, persist, or even worsen throughout the course of a conversation. Traditional medical communication protocols require practitioners to not only answer surface-level questions but also to actively identify, challenge, and correct these underlying false beliefs to ensure patient safety and treatment efficacy.

As Large Language Models (LLMs) become increasingly integrated into healthcare applications, they are often deployed in multi-turn dialogue systems designed to simulate these complex interactions. However, existing evaluation frameworks for AI models predominantly focus on single-turn interactions, assessing the model's ability to answer a specific question in isolation. This approach fails to capture the critical dynamic evolution of misconceptions across multiple conversational turns. Consequently, there is a significant gap in understanding whether current frontier models can maintain consistency and accuracy when tasked with correcting erroneous beliefs over extended dialogues. This study addresses this gap by introducing ThReadMed-QA, a specialized dataset designed to systematically evaluate the reliability of LLMs in detecting and correcting misconceptions within long-form medical conversations.

The ThReadMed-QA dataset comprises 2,437 real doctor-patient conversation threads sourced from the AskDocs platform, containing a total of 8,204 question-answer pairs. By utilizing authentic interactions, the dataset ensures high ecological validity, reflecting the true complexity and nuance of real-world medical inquiries. The research aims to determine if models can sustain accuracy and safety over time, providing empirical evidence necessary for building more robust and secure medical AI assistants. This foundational work is crucial for transitioning medical AI from simple query-response bots to reliable, long-term consultation partners capable of managing cognitive dissonance and persistent misinformation.

Deep Analysis

To rigorously assess model performance, the research team employed a rubric-based LLM-as-a-Judge evaluation framework. This methodology goes beyond simple correctness metrics, focusing specifically on the model's ability to identify false premises, clarify misunderstandings, and provide corrective guidance throughout the dialogue. Five mainstream large language models were selected for testing, with their performance evaluated on their capacity to track and correct erroneous beliefs across multiple turns. The evaluation protocol requires the model to not only respond to the immediate query but also to review and rectify any residual or newly emerged misconceptions from previous turns. This design allows for a deep dive into the internal reasoning paths and correction strategies employed by the models when facing cognitive conflicts. The experimental results reveal a striking degradation in performance as the number of conversational turns increases. While frontier models demonstrate a robust initial capability, achieving approximately 85% accuracy in correcting erroneous premises during the first turn of a dialogue, this performance drops precipitously to around 50% after just two follow-up rounds. This sharp decline indicates that while models may be capable of handling isolated misconceptions, they struggle to maintain this standard in a sustained, multi-turn context. The data suggests that the complexity of managing evolving belief states over time exceeds the current architectural capabilities of these models when applied to medical safety-critical tasks. To isolate the causes of this performance drop, the researchers conducted an Oracle analysis, replacing the model's historical outputs with the actual responses provided by human doctors. This technique eliminates the interference of self-generated errors, allowing for an assessment of the model's inherent ability to process correct context. The analysis revealed that even in this idealized scenario, where error propagation from the model itself is removed, performance remains imperfect. This finding confirms that while error propagation is a primary driver of the observed degradation, it is not the sole factor. The models exhibit inherent deficiencies in handling complex multi-turn logic, suggesting that their attention mechanisms or memory management systems fail to adequately prioritize and retain corrective information over successive interactions.

Ablation studies further illuminated the specific mechanisms behind this failure. The research indicates that the erroneous cognitive frameworks established in the early stages of a conversation exert a strong negative influence on subsequent judgments. When presented with new, correct information, the models often fail to fully overwrite or reconcile these prior errors, leading to inconsistent or incomplete corrections. This persistence of initial misconceptions highlights a critical vulnerability: the model's tendency to anchor on early inputs, even when they are factually incorrect, thereby compromising the safety and reliability of the advice provided in later turns.

Industry Impact

The implications of these findings for the healthcare AI industry are profound and immediate. The study exposes a significant safety hazard in current LLM deployments for patient-facing applications. The risk is not merely that models might provide incorrect information initially, but that they may generate inconsistent or potentially dangerous guidance as the conversation progresses. For users relying on AI for health advice, this inconsistency can lead to confusion, delayed treatment, or the adoption of harmful practices based on uncorrected misconceptions. This represents a major barrier to the widespread adoption of LLMs in sensitive medical domains, where trust and accuracy are paramount.

Furthermore, the results necessitate a fundamental re-evaluation of existing evaluation standards within the open-source community and the broader AI industry. Current benchmarks, which often prioritize single-turn accuracy, are insufficient for assessing the safety of multi-turn medical assistants. There is an urgent need to develop new evaluation frameworks that explicitly account for multi-turn dynamics, particularly the evolution and correction of misconceptions over time. Such frameworks must measure not just the final answer, but the trajectory of the model's reasoning and its ability to self-correct throughout an extended interaction. This shift in evaluation methodology is critical for driving the development of AI systems that can truly support long-term, companion-style medical consultations.

The study also provides a clear roadmap for future model optimization. Developers must prioritize improvements in long-context memory management and logical consistency to mitigate the effects of error propagation. Techniques that enhance the model's ability to distinguish between established facts and erroneous beliefs, and to effectively update its internal state with new, correct information, are essential. By addressing these core vulnerabilities, the industry can move towards creating AI assistants that offer continuous, safe, and reliable guidance, thereby enhancing the quality and safety of human-AI collaborative healthcare consultations.

Outlook

Looking ahead, the development of more robust evaluation metrics for multi-turn dialogue will likely become a central focus of research in medical AI. The ThReadMed-QA dataset serves as a benchmark for this new era of evaluation, pushing developers to move beyond static accuracy scores towards dynamic, process-oriented assessments. Future models will need to incorporate advanced mechanisms for belief tracking and correction, potentially leveraging new architectural innovations that better handle long-range dependencies and cognitive consistency.

The industry is expected to see a surge in the creation of specialized medical dialogue datasets that capture the nuances of error propagation and correction. These resources will be vital for training and fine-tuning models to be more resilient against the drift of misinformation in long conversations. Additionally, regulatory bodies and healthcare providers will likely demand stricter safety certifications for AI assistants, requiring evidence of consistent performance across extended interactions rather than just isolated query responses.

Ultimately, the goal is to enable LLMs to function as truly safe and effective partners in healthcare. This requires a holistic approach that combines technical improvements in model architecture with rigorous, multi-turn evaluation frameworks. By addressing the specific challenges of correcting misconceptions in multi-turn medical conversations, the AI community can unlock the full potential of these technologies while ensuring that patient safety remains uncompromised. The insights from this study provide a critical foundation for this next phase of development, guiding the industry towards more reliable and trustworthy medical AI applications.

Sources