paper-with-me

홈 › Papers

Attention-Based Capsule Networks with Dynamic Routing for Relation Extraction

2018-12-29 · EMNLP 2018 10 · Ningyu Zhang, Shumin Deng, Zhanlin Sun, Xi Chen, Wei zhang, Huajun 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 learning framework and propose a novel neural approach based on capsule networks with attention mechanisms. We evaluate our method with different benchmarks, and it is demonstrated that our method improves the precision of the predicted relations. Particularly, we show that capsule networks improve multiple entity pairs relation extraction.

📄 PDF Abstract BibTeX arXiv:1812.11321

Code (1)

zjunlp/deepke 공식 구현 pytorch

Tasks

Multi-Label LearningRelationRelation Extraction

Similar Papers 제목 키워드 기반

Attention routing between capsules

2019-07-03 · Jaewoong Choi, Hyun Seo, Suii Im, Myungjoo Kang

In this paper, we propose a new capsule network architecture called Attention Routing CapsuleNet (AR CapsNet). We replace the dynamic routing and squash activation function of the capsule network with dynamic routing (Ca…

Decoder

Graph Routing between Capsules

2021-06-22 · Yang Li, Wei Zhao, Erik Cambria, Suhang Wang 외

Routing methods in capsule networks often learn a hierarchical relationship for capsules in successive layers, but the intra-relation between capsules in the same layer is less studied, while this intra-relation is a key…

Relationtext-classificationText Classification

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

OrthCaps: An Orthogonal CapsNet with Sparse Attention Routing and Pruning

2024-03-20 · CVPR 2024 1 · Xinyu Geng, JiaMing Wang, Jiawei Gong, Yuerong Xue 외

Redundancy is a persistent challenge in Capsule Networks (CapsNet),leading to high computational costs and parameter counts. Although previous works have introduced pruning after the initial capsule layer, dynamic routin…

Routing with Self-Attention for Multimodal Capsule Networks

2021-12-01 · Kevin Duarte, Brian Chen, Nina Shvetsova, Andrew Rouditchenko 외

The task of multimodal learning has seen a growing interest recently as it allows for training neural architectures based on different modalities such as vision, text, and audio. One challenge in training such models is …