paper-with-me

홈 › Papers

ULISBOA at SemEval-2017 Task 12: Extraction and classification of temporal expressions and events

2017-08-01 · SEMEVAL 2017 8 · Andre Lamurias, Diana Sousa, Sofia Pereira, Luka Clarke, Francisco M. Couto

This paper presents our approach to participate in the SemEval 2017 Task 12: Clinical TempEval challenge, specifically in the event and time expressions span and attribute identification subtasks (ES, EA, TS, TA). Our approach consisted in training Conditional Random Fields (CRF) classifiers using the provided annotations, and in creating manually curated rules to classify the attributes of each event and time expression. We used a set of common features for the event and time CRF classifiers, and a set of features specific to each type of entity, based on domain knowledge. Training only on the source domain data, our best F-scores were 0.683 and 0.485 for event and time span identification subtasks. When adding target domain annotations to the training data, the best F-scores obtained were 0.729 and 0.554, for the same subtasks. We obtained the second highest F-score of the challenge on the event polarity subtask (0.708). The source code of our system, Clinical Timeline Annotation (CiTA), is available at \url{https://github.com/lasigeBioTM/CiTA}.

📄 PDF Abstract BibTeX

Code (1)

lasigeBioTM/CiTA 공식 구현

Tasks

AttributeGeneral Classification

Methods 이 논문이 사용한 방법론

TS Spatio-temporal features extraction that measure the stabilty. The proposed method is based on a compression algorithm named Run Length Encoding. The workflow of the method is…
CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

ULISBOA at SemEval-2016 Task 12: Extraction of temporal expressions, clinical events and relations using IBEnt

2016-06-01 · SEMEVAL 2016 6 · Marcia Barros, Andre Lamurias, Gon{\c{c}}alo Figueiro, Marta Antunes 외

ULisboa: Identification and Classification of Medical Concepts

2014-08-01 · SEMEVAL 2014 8 · Andr{\'e} Leal, Diogo Gon{\c{c}}alves, Bruno Martins, Francisco M. Couto
ClassificationGeneral ClassificationNamed Entity Recognition (NER)

LIMSI-COT at SemEval-2017 Task 12: Neural Architecture for Temporal Information Extraction from Clinical Narratives

2017-08-01 · SEMEVAL 2017 8 · Julien Tourille, Olivier Ferret, Xavier Tannier, Aur{\'e}lie N{\'e}v{\'e}ol

In this paper we present our participation to SemEval 2017 Task 12. We used a neural network based approach for entity and temporal relation extraction, and experimented with two domain adaptation strategies. We achieved…

Domain AdaptationEntity Extraction using GANRelationRelation Extraction+2

GUIR at SemEval-2017 Task 12: A Framework for Cross-Domain Clinical Temporal Information Extraction

2017-08-01 · SEMEVAL 2017 8 · Sean MacAvaney, Arman Cohan, Nazli Goharian

Clinical TempEval 2017 (SemEval 2017 Task 12) addresses the task of cross-domain temporal extraction from clinical text. We present a system for this task that uses supervised learning for the extraction of temporal expr…

Domain AdaptationInformation RetrievalRelation ExtractionTemporal Information Extraction

Brundlefly at SemEval-2016 Task 12: Recurrent Neural Networks vs. Joint Inference for Clinical Temporal Information Extraction

2016-06-04 · Jason Alan Fries

We submitted two systems to the SemEval-2016 Task 12: Clinical TempEval challenge, participating in Phase 1, where we identified text spans of time and event expressions in clinical notes and Phase 2, where we predicted …

Entity Extraction using GANGeneral ClassificationStructured PredictionTemporal Information Extraction+1