CLAIHCApr 1, 2025

Medical large language models are easily distracted

arXiv:2504.01201v116 citationsh-index: 6
Originality Incremental advance
AI Analysis

This highlights a critical challenge for deploying LLMs in real-world medical applications, where noise from assistive technologies can degrade performance, indicating an incremental but important issue for healthcare AI.

The study tackled the problem of large language models (LLMs) being distracted by extraneous information in clinical scenarios, finding that distracting statements reduced LLM accuracy by up to 17.9% on a new benchmark, with common solutions like retrieval-augmented generation and fine-tuning failing to mitigate this effect.

Large language models (LLMs) have the potential to transform medicine, but real-world clinical scenarios contain extraneous information that can hinder performance. The rise of assistive technologies like ambient dictation, which automatically generates draft notes from live patient encounters, has the potential to introduce additional noise making it crucial to assess the ability of LLM's to filter relevant data. To investigate this, we developed MedDistractQA, a benchmark using USMLE-style questions embedded with simulated real-world distractions. Our findings show that distracting statements (polysemous words with clinical meanings used in a non-clinical context or references to unrelated health conditions) can reduce LLM accuracy by up to 17.9%. Commonly proposed solutions to improve model performance such as retrieval-augmented generation (RAG) and medical fine-tuning did not change this effect and in some cases introduced their own confounders and further degraded performance. Our findings suggest that LLMs natively lack the logical mechanisms necessary to distinguish relevant from irrelevant clinical information, posing challenges for real-world applications. MedDistractQA and our results highlights the need for robust mitigation strategies to enhance LLM resilience to extraneous information.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes