paper-with-me

홈 › Papers

VeriLLMed: Interactive Visual Debugging of Medical Large Language Models with Knowledge Graphs

2026-04-25 · Yurui Xiang, Xingyi Mao, Rui Sheng, Zixin Chen, Zelin Zang, Yuyang Wu, Haipeng Zeng, Huamin Qu, Yushi Sun, Yanna Lin arxiv

Large language models (LLMs) show promise in medical diagnosis, but real-world deployment remains challenging due to high-stakes clinical decisions and imperfect reasoning reliability. As a result, careful inspection of model behavior is essential for assessing whether diagnostic reasoning is reliable and clinically grounded. However, debugging medical LLMs remains difficult. First, developers often lack sufficient medical domain expertise to interpret model errors in clinically meaningful terms. Second, models can fail across a large and diverse set of instances involving different input types, tasks, and reasoning steps, making it challenging for developers to prioritize which errors deserve focused inspection. Third, developers struggle to identify recurring error patterns across cases, as existing debugging practices are largely instance-centric and rely on manual inspection of isolated failures. To address these challenges, we present VeriLLMed, a visual analytics system that integrates external biomedical knowledge to audit and debug medical LLM diagnostic reasoning. VeriLLMed transforms model outputs into comparable reasoning paths, constructs knowledge graph-grounded reference paths, and identifies three recurring classes of diagnosis errors: relation errors, branch errors, and missing errors. Case studies and expert evaluation demonstrate that VeriLLMed helps developers identify clinically implausible reasoning and generate actionable insights that can inform the improvement of medical LLMs.

📄 PDF Abstract BibTeX arXiv:2604.23356

Code (0)

등록된 구현이 없습니다.

Tasks

Medical DiagnosisKnowledge Graphs

Similar Papers 제목 키워드 기반

Interactive Visualization for Debugging RL

2020-08-14 · Shuby Deshpande, Benjamin Eysenbach, Jeff Schneider

Visualization tools for supervised learning allow users to interpret, introspect, and gain an intuition for the successes and failures of their models. While reinforcement learning practitioners ask many of the same ques…

Interactive Debugging and Steering of Multi-Agent AI Systems

2025-03-03 · Will Epperson, Gagan Bansal, Victor Dibia, Adam Fourney 외

Fully autonomous teams of LLM-powered AI agents are emerging that collaborate to perform complex tasks for users. What challenges do developers face when trying to build and debug these AI agent teams? In formative inter…

AI Agent

Hear Your Code Fail, Voice-Assisted Debugging for Python

2025-07-20 · Sayed Mahbub Hasan Amiri, Md. Mainul Islam, Mohammad Shakhawat Hossen, Sayed Majhab Hasan Amiri 외

This research introduces an innovative voice-assisted debugging plugin for Python that transforms silent runtime errors into actionable audible diagnostics. By implementing a global exception hook architecture with pytts…

CPUMedical Diagnosistext-to-speechText to Speech

Are Query-Based Ontology Debuggers Really Helping Knowledge Engineers?

2019-04-02 · Patrick Rodler, Dietmar Jannach, Konstantin Schekotihin, Philipp Fleiss

Real-world semantic or knowledge-based systems, e.g., in the biomedical domain, can become large and complex. Tool support for the localization and repair of faults within knowledge bases of such systems can therefore be…

Interactive Prompt Debugging with Sequence Salience

2024-04-11 · Ian Tenney, Ryan Mullins, Bin Du, Shree Pandya 외

We present Sequence Salience, a visual tool for interactive prompt debugging with input salience methods. Sequence Salience builds on widely used salience methods for text classification and single-token prediction, and …

Sentencetext-classificationText Classification