paper-with-me

Papers

Security in the Fine-Tuning Lifecycle of Large Language Models: Threats, Defenses,Evaluation, and Future Directions

2026-05-24 · Wenjuan Li, Yitao Liu, Runze Chen, Rajkumar Buyya arxiv

Background: Fine-tuning is central to adapting pre-trained Large Language Models (LLMs) to downstream tasks, but its reliance on training data, parameter updates, and reusable components opens entry points for attackers. Threats have evolved from data poisoning and weight tampering to agent manipulation and interface exploitation, yet existing reviews lack a unified framework spanning the full fine-tuning lifecycle. Objective: This paper presents a systematic survey of LLM fine-tuning security and establishes a lifecycle-based framework for comparing attacks and defenses, complemented by unified empirical evaluation. Methods: We divide attack and defense mechanisms into three phases by intervention timing: pre-tuning, during-tuning, and post-tuning. Within each phase, strategies are reviewed and contrasted to expose their evolution and limitations. Representative methods are then evaluated under a unified model, hardware, and protocol setup, with cross-phase experiments pairing attacks and defenses from different phases. Results: Attack effectiveness is highly model-dependent and non-monotonic with scale: weight-editing attacks effective on earlier models lose impact on modern open-source LLMs; cross-lingual backdoor transfer, reported as near-perfect at larger scales, fails entirely on tested 1B-4B models; and purely benign samples can compromise safety alignment in instruction-tuned models. Single-phase defenses rarely generalize across phases, and defense effectiveness depends jointly on model architecture and alignment state. Conclusion: We identify key open problems (configuration-robust defense, cross-phase defense composition, and embedding-space attacks beyond behavioral assumptions) and propose concrete future research directions.

📄 PDF Abstract BibTeX arXiv:2605.25073

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Security-Oriented Lifecycle Model for Large Language Model Systems

2026-08-04 · Eleftherios Batzolis, George Drosatos, Vassilis Katsouros, Konstantinos Rantos arxiv

Large language models are being integrated into critical infrastructure and enterprise workflows at unprecedented scale,yet the lifecycle frameworks governing their development and operations were designed for operationa…

A Comprehensive Survey in LLM(-Agent) Full Stack Safety: Data, Training and Deployment

2025-04-22 · Kun Wang, Guibin Zhang, Zhenhong Zhou, Jiahao Wu 외

The remarkable success of Large Language Models (LLMs) has illuminated a promising pathway toward achieving Artificial General Intelligence for both academic and industrial communities, owing to their unprecedented perfo…

Model Editing

SecureReviewer: Enhancing Large Language Models for Secure Code Review through Secure-aware Fine-tuning

2025-10-30 · Fang Liu, Simiao Liu, Yinghao Zhu, Xiaoli Lian 외 arxiv

Identifying and addressing security issues during the early phase of the development lifecycle is critical for mitigating the long-term negative impacts on software systems. Code review serves as an effective practice th…

Federated Prompt Learning: A Unified Framework, Empirical Analysis, and Future Directions

2026-08-14 · Qinglin Yang, Chen Qiu, Hongyuan Zhang, Pengdeng Li 외 arxiv

Large language models (LLMs) have become core components of cloud-based intelligent services in academia and industry, yet their training and deployment are hindered by high computational costs, data centralization, and …

Federated Learning

AgentWard: A Lifecycle Security Architecture for Autonomous AI Agents

2026-04-27 · Yixiang Zhang, Xinhao Deng, Jiaqing Wu, Yue Xiao 외 arxiv

Autonomous AI agents extend large language models into full runtime systems that load skills, ingest external content, maintain memory, plan multi-step actions, and invoke privileged tools. In such systems, security fail…