paper-with-me

홈 › Papers

Spurious Correlation Learning in Preference Optimization: Mechanisms, Consequences, and Mitigation via Tie Training

2026-05-11 · Christian Moya, Alex Semendinger, Guang Lin, Elliott Thornley arxiv

Preference learning methods like Direct Preference Optimization (DPO) are known to induce reliance on spurious correlations, leading to sycophancy and length bias in today's language models and potentially severe goal misgeneralization in future systems. In this work, we provide a unified theoretical analysis of this phenomenon, characterizing the mechanisms of spurious learning, its consequences on deployment, and a provable mitigation strategy. Focusing on log-linear policies, we show that standard preference-learning objectives induce reliance on spurious features at the population level through two channels: mean spurious bias and causal-spurious correlation leakage. We then show that this reliance creates an irreducible vulnerability to distribution shift: more data from the same training distribution fails to reduce the model's dependence on spurious features. To address this, we propose tie training, a data augmentation strategy using ties (equal-utility preference pairs) to introduce data-driven regularization. We demonstrate that this approach selectively reduces spurious learning without degrading causal learning. Finally, we validate our theory on log-linear models and provide empirical evidence that both the spurious learning mechanisms and the benefits of tie training persist for neural networks and large language models.

📄 PDF Abstract BibTeX arXiv:2605.11134

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Assessing Robustness to Spurious Correlations in Post-Training Language Models

2025-05-09 · Julia Shuieh, Prasann Singhal, Apaar Shanker, John Heyer 외

Supervised and preference-based fine-tuning techniques have become popular for aligning large language models (LLMs) with user intent and correctness criteria. However, real-world training data often exhibits spurious co…

Instruction FollowingMathematical ReasoningQuestion Answering

Distributionally Robust Optimization and Invariant Representation Learning for Addressing Subgroup Underrepresentation: Mechanisms and Limitations

2023-08-12 · Nilesh Kumar, Ruby Shrestha, Zhiyuan Li, Linwei Wang

Spurious correlation caused by subgroup underrepresentation has received increasing attention as a source of bias that can be perpetuated by deep neural networks (DNNs). Distributionally robust optimization has shown suc…

image-classificationImage ClassificationMedical Image ClassificationRepresentation Learning

MIMM-X: Disentangling Spurious Correlations for Medical Image Analysis

2025-11-28 · Louisa Fay, Hajer Reguigui, Bin Yang, Sergios Gatidis 외 arxiv

Deep learning models can excel on medical tasks, yet often experience spurious correlations, known as shortcut learning, leading to poor generalization in new environments. Particularly in medical imaging, where multiple…

Severing Spurious Correlations with Data Pruning

2025-03-24 · Varun Mulchandani, Jung-eun Kim

Deep neural networks have been shown to learn and rely on spurious correlations present in the data that they are trained on. Reliance on such correlations can cause these networks to malfunction when deployed in the rea…

Exploring and Addressing Reward Confusion in Offline Preference Learning

2024-07-22 · Xin Chen, Sam Toyer, Florian Shkurti

Spurious correlations in a reward model's training data can prevent Reinforcement Learning from Human Feedback (RLHF) from identifying the desired goal and induce unwanted behaviors. This paper shows that offline RLHF is…

Active Learningreinforcement-learning