paper-with-me

홈 › Papers

UNMASK: Discovering and Causally Verifying Spurious Shortcuts in Text Classifiers

2026-08-10 · Chidaksh Ravuru, Shashank Srivastava hf

Neural language models trained on large crowdsourced corpora frequently exploit spurious surface patterns tied to target labels without true linguistic or causal relevance, boosting benchmark performance while failing on adversarial or out-of-distribution inputs. Existing approaches either require manual specification of the feature vocabulary or automate discovery only partially, leaving the gap between dataset-level correlation and model-level exploitation unaddressed. We present U N M ASK, a fully automated pipeline that discovers, causally verifies, and mitigates spurious correlations in text classifiers without additional human annotation. Given unlabeled training examples, U N M ASK generates candidate surface patterns as executable boolean expressions, filters them through a statistical validation protocol with independent replication, and establishes causal model dependence via verified counterfactual interventions. Causally confirmed features then serve as annotation-free group definitions for Deep Feature Reweighting, eliminating the group labels that standard DFR requires. Applied to BERT and RoBERTa trained on MNLI, our pipeline independently rediscovers established lexical-overlap and negation biases, verifying 9 of 10 features on BERT and 6 on RoBERTa, and improving HANS accuracy by up to 12.58 pp. On CivilComments-WILDS, programmatic groups match the 70.1% worst- group accuracy of hand-labeled DFR (Kirichenko et al., 2023) without demographic annotation. We further demonstrate that the discovery and validation stages generalize to reward model preference data, surfacing interpretable spurious correlations in RewardBench2.

📄 PDF Abstract BibTeX arXiv:2608.09209

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Physics-Grounded Causal Auditing of End-to-End Driving Planners

2026-06-12 · Zikun Guo arxiv

End-to-end (E2E) autonomous-driving planners trained by imitation are prone to statistical shortcuts: they associate scene elements that merely co-occur with expert actions (a roadside object, a building facade) with dri…

Norm-Hierarchy Transitions in Representation Learning: When and Why Neural Networks Abandon Shortcuts

2026-03-07 · Truong Xuan Khanh, Truong Quynh Hoa arxiv

Neural networks often rely on spurious shortcuts for many epochs before discovering structured representations. However, the mechanism governing when this transition occurs and whether its timing can be predicted remains…

Representation Learning

My Eyes Are Up Here: Promoting Focus on Uncovered Regions in Masked Face Recognition

2021-08-02 · Pedro C. Neto, Fadi Boutros, João Ribeiro Pinto, Mohsen Saffari 외

The recent Covid-19 pandemic and the fact that wearing masks in public is now mandatory in several countries, created challenges in the use of face recognition systems (FRS). In this work, we address the challenge of mas…

Face RecognitionTriplet

ShortcutProbe: Probing Prediction Shortcuts for Learning Robust Models

2025-05-20 · Guangtao Zheng, Wenqian Ye, Aidong Zhang

Deep learning models often achieve high performance by inadvertently learning spurious correlations between targets and non-essential features. For example, an image classifier may identify an object via its background t…

Prediction

Shortcut Detection with Variational Autoencoders

2023-02-08 · Nicolas M. Müller, Simon Roschmann, Shahbaz Khan, Philip Sperl 외

For real-world applications of machine learning (ML), it is essential that models make predictions based on well-generalizing features rather than spurious correlations in the data. The identification of such spurious co…

Disentanglement