GLiREL -- Generalist Model for Zero-Shot Relation Extraction
Jack Boylan, Chris Hokamp, Demian Gholipour Ghalandari
TL;DR
GLiREL introduces a generalist, single-pass architecture for zero-shot relation extraction that encodes relation labels and entity-pair representations in a shared latent space and scores their compatibility via a sigmoid. The model processes multiple entity pairs and labels in parallel, enhancing efficiency over per-pair, per-label approaches, and leverages a synthetic data generation protocol to achieve strong zero-shot performance. Empirical results on Wiki-ZSL and FewRel demonstrate state-of-the-art performance, with synthetic pretraining further boosting accuracy and robustness as unseen-label counts rise. The work also provides a practical data-generation protocol and discusses extensions to coreference and document-level relation classification, highlighting GLiREL’s potential for scalable real-world IE tasks.
Abstract
We introduce GLiREL (Generalist Lightweight model for zero-shot Relation Extraction), an efficient architecture and training paradigm for zero-shot relation classification. Inspired by recent advancements in zero-shot named entity recognition, this work presents an approach to efficiently and accurately predict zero-shot relationship labels between multiple entities in a single forward pass. Experiments using the FewRel and WikiZSL benchmarks demonstrate that our approach achieves state-of-the-art results on the zero-shot relation classification task. In addition, we contribute a protocol for synthetically-generating datasets with diverse relation labels.
