Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: sentence-similarity
|
| 3 |
+
tags:
|
| 4 |
+
- sentence-transformers
|
| 5 |
+
- feature-extraction
|
| 6 |
+
- sentence-similarity
|
| 7 |
+
- mitre_ttps
|
| 8 |
+
- security
|
| 9 |
+
- adversarial-threat-annotation
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
## monot5_AllDataSplit
|
| 14 |
+
This model is a T5-base reranker.
|
| 15 |
+
|
| 16 |
+
This is a model used in our work "Semantic Ranking for Automated Adversarial Technique Annotation in Security Text". The code is available at: [https://github.com/qcri/Text2TTP](https://github.com/qcri/Text2TTP)
|
| 17 |
+
|
| 18 |
+
## Citation
|
| 19 |
+
```
|
| 20 |
+
@article{kumarasinghe2024semantic,
|
| 21 |
+
title={Semantic Ranking for Automated Adversarial Technique Annotation in Security Text},
|
| 22 |
+
author={Kumarasinghe, Udesh and Lekssays, Ahmed and Sencar, Husrev Taha and Boughorbel, Sabri and Elvitigala, Charitha and Nakov, Preslav},
|
| 23 |
+
journal={arXiv preprint arXiv:2403.17068},
|
| 24 |
+
year={2024}
|
| 25 |
+
}
|
| 26 |
+
```
|