SCoRE: Streamlined Corpus-based Relation Extraction using Multi-Label Contrastive Learning and Bayesian kNN
Luca Mariotti, Veronica Guidetti, Federica Mandreoli

TL;DR
SCoRE is a modular, efficient relation extraction system that uses contrastive learning and Bayesian kNN, achieving robust performance without fine-tuning and suitable for noisy, real-world data.
Contribution
The paper introduces SCoRE, a novel, fine-tuning-free relation extraction approach combining contrastive learning and Bayesian kNN, adaptable to diverse corpora and KG integration.
Findings
SCoRE matches or exceeds state-of-the-art performance on five benchmarks.
It significantly reduces energy consumption compared to prior methods.
Increasing model complexity degrades performance, favoring SCoRE's minimal design.
Abstract
The growing demand for efficient knowledge graph (KG) enrichment leveraging external corpora has intensified interest in relation extraction (RE), particularly under low-supervision settings. To address the need for adaptable and noise-resilient RE solutions that integrate seamlessly with pre-trained large language models (PLMs), we introduce SCoRE, a modular and cost-effective sentence-level RE system. SCoRE enables easy PLM switching, requires no finetuning, and adapts smoothly to diverse corpora and KGs. By combining supervised contrastive learning with a Bayesian k-Nearest Neighbors (kNN) classifier for multi-label classification, it delivers robust performance despite the noisy annotations of distantly supervised corpora. To improve RE evaluation, we propose two novel metrics: Correlation Structure Distance (CSD), measuring the alignment between learned relational patterns and KG…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Text and Document Classification Technologies
