paper-with-me

Papers

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 entities. However, most existing studies suffer from the noise in the dependency trees, especially when they are automatically generated, so that intensively leveraging dependency information may introduce confusions to relation classification and necessary pruning is of great importance in this task. In this paper, we propose a dependency-driven approach for relation extraction with attentive graph convolutional networks (A-GCN). In this approach, an attention mechanism upon graph convolutional networks is applied to different contextual words in the dependency tree obtained from an off-the-shelf dependency parser, to distinguish the importance of different word dependencies. Consider that dependency types among words also contain important contextual guidance, which is potentially helpful for relation extraction, we also include the type information in A-GCN modeling. Experimental results on two English benchmark datasets demonstrate the effectiveness of our A-GCN, which outperforms previous studies and achieves state-of-the-art performance on both datasets.

📄 PDF Abstract BibTeX

Code (1)

cuhksz-nlp/re-agcn 공식 구현 pytorch

Tasks

RelationRelation ClassificationRelation Extraction

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Relation Extraction with Word Graphs from N-grams

2021-11-01 · EMNLP 2021 11 · Han Qin, Yuanhe Tian, Yan Song

Most recent studies for relation extraction (RE) leverage the dependency tree of the input sentence to incorporate syntax-driven contextual information to improve model performance, with little attention paid to the limi…

RelationRelation ExtractionSentence

Dependency-based Text Graphs for Keyphrase and Summary Extraction with Applications to Interactive Content Retrieval

2019-09-20 · Paul Tarau, Eduardo Blanco

We build a bridge between neural network-based machine learning and graph-based natural language processing and introduce a unified approach to keyphrase, summary and relation extraction by aggregating dependency graphs …

RelationRelation ExtractionRetrievalSentence

Graph Convolution over Multiple Dependency Sub-graphs for Relation Extraction

2020-12-01 · COLING 2020 8 · Angrosh Mandya, Danushka Bollegala, Frans Coenen

We propose a contextualised graph convolution network over multiple dependency-based sub-graphs for relation extraction. A novel method to construct multiple sub-graphs using words in shortest dependency path and words l…

RelationRelation ExtractionSentence

Relation Extraction from Biomedical and Clinical Text: Unified Multitask Learning Framework

2020-09-20 · Shweta Yadav, Srivatsa Ramesh, Sriparna Saha, Asif Ekbal

To minimize the accelerating amount of time invested in the biomedical literature search, numerous approaches for automated knowledge extraction have been proposed. Relation extraction is one such task where semantic rel…

Multi-Task LearningRelationRelation Extraction

Improving Slot Filling Performance with Attentive Neural Networks on Dependency Structures

2017-07-04 · EMNLP 2017 9 · Lifu Huang, Avirup Sil, Heng Ji, Radu Florian

Slot Filling (SF) aims to extract the values of certain types of attributes (or slots, such as person:cities\_of\_residence) for a given entity from a large collection of source documents. In this paper we propose an eff…

Relation ExtractionSentenceslot-fillingSlot Filling