paper-with-me

홈 › Papers

Regularized Attentive Capsule Network for Overlapped Relation Extraction

2020-12-18 · COLING 2020 8 · Tianyi Liu, Xiangyu Lin, Weijia Jia, Mingliang Zhou, Wei Zhao

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 supervision contain low-quality instances with noisy words and overlapped relations, introducing great challenges to the accurate extraction of relations. To address this problem, we propose a novel Regularized Attentive Capsule Network (RA-CapNet) to better identify highly overlapped relations in each informal sentence. To discover multiple relation features in an instance, we embed multi-head attention into the capsule network as the low-level capsules, where the subtraction of two entities acts as a new form of relation query to select salient features regardless of their positions. To further discriminate overlapped relation features, we devise disagreement regularization to explicitly encourage the diversity among both multiple attention heads and low-level capsules. Extensive experiments conducted on widely used datasets show that our model achieves significant improvements in relation extraction.

📄 PDF Abstract BibTeX arXiv:2012.10187

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityKnowledge Base ConstructionRelationRelation ExtractionSentence

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Capsule Network A capsule is an activation vector that basically executes on its inputs some complex internal computations. Length of these activation vectors signifies the probability of…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Multi-labeled Relation Extraction with Attentive Capsule Network

2018-11-11 · Xinsong Zhang, Pengshuai Li, Weijia Jia, Hai Zhao

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 …

Multi-Labeled Relation ExtractionRelationRelation ExtractionSentence

Capsule Network with Interactive Attention for Aspect-Level Sentiment Classification

2019-11-01 · IJCNLP 2019 11 · Chunning Du, Haifeng Sun, Jingyu Wang, Qi Qi 외

Aspect-level sentiment classification is a crucial task for sentiment analysis, which aims to identify the sentiment polarities of specific targets in their context. The main challenge comes from multi-aspect sentences, …

ClassificationGeneral ClassificationSentenceSentiment Analysis+1

Attention-Based Capsule Networks with Dynamic Routing for Relation Extraction

2018-12-29 · EMNLP 2018 10 · Ningyu Zhang, Shumin Deng, Zhanlin Sun, Xi Chen 외

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 Extraction

STAR-Caps: Capsule Networks with Straight-Through Attentive Routing

2019-12-01 · NeurIPS 2019 12 · Karim Ahmed, Lorenzo Torresani

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 Classification

Polyphonic Sound Event Detection by using Capsule Neural Network

2018-10-15 · Fabio Vesperini, Leonardo Gabrielli, Emanuele Principi, Stefano Squartini

Artificial sound event detection (SED) has the aim to mimic the human ability to perceive and understand what is happening in the surroundings. % environment. Nowadays, Deep Learning offers valuable techniques for this g…

Event DetectionSound Event Detection