Update dataset card
Browse files
README.md
CHANGED
|
@@ -9,36 +9,6 @@ tags:
|
|
| 9 |
- severity-classification
|
| 10 |
size_categories:
|
| 11 |
- 100K-1M
|
| 12 |
-
dataset_info:
|
| 13 |
-
features:
|
| 14 |
-
- name: id
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: title
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: description
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: severity
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: cve_id
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: source
|
| 25 |
-
dtype: string
|
| 26 |
-
splits:
|
| 27 |
-
- name: train
|
| 28 |
-
num_bytes: 48309260
|
| 29 |
-
num_examples: 115711
|
| 30 |
-
- name: test
|
| 31 |
-
num_bytes: 5367788
|
| 32 |
-
num_examples: 12857
|
| 33 |
-
download_size: 24971792
|
| 34 |
-
dataset_size: 53677048
|
| 35 |
-
configs:
|
| 36 |
-
- config_name: default
|
| 37 |
-
data_files:
|
| 38 |
-
- split: train
|
| 39 |
-
path: data/train-*
|
| 40 |
-
- split: test
|
| 41 |
-
path: data/test-*
|
| 42 |
---
|
| 43 |
|
| 44 |
# Vulnerability-CNVD
|
|
@@ -98,3 +68,10 @@ CNVD reuses boilerplate descriptions across different vulnerability IDs (product
|
|
| 98 |
## Related models
|
| 99 |
|
| 100 |
- [CIRCL/vulnerability-severity-classification-chinese-macbert-base](https://huggingface.co/CIRCL/vulnerability-severity-classification-chinese-macbert-base) — severity classifier trained on this dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
- severity-classification
|
| 10 |
size_categories:
|
| 11 |
- 100K-1M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Vulnerability-CNVD
|
|
|
|
| 68 |
## Related models
|
| 69 |
|
| 70 |
- [CIRCL/vulnerability-severity-classification-chinese-macbert-base](https://huggingface.co/CIRCL/vulnerability-severity-classification-chinese-macbert-base) — severity classifier trained on this dataset
|
| 71 |
+
|
| 72 |
+
## References
|
| 73 |
+
|
| 74 |
+
- [Vulnerability-Lookup](https://vulnerability.circl.lu) — the vulnerability data source
|
| 75 |
+
- [VulnTrain](https://github.com/vulnerability-lookup/VulnTrain) — training pipeline
|
| 76 |
+
- [ML-Gateway](https://github.com/vulnerability-lookup/ML-Gateway) — inference API
|
| 77 |
+
- [VLAI paper](https://arxiv.org/abs/2507.03607) — Bonhomme, C., Dulaunoy, A. (2025)
|