paper-with-me

Papers

On the Effectiveness of Instruction-Tuning Local LLMs for Identifying Software Vulnerabilities

2025-12-23 · Sangryu Park, Gihyuk Ko, Homook Cho arxiv

Large Language Models (LLMs) show significant promise in automating software vulnerability analysis, a critical task given the impact of security failure of modern software systems. However, current approaches in using LLMs to automate vulnerability analysis mostly rely on using online API-based LLM services, requiring the user to disclose the source code in development. Moreover, they predominantly frame the task as a binary classification(vulnerable or not vulnerable), limiting potential practical utility. This paper addresses these limitations by reformulating the problem as Software Vulnerability Identification (SVI), where LLMs are asked to output the type of weakness in Common Weakness Enumeration (CWE) IDs rather than simply indicating the presence or absence of a vulnerability. We also tackle the reliance on large, API-based LLMs by demonstrating that instruction-tuning smaller, locally deployable LLMs can achieve superior identification performance. In our analysis, instruct-tuning a local LLM showed better overall performance and cost trade-off than online API-based LLMs. Our findings indicate that instruct-tuned local models represent a more effective, secure, and practical approach for leveraging LLMs in real-world vulnerability management workflows.

📄 PDF Abstract BibTeX arXiv:2512.20062

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

Similar Papers 제목 키워드 기반

Towards Building the Federated GPT: Federated Instruction Tuning

2023-05-09 · Jianyi Zhang, Saeed Vahidian, Martin Kuo, Chunyuan Li 외

While "instruction-tuned" generative large language models (LLMs) have demonstrated an impressive ability to generalize to new tasks, the training phases heavily rely on large amounts of diverse and high-quality instruct…

Federated Learning

Temporal Grounding of Activities using Multimodal Large Language Models

2024-05-30 · Young Chol Song

Temporal grounding of activities, the identification of specific time intervals of actions within a larger event context, is a critical task in video understanding. Recent advancements in multimodal large language models…

Video Understanding

D3: Diversity, Difficulty, and Dependability-Aware Data Selection for Sample-Efficient LLM Instruction Tuning

2025-03-14 · Jia Zhang, Chen-Xi Zhang, Yao Liu, Yi-Xuan Jin 외

Recent advancements in instruction tuning for large language models (LLMs) suggest that a small, high-quality dataset can significantly equip LLMs with instruction-following capabilities, outperforming large datasets oft…

DiversityInstruction Following

Federated Data-Efficient Instruction Tuning for Large Language Models

2024-10-14 · Zhen Qin, Zhaomin Wu, Bingsheng He, Shuiguang Deng

Instruction tuning helps improve pretrained large language models (LLMs) in terms of the responsiveness to human instructions, which is benefited from diversified instruction data. Federated learning extends the sources …

Federated Learning

Aligning Instruction Tuning with Pre-training

2025-01-16 · Yiming Liang, Tianyu Zheng, Xinrun Du, Ge Zhang 외

Instruction tuning enhances large language models (LLMs) to follow human instructions across diverse tasks, relying on high-quality datasets to guide behavior. However, these datasets, whether manually curated or synthet…

Diversity