DOREMI: Optimizing Long Tail Predictions in Document-Level Relation Extraction
Laura Menotti, Stefano Marchesin, Gianmaria Silvello
TL;DR
DOREMI tackles the long-tail challenge in document-level relation extraction by using an iterative, disagreement-driven active learning loop over an ensemble of core DocRE models. It selectively annotates highly disagreementful, long-tail triples to construct a denoised distant dataset that can train any DocRE model, achieving substantial gains in long-tail precision and ignPrecision with only a tiny annotation budget. The method outperforms state-of-the-art denoising baselines like UGDRE on DocRED and Re-DocRED and can be combined with frequency-focused denoising to further boost overall performance. The approach demonstrates practical impact by enabling more reliable extraction of rare relations with modest human effort, advancing knowledge base construction from text.
Abstract
Document-Level Relation Extraction (DocRE) presents significant challenges due to its reliance on cross-sentence context and the long-tail distribution of relation types, where many relations have scarce training examples. In this work, we introduce DOcument-level Relation Extraction optiMizing the long taIl (DOREMI), an iterative framework that enhances underrepresented relations through minimal yet targeted manual annotations. Unlike previous approaches that rely on large-scale noisy data or heuristic denoising, DOREMI actively selects the most informative examples to improve training efficiency and robustness. DOREMI can be applied to any existing DocRE model and is effective at mitigating long-tail biases, offering a scalable solution to improve generalization on rare relations.
