CLMay 18, 2025

Relation Extraction or Pattern Matching? Unravelling the Generalisation Limits of Language Models for Biographical RE

UW
arXiv:2505.12533v11 citationsh-index: 14Has CodeIJCNLP-AACL
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of unreliable generalization in relation extraction models for NLP researchers and practitioners, highlighting incremental insights into dataset limitations and adaptation strategies.

The study investigated the generalization capabilities of relation extraction models, finding that they struggle with unseen data and that higher intra-dataset performance often indicates overfitting rather than better transferability, with data quality being more critical than lexical similarity for robust transfer.

Analysing the generalisation capabilities of relation extraction (RE) models is crucial for assessing whether they learn robust relational patterns or rely on spurious correlations. Our cross-dataset experiments find that RE models struggle with unseen data, even within similar domains. Notably, higher intra-dataset performance does not indicate better transferability, instead often signaling overfitting to dataset-specific artefacts. Our results also show that data quality, rather than lexical similarity, is key to robust transfer, and the choice of optimal adaptation strategy depends on the quality of data available: while fine-tuning yields the best cross-dataset performance with high-quality data, few-shot in-context learning (ICL) is more effective with noisier data. However, even in these cases, zero-shot baselines occasionally outperform all cross-dataset results. Structural issues in RE benchmarks, such as single-relation per sample constraints and non-standardised negative class definitions, further hinder model transferability.

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