paper-with-me

Papers

DeepEventMine: end-to-end neural nested event extraction from biomedical texts

2020-06-17 · Hai-Long Trieu, Thy Thy Tran, Khoa N A Duong, Anh Nguyen, Makoto Miwa, Sophia Ananiadou

Motivation Recent neural approaches on event extraction from text mainly focus on flat events in general domain, while there are less attempts to detect nested and overlapping events. These existing systems are built on given entities and they depend on external syntactic tools. Results We propose an end-to-end neural nested event extraction model named DeepEventMine that extracts multiple overlapping directed acyclic graph structures from a raw sentence. On the top of the bidirectional encoder representations from transformers model, our model detects nested entities and triggers, roles, nested events and their modifications in an end-to-end manner without any syntactic tools. Our DeepEventMine model achieves the new state-of-the-art performance on seven biomedical nested event extraction tasks. Even when gold entities are unavailable, our model can detect events from raw text with promising performance. Availability and implementation Our codes and models to reproduce the results are available at: https://github.com/aistairc/DeepEventMine.

📄 PDF Abstract BibTeX

Code (1)

aistairc/DeepEventMine pytorch

Tasks

Event ExtractionSentence

Similar Papers 제목 키워드 기반

Biomedical Event Extraction as Multi-turn Question Answering

2020-11-01 · EMNLP (Louhi) 2020 11 · Xing David Wang, Leon Weber, Ulf Leser

Biomedical event extraction from natural text is a challenging task as it searches for complex and often nested structures describing specific relationships between multiple molecular entities, such as genes, proteins, o…

Event ExtractionKnowledge Base PopulationLanguage ModelingLanguage Modelling+2

A Structure-aware Generative Model for Biomedical Event Extraction

2024-08-13 · Haohan Yuan, Siu Cheung Hui, Haopeng Zhang

Biomedical Event Extraction (BEE) is a challenging task that involves modeling complex relationships between fine-grained entities in biomedical text. BEE has traditionally been formulated as a classification problem. Wi…

Event Extraction

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

Biomedical Event Extraction with Hierarchical Knowledge Graphs

2020-09-20 · Findings of the Association for Computational Linguistics 2020 · Kung-Hsiang Huang, Mu Yang, Nanyun Peng

Biomedical event extraction is critical in understanding biomolecular interactions described in scientific corpus. One of the main challenges is to identify nested structured events that are associated with non-indicativ…

Event ExtractionLanguage ModelingSentence

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