A Hierarchical Entity Graph Convolutional Network for Relation Extraction across Documents
Distantly supervised datasets for relation extraction mostly focus on sentence-level extraction, and they cover very few relations. In this work, we propose cross-document relation extraction, where the two entities of a relation tuple appear in two different documents that are connected via a chain of common entities. Following this idea, we create a dataset for two-hop relation extraction, where each chain contains exactly two documents. Our proposed dataset covers a higher number of relations than the publicly available sentence-level datasets. We also propose a hierarchical entity graph convolutional network (HEGCN) model for this task that improves performance by 1.1\% F1 score on our two-hop relation extraction dataset, compared to some strong neural baselines.
Code (1)
Tasks
RelationRelation ExtractionSentenceMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Deep Neural Networks for Relation Extraction
Relation extraction from text is an important task for automatic knowledge base population. In this thesis, we first propose a syntax-focused multi-factor attention network model for finding the relation between two enti…
DecoderJoint Entity and Relation ExtractionKnowledge Base PopulationRelation+1Joint Type Inference on Entities and Relations via Graph Convolutional Networks
We develop a new paradigm for the task of joint entity relation extraction. It first identifies entity spans, then performs a joint inference on entity types and relation types. To tackle the joint type inference task, w…
RelationRelation ClassificationRelation ExtractionVocal Bursts Type PredictionGlobal Context-enhanced Graph Convolutional Networks for Document-level Relation Extraction
Document-level Relation Extraction (RE) is particularly challenging due to complex semantic interactions among multiple entities in a document. Among exiting approaches, Graph Convolutional Networks (GCN) is one of the m…
Document-level Relation ExtractionRelationRelation ExtractionGraph Neural Network-Based Entity Extraction and Relationship Reasoning in Complex Knowledge Graphs
This study proposed a knowledge graph entity extraction and relationship reasoning algorithm based on a graph neural network, using a graph convolutional network and graph attention network to model the complex structure…
Graph AttentionGraph Neural NetworkKnowledge GraphsFine-Grained Entity Typing via Hierarchical Multi Graph Convolutional Networks
This paper addresses the problem of inferring the fine-grained type of an entity from a knowledge base. We convert this problem into the task of graph-based semi-supervised classification, and propose Hierarchical Multi …
Entity Typing