Multi-Level Structured Self-Attentions for Distantly Supervised Relation Extraction
Jinhua Du, Jingguang Han, Andy Way, Dadong Wan

TL;DR
This paper introduces a multi-level structured self-attention mechanism for distantly supervised relation extraction, improving the ability to distinguish valid instances from noisy data in a multi-instance learning framework.
Contribution
It proposes a novel 2-D matrix self-attention approach at both word and sentence levels, enhancing context learning for relation extraction.
Findings
Significantly outperforms state-of-the-art baselines on two datasets.
Improves precision and F1 scores in relation extraction tasks.
Demonstrates effectiveness of structured self-attention in noisy data environments.
Abstract
Attention mechanisms are often used in deep neural networks for distantly supervised relation extraction (DS-RE) to distinguish valid from noisy instances. However, traditional 1-D vector attention models are insufficient for the learning of different contexts in the selection of valid instances to predict the relationship for an entity pair. To alleviate this issue, we propose a novel multi-level structured (2-D matrix) self-attention mechanism for DS-RE in a multi-instance learning (MIL) framework using bidirectional recurrent neural networks. In the proposed method, a structured word-level self-attention mechanism learns a 2-D matrix where each row vector represents a weight distribution for different aspects of an instance regarding two entities. Targeting the MIL issue, the structured sentence-level attention learns a 2-D matrix where each row vector represents a weight…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
