Abstract
Relation Extraction (RE) is a fundamental task in Natural LanguageProcessing, and its document-level variant poses significant challenges, due tothe need to model complex interactions between entities across sentences.Current approaches, largely based on the ATLOP architecture, are commonlyevaluated on benchmarks like DocRED and Re-DocRED. However, their performancein zero-shot or few-shot settings remains largely underexplored due to thetask's complexity. Recently, the GLiNER model has shown that a compact NERmodel can outperform much larger Large Language Models. With a similarmotivation, we introduce GLiDRE, a new model for document-level relationextraction that builds on the key ideas of GliNER. We benchmark GLiDRE againststate-of-the-art models across various data settings on the Re-DocRED dataset.Our results demonstrate that GLiDRE achieves state-of-the-art performance infew-shot scenarios. Our code is publicly available.