paper-with-me

Papers

Evaluating Large Language Models for Security Bug Report Prediction

2026-01-30 · Farnaz Soltaniani, Shoaib Razzaq, Mohammad Ghafari arxiv

Early detection of security bug reports (SBRs) is critical for timely vulnerability mitigation. We present an evaluation of prompt-based engineering and fine-tuning approaches for predicting SBRs using Large Language Models (LLMs). Our findings reveal a distinct trade-off between the two approaches. Prompted proprietary models demonstrate the highest sensitivity to SBRs, achieving a G-measure of 77% and a recall of 74% on average across all the datasets, albeit at the cost of a higher false-positive rate, resulting in an average precision of only 22%. Fine-tuned models, by contrast, exhibit the opposite behavior, attaining a lower overall G-measure of 51% but substantially higher precision of 75% at the cost of reduced recall of 36%. Though a one-time investment in building fine-tuned models is necessary, the inference on the largest dataset is up to 50 times faster than that of proprietary models. These findings suggest that further investigations to harness the power of LLMs for SBR prediction are necessary.

📄 PDF Abstract BibTeX arXiv:2601.22921

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

aiXamine: Simplified LLM Safety and Security

2025-04-21 · Fatih Deniz, Dorde Popovic, Yazan Boshmaf, Euisuh Jeong 외

Evaluating Large Language Models (LLMs) for safety and security remains a complex task, often requiring users to navigate a fragmented landscape of ad hoc benchmarks, datasets, metrics, and reporting formats. To address …

2kAdversarial RobustnessFairnessHallucination+2

Assessing the Software Security Comprehension of Large Language Models

2025-12-24 · Mohammed Latif Siddiq, Natalie Sekerak, Antonio Karam, Maria Leal 외 arxiv

Large language models (LLMs) are increasingly used in software development, but their level of software security expertise remains unclear. This work systematically evaluates the security comprehension of five leading LL…

From Texts to Shields: Convergence of Large Language Models and Cybersecurity

2025-05-01 · Tao Li, Ya-Ting Yang, Yunian Pan, Quanyan Zhu

This report explores the convergence of large language models (LLMs) and cybersecurity, synthesizing interdisciplinary insights from network security, artificial intelligence, formal methods, and human-centered design. I…

Fairness

SemEval-2018 Task 8: Semantic Extraction from CybersecUrity REports using Natural Language Processing (SecureNLP)

2018-06-01 · SEMEVAL 2018 6 · Ph, Peter i, Amila Silva, Wei Lu

This paper describes the SemEval 2018 shared task on semantic extraction from cybersecurity reports, which is introduced for the first time as a shared task on SemEval. This task comprises four SubTasks done incrementall…

Malware Detection

Security Bug Report Prediction Within and Across Projects: A Comparative Study of BERT and Random Forest

2025-04-28 · Farnaz Soltaniani, Mohammad Ghafari, Mohammed Sayagh

Early detection of security bug reports (SBRs) is crucial for preventing vulnerabilities and ensuring system reliability. While machine learning models have been developed for SBR prediction, their predictive performance…