paper-with-me

Papers

Rethinking Relation Extraction: Beyond Shortcuts to Generalization with a Debiased Benchmark

2025-01-02 · Liang He, Yougang Chu, Zhen Wu, Jianbing Zhang, Xinyu Dai, Jiajun Chen

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.

📄 PDF Abstract BibTeX arXiv:2501.01349

Code (0)

등록된 구현이 없습니다.

Tasks

RelationRelation Extraction

Similar Papers 제목 키워드 기반

Navigate Beyond Shortcuts: Debiased Learning through the Lens of Neural Collapse

2024-05-09 · CVPR 2024 1 · Yining Wang, Junjie Sun, Chenyue Wang, Mi Zhang 외

Recent studies have noted an intriguing phenomenon termed Neural Collapse, that is, when the neural networks establish the right correlation between feature spaces and the training targets, their last-layer features, tog…

Navigate

Can Out-of-Distribution Evaluations Uncover Reliance on Shortcuts? A Case Study in Question Answering

2025-08-25 · Michal Štefánik, Timothee Mickus, Marek Kadlčík, Michal Spiegel 외 arxiv

A majority of recent work in AI assesses models' generalization capabilities through the lens of performance on out-of-distribution (OOD) datasets. Despite their practicality, such evaluations build upon a strong assumpt…

Question Answering

Navigating the Shortcut Maze: A Comprehensive Analysis of Shortcut Learning in Text Classification by Language Models

2024-09-26 · Yuqing Zhou, Ruixiang Tang, Ziyu Yao, Ziwei Zhu

Language models (LMs), despite their advances, often depend on spurious correlations, undermining their accuracy and generalizability. This study addresses the overlooked impact of subtler, more complex shortcuts that co…

text-classificationText Classification

Large Language Models Can be Lazy Learners: Analyze Shortcuts in In-Context Learning

2023-05-26 · Ruixiang Tang, Dehan Kong, Longtao Huang, Hui Xue

Large language models (LLMs) have recently shown great potential for in-context learning, where LLMs learn a new task simply by conditioning on a few input-label pairs (prompts). Despite their potential, our understandin…

In-Context Learning

Do ImageNet-trained models learn shortcuts? The impact of frequency shortcuts on generalization

2025-03-05 · CVPR 2025 1 · Shunxin Wang, Raymond Veldhuis, Nicola Strisciuglio

Frequency shortcuts refer to specific frequency patterns that models heavily rely on for correct classification. Previous studies have shown that models trained on small image datasets often exploit such shortcuts, poten…