rmusab / vul-llm-finetune

Finetuning large language models (LLMs) for vulnerability detection
21 stars 4 forks source link

Finetuning Large Language Models for Vulnerability Detection

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{shestov2024finetuning,
      title={Finetuning Large Language Models for Vulnerability Detection}, 
      author={Alexey Shestov and Anton Cheshkov and Rodion Levichev and Ravil Mussabayev and Pavel Zadorozhny and Evgeny Maslov and Chibirev Vadim and Egor Bulychev},
      year={2024},
      eprint={2401.17010},
      archivePrefix={arXiv},
      primaryClass={cs.CR}
}