Recurrent Interaction Network for Jointly Extracting Entities and Classifying Relations
@article{Sun2020RecurrentIN, title={Recurrent Interaction Network for Jointly Extracting Entities and Classifying Relations}, author={Kai Sun and Richong Zhang and Samuel Mensah and Yongyi Mao and Xudong Liu}, journal={ArXiv}, year={2020}, volume={abs/2005.00162} }
The idea of using multi-task learning approaches to address the joint extraction of entity and relation is motivated by the relatedness between the entity recognition task and the relation classification task. Existing methods using multi-task learning techniques to address the problem learn interactions among the two tasks through a shared network, where the shared information is passed into the task-specific networks for prediction. However, such an approach hinders the model from learning…
11 Citations
Deep Neural Approaches to Relation Triplets Extraction: a Comprehensive Survey
- Computer ScienceCognitive Computation
- 2021
This survey surveys more than 100 publications in the field of relation extraction and presents them in a structured way based on their similarity in the specific task they tried to solve, their model architecture, the datasets they used for experiments.
Synchronous Dual Network with Cross-Type Attention for Joint Entity and Relation Extraction
- Computer ScienceEMNLP
- 2021
This paper designs a novel synchronous dual network (SDN) with cross-type attention via separately and interactively considering the entity types and relation types and proposes a new multi-task learning strategy via modeling the interaction of two types of information.
Attention Guided Filter for Jointly Extracting Entities and Classifying Relations
- Computer ScienceSEKE
- 2021
Attention guided filter, namely, AGFRel, is proposed, which introduces transformer blocks to learn the number of relations for every entity pair to filter out irrelevant relations and is capable of gaining better performance on various tasks including overlapping triples extraction and multiple triple extraction.
REBench: Microbenchmarking Framework for Relation Extraction Systems
- Computer ScienceSEMWEB
- 2022
REBench is proposed, a framework for microbenchmarking RE systems, which can select customized relation samples from existing RE datasets from diverse domains, which is feasible enough to choose relation samples of different sizes and according to the user-defined criteria on essential features to be considered for RE benchmarking.
Few-Shot Relational Triple Extraction with Perspective Transfer Network
- Computer ScienceCIKM
- 2022
By transferring among the perspectives of relation, entity, and triple, PTN not only validates the extracted elements at both local and global levels, but also effectively handles more realistic and difficult few-shot RTE scenarios such as multiple triple extraction and nonexistence of triples.
DICE: Data-Efficient Clinical Event Extraction with Generative Models
- Computer ScienceArXiv
- 2022
DICE is introduced, a robust and data-efficient generative model for clinical event extraction that frames event extraction as a conditional generation problem and uti- lizes descriptions provided by domain experts to boost the performance under low-resource settings.
Learning Implicit and Explicit Multi-task Interactions for Information Extraction
- Computer Science
- 2022
A Recurrent Interaction Network with an effective Early Prediction Integration (RIN-EPI) for multitask learning that takes advantage of implicit interactions learned by conventional approaches while alleviating the issues mentioned above.
A Simple but Effective Bidirectional Framework for Relational Triple Extraction
- Computer ScienceWSDM
- 2022
A bidirectional extraction framework based method that extracts triples based on the entity pairs extracted from two complementary directions and a share-aware learning mechanism to address this deficiency is proposed.
A Simple but Effective Bidirectional Extraction Framework for Relational Triple Extraction
- Computer ScienceArXiv
- 2021
A bidirectional extraction framework based method that extracts triples based on the entity pairs extracted from two complementary directions and a share-aware learning mechanism to address this deficiency is proposed.
A Novel Global Feature-Oriented Relational Triple Extraction Model based on Table Filling
- Computer ScienceEMNLP
- 2021
This work proposes a global feature-oriented triple extraction model that makes full use of the mentioned two kinds of global associations and achieves state-of-the-art results on all of these datasets.
References
SHOWING 1-10 OF 53 REFERENCES
Table Filling Multi-Task Recurrent Neural Network for Joint Entity and Relation Extraction
- Computer ScienceCOLING
- 2016
A Table Filling Multi-Task Recurrent Neural Network model that reduces the entity recognition and relation classification tasks to a table-filling problem and models their interdependencies and shows that a simple approach of piggybacking candidate entities to model the label dependencies from relations to entities improves performance.
A Hierarchical Framework for Relation Extraction with Reinforcement Learning
- Computer ScienceAAAI
- 2019
This paper presents a novel paradigm to deal with relation extraction by regarding the related entities as the arguments of a relation and applies a hierarchical reinforcement learning (HRL) framework in this paradigm to enhance the interaction between entity mentions and relation types.
Joint Event and Temporal Relation Extraction with Shared Representations and Structured Prediction
- Computer ScienceEMNLP
- 2019
Experiments show that the proposed method can improve both event extraction and temporal relation extraction over state-of-the-art systems, with the end-to-end F1 improved by 10% and 6.8% on two benchmark datasets respectively.
Recurrent Neural Network for Text Classification with Multi-Task Learning
- Computer ScienceIJCAI
- 2016
This paper uses the multi-task learning framework to jointly learn across multiple related tasks based on recurrent neural network to propose three different mechanisms of sharing information to model text with task-specific and shared layers.
Joint Extraction of Entities and Relations Based on a Novel Decomposition Strategy
- Computer ScienceECAI
- 2020
This paper decomposes the joint extraction task into two interrelated subtasks, namely HE extraction and TER extraction, and deconstructed into several sequence labeling problems based on the proposed span-based tagging scheme, which are conveniently solved by a hierarchical boundary tagger and a multi-span decoding algorithm.
Attention-Based Convolutional Neural Network for Semantic Relation Extraction
- Computer ScienceCOLING
- 2016
This model makes full use of word embedding, part-of-speech tag embedding and position embedding information and enables learning some important features from task-specific labeled data, forgoing the need for external knowledge such as explicit dependency structures.
An Interactive Multi-Task Learning Network for End-to-End Aspect-Based Sentiment Analysis
- Computer ScienceACL
- 2019
An interactive multi-task learning network (IMN) is proposed which is able to jointly learn multiple related tasks simultaneously at both the token level as well as the document level and introduces a message passing architecture where information is iteratively passed to different tasks through a shared set of latent variables.
Attention Guided Graph Convolutional Networks for Relation Extraction
- Computer ScienceACL
- 2019
Attention Guided Graph Convolutional Networks is proposed, a novel model which directly takes full dependency trees as inputs and can be understood as a soft-pruning approach that automatically learns how to selectively attend to the relevant sub-structures useful for the relation extraction task.
CopyMTL: Copy Mechanism for Joint Extraction of Entities and Relations with Multi-Task Learning
- Computer ScienceAAAI
- 2020
A detailed analysis of the reasons behind the inaccurate entity extraction problem is given, and a simple but extremely effective model structure is proposed to solve this problem, called CopyMTL, to allow the model to predict multi-token entities.
A Neural Multi-Task Learning Framework to Jointly Model Medical Named Entity Recognition and Normalization
- Computer ScienceAAAI
- 2019
A novel deep neural multi-task learning framework with explicit feedback strategies to jointly model recognition and normalization that performs significantly better than state-of-the-art approaches on two publicly available medical literature datasets.