Jointly Extracting Relations with Class Ties via Effective Deep Ranking
Connections between relations in relation extraction, which we call class ties, are common. In distantly supervised scenario, one entity tuple may have multiple relation facts. Exploiting class ties between relations of one entity tuple will be promising for distantly supervised relation extraction. However, previous models are not effective or ignore to model this property. In this work, to effectively leverage class ties, we propose to make joint relation extraction with a unified model that integrates convolutional neural network (CNN) with a general pairwise ranking framework, in which three novel ranking loss functions are introduced. Additionally, an effective method is presented to relieve the severe class imbalance problem from NR (not relation) for model training. Experiments on a widely used dataset show that leveraging class ties will enhance extraction and demonstrate the effectiveness of our model to learn class ties. Our model outperforms the baselines significantly, achieving state-of-the-art performance.
Code (1)
Tasks
RelationRelation ExtractionSimilar Papers 제목 키워드 기반
Techniques for Jointly Extracting Entities and Relations: A Survey
Relation Extraction is an important task in Information Extraction which deals with identifying semantic relations between entity mentions. Traditionally, relation extraction is carried out after entity extraction in a "…
RelationRelation ExtractionSurveyRecurrent Interaction Network for Jointly Extracting Entities and Classifying Relations
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 m…
General ClassificationMulti-Task LearningNamed Entity Recognition (NER)Relation+2Effective Modeling of Encoder-Decoder Architecture for Joint Entity and Relation Extraction
A relation tuple consists of two entities and the relation between them, and often such tuples are found in unstructured text. There may be multiple relation tuples present in a text and they may share one or both entiti…
DecoderJoint Entity and Relation ExtractionMachine TranslationRelation+2Adversarial training for multi-context joint entity and relation extraction
Adversarial training (AT) is a regularization method that can be used to improve the robustness of neural network methods by adding small perturbations in the training data. We show how to use AT for the tasks of entity …
Joint Entity and Relation ExtractionRelationRelation ExtractionExtracting all Aspect-polarity Pairs Jointly in a Text with Relation Extraction Approach
Extracting aspect-polarity pairs from texts is an important task of fine-grained sentiment analysis. While the existing approaches to this task have gained many progresses, they are limited at capturing relationships amo…
AllPositionRelationRelation Extraction+1