Skip to content

Commit 378c3bc

Browse files
authored
Merge pull request #135 from dessertlab/publications-journal-1777469066848
Add 2 entries to Journals
2 parents 10f4921 + 7ed29e9 commit 378c3bc

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

bib/journal/11091601.bib

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
@ARTICLE{11091601,
2+
author={Feng, Ruijun and Pearce, Hammond and Liguori, Pietro and Sui, Yulei},
3+
journal={ IEEE Transactions on Software Engineering },
4+
title={{ CGP-Tuning: Structure-Aware Soft Prompt Tuning for Code Vulnerability Detection }},
5+
year={2025},
6+
volume={51},
7+
number={09},
8+
ISSN={1939-3520},
9+
pages={2533-2548},
10+
abstract={ Large language models (LLMs) have been proposed as powerful tools for detecting software vulnerabilities, where task-specific fine-tuning is typically employed to provide vulnerability-specific knowledge to the LLMs. However, existing fine-tuning techniques often treat source code as plain text, losing the graph-based structural information inherent in code. Graph-enhanced soft prompt tuning addresses this by translating the structural information into contextual cues that the LLM can understand. However, current methods are primarily designed for general graph-related tasks and focus more on adjacency information, they fall short in preserving the rich semantic information (e.g., control/data flow) within code graphs. They also fail to ensure computational efficiency while capturing graph-text interactions in their cross-modal alignment module. This paper presents CGP-Tuning, a new code graph-enhanced, structure-aware soft prompt tuning method for vulnerability detection. CGP-Tuning introduces type-aware embeddings to capture the rich semantic information within code graphs, along with an efficient cross-modal alignment module that achieves linear computational costs while incorporating graph-text interactions. It is evaluated on the latest DiverseVul dataset and three advanced open-source code LLMs, CodeLlama, CodeGemma, and Qwen2.5-Coder. Experimental results show that CGP-Tuning delivers model-agnostic improvements and maintains practical inference speed, surpassing the best graph-enhanced soft prompt tuning baseline by an average of four percentage points and outperforming non-tuned zero-shot prompting by 15 percentage points. },
11+
keywords={Codes;Tuning;Source coding;Semantics;Computational efficiency;Graph neural networks;Large language models;Computational modeling;Training;Static analysis},
12+
doi={10.1109/TSE.2025.3591934},
13+
url = {https://doi.ieeecomputersociety.org/10.1109/TSE.2025.3591934},
14+
publisher={IEEE Computer Society},
15+
address={Los Alamitos, CA, USA},
16+
month=sep}}

bib/journal/cinque2025cosmos.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@article{cinque2025cosmos,
2+
title={COSMOS: A Fault Injection Framework to Assess Hardware-Assisted Hypervisors},
3+
author={Cinque, Marcello and Cotroneo, Domenico and De Rosa, Giuseppe and De Simone, Luigi and Farina, Giorgio},
4+
journal={IEEE Transactions on Dependable and Secure Computing},
5+
year={2025},
6+
publisher={IEEE}
7+
}

0 commit comments

Comments
 (0)