IRAICLOct 6, 2023

Document-Level Relation Extraction with Relation Correlation Enhancement

arXiv:2310.13000v15 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in document-level relation extraction for NLP researchers, offering an incremental improvement through a plug-and-play module.

The paper tackles the problem of document-level relation extraction by addressing the overlooked correlation between relations, proposing a relation graph method that enhances performance in multi-relation extraction.

Document-level relation extraction (DocRE) is a task that focuses on identifying relations between entities within a document. However, existing DocRE models often overlook the correlation between relations and lack a quantitative analysis of relation correlations. To address this limitation and effectively capture relation correlations in DocRE, we propose a relation graph method, which aims to explicitly exploit the interdependency among relations. Firstly, we construct a relation graph that models relation correlations using statistical co-occurrence information derived from prior relation knowledge. Secondly, we employ a re-weighting scheme to create an effective relation correlation matrix to guide the propagation of relation information. Furthermore, we leverage graph attention networks to aggregate relation embeddings. Importantly, our method can be seamlessly integrated as a plug-and-play module into existing models. Experimental results demonstrate that our approach can enhance the performance of multi-relation extraction, highlighting the effectiveness of considering relation correlations in DocRE.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes