paper-with-me

홈 › Papers

Entity-centered Cross-document Relation Extraction

2022-10-29 · Fengqi Wang, Fei Li, Hao Fei, Jingye Li, Shengqiong Wu, Fangfang Su, Wenxuan Shi, Donghong Ji, Bo Cai

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.

📄 PDF Abstract BibTeX arXiv:2210.16541

Code (2)

makisekuurisu/ecrim 공식 구현 pytorch
kracr/cross-doc-relation-extraction pytorch

Tasks

RelationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

EIDER: Evidence-enhanced Document-level Relation Extraction

2021-07-17 · ACL ARR November 2021 11 · Anonymous

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 ExtractionSentence

Document-level Entity-based Extraction as Template Generation

2021-09-10 · EMNLP 2021 11 · Kung-Hsiang Huang, Sam Tang, Nanyun Peng

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 Extraction

A Hierarchical Entity Graph Convolutional Network for Relation Extraction across Documents

2021-08-21 · RANLP 2021 9 · Tapas Nayak, Hwee Tou Ng

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 ExtractionSentence

Document-level Relation Extraction with Cross-sentence Reasoning Graph

2023-03-07 · Hongfei Liu, Zhao Kang, Lizong Zhang, Ling Tian 외

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 ExtractionSentence

Entity and Evidence Guided Relation Extraction for DocRED

2020-08-27 · Kevin Huang, Guangtao Wang, Tengyu Ma, Jing Huang

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