lekssays commited on
Commit
860311c
·
verified ·
1 Parent(s): 407ecb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -1
README.md CHANGED
@@ -10,4 +10,39 @@ tags:
10
  - STIX standard
11
  - threat intelligence
12
  - MITRE ATT&CK
13
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  - STIX standard
11
  - threat intelligence
12
  - MITRE ATT&CK
13
+ ---
14
+
15
+ # QCRI/AZERG-T3-Mistral
16
+ This model is a fine-tuned version of `mistralai/Mistral-7B-Instruct-v0.3` specialized for `Task 3: Related Pair Detection`. It has been trained on the [QCRI/AZERG-Dataset](https://huggingface.co/datasets/QCRI/AZERG-Dataset) to determine if a semantic relationship exists between two STIX entities within a given context.
17
+
18
+ This is a specialist model designed for high performance on entity detection within the [AZERG framework](https://github.com/QCRI/azerg/).
19
+
20
+ ## Intended Use
21
+ Use this model to extract potential STIX entities from a given security text passage.
22
+
23
+ ## Example Prompt:
24
+
25
+ ```
26
+ Instruction:
27
+ You are a helpful threat intelligence analyst. Your task is to identify if the source entity and the target entity in the provided text passage are semantically related. To help you, we provide all the possible relationship labels between the source and target entities. If any label applies to the relationship, answer YES. Otherwise, answer NO. Answer in the following format: <related>YES or NO</related>
28
+
29
+ Input:
30
+ - Source Entity: [SOURCE ENTITY (ENTITY TYPE)]
31
+ - Target Entity: [TARGET ENTITY (ENTITY TYPE)]
32
+ - Possible Relationship Labels: [STIX RELATIONSHIP LABELS]
33
+ - Text Passage: [INPUT TEXT]
34
+
35
+ Response:
36
+ ```
37
+
38
+ ## Citation
39
+ If you use this model, please cite our paper:
40
+
41
+ ```
42
+ @article{lekssays2025azerg,
43
+ title={From Text to Actionable Intelligence: Automating STIX Entity and Relationship Extraction},
44
+ author={Lekssays, Ahmed and Sencar, Husrev Taha and Yu, Ting},
45
+ journal={arXiv preprint arXiv:2507.16576},
46
+ year={2025}
47
+ }
48
+ ```