Text Classification
Transformers
Safetensors
roberta
Generated from Trainer
cedricbonhomme commited on
Commit
c7ebeb8
·
verified ·
1 Parent(s): 903f7b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -16,12 +16,16 @@ datasets:
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
  should probably proofread and complete it, then remove this comment. -->
18
 
19
- # vulnerability-severity-classification-roberta-base
20
 
21
  # Severity classification
22
 
23
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the dataset [CIRCL/vulnerability-scores](https://huggingface.co/datasets/CIRCL/vulnerability-scores).
24
 
 
 
 
 
25
  You can read [this page](https://www.vulnerability-lookup.org/user-manual/ai/) for more information.
26
 
27
  This model is cited in arxiv.org/abs/2507.03607.
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
  should probably proofread and complete it, then remove this comment. -->
18
 
19
+ # VLAI: A RoBERTa-Based Model for Automated Vulnerability Severity Classification
20
 
21
  # Severity classification
22
 
23
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the dataset [CIRCL/vulnerability-scores](https://huggingface.co/datasets/CIRCL/vulnerability-scores).
24
 
25
+ The model was presented in the paper [VLAI: A RoBERTa-Based Model for Automated Vulnerability Severity Classification](https://huggingface.co/papers/2507.03607).
26
+
27
+ **Abstract:** VLAI is a transformer-based model that predicts software vulnerability severity levels directly from text descriptions. Built on RoBERTa, VLAI is fine-tuned on over 600,000 real-world vulnerabilities and achieves over 82% accuracy in predicting severity categories, enabling faster and more consistent triage ahead of manual CVSS scoring. The model and dataset are open-source and integrated into the Vulnerability-Lookup service.
28
+
29
  You can read [this page](https://www.vulnerability-lookup.org/user-manual/ai/) for more information.
30
 
31
  This model is cited in arxiv.org/abs/2507.03607.