Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,25 @@ tags:
|
|
11 |
- Adversarial Techniques Annotation
|
12 |
- Threat Intelligence
|
13 |
- Security
|
14 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
- Adversarial Techniques Annotation
|
12 |
- Threat Intelligence
|
13 |
- Security
|
14 |
+
---
|
15 |
+
|
16 |
+
|
17 |
+
# TechniqueRAG
|
18 |
+
TechniqueRAG: Retrieval Augmented Generation for Adversarial Technique Annotation in Cyber Threat Intelligence Text
|
19 |
+
|
20 |
+
**Code**:
|
21 |
+
- [TechniqueRAG](https://gthub.com/qcri/TechniqueRAG)
|
22 |
+
|
23 |
+
**Citation**:
|
24 |
+
|
25 |
+
```
|
26 |
+
@misc{lekssays2025techniqueragretrievalaugmentedgeneration,
|
27 |
+
title={TechniqueRAG: Retrieval Augmented Generation for Adversarial Technique Annotation in Cyber Threat Intelligence Text},
|
28 |
+
author={Ahmed Lekssays and Utsav Shukla and Husrev Taha Sencar and Md Rizwan Parvez},
|
29 |
+
year={2025},
|
30 |
+
eprint={2505.11988},
|
31 |
+
archivePrefix={arXiv},
|
32 |
+
primaryClass={cs.CR},
|
33 |
+
url={https://arxiv.org/abs/2505.11988},
|
34 |
+
}
|
35 |
+
```
|