Sana9 commited on
Commit
13548c0
Β·
verified Β·
1 Parent(s): a143872

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -6
README.md CHANGED
@@ -13,14 +13,31 @@ base_model: ehsanaghaei/SecureBERT
13
 
14
  # SecureBERT β€” MITRE ATT&CK Classifier
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  Part of the **CVE-LMTune** model suite β€” language models fine-tuned for multi-taxonomy vulnerability classification.
17
 
18
  ## Paper
19
 
20
- > Franco Terranova, Sana Rekbi, Abdelkader Lahmadi, Isabelle Chrisment. *Multi-Taxonomy Vulnerability Classification with Hierarchically Finetuned Language Models.* DIMVA '26.
21
-
22
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
23
- [![Zenodo](https://img.shields.io/badge/Zenodo-Data%20%26%20Models-lightblue)](https://zenodo.org/records/17368476)
24
 
25
  ## Task
26
 
@@ -68,5 +85,14 @@ with torch.no_grad():
68
 
69
  ## Related Resources
70
 
71
- - πŸ€— [Full model suite](https://huggingface.co/Sana9)
72
- - πŸ“¦ [Zenodo data & logs](https://zenodo.org/records/17368476)
 
 
 
 
 
 
 
 
 
 
13
 
14
  # SecureBERT β€” MITRE ATT&CK Classifier
15
 
16
+ [![PhD theses.fr](https://img.shields.io/badge/Project-theses.fr-orange?logo=university&logoColor=white)](https://theses.fr/s371241)
17
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
18
+ [![Zenodo Data](https://img.shields.io/badge/Zenodo-Data%20Repository-lightblue?logo=information&logoColor=white)](https://doi.org/10.5281/zenodo.16936476)
19
+ [![Zenodo Code](https://img.shields.io/badge/Zenodo-Code%20Repository-blue?logo=information&logoColor=white)](https://zenodo.org/records/17368476)
20
+ [![GitHub](https://img.shields.io/badge/GitHub-CVE--LMTune-black?logo=github)](https://github.com/terranovafr/CVE-LMTune)
21
+ [![BIL INRIA](https://img.shields.io/badge/BIL%20INRIA-Software%20Protection-darkgreen)](https://bil.inria.fr/fr/software/view/5788/tablA)
22
+
23
+ <div align="center">
24
+ <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Logo_Universit%C3%A9_de_Lorraine.svg/1280px-Logo_Universit%C3%A9_de_Lorraine.svg.png" alt="Universite de Lorraine" height="50"/>
25
+ &nbsp;&nbsp;
26
+ <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/Inr_logo_rouge.svg/1280px-Inr_logo_rouge.svg.png" alt="INRIA" height="50"/>
27
+ &nbsp;&nbsp;
28
+ <img src="https://upload.wikimedia.org/wikipedia/fr/6/6e/Logo_loria_abrege_couleur.png" alt="LORIA" height="70"/>
29
+ &nbsp;&nbsp;
30
+ <img src="https://www.pepr-cybersecurite.fr/wp-content/uploads/2023/09/pep-cybersecurite-550x250-1.png" alt="SuperViZ" height="70"/>
31
+ </div>
32
+ <br>
33
+
34
  Part of the **CVE-LMTune** model suite β€” language models fine-tuned for multi-taxonomy vulnerability classification.
35
 
36
  ## Paper
37
 
38
+ > Franco Terranova, Sana Rekbi, Abdelkader Lahmadi, Isabelle Chrisment.
39
+ > *Multi-Taxonomy Vulnerability Classification with Hierarchically Finetuned Language Models.*
40
+ > The 23rd Conference on Detection of Intrusions and Malware & Vulnerability Assessment **(DIMVA '26)**.
 
41
 
42
  ## Task
43
 
 
85
 
86
  ## Related Resources
87
 
88
+ - πŸ€— [Full model suite on Hugging Face](https://huggingface.co/Sana9)
89
+ - πŸ’» [CVE-LMTune β€” Training code (GitHub)](https://github.com/terranovafr/CVE-LMTune)
90
+ - πŸ“¦ [Zenodo β€” Data repository](https://doi.org/10.5281/zenodo.16936476)
91
+ - πŸ“¦ [Zenodo β€” Code repository](https://zenodo.org/records/17368476)
92
+ - πŸ”’ [BIL INRIA β€” Software protection](https://bil.inria.fr/fr/software/view/5788/tablA)
93
+
94
+ ## Disclaimers
95
+
96
+ - This product uses the NVD API but is not endorsed or certified by the NVD.
97
+ - This project relies on data publicly available from the CWE, CAPEC, and MITRE ATT&CK projects.
98
+ - This work has been partially supported by the French National Research Agency under the France 2030 label (Superviz ANR-22-PECY-0008). The views reflected herein do not necessarily reflect the opinion of the French government.