paper-with-me

홈 › Papers

Context awareness and embedding for biomedical event extraction

2019-05-02 · Shankai Yan, Ka-Chun Wong

Motivation: Biomedical event detection is fundamental for information extraction in molecular biology and biomedical research. The detected events form the central basis for comprehensive biomedical knowledge fusion, facilitating the digestion of massive information influx from literature. Limited by the feature context, the existing event detection models are mostly applicable for a single task. A general and scalable computational model is desiderated for biomedical knowledge management. Results: We consider and propose a bottom-up detection framework to identify the events from recognized arguments. To capture the relations between the arguments, we trained a bi-directional Long Short-Term Memory (LSTM) network to model their context embedding. Leveraging the compositional attributes, we further derived the candidate samples for training event classifiers. We built our models on the datasets from BioNLP Shared Task for evaluations. Our method achieved the average F-scores of 0.81 and 0.92 on BioNLPST-BGI and BioNLPST-BB datasets respectively. Comparing with 7 state-of-the-art methods, our method nearly doubled the existing F-score performance (0.92 vs 0.56) on the BioNLPST-BB dataset. Case studies were conducted to reveal the underlying reasons. Availability: https://github.com/cskyan/evntextrc

📄 PDF Abstract BibTeX arXiv:1905.00982

Code (1)

cskyan/evntextrc 공식 구현

Tasks

Event DetectionEvent ExtractionManagement

Similar Papers 제목 키워드 기반

Pipelined Biomedical Event Extraction Rivaling Joint Learning

2024-03-19 · Pengchao Wu, Xuefeng Li, Jinghang Gu, Longhua Qian 외

Biomedical event extraction is an information extraction task to obtain events from biomedical text, whose targets include the type, the trigger, and the respective arguments involved in an event. Traditional biomedical …

Event ExtractionRelation Extraction

Inter-sentence Relation Extraction for Associating Biological Context with Events in Biomedical Texts

2018-12-14 · Enrique Noriega-Atala, Paul D. Hein, Shraddha S. Thumsi, Zechy Wong 외

We present an analysis of the problem of identifying biological context and associating it with biochemical events in biomedical texts. This constitutes a non-trivial, inter-sentential relation extraction task. We focus …

RelationRelation ExtractionSentenceVocal Bursts Type Prediction

From POS tagging to dependency parsing for biomedical event extraction

2018-08-11 · Dat Quoc Nguyen, Karin Verspoor

Background: Given the importance of relation or event extraction from biomedical research publications to support knowledge capture and synthesis, and the strong dependency of approaches to this information extraction ta…

Dependency ParsingEvent ExtractionPart-Of-Speech TaggingPOS+1

Biomedical Event Extraction Using Convolutional Neural Networks and Dependency Parsing

2018-07-01 · WS 2018 7 · Jari Bj{\"o}rne, Tapio Salakoski

Event and relation extraction are central tasks in biomedical text mining. Where relation extraction concerns the detection of semantic connections between pairs of entities, event extraction expands this concept with th…

Dependency ParsingDiversityEvent ExtractionNER+4

Evaluation of Transfer Learning for Adverse Drug Event (ADE) and Medication Entity Extraction

2020-11-01 · EMNLP (ClinicalNLP) 2020 11 · Sankaran Narayanan, Kaivalya Mannam, Sreeranga P Rajan, P Venkat Rangan

We evaluate several biomedical contextual embeddings (based on BERT, ELMo, and Flair) for the detection of medication entities such as Drugs and Adverse Drug Events (ADE) from Electronic Health Records (EHR) using the 20…

Language ModelingLanguage ModellingSentenceTransfer Learning