CLJul 23, 2022

Enhancing Document-level Relation Extraction by Entity Knowledge Injection

arXiv:2207.11433v115 citationsh-index: 31
Originality Incremental advance
AI Analysis

This work addresses the problem of improving relation extraction accuracy for natural language processing applications, but it is incremental as it builds on existing models.

The paper tackles document-level relation extraction by injecting entity knowledge from knowledge graphs, achieving consistent improvements across multiple models on benchmark datasets.

Document-level relation extraction (RE) aims to identify the relations between entities throughout an entire document. It needs complex reasoning skills to synthesize various knowledge such as coreferences and commonsense. Large-scale knowledge graphs (KGs) contain a wealth of real-world facts, and can provide valuable knowledge to document-level RE. In this paper, we propose an entity knowledge injection framework to enhance current document-level RE models. Specifically, we introduce coreference distillation to inject coreference knowledge, endowing an RE model with the more general capability of coreference reasoning. We also employ representation reconciliation to inject factual knowledge and aggregate KG representations and document representations into a unified space. The experiments on two benchmark datasets validate the generalization of our entity knowledge injection framework and the consistent improvement to several document-level RE models.

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