paper-with-me

홈 › Papers

Ontology-driven weak supervision for clinical entity classification in electronic health records

2020-08-05 · Jason A. Fries, Ethan Steinberg, Saelig Khattar, Scott L. Fleming, Jose Posada, Alison Callahan, Nigam H. Shah

In the electronic health record, using clinical notes to identify entities such as disorders and their temporality (e.g. the order of an event relative to a time index) can inform many important analyses. However, creating training data for clinical entity tasks is time consuming and sharing labeled data is challenging due to privacy concerns. The information needs of the COVID-19 pandemic highlight the need for agile methods of training machine learning models for clinical notes. We present Trove, a framework for weakly supervised entity classification using medical ontologies and expert-generated rules. Our approach, unlike hand-labeled notes, is easy to share and modify, while offering performance comparable to learning from manually labeled training data. In this work, we validate our framework on six benchmark tasks and demonstrate Trove's ability to analyze the records of patients visiting the emergency department at Stanford Health Care for COVID-19 presenting symptoms and risk factors.

📄 PDF Abstract BibTeX arXiv:2008.01972

Code (1)

som-shahlab/trove 공식 구현 pytorch

Tasks

General ClassificationNamed Entity Recognition (NER)Temporal Information ExtractionWeakly Supervised ClassificationWeakly-Supervised Named Entity Recognition

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup Linear Warmup is a learning rate schedule where we linearly increase the learning rate from a low rate to a constant rate thereafter. This reduces volatility in the early…
WordPiece 설명 없음
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar Papers 제목 키워드 기반

Ontology-Driven and Weakly Supervised Rare Disease Identification from Clinical Notes

2022-05-11 · Hang Dong, Víctor Suárez-Paniagua, Huayu Zhang, Minhong Wang 외

Computational text phenotyping is the practice of identifying patients with certain disorders and traits from clinical notes. Rare diseases are challenging to be identified due to few cases available for machine learning…

Entity Linkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Rare Disease Identification from Clinical Notes with Ontologies and Weak Supervision

2021-05-05 · Hang Dong, Víctor Suárez-Paniagua, Huayu Zhang, Minhong Wang 외

The identification of rare diseases from clinical notes with Natural Language Processing (NLP) is challenging due to the few cases available for machine learning and the need of data annotation from clinical experts. We …

Entity Linking

AD-CDO: A Lightweight Ontology for Representing Eligibility Criteria in Alzheimer's Disease Clinical Trials

2025-11-20 · Zenan Sun, Rashmie Abeysinghe, Xiaojin Li, Xinyue Hu 외 arxiv

Objective This study introduces the Alzheimer's Disease Common Data Element Ontology for Clinical Trials (AD-CDO), a lightweight, semantically enriched ontology designed to represent and standardize key eligibility crite…

WISTERIA: Learning Clinical Representations from Noisy Supervision via Multi-View Consistency in Electronic Health Records

2026-05-10 · Ruan Dong, Yuanyun Zhang, Shi Li arxiv

Representation learning in electronic health records (EHR) has largely followed paradigms inherited from natural language processing, relying on sequence modeling and reconstruction based objectives that treat clinical l…

Representation Learning

OntoType: Ontology-Guided and Pre-Trained Language Model Assisted Fine-Grained Entity Typing

2023-05-21 · Tanay Komarlu, Minhao Jiang, Xuan Wang, Jiawei Han

Fine-grained entity typing (FET), which assigns entities in text with context-sensitive, fine-grained semantic types, is a basic but important task for knowledge extraction from unstructured text. FET has been studied ex…

Entity TypingLanguage ModelingLanguage ModellingNatural Language Inference+1