paper-with-me

Papers

Do regularization methods for shortcut mitigation work as intended?

2025-03-21 · Haoyang Hong, Ioanna Papanikolaou, Sonali Parbhoo

Mitigating shortcuts, where models exploit spurious correlations in training data, remains a significant challenge for improving generalization. Regularization methods have been proposed to address this issue by enhancing model generalizability. However, we demonstrate that these methods can sometimes overregularize, inadvertently suppressing causal features along with spurious ones. In this work, we analyze the theoretical mechanisms by which regularization mitigates shortcuts and explore the limits of its effectiveness. Additionally, we identify the conditions under which regularization can successfully eliminate shortcuts without compromising causal features. Through experiments on synthetic and real-world datasets, our comprehensive analysis provides valuable insights into the strengths and limitations of regularization techniques for addressing shortcuts, offering guidance for developing more robust models.

📄 PDF Abstract BibTeX arXiv:2503.17015

Code (1)

ai4ai-lab/regularization_for_shortcut_migtigation 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Not All Neuro-Symbolic Concepts Are Created Equal: Analysis and Mitigation of Reasoning Shortcuts

2023-05-31 · NeurIPS 2023 11 · Emanuele Marconato, Stefano Teso, Antonio Vergari, Andrea Passerini

Neuro-Symbolic (NeSy) predictive models hold the promise of improved compliance with given constraints, systematic generalization, and interpretability, as they allow to infer labels that are consistent with some prior k…

AllSystematic Generalization

A Survey on Measuring and Mitigating Reasoning Shortcuts in Machine Reading Comprehension

2022-09-05 · Xanh Ho, Johannes Mario Meissner, Saku Sugawara, Akiko Aizawa

The issue of shortcut learning is widely known in NLP and has been an important research focus in recent years. Unintended correlations in the data enable models to easily solve tasks that were meant to exhibit advanced …

Machine Reading ComprehensionReading Comprehension

Neuro-Symbolic Reasoning Shortcuts: Mitigation Strategies and their Limitations

2023-03-22 · Emanuele Marconato, Stefano Teso, Andrea Passerini

Neuro-symbolic predictors learn a mapping from sub-symbolic inputs to higher-level concepts and then carry out (probabilistic) logical inference on this intermediate representation. This setup offers clear advantages in …

Less is Better: Recovering Intended-Feature Subspace to Robustify NLU Models

2022-09-16 · COLING 2022 10 · Ting Wu, Tao Gui

Datasets with significant proportions of bias present threats for training a trustworthy model on NLU tasks. Despite yielding great progress, current debiasing methods impose excessive reliance on the knowledge of bias a…

Which Shortcut Solution Do Question Answering Models Prefer to Learn?

2022-11-29 · Kazutoshi Shinoda, Saku Sugawara, Akiko Aizawa

Question answering (QA) models for reading comprehension tend to learn shortcut solutions rather than the solutions intended by QA datasets. QA models that have learned shortcut solutions can achieve human-level performa…

Multiple-choiceQuestion AnsweringReading Comprehension