Update README.md
Browse files
README.md
CHANGED
@@ -68,10 +68,13 @@ Microsoft => ORG
|
|
68 |
|
69 |
The **AITSecNER** model was fine-tuned using the [urchade/gliner_small](https://huggingface.co/urchade/gliner_small) model from Hugging Face on the [priamai/AnnoCTR dataset](https://huggingface.co/datasets/priamai/AnnoCTR). For more details about the dataset, see the paper ["AnnoCTR: A Dataset for Detecting and Linking Entities, Tactics, and Techniques in Cyber Threat Reports"](https://arxiv.org/abs/2305.10472).
|
70 |
|
|
|
|
|
71 |
## About
|
72 |
|
73 |
**AITSecNER** leverages GLiNER to quickly and accurately extract cybersecurity-specific entities, making it highly suitable for tasks such as:
|
74 |
|
75 |
- Cyber threat intelligence analysis
|
76 |
- Incident response documentation
|
77 |
-
- Automated cybersecurity reporting
|
|
|
|
68 |
|
69 |
The **AITSecNER** model was fine-tuned using the [urchade/gliner_small](https://huggingface.co/urchade/gliner_small) model from Hugging Face on the [priamai/AnnoCTR dataset](https://huggingface.co/datasets/priamai/AnnoCTR). For more details about the dataset, see the paper ["AnnoCTR: A Dataset for Detecting and Linking Entities, Tactics, and Techniques in Cyber Threat Reports"](https://arxiv.org/abs/2305.10472).
|
70 |
|
71 |
+
GLiNER is described in detail in the paper ["GLiNER: Generalist Model for Named Entity Recognition using Bidirectional Transformer"](https://arxiv.org/abs/2311.08526).
|
72 |
+
|
73 |
## About
|
74 |
|
75 |
**AITSecNER** leverages GLiNER to quickly and accurately extract cybersecurity-specific entities, making it highly suitable for tasks such as:
|
76 |
|
77 |
- Cyber threat intelligence analysis
|
78 |
- Incident response documentation
|
79 |
+
- Automated cybersecurity reporting
|
80 |
+
|