paper-with-me

홈 › Papers

Robust Benchmarking for Machine Learning of Clinical Entity Extraction

2020-07-31 · Monica Agrawal, Chloe O'Connell, Yasmin Fatemi, Ariel Levy, David Sontag

Clinical studies often require understanding elements of a patient's narrative that exist only in free text clinical notes. To transform notes into structured data for downstream use, these elements are commonly extracted and normalized to medical vocabularies. In this work, we audit the performance of and indicate areas of improvement for state-of-the-art systems. We find that high task accuracies for clinical entity normalization systems on the 2019 n2c2 Shared Task are misleading, and underlying performance is still brittle. Normalization accuracy is high for common concepts (95.3%), but much lower for concepts unseen in training data (69.3%). We demonstrate that current approaches are hindered in part by inconsistencies in medical vocabularies, limitations of existing labeling schemas, and narrow evaluation techniques. We reformulate the annotation framework for clinical entity extraction to factor in these issues to allow for robust end-to-end system benchmarking. We evaluate concordance of annotations from our new framework between two annotators and achieve a Jaccard similarity of 0.73 for entity recognition and an agreement of 0.83 for entity normalization. We propose a path forward to address the demonstrated need for the creation of a reference standard to spur method development in entity recognition and normalization.

📄 PDF Abstract BibTeX arXiv:2007.16127

Code (1)

clinicalml/mimic_annotations 공식 구현

Tasks

BenchmarkingBIG-bench Machine LearningEntity Extraction using GAN

Similar Papers 제목 키워드 기반

Benchmarking BioRelEx for Entity Tagging and Relation Extraction

2020-05-31 · Abhinav Bhatt, Kaustubh D. Dhole

Extracting relationships and interactions between different biological entities is still an extremely challenging problem but has not received much attention as much as extraction in other generic domains. In addition to…

BenchmarkingRelationRelation Extraction

DICE: Data-Efficient Clinical Event Extraction with Generative Models

2022-08-16 · Mingyu Derek Ma, Alexander K. Taylor, Wei Wang, Nanyun Peng

Event extraction for the clinical domain is an under-explored research area. The lack of training data along with the high volume of domain-specific terminologies with vague entity boundaries makes the task especially ch…

Contrastive LearningEvent Extraction

Accurate clinical and biomedical Named entity recognition at scale

2022-07-19 · Software Impacts 2022 7 · Kocaman, Veysel; Talby, David

We introduce an agile, production-grade clinical and biomedical Named entity recognition (NER) algorithm based on a modified BiLSTM-CNN-Char DL architecture built on top of Apache Spark. Our NER implementation establishe…

Clinical Concept ExtractionDe-identificationnamed-entity-recognitionNamed Entity Recognition+2

Information Extraction of Clinical Trial Eligibility Criteria

2020-06-12 · Yitong Tseo, M. I. Salkola, Ahmed Mohamed, Anuj Kumar 외

Clinical trials predicate subject eligibility on a diversity of criteria ranging from patient demographics to food allergies. Trials post their requirements as semantically complex, unstructured free-text. Formalizing tr…

ClusteringDiversityEntity LinkingKnowledge Base Population+4

Investigating Deep-Learning NLP for Automating the Extraction of Oncology Efficacy Endpoints from Scientific Literature

2023-11-03 · Aline Gendrin-Brokmann, Eden Harrison, Julianne Noveras, Leonidas Souliotis 외

Benchmarking drug efficacy is a critical step in clinical trial design and planning. The challenge is that much of the data on efficacy endpoints is stored in scientific papers in free text form, so extraction of such da…

Benchmarking