CLAISep 15, 2024

Entity-Aware Self-Attention and Contextualized GCN for Enhanced Relation Extraction in Long Sentences

arXiv:2409.13755v21 citationsh-index: 1
Originality Incremental advance
AI Analysis

This work addresses a specific challenge in NLP for extracting relations in long sentences, representing an incremental improvement over prior dependency-based methods.

The paper tackles the problem of relation extraction in long sentences by proposing ESC-GCN, which integrates syntactic and semantic features to reduce noise from dependency trees and capture entity-related semantics, achieving competitive performance compared to existing models.

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 between words by adequately pruning operations. Furthermore, entity-aware attention layer dynamically selects which token is more decisive to make final relation prediction. In this way, our proposed model not only reduces the noisy impact from dependency trees, but also obtains easily-ignored entity-related semantic representation. Extensive experiments on various tasks demonstrate that our model achieves encouraging performance as compared to existing dependency-based and sequence-based models. Specially, our model excels in extracting relations between entities of long sentences.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes