paper-with-me

홈 › Papers

EHRCon: Dataset for Checking Consistency between Unstructured Notes and Structured Tables in Electronic Health Records

2024-06-24 · Yeonsu Kwon, Jiho Kim, Gyubok Lee, Seongsu Bae, Daeun Kyung, Wonchul Cha, Tom Pollard, Alistair Johnson, Edward Choi

Electronic Health Records (EHRs) are integral for storing comprehensive patient medical records, combining structured data (e.g., medications) with detailed clinical notes (e.g., physician notes). These elements are essential for straightforward data retrieval and provide deep, contextual insights into patient care. However, they often suffer from discrepancies due to unintuitive EHR system designs and human errors, posing serious risks to patient safety. To address this, we developed EHRCon, a new dataset and task specifically designed to ensure data consistency between structured tables and unstructured notes in EHRs. EHRCon was crafted in collaboration with healthcare professionals using the MIMIC-III EHR dataset, and includes manual annotations of 4,101 entities across 105 clinical notes checked against database entries for consistency. EHRCon has two versions, one using the original MIMIC-III schema, and another using the OMOP CDM schema, in order to increase its applicability and generalizability. Furthermore, leveraging the capabilities of large language models, we introduce CheckEHR, a novel framework for verifying the consistency between clinical notes and database tables. CheckEHR utilizes an eight-stage process and shows promising results in both few-shot and zero-shot settings. The code is available at https://github.com/dustn1259/EHRCon.

📄 PDF Abstract BibTeX arXiv:2406.16341

Code (1)

dustn1259/ehrcon 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Heterogeneous Graph Reasoning for Fact Checking over Texts and Tables

2024-02-20 · Haisong Gong, Weizhi Xu, Shu Wu, Qiang Liu 외

Fact checking aims to predict claim veracity by reasoning over multiple evidence pieces. It usually involves evidence retrieval and veracity reasoning. In this paper, we focus on the latter, reasoning over unstructured t…

Fact CheckingGraph Neural NetworkLanguage ModelingLanguage Modelling+1

HiEAG: Evidence-Augmented Generation for Out-of-Context Misinformation Detection

2025-11-18 · Junjie Wu, Yumeng Fu, Nan Yu, Guohong Fu arxiv

Recent advancements in multimodal out-of-context (OOC) misinformation detection have made remarkable progress in checking the consistencies between different modalities for supporting or refuting image-text pairs. Howeve…

M2-Verify: A Large-Scale Multidomain Benchmark for Checking Multimodal Claim Consistency

2026-04-01 · Abolfazl Ansari, Delvin Ce Zhang, Zhuoyang Zou, Wenpeng Yin 외 arxiv

Evaluating scientific arguments requires assessing the strict consistency between a claim and its underlying multimodal evidence. However, existing benchmarks lack the scale, domain diversity, and visual complexity neede…

Logical Consistency of Large Language Models in Fact-checking

2024-12-20 · Bishwamittra Ghosh, Sarah Hasan, Naheed Anjum Arafat, Arijit Khan

In recent years, large language models (LLMs) have demonstrated significant success in performing varied natural language tasks such as language translation, question-answering, summarizing, fact-checking, etc. Despite L…

Fact CheckingHallucinationKnowledge GraphsLogical Reasoning+3

Transferable and Efficient Non-Factual Content Detection via Probe Training with Offline Consistency Checking

2024-04-10 · Xiaokang Zhang, Zijun Yao, Jing Zhang, Kaifeng Yun 외

Detecting non-factual content is a longstanding goal to increase the trustworthiness of large language models (LLMs) generations. Current factuality probes, trained using humanannotated labels, exhibit limited transferab…

Question Answering