Rethinking Relation Extraction: Beyond Shortcuts to Generalization with a Debiased Benchmark
Liang He, Yougang Chu, Zhen Wu, Jianbing Zhang, Xinyu Dai, Jiajun Chen
TL;DR
The paper tackles entity bias in relation extraction by introducing DREB, a debiased benchmark built via entity replacement and validated with Bias Evaluator and PPL Evaluator to ensure low bias and high naturalness. It then presents MixDebias, a dual-level debiasing approach combining data-level augmentation with a KL-divergence constraint and model-level causal bias mitigation to improve generalization while preserving performance on standard benchmarks. Extensive experiments demonstrate that DREB effectively reveals debiasing capabilities and that MixDebias achieves superior performance on DREB with robust results on original datasets, outpacing existing methods. The work highlights a practical path to more reliable relation extraction systems and provides public datasets and baselines to advance debiasing research.
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.
