lekssays commited on
Commit
c09c6a9
1 Parent(s): 6c74aa0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: apache-2.0
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
+ ```