Multi-labeled Relation Extraction with Attentive Capsule Network
To disclose overlapped multiple relations from a sentence still keeps challenging. Most current works in terms of neural models inconveniently assuming that each sentence is explicitly mapped to a relation label, cannot handle multiple relations properly as the overlapped features of the relations are either ignored or very difficult to identify. To tackle with the new issue, we propose a novel approach for multi-labeled relation extraction with capsule network which acts considerably better than current convolutional or recurrent net in identifying the highly overlapped relations within an individual sentence. To better cluster the features and precisely extract the relations, we further devise attention-based routing algorithm and sliding-margin loss function, and embed them into our capsule network. The experimental results show that the proposed approach can indeed extract the highly overlapped features and achieve significant performance improvement for relation extraction comparing to the state-of-the-art works.
Code (0)
등록된 구현이 없습니다.
Tasks
Multi-Labeled Relation ExtractionRelationRelation ExtractionSentenceSimilar Papers 제목 키워드 기반
Regularized Attentive Capsule Network for Overlapped Relation Extraction
Distantly supervised relation extraction has been widely applied in knowledge base construction due to its less requirement of human efforts. However, the automatically established training datasets in distant supervisio…
DiversityKnowledge Base ConstructionRelationRelation Extraction+1Attention-Based Capsule Networks with Dynamic Routing for Relation Extraction
A capsule is a group of neurons, whose activity vector represents the instantiation parameters of a specific type of entity. In this paper, we explore the capsule networks used for relation extraction in a multi-instance…
Multi-Label LearningRelationRelation ExtractionSTAR-Caps: Capsule Networks with Straight-Through Attentive Routing
Capsule networks have been shown to be powerful models for image classification, thanks to their ability to represent and capture viewpoint variations of an object. However, the high computational complexity of capsule n…
ClassificationGeneral Classificationimage-classificationImage ClassificationAttentive Prototype Few-shot Learning with Capsule Network-based Embedding
Few-shot learning, namely recognizing novel categories with a very small amount of training examples, is a challenging area of machine learning research. Traditional deep learning methods require massive training data to…
ClassificationFew-Shot LearningGeneral ClassificationTripletRelation Extraction from Biomedical and Clinical Text: Unified Multitask Learning Framework
To minimize the accelerating amount of time invested in the biomedical literature search, numerous approaches for automated knowledge extraction have been proposed. Relation extraction is one such task where semantic rel…
Multi-Task LearningRelationRelation Extraction