paper-with-me

홈 › Papers

Cascading Adversarial Bias from Injection to Distillation in Language Models

2025-05-30 · Harsh Chaudhari, Jamie Hayes, Matthew Jagielski, Ilia Shumailov, Milad Nasr, Alina Oprea

Model distillation has become essential for creating smaller, deployable language models that retain larger system capabilities. However, widespread deployment raises concerns about resilience to adversarial manipulation. This paper investigates vulnerability of distilled models to adversarial injection of biased content during training. We demonstrate that adversaries can inject subtle biases into teacher models through minimal data poisoning, which propagates to student models and becomes significantly amplified. We propose two propagation modes: Untargeted Propagation, where bias affects multiple tasks, and Targeted Propagation, focusing on specific tasks while maintaining normal behavior elsewhere. With only 25 poisoned samples (0.25% poisoning rate), student models generate biased responses 76.9% of the time in targeted scenarios - higher than 69.4% in teacher models. For untargeted propagation, adversarial bias appears 6x-29x more frequently in student models on unseen tasks. We validate findings across six bias types (targeted advertisements, phishing links, narrative manipulations, insecure coding practices), various distillation methods, and different modalities spanning text and code generation. Our evaluation reveals shortcomings in current defenses - perplexity filtering, bias detection systems, and LLM-based autorater frameworks - against these attacks. Results expose significant security vulnerabilities in distilled models, highlighting need for specialized safeguards. We propose practical design principles for building effective adversarial bias mitigation strategies.

📄 PDF Abstract BibTeX arXiv:2505.24842

Code (0)

등록된 구현이 없습니다.

Tasks

Bias DetectionCode GenerationData Poisoning

Similar Papers 제목 키워드 기반

Federated Hybrid Training and Self-Adversarial Distillation: Towards Robust Edge Networks

2024-12-26 · Yu Qiao, Apurba Adhikary, Kitae Kim, Eui-Nam Huh 외

Federated learning (FL) is a distributed training technology that enhances data privacy in mobile edge networks by allowing data owners to collaborate without transmitting raw data to the edge server. However, data heter…

Data AugmentationFederated Learning

Safeguarding Facial Identity against Diffusion-based Face Swapping via Cascading Pathway Disruption

2026-01-21 · Liqin Wang, Qianyue Hu, Wei Lu, Xiangyang Luo arxiv

The rapid evolution of diffusion models has democratized face swapping but also raises concerns about privacy and identity security. Existing proactive defenses, often adapted from image editing attacks, prove ineffectiv…

Face SwappingImage Editing

Unified Threat Detection and Mitigation Framework (UTDMF): Combating Prompt Injection, Deception, and Bias in Enterprise-Scale Transformers

2025-10-06 · Santhosh KumarRavindran arxiv

The rapid adoption of large language models (LLMs) in enterprise systems exposes vulnerabilities to prompt injection attacks, strategic deception, and biased outputs, threatening security, trust, and fairness. Extending …

Towards Unifying Quantitative Security Benchmarking for Multi Agent Systems

2025-07-23 · Gauri Sharma, Vidhi Kulkarni, Miles King, Ken Huang arxiv

Evolving AI systems increasingly deploy multi-agent architectures where autonomous agents collaborate, share information, and delegate tasks through developing protocols. This connectivity, while powerful, introduces nov…

Adversarial Signed Graph Learning with Differential Privacy

2025-11-29 · Haobin Ke, Sen Zhang, Qingqing Ye, Xun Ran 외 arxiv

Signed graphs with positive and negative edges can model complex relationships in social networks. Leveraging on balance theory that deduces edge signs from multi-hop node pairs, signed graph learning can generate node e…

Graph Learning