paper-with-me

홈 › Papers

GENIE: Generative Note Information Extraction model for structuring EHR data

2025-01-30 · Huaiyuan Ying, Hongyi Yuan, Jinsen Lu, Zitian Qu, Yang Zhao, Zhengyun Zhao, Isaac Kohane, Tianxi Cai, Sheng Yu

Electronic Health Records (EHRs) hold immense potential for advancing healthcare, offering rich, longitudinal data that combines structured information with valuable insights from unstructured clinical notes. However, the unstructured nature of clinical text poses significant challenges for secondary applications. Traditional methods for structuring EHR free-text data, such as rule-based systems and multi-stage pipelines, are often limited by their time-consuming configurations and inability to adapt across clinical notes from diverse healthcare settings. Few systems provide a comprehensive attribute extraction for terminologies. While giant large language models (LLMs) like GPT-4 and LLaMA 405B excel at structuring tasks, they are slow, costly, and impractical for large-scale use. To overcome these limitations, we introduce GENIE, a Generative Note Information Extraction system that leverages LLMs to streamline the structuring of unstructured clinical text into usable data with standardized format. GENIE processes entire paragraphs in a single pass, extracting entities, assertion statuses, locations, modifiers, values, and purposes with high accuracy. Its unified, end-to-end approach simplifies workflows, reduces errors, and eliminates the need for extensive manual intervention. Using a robust data preparation pipeline and fine-tuned small scale LLMs, GENIE achieves competitive performance across multiple information extraction tasks, outperforming traditional tools like cTAKES and MetaMap and can handle extra attributes to be extracted. GENIE strongly enhances real-world applicability and scalability in healthcare systems. By open-sourcing the model and test data, we aim to encourage collaboration and drive further advancements in EHR structurization.

📄 PDF Abstract BibTeX arXiv:2501.18435

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeAttribute Extraction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

GenIE: Generative Information Extraction

2021-12-15 · NAACL 2022 7 · Martin Josifoski, Nicola De Cao, Maxime Peyrard, Fabio Petroni 외

Structured and grounded representation of text is typically formalized by closed information extraction, the problem of extracting an exhaustive set of (subject, relation, object) triplets that are consistent with a pred…

Relation Extraction

CNSight: Evaluation of Clinical Note Segmentation Tools

2025-12-28 · Risha Surana, Adrian Law, Sunwoo Kim, Rishab Sridhar 외 arxiv

Clinical notes are often stored in unstructured or semi-structured formats after extraction from electronic medical record (EMR) systems, which complicates their use for secondary analysis and downstream clinical applica…

Information Extraction

Computer-assisted Structuring of Emergency Management Information: A Project Note

2013-10-01 · WS 2013 10 · Yotaro Watanabe, Kentaro Inui, Shingo Suzuki, Hiroko Koumoto 외
Management

Genie: Generative Interactive Environments

2024-02-23 · Jake Bruce, Michael Dennis, Ashley Edwards, Jack Parker-Holder 외

We introduce Genie, the first generative interactive environment trained in an unsupervised manner from unlabelled Internet videos. The model can be prompted to generate an endless variety of action-controllable virtual …

InstGenIE: Generative Image Editing Made Efficient with Mask-aware Caching and Scheduling

2025-05-27 · Xiaoxiao Jiang, Suyi Li, Lingyun Yang, Tianyu Feng 외

Generative image editing using diffusion models has become a prevalent application in today's AI cloud services. In production environments, image editing typically involves a mask that specifies the regions of an image …

DenoisingGPUScheduling