Entity-centered Cross-document Relation Extraction
Relation Extraction (RE) is a fundamental task of information extraction, which has attracted a large amount of research attention. Previous studies focus on extracting the relations within a sentence or document, while currently researchers begin to explore cross-document RE. However, current cross-document RE methods directly utilize text snippets surrounding target entities in multiple given documents, which brings considerable noisy and non-relevant sentences. Moreover, they utilize all the text paths in a document bag in a coarse-grained way, without considering the connections between these text paths.In this paper, we aim to address both of these shortages and push the state-of-the-art for cross-document RE. First, we focus on input construction for our RE model and propose an entity-based document-context filter to retain useful information in the given documents by using the bridge entities in the text paths. Second, we propose a cross-document RE model based on cross-path entity relation attention, which allow the entity relations across text paths to interact with each other. We compare our cross-document RE method with the state-of-the-art methods in the dataset CodRED. Our method outperforms them by at least 10% in F1, thus demonstrating its effectiveness.
Code (2)
Tasks
RelationRelation ExtractionSentenceSimilar Papers 제목 키워드 기반
EIDER: Evidence-enhanced Document-level Relation Extraction
Document-level relation extraction (DocRE) aims at extracting the semantic relations among entity pairs in a document. In DocRE, a subset of the sentences in a document, called the evidence sentences, might be sufficient…
Document-level Relation ExtractionRelationRelation ExtractionSentenceDocument-level Entity-based Extraction as Template Generation
Document-level entity-based extraction (EE), aiming at extracting entity-centric information such as entity roles and entity relations, is key to automatic knowledge acquisition from text corpora for various domains. Mos…
4-ary Relation ExtractionBinary Relation ExtractionRole-filler Entity ExtractionA 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…
RelationRelation ExtractionSentenceDocument-level Relation Extraction with Cross-sentence Reasoning Graph
Relation extraction (RE) has recently moved from the sentence-level to document-level, which requires aggregating document information and using entities and mentions for reasoning. Existing works put entity nodes and me…
Document-level Relation ExtractionRelationRelation ExtractionSentenceEntity and Evidence Guided Relation Extraction for DocRED
Document-level relation extraction is a challenging task which requires reasoning over multiple sentences in order to predict relations in a document. In this paper, we pro-pose a joint training frameworkE2GRE(Entity and…
Document-level Relation ExtractionLanguage ModelingLanguage ModellingRelation+1