YNU-junyi in BioNLP-OST 2019: Using CNN-LSTM Model with Embeddings for SeeDev Binary Event Extraction (D19-57)
Copied to clipboard
| Challenge: | BioNLP 2019 Shared Tasks: binary relation extraction of SeeDev task . Biological information extraction (Bio-IE) is a new field of research . |
| Approach: | They propose to use convolutional neural networks and long short term memory networks to construct a binary relation extraction model. |
| Outcome: | The proposed method performed well in the binary relation extraction task. |
Similar Papers
Linguistically Informed Relation Extraction and Neural Architectures for Nested Named Entity Recognition in BioNLP-OST 2019 (D19-57)
Copied to clipboard
| Challenge: | Named Entity Recognition (NER) and Relation Extraction (RE) are essential tools in distilling knowledge from biomedical literature. |
| Approach: | They propose to use Named Entities to perform nested entities extraction, Entity Normalization and Relation Extraction to generalize the approach to different languages. |
| Outcome: | The proposed approach can be generalized to different languages and showed it’s effectiveness for English and Spanish text. |
Integration of Deep Learning and Traditional Machine Learning for Knowledge Extraction from Biomedical Literature (D19-57)
Copied to clipboard
| Challenge: | BB system is among the top two systems in five of all six subtasks . knowledge about microbial diversity is crucial for the study of microbiome and bacteria . |
| Approach: | They present a system that uses word embedding and lexical features to perform entities recognition, normalization and relation extraction. |
| Outcome: | The proposed system achieves state-of-the-art in five of six subtasks and is among the top two in five. |
Bacteria Biotope Relation Extraction via Lexical Chains and Dependency Graphs (D19-57)
Copied to clipboard
| Challenge: | In this paper, we describe our approach for the Bacteria Biotopes relation extraction subtask in the BioNLP Shared Task 2019 . |
| Approach: | They propose a novel approach for dependency graph construction based on lexical chains . they then propose 'neuro network' model which uses short-term memories and syntax information . |
| Outcome: | The proposed approach achieves the best F1 (66.3%) in the official evaluation participated by 7 teams. |
Biomedical relation extraction with pre-trained language representations and minimal task-specific architecture (D19-57)
Copied to clipboard
| Challenge: | Using a pre-trained BERT-Base model, we learn domain-specific language representations using biomedical text. |
| Approach: | They propose a system that extends BERT, a state-of-the-art language model, which learns contextual language representations from a large unlabelled corpus. |
| Outcome: | The proposed model outperforms a baseline model while relying on an extremely simple setup with no specially engineered features. |
Multilingual SubEvent Relation Extraction: A Novel Dataset and Structure Induction Method (2022.findings-emnlp)
Copied to clipboard
| Challenge: | Existing methods for subevent relation extraction (SRE) focus on sequential order of words in texts to enhance representation learning. |
| Approach: | They propose a method that learns to induce effective graph structures for input texts . they use word alignment frameworks with dependency paths and optimal transport . |
| Outcome: | The proposed method is able to induce effective graph structures for input texts to boost representation learning. |
A Richer-but-Smarter Shortest Dependency Path with Attentive Augmentation for Relation Extraction (N19-1)
Copied to clipboard
| Challenge: | Existing approaches to extract relationship between entities in sentences suffer from missing or redundant information. |
| Approach: | They propose a deep neural model that combines the advantages of the two approaches to extract the relationship between two entities in a sentence. |
| Outcome: | The proposed model outperforms baseline models on the SemEval-2010 dataset. |
DeepGeneMD: A Joint Deep Learning Model for Extracting Gene Mutation-Disease Knowledge from PubMed Literature (D19-57)
Copied to clipboard
| Challenge: | Identifying and understanding the pathogenesis of genetic diseases is an essential task. |
| Approach: | They propose a joint deep learning model for gene mutation-disease knowledge extraction that adapts the state-of-the-art hierarchical multi-task learning framework for joint inference on named entity recognition and relation extraction. |
| Outcome: | The proposed model achieves the average score of 0.45 on recognizing gene activities and disease entities and the average F1 score of 0.3 on extracting relations, ranking 1st in the AGAC RE task. |
Exploiting the Syntax-Model Consistency for Neural Relation Extraction (2020.acl-main)
Copied to clipboard
| Challenge: | Existing deep learning models for Relation Extraction (RE) have limited generalization beyond the syntactic structures of the input sentences. |
| Approach: | They propose a deep learning model that uses dependency trees to extract syntactic importance of words for Relation Extraction. |
| Outcome: | The proposed model outperforms existing models on three RE benchmark datasets. |
Connecting Language and Knowledge with Heterogeneous Representations for Neural Relation Extraction (N19-1)
Copied to clipboard
| Challenge: | Knowledge Bases (KBs) require constant updating to reflect changes to the world they represent. |
| Approach: | They propose a framework that unifies learning of RE and KBE models . the framework is based on a relation extraction task that uses a KB relation to a phrase . |
| Outcome: | The proposed framework unifies learning of RE and KBE models, leading to significant improvements over the state-of-the-art RE framework. |
Biomedical Event Extraction based on Knowledge-driven Tree-LSTM (N19-1)
Copied to clipboard
| Challenge: | Biomedical event extraction requires domain-specific knowledge and deep understanding of complex contexts. |
| Approach: | They propose a knowledge base-driven tree-structured long short-term memory networks framework . tree-LSTM framework incorporates dependency structures and entity properties from ontologies . |
| Outcome: | The proposed framework is based on the BioNLP shared task with Genia dataset and achieves state-of-the-art results. |