paper-with-me

Papers

Dependency Position Encoding for Relation Extraction

2022-07-01 · Findings (NAACL) 2022 7 · Qiushi Guo, Xin Wang, Dehong Gao

Leveraging the dependency tree of the input sentence is able to improve the model performance for relation extraction. A challenging issue is how to remove confusions from the tree. Efforts have been made to utilize the dependency connections between words to selectively emphasize target-relevant information. However, these approaches are limited in focusing on exploiting dependency types. In this paper, we propose dependency position encoding (DPE), an efficient way of incorporating both dependency connections and dependency types into the self-attention mechanism to distinguish the importance of different word dependencies for the task. In contrast to previous studies that process input sentence and dependency information in separate streams, DPE can be seamlessly incorporated into the Transformer and makes it possible to use an one-stream scheme to extract relations between entity pairs. Extensive experiments show that models with our DPE significantly outperform the previous methods on SemEval 2010 Task 8, KBP37, and TACRED.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

PositionRelationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

PoD: Positional Dependency-Based Word Embedding for Aspect Term Extraction

2019-11-09 · COLING 2020 8 · Yichun Yin, Chenguang Wang, Ming Zhang

Dependency context-based word embedding jointly learns the representations of word and dependency context, and has been proved effective in aspect term extraction. In this paper, we design the positional dependency-based…

Aspect Term Extraction and Sentiment ClassificationPOSPositionTerm Extraction

Document-aware Positional Encoding and Linguistic-guided Encoding for Abstractive Multi-document Summarization

2022-09-13 · Congbo Ma, Wei Emma Zhang, Pitawelayalage Dasun Dileepa Pitawela, Yutong Qu 외

One key challenge in multi-document summarization is to capture the relations among input documents that distinguish between single document summarization (SDS) and multi-document summarization (MDS). Few existing MDS wo…

Document SummarizationMulti-Document Summarization

An Aspect Extraction Framework using Different Embedding Types, Learning Models, and Dependency Structure

2025-03-05 · Ali Erkan, Tunga Güngör

Aspect-based sentiment analysis has gained significant attention in recent years due to its ability to provide fine-grained insights for sentiment expressions related to specific features of entities. An important compon…

Aspect-Based Sentiment AnalysisAspect ExtractionDependency ParsingSentiment Analysis

A Position Encoding Convolutional Neural Network Based on Dependency Tree for Relation Classification

2016-11-01 · EMNLP 2016 11 · Yunlun Yang, Yunhai Tong, Shulei Ma, Zhi-Hong Deng
General ClassificationInformation RetrievalMachine TranslationPosition+2

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 ca…

PositionRelationRelation ExtractionRelation Prediction+1