paper-with-me

홈 › Papers

Graph Convolution over Pruned Dependency Trees Improves Relation Extraction

2018-09-26 · EMNLP 2018 10 · Yuhao Zhang, Peng Qi, Christopher D. Manning

Dependency trees help relation extraction models capture long-range relations between words. However, existing dependency-based models either neglect crucial information (e.g., negation) by pruning the dependency trees too aggressively, or are computationally inefficient because it is difficult to parallelize over different tree structures. We propose an extension of graph convolutional networks that is tailored for relation extraction, which pools information over arbitrary dependency structures efficiently in parallel. To incorporate relevant information while maximally removing irrelevant content, we further apply a novel pruning strategy to the input trees by keeping words immediately around the shortest path between the two entities among which a relation might hold. The resulting model achieves state-of-the-art performance on the large-scale TACRED dataset, outperforming existing sequence and dependency-based neural models. We also show through detailed analysis that this model has complementary strengths to sequence models, and combining them further improves the state of the art.

📄 PDF Abstract BibTeX arXiv:1809.10185

Code (1)

qipeng/gcn-over-pruned-trees 공식 구현 pytorch

Tasks

NegationRelationRelation ClassificationRelation Extraction

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Learning to Prune Dependency Trees with Rethinking for Neural Relation Extraction

2020-12-01 · COLING 2020 8 · Bowen Yu, Xue Mengge, Zhenyu Zhang, Tingwen Liu 외

Dependency trees have been shown to be effective in capturing long-range relations between target entities. Nevertheless, how to selectively emphasize target-relevant information and remove irrelevant content from the tr…

RelationRelation Extraction

Attention Guided Graph Convolutional Networks for Relation Extraction

2019-06-18 · ACL 2019 7 · Zhijiang Guo, Yan Zhang, Wei Lu

Dependency trees convey rich structural information that is proven useful for extracting relations among entities in text. However, how to effectively make use of relevant information while ignoring irrelevant informatio…

RelationRelation ExtractionSentence

Dependency-driven Relation Extraction with Attentive Graph Convolutional Networks

2021-08-01 · ACL 2021 5 · Yuanhe Tian, Guimin Chen, Yan Song, Xiang Wan

Syntactic information, especially dependency trees, has been widely used by existing studies to improve relation extraction with better semantic guidance for analyzing the context information associated with the given en…

RelationRelation ClassificationRelation Extraction

Inducing Target-Specific Latent Structures for Aspect Sentiment Classification

2020-11-01 · EMNLP 2020 11 · Chenhua Chen, Zhiyang Teng, Yue Zhang

Aspect-level sentiment analysis aims to recognize the sentiment polarity of an aspect or a target in a comment. Recently, graph convolutional networks based on linguistic dependency trees have been studied for this task.…

ClassificationDependency ParsingGeneral ClassificationSentiment Analysis+1

RDGCN: Reinforced Dependency Graph Convolutional Network for Aspect-based Sentiment Analysis

2023-11-08 · Xusheng Zhao, Hao Peng, Qiong Dai, Xu Bai 외

Aspect-based sentiment analysis (ABSA) is dedicated to forecasting the sentiment polarity of aspect terms within sentences. Employing graph neural networks to capture structural patterns from syntactic dependency parsing…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Dependency ParsingSentiment Analysis