QCRI
/

lekssays commited on
Commit
6fe1823
·
verified ·
1 Parent(s): d47b86f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -10,4 +10,37 @@ 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-T2-Mistral
16
+ This model is a fine-tuned version of `mistralai/Mistral-7B-Instruct-v0.3` specialized for `Task 2: STIX Entity Type Identification`. It has been trained on the [QCRI/AZERG-Dataset](https://huggingface.co/datasets/QCRI/AZERG-Dataset) to classify a given entity into one of the predefined STIX entity types (e.g., Malware, Tool, Threat-Actor).
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 assign a STIX entity type to the given Entity in the input. To help you, here is a list of the possible STIX entity types. [STIX ENTITY TYPES] Choose STIX ENTITY TYPE from list of possible answers: ["ATTACK_PATTERN", "CAMPAIGN", "COURSE_OF_ACTION", "IDENTITY", "INDICATOR", "INFRASTRUCTURE", "LOCATION", "MALWARE", "THREAT_ACTOR", "TOOL", "VULNERABILITY"]. Answer in the following format: <entity_type>ONE OF STIX ENTITY TYPES</entity_type>
28
+
29
+ Input:
30
+ - Entity: [TARGET ENTITY]
31
+ - Text Passage: [INPUT TEXT]
32
+
33
+ Response:
34
+ ```
35
+
36
+ ## Citation
37
+ If you use this model, please cite our paper:
38
+
39
+ ```
40
+ @article{lekssays2025azerg,
41
+ title={From Text to Actionable Intelligence: Automating STIX Entity and Relationship Extraction},
42
+ author={Lekssays, Ahmed and Sencar, Husrev Taha and Yu, Ting},
43
+ journal={arXiv preprint arXiv:2507.16576},
44
+ year={2025}
45
+ }
46
+ ```