Unified Defense for Large Language Models against Jailbreak and Fine-Tuning Attacks in Education
Xin Yi, Yue Li, Dongsheng Shi, Linlin Wang, Xiaoling Wang, Liang He
TL;DR
The paper tackles the safety challenges of deploying educational LLMs by introducing EduHarm, a domain-specific benchmark for safe–unsafe instructions across five educational scenarios, and proposes a unified defense framework (TSSF) to counter both jailbreak and fine-tuning attacks. TSSF combines safety-aware attention realignment, layer-wise safety judgment, and defense-driven dual routing to restore harmfulness signals, detect unsafe inputs across layers, and adaptively route queries through safe or guarded pathways. Empirical results across multiple models and eight jailbreak strategies, plus three fine-tuning datasets, show that TSSF substantially reduces attack success rates while preserving benign task performance and keeping inference overhead within practical limits. The work provides a practical, scalable approach to educational LLM safety with strong generalization across architectures and attack types, holding significant potential for safer AI-assisted learning environments.
Abstract
Large Language Models (LLMs) are increasingly integrated into educational applications. However, they remain vulnerable to jailbreak and fine-tuning attacks, which can compromise safety alignment and lead to harmful outputs. Existing studies mainly focus on general safety evaluations, with limited attention to the unique safety requirements of educational scenarios. To address this gap, we construct EduHarm, a benchmark containing safe-unsafe instruction pairs across five representative educational scenarios, enabling systematic safety evaluation of educational LLMs. Furthermore, we propose a three-stage shield framework (TSSF) for educational LLMs that simultaneously mitigates both jailbreak and fine-tuning attacks. First, safety-aware attention realignment redirects attention toward critical unsafe tokens, thereby restoring the harmfulness feature that discriminates between unsafe and safe inputs. Second, layer-wise safety judgment identifies harmfulness features by aggregating safety cues across multiple layers to detect unsafe instructions. Finally, defense-driven dual routing separates safe and unsafe queries, ensuring normal processing for benign inputs and guarded responses for harmful ones. Extensive experiments across eight jailbreak attack strategies demonstrate that TSSF effectively strengthens safety while preventing over-refusal of benign queries. Evaluations on three fine-tuning attack datasets further show that it consistently achieves robust defense against harmful queries while maintaining preserving utility gains from benign fine-tuning.
