Automatic Data Labeling for Software Vulnerability Prediction Models: How Far Are We?
Triet H. M. Le, M. Ali Babar
TL;DR
The paper investigates the quality and utility of auto-labeled software vulnerability data produced by D2A compared with traditional human-labeled VFC data. By curating OpenSSL and FFmpeg datasets and applying diverse code features and ML classifiers at the file level, it quantifies the noise in auto-labeled SVs and appraises their impact on predictive performance, including the role of noise-reduction techniques like Confident Learning. Key findings show that more than half of auto-labeled SVs are noisy and may not align with human-labeled ground truth, yet models trained on auto-labeled data can achieve substantial gains (up to MCC increases of around 0.22) and often outperform models trained only on human-labeled data, especially when data are combined. Noise-reduction methods improve robustness and can maintain strong performance with fewer auto-labeled samples, though care is needed to avoid discarding true vulnerabilities. The study offers evidence-based guidance on using auto-labeled SV data to scale SV prediction while highlighting avenues for improving labeling quality and noise handling in practice.
Abstract
Background: Software Vulnerability (SV) prediction needs large-sized and high-quality data to perform well. Current SV datasets mostly require expensive labeling efforts by experts (human-labeled) and thus are limited in size. Meanwhile, there are growing efforts in automatic SV labeling at scale. However, the fitness of auto-labeled data for SV prediction is still largely unknown. Aims: We quantitatively and qualitatively study the quality and use of the state-of-the-art auto-labeled SV data, D2A, for SV prediction. Method: Using multiple sources and manual validation, we curate clean SV data from human-labeled SV-fixing commits in two well-known projects for investigating the auto-labeled counterparts. Results: We discover that 50+% of the auto-labeled SVs are noisy (incorrectly labeled), and they hardly overlap with the publicly reported ones. Yet, SV prediction models utilizing the noisy auto-labeled SVs can perform up to 22% and 90% better in Matthews Correlation Coefficient and Recall, respectively, than the original models. We also reveal the promises and difficulties of applying noise-reduction methods for automatically addressing the noise in auto-labeled SV data to maximize the data utilization for SV prediction. Conclusions: Our study informs the benefits and challenges of using auto-labeled SVs, paving the way for large-scale SV prediction.
