paper-with-me

홈 › Papers

Jointly Extracting Relations with Class Ties via Effective Deep Ranking

2016-12-22 · ACL 2017 7 · Hai Ye, WenHan Chao, Zhunchen Luo, Zhoujun Li

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.

📄 PDF Abstract BibTeX arXiv:1612.07602

Code (1)

oceanypt/DR_RE 공식 구현

Tasks

RelationRelation Extraction

Similar Papers 제목 키워드 기반

Techniques for Jointly Extracting Entities and Relations: A Survey

2021-03-10 · Sachin Pawar, Pushpak Bhattacharyya, Girish K. Palshikar

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 ExtractionSurvey

Recurrent Interaction Network for Jointly Extracting Entities and Classifying Relations

2020-05-01 · EMNLP 2020 11 · Kai Sun, Richong Zhang, Samuel Mensah, Yongyi Mao 외

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+2

Effective Modeling of Encoder-Decoder Architecture for Joint Entity and Relation Extraction

2019-11-22 · Tapas Nayak, Hwee Tou Ng

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+2

Adversarial training for multi-context joint entity and relation extraction

2018-08-21 · EMNLP 2018 10 · Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder

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 Extraction

Extracting all Aspect-polarity Pairs Jointly in a Text with Relation Extraction Approach

2021-09-01 · Lingmei Bu, Li Chen, Yongmei Lu, Zhonghua Yu

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