🤖 AI Summary
Relation extraction models often suffer from shortcut learning due to spurious correlations between entity mentions and relations, leading to severe generalization degradation—especially on data exhibiting entity bias. To address this, we propose DREB, a controllable debiasing evaluation benchmark tailored for entity bias: it breaks spurious correlations via controlled entity replacement. We further introduce MixDebias, a hybrid debiasing method that jointly employs data reweighting and adversarial training to decouple bias at both the data and training levels. DREB supports quantitative bias measurement (Bias Evaluator) and naturalness assessment of generated instances (PPL Evaluator). Experiments demonstrate that MixDebias significantly improves out-of-distribution generalization on DREB while preserving in-distribution accuracy on original datasets. The code and benchmark will be publicly released.
📝 Abstract
Benchmarks are crucial for evaluating machine learning algorithm performance, facilitating comparison and identifying superior solutions. However, biases within datasets can lead models to learn shortcut patterns, resulting in inaccurate assessments and hindering real-world applicability. This paper addresses the issue of entity bias in relation extraction tasks, where models tend to rely on entity mentions rather than context. We propose a debiased relation extraction benchmark DREB that breaks the pseudo-correlation between entity mentions and relation types through entity replacement. DREB utilizes Bias Evaluator and PPL Evaluator to ensure low bias and high naturalness, providing a reliable and accurate assessment of model generalization in entity bias scenarios. To establish a new baseline on DREB, we introduce MixDebias, a debiasing method combining data-level and model training-level techniques. MixDebias effectively improves model performance on DREB while maintaining performance on the original dataset. Extensive experiments demonstrate the effectiveness and robustness of MixDebias compared to existing methods, highlighting its potential for improving the generalization ability of relation extraction models. We will release DREB and MixDebias publicly.