rmusab / vul-llm-finetune

Finetuning large language models (LLMs) for vulnerability detection
34 stars 5 forks source link

Finetuning Large Language Models for Vulnerability Detection

arXiv

This repository contains the necessary code for reproducing the experiments conducted in the paper "Finetuning Large Language Models for Vulnerability Detection": https://arxiv.org/abs/2401.17010

Folder structure

You can find the following folders in the root directory:

Citing our work

Please, make sure to use the following BibTeX entry when citing our work:

@misc{Shestov2024-finetunellmsvuldet,
      title={Finetuning Large Language Models for Vulnerability Detection}, 
      author={Alexey Shestov and Rodion Levichev and Ravil Mussabayev and Evgeny Maslov and Anton Cheshkov and Pavel Zadorozhny},
      year={2024},
      eprint={2401.17010},
      archivePrefix={arXiv},
      primaryClass={cs.CR},
      url={https://arxiv.org/abs/2401.17010}, 
}