English

Train in Vain: Functionality-Preserving Poisoning to Prevent Unauthorized Use of Code Datasets

Cryptography and Security 2026-04-27 v1 Software Engineering

Abstract

The widespread availability of large-scale code datasets has accelerated the development of code large language models (CodeLLMs), raising concerns about unauthorized dataset usage. Dataset poisoning offers a proactive defense by reducing the utility of such unauthorized training. However, existing poisoning methods often require full dataset poisoning and introduce transformations that break code compilability. In this paper, we introduce FunPoison, a functionality-preserving poisoning approach that injects short, compilable weak-use fragments into executed code paths. FunPoison leverages reusable statement-level templates with automatic repair and conservative safety checking to ensure side-effect freedom, while a type-aware synthesis module suppresses static analysis warnings and enhances stealth. Extensive experiments show that FunPoison achieves effective poisoning by contaminating only 10% of the dataset, while maintaining 100% compilability and functional correctness, and remains robust against various advanced code sanitization techniques.

Cite

@article{arxiv.2604.22291,
  title  = {Train in Vain: Functionality-Preserving Poisoning to Prevent Unauthorized Use of Code Datasets},
  author = {Yuan Xiao and Jiaming Wang and Yuchen Chen and Wei Song and Jun Sun and Shiqing Ma and Yanzhou Mu and Juan Zhai and Chunrong Fang and Jin Song Dong and Zhenyu Chen},
  journal= {arXiv preprint arXiv:2604.22291},
  year   = {2026}
}

Comments

Accepted to Findings of the Association for Computational Linguistics (ACL 2026). Code is available at: https://github.com/xiaoyuanpigo/FunPoison

R2 v1 2026-07-01T12:33:27.507Z