Challenge: Existing dependency-based models neglect crucial information (e.g., negation) by pruning the dependency trees too aggressively.
Approach: They propose an extension of graph convolutional networks that is tailored for relation extraction by pruning dependency trees too aggressively.
Outcome: The proposed model outperforms existing sequence and dependency-based models on the large-scale TACRED dataset and has complementary strengths to sequence models.

Similar Papers

Graph Convolution over Multiple Dependency Sub-graphs for Relation Extraction (2020.coling-main)

Copied to clipboard

Challenge: Existing graph convolutional networks use pruned dependency trees to filter irrelevant nodes from sentence graphs.
Approach: They propose to construct multiple sub-graphs from shortest dependency path and words linked to entities in the dependency parse to obtain more informative features useful for relation extraction.
Outcome: The proposed method achieves state-of-the-art performance on a sentence-level relation extraction dataset and the SemEval 2010 Task 8 sentence- level relation extraction data.
Dependency-driven Relation Extraction with Attentive Graph Convolutional Networks (2021.acl-long)

Copied to clipboard

Challenge: Existing studies suffer from noise in dependency trees, which can cause confusions in relation extraction.
Approach: They propose a dependency-driven approach for relation extraction with attentive graph convolutional networks . they apply an attention mechanism upon graph convolutional networks to different word dependencies .
Outcome: The proposed approach outperforms previous studies on two English datasets and achieves state-of-the-art performance.
Learning to Prune Dependency Trees with Rethinking for Neural Relation Extraction (2020.coling-main)

Copied to clipboard

Challenge: Existing approaches to remove noise from dependency trees are not optimal due to complexity and variability of natural language.
Approach: They propose a dynamically pruned Graph Convolutional Network (DP-GCN) that prunes the dependency tree with rethinking in an end-to-end scheme.
Outcome: The proposed model achieves impressive results compared to strong competitors.
Relation Extraction with Word Graphs from N-grams (2021.emnlp-main)

Copied to clipboard

Challenge: Recent studies for relation extraction (RE) leverage the dependency tree of the input sentence to improve performance.
Approach: They propose to use a graph convolutional network to build a context graph without dependency parsers.
Outcome: The proposed approach improves neural RE methods without dependency parsers on English benchmark datasets.
Attention Guided Graph Convolutional Networks for Relation Extraction (P19-1)

Copied to clipboard

Challenge: Existing approaches for selecting relevant partial dependency structures may not yield optimal results.
Approach: They propose a model which directly takes full dependency trees as inputs and uses them to selectively attend to relevant sub-structures.
Outcome: The proposed model can be understood as a soft-pruning approach that automatically learns how to selectively attend to the relevant sub-structures useful for the relation extraction task.
Leveraging Dependency Forest for Neural Medical Relation Extraction (D19-1)

Copied to clipboard

Challenge: Existing methods for medical relation extraction use dependency syntax as a source of features.
Approach: They propose a method to extract relational information from medical literature by using dependency forests.
Outcome: The proposed method outperforms the standard tree-based methods in the medical domain.
Exploiting the Syntax-Model Consistency for Neural Relation Extraction (2020.acl-main)

Copied to clipboard

Challenge: Existing deep learning models for Relation Extraction (RE) have limited generalization beyond the syntactic structures of the input sentences.
Approach: They propose a deep learning model that uses dependency trees to extract syntactic importance of words for Relation Extraction.
Outcome: The proposed model outperforms existing models on three RE benchmark datasets.
Syntax-aware Multi-task Graph Convolutional Networks for Biomedical Relation Extraction (D19-62)

Copied to clipboard

Challenge: 80% of the data sets for relation extraction tasks are negative instances, resulting in a lack of syntactic information between two entity mentions.
Approach: They propose a graph convolutional networks model that incorporates dependency parsing and contextualized embedding to capture comprehensive contextual information.
Outcome: The proposed model achieves state-of-the-art F-score on the 2013 drug-drug interaction extraction task.
Relation Extraction with Type-aware Map Memories of Word Dependencies (2021.findings-acl)

Copied to clipboard

Challenge: Existing studies focus on the dependency connections between words with limited attention paid to exploiting dependency types.
Approach: They propose a neural approach for relation extraction with type-aware map memories . they map all associated words along with dependencies among them to memory slots .
Outcome: The proposed approach achieves state-of-the-art on two English benchmark datasets.
Inter-sentence Relation Extraction with Document-level Graph Convolutional Neural Network (P19-1)

Copied to clipboard

Challenge: Existing methods for inter-sentence relation extraction do not fully exploit such dependencies.
Approach: They propose a model that captures local and non-local dependencies using multi-instance learning and bi-affine pairwise scoring to predict the relation of an entity pair.
Outcome: The proposed model performs comparable to state-of-the-art models on biochemistry datasets.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations