File size: 1,045 Bytes
7d91967
63cfd77
7d91967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0572de5
 
 
 
861b51c
 
 
 
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
45
46
47
48
49
50
51
---
language: en
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: text
    dtype: string
  - name: entities
    list:
    - name: end_offset
      dtype: int64
    - name: id
      dtype: int64
    - name: label
      dtype: string
    - name: start_offset
      dtype: int64
  - name: relations
    list:
    - name: from_id
      dtype: int64
    - name: id
      dtype: int64
    - name: to_id
      dtype: int64
    - name: type
      dtype: string
  splits:
  - name: test
    num_bytes: 29518
    num_examples: 72
  - name: train
    num_bytes: 147723
    num_examples: 332
  - name: validation
    num_bytes: 36580
    num_examples: 76
  download_size: 119557
  dataset_size: 213821
---
# Dataset Card for "cyber-threat-intelligence_v2"

updated version of mrmoor/cyber-threat-intelligence

RE and NER Dataset for Cyber Threat Intelegence (CTI)

T5 Model trained on NYT and this dataset: Olec/cyber_rebel

This dataset only contains sentences with realtions.
Full dataset is available at mrmoor/cyber-threat-intelligence.