File size: 1,025 Bytes
e28dbb7 6bf35a8 e28dbb7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
---
pipeline_tag: text2text-generation
tags:
- STIX
- NER
- RE
- CTI
- cyber threat intelligence
metrics:
- f1: 0.34163032380169717
- recall : 0.37442129629629634
- precision : 0.3141203703703703
---
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
- Model to extract Relations from cyber threat intelligence(CTI) text.
- Standalone Model:
- **Developed by:** Leon Lukas
- **Model type:** seq2seq
- **Language(s) (NLP): English
- **Finetuned from model : mrmoor/cti-t5-RE-NYT (T5 model trained on NYT RE)
### Metrics test set
- precision: 0.3141203703703703
- recall: 0.37442129629629634,
- f1 : 0.34163032380169717
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** https://github.com/l0renor/Relation-Extraction-and-Knowledge-Graph-Generation-on-MISP-Event-Reports
- **Paper [optional]:** https://github.com/l0renor/Relation-Extraction-and-Knowledge-Graph-Generation-on-MISP-Event-Reports |