paper-with-me

홈 › Papers

Towards Error-Free EHRs: Reasoning-Intensive Consistency Verification Between Clinical Notes and Structured Tables in Electronic Health Records

2026-05-26 · Yeonsu Kwon, Jiho Kim, Junseong Choi, Paloma Rabaey, Minseo Kim, Sujeong Im, Jeewon Yang, Jun-Min Lee, Sangji Lee, Jiwon Kim, Hangyul Yoon, Hyunwook Kwon, Edward Choi arxiv

Data consistency between unstructured clinical notes and structured tables in Electronic Health Records (EHRs) is essential for patient safety and clinical decision-making. However, existing work on note-table consistency verification mainly relies on surface-level matching of numeric values or simple events. Such approaches fail to capture the reasoning underlying real-world EHR documentation, including clinical interpretation, event relations, and temporal changes. To address this gap, we introduce EHR-ReasonCon, a reasoning-intensive benchmark for note-table consistency verification. Built on MIMIC-III with expert-guided annotations, it comprises 8,048 entities derived from clinical notes and provides high-quality ground-truth labels. The annotation protocol is supported by specialized table-exploration tools to ensure systematic evidence retrieval and reliable consistency assessment. We also propose EHR-Inspector, an LLM-based framework that segments notes, extracts anchor entities and temporal references, and uses table-exploration tools to verify consistency against structured tables. Evaluated using expert-validated LLM-as-a-judge metrics under harsh and lenient criteria, EHR-Inspector achieves state-of-the-art performance across multiple model backbones. Analyses further demonstrate the effectiveness of its components and highlight differences from human verification.

📄 PDF Abstract BibTeX arXiv:2605.26463

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CDMT-EHR: A Continuous-Time Diffusion Framework for Generating Mixed-Type Time-Series Electronic Health Records

2026-03-24 · Shaonan Liu, Yuichiro Iwashita, Soichiro Nakako, Masakazu Iwamura 외 arxiv

Electronic health records (EHRs) are invaluable for clinical research, yet privacy concerns severely restrict data sharing. Synthetic data generation offers a promising solution, but EHRs present unique challenges: they …

Synthetic Data Generation

Automating Clinical Information Retrieval from Finnish Electronic Health Records Using Large Language Models

2026-03-27 · Mikko Saukkoriipi, Nicole Hernandez, Jaakko Sahlsten, Kimmo Kaski 외 arxiv

Clinicians often need to retrieve patient-specific information from electronic health records (EHRs), a task that is time-consuming and error-prone. We present a locally deployable Clinical Contextual Question Answering …

Information RetrievalQuestion AnsweringText Generation

EHR-Complex: Benchmarking Medical Agents for Complex Clinical Reasoning

2026-06-22 · Yitong Qiao, Lei Liu, Yue Shen, Jian Wang 외 arxiv

Clinical agents promise to democratize access to electronic health records (EHRs), yet existing benchmarks fail to reflect the complexity of practical EHR analysis, e.g., often operating on idealized, clean EHRs via stat…

Prediction of mortality and resource utilization in critical care: a deep learning approach using multimodal electronic health records with natural language processing techniques

2025-08-28 · Yucheng Ruan, Xiang Lan, Daniel J. Tan, Hairil Rizal Abdullah 외 arxiv

Background Predicting mortality and resource utilization from electronic health records (EHRs) is challenging yet crucial for optimizing patient outcomes and managing costs in intensive care unit (ICU). Existing approach…

Mortality Prediction

CodeClinic: Evaluating Automation of Coding Skills for Clinical Reasoning Agents

2026-05-10 · Timothy Ossowski, Xinchi Liu, Danyal Maqbool, Vaibhav Dhanuka 외 arxiv

Clinical reasoning agents based on large language models (LLMs) aim to automate tasks such as intensive care unit (ICU) monitoring and patient state tracking from electronic health records (EHRs). Existing systems typica…

Code Generation