LGAIMay 22, 2025

MixAT: Combining Continuous and Discrete Adversarial Training for LLMs

arXiv:2505.16947v210 citationsh-index: 64Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of building safer LLMs against adversarial attacks, offering a principled robustness-accuracy tradeoff with minimal computational overhead, though it appears incremental in combining existing training approaches.

The paper tackles the problem of adversarial attacks on Large Language Models (LLMs) by introducing MixAT, a method that combines discrete and continuous adversarial training. The result shows MixAT achieves substantially better robustness with an At Least One Attack Success Rate (ALO-ASR) below 20%, compared to prior defenses above 50%, while maintaining comparable runtime to continuous-only methods.

Despite recent efforts in Large Language Model (LLM) safety and alignment, current adversarial attacks on frontier LLMs can still consistently force harmful generations. Although adversarial training has been widely studied and shown to significantly improve the robustness of traditional machine learning models, its strengths and weaknesses in the context of LLMs are less understood. Specifically, while existing discrete adversarial attacks are effective at producing harmful content, training LLMs with concrete adversarial prompts is often computationally expensive, leading to reliance on continuous relaxations. At the same time, despite their effectiveness and generalization capabilities, training with continuous perturbations does not always capture the full spectrum of vulnerabilities exploited by discrete attacks. In this work, we aim to bridge this gap by introducing MixAT, a novel method that combines stronger discrete and faster continuous attacks during training. We rigorously evaluate MixAT across a wide spectrum of state-of-the-art attacks, proposing the At Least One Attack Success Rate (ALO-ASR) metric to capture the worst-case vulnerability of models. We show MixAT achieves substantially better robustness (ALO-ASR < 20%) compared to prior defenses (ALO-ASR > 50%), while maintaining a runtime comparable to methods based on continuous relaxations. We further analyze MixAT in realistic deployment settings, exploring how chat templates, quantization, low-rank adapters, and temperature affect both adversarial training and evaluation, revealing additional blind spots in current methodologies. Our results demonstrate that MixAT's discrete-continuous defense offers a principled and superior robustness-accuracy tradeoff with minimal computational overhead, highlighting its promise for building safer LLMs. We provide our code and models at https://github.com/insait-institute/MixAT.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes