Entity-Aware Self-Attention and Contextualized GCN for Enhanced Relation Extraction in Long Sentences
Xin Wang, Xinyi Bai

TL;DR
This paper introduces ESC-GCN, a novel model that combines self-attention and contextualized GCNs to improve relation extraction, especially in long sentences, by effectively integrating syntactic and semantic information.
Contribution
The paper proposes a new entity-aware self-attention and contextualized GCN model that enhances relation extraction by capturing both syntactic structure and semantic context, reducing noise from dependency trees.
Findings
Achieves superior performance on relation extraction tasks.
Excels in extracting relations from long sentences.
Effectively combines syntactic and semantic features.
Abstract
Relation extraction as an important natural Language processing (NLP) task is to identify relations between named entities in text. Recently, graph convolutional networks over dependency trees have been widely used to capture syntactic features and achieved attractive performance. However, most existing dependency-based approaches ignore the positive influence of the words outside the dependency trees, sometimes conveying rich and useful information on relation extraction. In this paper, we propose a novel model, Entity-aware Self-attention Contextualized GCN (ESC-GCN), which efficiently incorporates syntactic structure of input sentences and semantic context of sequences. To be specific, relative position self-attention obtains the overall semantic pairwise correlation related to word position, and contextualized graph convolutional networks capture rich intra-sentence dependencies…
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 · Sentiment Analysis and Opinion Mining
MethodsSoftmax · Attention Is All You Need · Pruning · Graph Convolutional Network
