SEJul 15

Rethinking the Capability of Fine-Tuned Language Models for Automated Vulnerability Repair

arXiv:2512.2263311.53 citationsh-index: 30
Predicted impact top 36% in SE · last 90 daysOriginality Incremental advance
AI Analysis

For researchers and practitioners in automated vulnerability repair, this work highlights critical flaws in current evaluation practices and model generalization, urging more rigorous benchmarks and evaluation methods.

The paper investigates whether fine-tuned language models for automated vulnerability repair truly learn robust repair patterns or overfit to training data. It finds that state-of-the-art models often rely on spurious features and fail to generalize to unseen vulnerabilities, and that match-based evaluation metrics are inadequate.

Learning-based automated vulnerability repair (AVR) techniques that utilize fine-tuned language models have shown promise in generating vulnerability patches. However, questions remain about their ability to repair unseen vulnerabilities. Our empirical study reveals that state-of-the-art models often overfit to the training set and are evaluated using training, validation, and test sets that are not mutually exclusive. Furthermore, relying on match-based metrics that compare generated patches to reference fixes at the token level has some limitations, failing to account for the possibility of various valid ways to patch the vulnerability. In this paper, we examine the capabilities of state-of-the-art fine-tuned AVR models and the adequacy of match-based evaluation metrics in three ways. First, we apply semantic-preserving transformations to test sets in order to determine whether models truly learn robust vulnerability-repair patterns or simply rely on spurious features. Second, we re-split the training, validation, and test sets to be mutually exclusive and evaluate the models on the revised test set to assess their generalization capabilities. Third, we introduce L-AVRBench, a test-based benchmark tailored for learning-based AVR, to overcome the limitations of match-based metrics and examine the AVR models' true repair capabilities.

Foundations

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

Your Notes