paper-with-me

홈 › Papers

Classification based extraction of numeric values from clinical narratives

2017-09-01 · RANLP 2017 9 · Maximilian Zubke

The robust extraction of numeric values from clinical narratives is a well known problem in clinical data warehouses. In this paper we describe a dynamic and domain-independent approach to deliver numerical described values from clinical narratives. In contrast to alternative systems, we neither use manual defined rules nor any kind of ontologies or nomenclatures. Instead we propose a topic-based system, that tackles the information extraction as a text classification problem. Hence we use machine learning to identify the crucial context features of a topic-specific numeric value by a given set of example sentences, so that the manual effort reduces to the selection of appropriate sample sentences. We describe context features of a certain numeric value by term frequency vectors which are generated by multiple document segmentation procedures. Due to this simultaneous segmentation approaches, there can be more than one context vector for a numeric value. In those cases, we choose the context vector with the highest classification confidence and suppress the rest. To test our approach, we used a dataset from a german hospital containing 12,743 narrative reports about laboratory results of Leukemia patients. We used Support Vector Machines (SVM) for classification and achieved an average accuracy of 96{\%} on a manually labeled subset of 2073 documents, using 10-fold cross validation. This is a significant improvement over an alternative rule based system.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationtext-classificationText Classification

Similar Papers 제목 키워드 기반

LLMs for Cardiovascular Risk Prediction from Structured Clinical Data

2026-04-21 · Jeba Maliha, Md Rafiul Kabir arxiv

Coronary artery disease (CAD) remains one of the leading causes of death globally, highlighting the need for reliable predictive systems to support early diagnosis and risk assessment. While traditional machine learning …

How essential are unstructured clinical narratives and information fusion to clinical trial recruitment?

2015-02-13 · Preethi Raghavan, James L. Chen, Eric Fosler-Lussier, Albert M. Lai

Electronic health records capture patient information using structured controlled vocabularies and unstructured narrative text. While structured data typically encodes lab values, encounters and medication lists, unstruc…

Prognosis

Numerical Atrribute Extraction from Clinical Texts

2016-01-31 · Sarath P R, Sunil Mandhan, Yoshiki Niwa

This paper describes about information extraction system, which is an extension of the system developed by team Hitachi for "Disease/Disorder Template filling" task organized by ShARe/CLEF eHealth Evolution Lab 2014. In …

Attributenamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Temporal information extraction from clinical text

2017-04-01 · EACL 2017 4 · Julien Tourille, Olivier Ferret, Xavier Tannier, Aur{\'e}lie N{\'e}v{\'e}ol

In this paper, we present a method for temporal relation extraction from clinical narratives in French and in English. We experiment on two comparable corpora, the MERLOT corpus and the THYME corpus, and show that a comm…

RelationRelation ExtractionTemporal Information ExtractionTemporal Relation Extraction

Clinical Relationships Extraction Techniques from Patient Narratives

2013-06-21 · Wafaa Tawfik Abdel-moneim, Mohamed Hashem Abdel-Aziz, Mohamed Monier Hassan

The Clinical E-Science Framework (CLEF) project was used to extract important information from medical texts by building a system for the purpose of clinical research, evidence-based healthcare and genotype-meets-phenoty…

BIG-bench Machine LearningRelationship Extraction (Distant Supervised)