English

From Data to Behavior: Predicting Unintended Model Behaviors Before Training

Machine Learning 2026-02-05 v1 Artificial Intelligence Computation and Language Computers and Society Information Retrieval

Abstract

Large Language Models (LLMs) can acquire unintended biases from seemingly benign training data even without explicit cues or malicious content. Existing methods struggle to detect such risks before fine-tuning, making post hoc evaluation costly and inefficient. To address this challenge, we introduce Data2Behavior, a new task for predicting unintended model behaviors prior to training. We also propose Manipulating Data Features (MDF), a lightweight approach that summarizes candidate data through their mean representations and injects them into the forward pass of a base model, allowing latent statistical signals in the data to shape model activations and reveal potential biases and safety risks without updating any parameters. MDF achieves reliable prediction while consuming only about 20% of the GPU resources required for fine-tuning. Experiments on Qwen3-14B, Qwen2.5-32B-Instruct, and Gemma-3-12b-it confirm that MDF can anticipate unintended behaviors and provide insight into pre-training vulnerabilities.

Keywords

Cite

@article{arxiv.2602.04735,
  title  = {From Data to Behavior: Predicting Unintended Model Behaviors Before Training},
  author = {Mengru Wang and Zhenqian Xu and Junfeng Fang and Yunzhi Yao and Shumin Deng and Huajun Chen and Ningyu Zhang},
  journal= {arXiv preprint arXiv:2602.04735},
  year   = {2026}
}

Comments

Work in progress

R2 v1 2026-07-01T09:36:14.721Z