xamxte commited on
Commit
20d5590
·
verified ·
1 Parent(s): 9710528

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -181,12 +181,18 @@ This model predicts **specific (child) CWE categories** where possible. For exam
181
  - **Description-based**: Uses only the text description, not CVSS scores, CPE, or other metadata.
182
  - **Single-label**: Predicts one CWE per CVE, though some vulnerabilities may involve multiple weakness types.
183
 
 
 
 
 
184
  ## Citation
185
 
186
  ```bibtex
187
- @model{cve_to_cwe_classifier_2025,
188
- title={CWE Classifier (RoBERTa-base)},
189
- year={2025},
 
 
190
  url={https://huggingface.co/xamxte/cwe-classifier-roberta-base}
191
  }
192
  ```
 
181
  - **Description-based**: Uses only the text description, not CVSS scores, CPE, or other metadata.
182
  - **Single-label**: Predicts one CWE per CVE, though some vulnerabilities may involve multiple weakness types.
183
 
184
+ ## Paper
185
+
186
+ 📄 **[Fine-tuning RoBERTa for CVE-to-CWE Classification: A 125M Parameter Model Competitive with LLMs](https://arxiv.org/abs/2603.14911)**
187
+
188
  ## Citation
189
 
190
  ```bibtex
191
+ @article{mosievskiy2026cwe,
192
+ title={Fine-tuning RoBERTa for CVE-to-CWE Classification: A 125M Parameter Model Competitive with LLMs},
193
+ author={Mosievskiy, Nikita},
194
+ journal={arXiv preprint arXiv:2603.14911},
195
+ year={2026}
196
  url={https://huggingface.co/xamxte/cwe-classifier-roberta-base}
197
  }
198
  ```