Pith. sign in

REVIEW 3 cited by

Generalization-Enhanced Code Vulnerability Detection via Multi-Task Instruction Fine-Tuning

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2406.03718 v1 pith:45PGI5RK submitted 2024-06-06 cs.CR cs.AIcs.CL

classification cs.CRcs.AIcs.CL
keywords vulnerabilitycodemodelstaskconstructdetectionfeaturesvulllm
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Code Pre-trained Models (CodePTMs) based vulnerability detection have achieved promising results over recent years. However, these models struggle to generalize as they typically learn superficial mapping from source code to labels instead of understanding the root causes of code vulnerabilities, resulting in poor performance in real-world scenarios beyond the training instances. To tackle this challenge, we introduce VulLLM, a novel framework that integrates multi-task learning with Large Language Models (LLMs) to effectively mine deep-seated vulnerability features. Specifically, we construct two auxiliary tasks beyond the vulnerability detection task. First, we utilize the vulnerability patches to construct a vulnerability localization task. Second, based on the vulnerability features extracted from patches, we leverage GPT-4 to construct a vulnerability interpretation task. VulLLM innovatively augments vulnerability classification by leveraging generative LLMs to understand complex vulnerability patterns, thus compelling the model to capture the root causes of vulnerabilities rather than overfitting to spurious features of a single task. The experiments conducted on six large datasets demonstrate that VulLLM surpasses seven state-of-the-art models in terms of effectiveness, generalization, and robustness.

Discussion (0). Sign in to comment.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. VulWeaver: Weaving Broken Semantics for Grounded Vulnerability Detection

    cs.SE 2026-04 unverdicted novelty 6.0 of 10

    VulWeaver improves Java vulnerability detection to 0.75 F1 by enhancing dependency graphs with LLM semantic fixes, extracting full context from slices plus implicit usage info, and applying type-specific meta-promptin...

  2. Uncovering Vulnerabilities of LLM-Assisted Cyber Threat Intelligence

    cs.CR 2025-09 conditional novelty 6.0 of 10

    LLMs assisting cyber threat intelligence fail mainly due to spurious correlations, contradictory knowledge, and constrained generalization that stem from the threat landscape itself.

  3. LLMxCPG: Context-Aware Vulnerability Detection Through Code Property Graph-Guided Large Language Models

    cs.CR 2025-07 conditional novelty 6.0 of 10

    LLMxCPG uses LLM-generated CPG queries to slice code down to vulnerability-relevant paths and a fine-tuned classifier to label those slices, outperforming several baselines on function-level and project-level datasets.

Pith tools