A Search-based Neural Model for Biomedical Nested and Overlapping Event Detection
We tackle the nested and overlapping event detection task and propose a novel search-based neural network (SBNN) structured prediction model that treats the task as a search problem on a relation graph of trigger-argument structures. Unlike existing structured prediction tasks such as dependency parsing, the task targets to detect DAG structures, which constitute events, from the relation graph. We define actions to construct events and use all the beams in a beam search to detect all event structures that may be overlapping and nested. The search process constructs events in a bottom-up manner while modelling the global properties for nested and overlapping structures simultaneously using neural networks. We show that the model achieves performance comparable to the state-of-the-art model Turku Event Extraction System (TEES) on the BioNLP Cancer Genetics (CG) Shared Task 2013 without the use of any syntactic and hand-engineered features. Further analyses on the development set show that our model is more computationally efficient while yielding higher F1-score performance.
Code (0)
등록된 구현이 없습니다.
Tasks
Dependency ParsingEvent DetectionEvent ExtractionRelationStructured PredictionSimilar Papers 제목 키워드 기반
DeepEventMine: end-to-end neural nested event extraction from biomedical texts
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…
Event ExtractionSentenceA Structure-aware Generative Model for Biomedical Event Extraction
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 ExtractionBiomedical Event Extraction as Multi-turn Question Answering
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+2Recognizing Complex Entity Mentions: A Review and Future Directions
Standard named entity recognizers can effectively recognize entity mentions that consist of contiguous tokens and do not overlap with each other. However, in practice, there are many domains, such as the biomedical domai…
Entity LinkingNamed Entity Recognition (NER)Question AnsweringRelation Extraction+1Biomedical Event Extraction Using Convolutional Neural Networks and Dependency Parsing
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