paper-with-me

홈 › Papers

EMR-AGENT: Automating Cohort and Feature Extraction from EMR Databases

2025-10-01 · Kwanhyung Lee, Sungsoo Hong, Joonhyung Park, Jeonghyeop Lim, Juhwan Choi, Donghwee Yoon, Eunho Yang arxiv

Machine learning models for clinical prediction rely on structured data extracted from Electronic Medical Records (EMRs), yet this process remains dominated by hardcoded, database-specific pipelines for cohort definition, feature selection, and code mapping. These manual efforts limit scalability, reproducibility, and cross-institutional generalization. To address this, we introduce EMR-AGENT (Automated Generalized Extraction and Navigation Tool), an agent-based framework that replaces manual rule writing with dynamic, language model-driven interaction to extract and standardize structured clinical data. Our framework automates cohort selection, feature extraction, and code mapping through interactive querying of databases. Our modular agents iteratively observe query results and reason over schema and documentation, using SQL not just for data retrieval but also as a tool for database observation and decision making. This eliminates the need for hand-crafted, schema-specific logic. To enable rigorous evaluation, we develop a benchmarking codebase for three EMR databases (MIMIC-III, eICU, SICdb), including both seen and unseen schema settings. Our results demonstrate strong performance and generalization across these databases, highlighting the feasibility of automating a process previously thought to require expert-driven design. The code will be released publicly at https://github.com/AITRICS/EMR-AGENT/tree/main. For a demonstration, please visit our anonymous demo page: https://anonymoususer-max600.github.io/EMR_AGENT/

📄 PDF Abstract BibTeX arXiv:2510.00549

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Leveraging Foundation Language Models (FLMs) for Automated Cohort Extraction from Large EHR Databases

2024-12-16 · Purity Mugambi, Alexandra Meliou, Madalina Fiterau

A crucial step in cohort studies is to extract the required cohort from one or more study datasets. This step is time-consuming, especially when a researcher is presented with a dataset that they have not previously work…

SODIUM: From Open Web Data to Queryable Databases

2026-03-19 · Chuxuan Hu, Philip Li, Maxwell Yang, Daniel Kang arxiv

During research, domain experts often ask analytical questions whose answers require integrating data from a wide range of web sources. Thus, they must spend substantial effort searching, extracting, and organizing raw d…

Information Extraction

Can LLM Agents Generate Real-World Evidence? Evaluating Observational Studies in Medical Databases

2026-03-24 · Dubai Li, Yuxiang He, Yan Hu, Yu Tian 외 arxiv

Observational studies can yield clinically actionable evidence at scale, but executing them on real-world databases is open-ended and requires coherent decisions across cohort construction, analysis, and reporting. Prior…

MDCrow: Automating Molecular Dynamics Workflows with Large Language Models

2025-02-13 · Quintina Campbell, Sam Cox, Jorge Medina, Brittany Watterson 외

Molecular dynamics (MD) simulations are essential for understanding biomolecular systems but remain challenging to automate. Recent advances in large language models (LLM) have demonstrated success in automating complex …

CohortNet: Empowering Cohort Discovery for Interpretable Healthcare Analytics

2024-06-20 · Qingpeng Cai, Kaiping Zheng, H. V. Jagadish, Beng Chin Ooi 외

Cohort studies are of significant importance in the field of healthcare analysis. However, existing methods typically involve manual, labor-intensive, and expert-driven pattern definitions or rely on simplistic clusterin…