paper-with-me

Papers

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

2024-09-15 · Xin Wang, Xinyi Bai

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.

📄 PDF Abstract BibTeX arXiv:2409.13755

Code (0)

등록된 구현이 없습니다.

Tasks

PositionRelationRelation ExtractionRelation PredictionSentence

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Pruning 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

LUKE: Deep Contextualized Entity Representations with Entity-aware Self-attention

2020-10-02 · EMNLP 2020 11 · Ikuya Yamada, Akari Asai, Hiroyuki Shindo, Hideaki Takeda 외

Entity representations are useful in natural language tasks involving entities. In this paper, we propose new pretrained contextualized representations of words and entities based on the bidirectional transformer. The pr…

Common Sense ReasoningEntity TypingExtractive Question-AnsweringLanguage Modeling+6

Type-enhanced Ensemble Triple Representation via Triple-aware Attention for Cross-lingual Entity Alignment

2023-05-02 · Zhishuo Zhang, Chengxiang Tan, Haihang Wang, Xueyan Zhao 외

Entity alignment(EA) is a crucial task for integrating cross-lingual and cross-domain knowledge graphs(KGs), which aims to discover entities referring to the same real-world object from different KGs. Most existing metho…

DiversityEntity AlignmentKnowledge GraphsSpecificity

Syntax-Enhanced Self-Attention-Based Semantic Role Labeling

2019-10-24 · IJCNLP 2019 11 · Yue Zhang, Rui Wang, Luo Si

As a fundamental NLP task, semantic role labeling (SRL) aims to discover the semantic roles for each predicate within one sentence. This paper investigates how to incorporate syntactic knowledge into the SRL task effecti…

Semantic Role LabelingSentence

Topic-aware Contextualized Transformers

2021-01-01 · Ruiying Lu, Bo Chen, Dan dan Guo, Dongsheng Wang 외

Training on disjoint fixed-length segments, Transformers successfully transform static word embeddings into contextualized word representations. However, they often restrict the context of a token to the segment it resid…

Word Embeddings

Hierarchical Contextualized Representation for Named Entity Recognition

2019-11-06 · Ying Luo, Fengshun Xiao, Hai Zhao

Named entity recognition (NER) models are typically based on the architecture of Bi-directional LSTM (BiLSTM). The constraints of sequential nature and the modeling of single input prevent the full utilization of global …

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1