paper-with-me

Papers

Double Graph Based Reasoning for Document-level Relation Extraction

2020-09-29 · EMNLP 2020 11 · Shuang Zeng, Runxin Xu, Baobao Chang, Lei LI

Document-level relation extraction aims to extract relations among entities within a document. Different from sentence-level relation extraction, it requires reasoning over multiple sentences across a document. In this paper, we propose Graph Aggregation-and-Inference Network (GAIN) featuring double graphs. GAIN first constructs a heterogeneous mention-level graph (hMG) to model complex interaction among different mentions across the document. It also constructs an entity-level graph (EG), based on which we propose a novel path reasoning mechanism to infer relations between entities. Experiments on the public dataset, DocRED, show GAIN achieves a significant performance improvement (2.85 on F1) over the previous state-of-the-art. Our code is available at https://github.com/DreamInvoker/GAIN .

📄 PDF Abstract BibTeX arXiv:2009.13752

Code (2)

DreamInvoker/GAIN 공식 구현 pytorch
pkunlp-icler/gain pytorch

Tasks

Document-level Relation ExtractionRelationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

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

NC-DRE: Leveraging Non-entity Clue Information for Document-level Relation Extraction

2022-04-01 · Liang Zhang, Yidong Cheng

Document-level relation extraction (RE), which requires reasoning on multiple entities in different sentences to identify complex inter-sentence relations, is more challenging than sentence-level RE. To extract the compl…

DecoderDocument-level Relation ExtractionLanguage ModelingLanguage Modelling+3

Discriminative Reasoning for Document-level Relation Extraction

2021-06-03 · Findings (ACL) 2021 8 · Wang Xu, Kehai Chen, Tiejun Zhao

Document-level relation extraction (DocRE) models generally use graph networks to implicitly model the reasoning skill (i.e., pattern recognition, logical reasoning, coreference reasoning, etc.) related to the relation b…

Document-level Relation ExtractionLogical ReasoningRelationRelation Extraction

Document-level Relation Extraction with Dual-tier Heterogeneous Graph

2020-12-01 · COLING 2020 8 · Zhenyu Zhang, Bowen Yu, Xiaobo Shu, Tingwen Liu 외

Document-level relation extraction (RE) poses new challenges over its sentence-level counterpart since it requires an adequate comprehension of the whole document and the multi-hop reasoning ability across multiple sente…

Decision MakingDocument-level Relation ExtractionRelationRelation Extraction+1

SIRE: Separate Intra- and Inter-sentential Reasoning for Document-level Relation Extraction

2021-06-03 · Findings (ACL) 2021 8 · Shuang Zeng, Yuting Wu, Baobao Chang

Document-level relation extraction has attracted much attention in recent years. It is usually formulated as a classification problem that predicts relations for all entity pairs in the document. However, previous works …

Document-level Relation ExtractionLogical ReasoningRelationRelation Extraction