MinhTriet commited on
Commit
38f3b8b
·
verified ·
1 Parent(s): d938c3d

Upload folder using huggingface_hub

Browse files
ai4privacy/SpanBased-CustomDeBERTa/classification_report.json ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "AGE": {
3
+ "precision": 0.0,
4
+ "recall": 0.0,
5
+ "f1-score": 0.0,
6
+ "support": 4
7
+ },
8
+ "BUILDINGNUM": {
9
+ "precision": 0.0,
10
+ "recall": 0.0,
11
+ "f1-score": 0.0,
12
+ "support": 8
13
+ },
14
+ "CITY": {
15
+ "precision": 0.0,
16
+ "recall": 0.0,
17
+ "f1-score": 0.0,
18
+ "support": 21
19
+ },
20
+ "CREDITCARDNUMBER": {
21
+ "precision": 0.0,
22
+ "recall": 0.0,
23
+ "f1-score": 0.0,
24
+ "support": 2
25
+ },
26
+ "DATE": {
27
+ "precision": 0.0,
28
+ "recall": 0.0,
29
+ "f1-score": 0.0,
30
+ "support": 16
31
+ },
32
+ "DRIVERLICENSENUM": {
33
+ "precision": 0.0,
34
+ "recall": 0.0,
35
+ "f1-score": 0.0,
36
+ "support": 1
37
+ },
38
+ "EMAIL": {
39
+ "precision": 0.0,
40
+ "recall": 0.0,
41
+ "f1-score": 0.0,
42
+ "support": 10
43
+ },
44
+ "GENDER": {
45
+ "precision": 0.0,
46
+ "recall": 0.0,
47
+ "f1-score": 0.0,
48
+ "support": 3
49
+ },
50
+ "GIVENNAME": {
51
+ "precision": 0.0,
52
+ "recall": 0.0,
53
+ "f1-score": 0.0,
54
+ "support": 91
55
+ },
56
+ "IDCARDNUM": {
57
+ "precision": 0.0,
58
+ "recall": 0.0,
59
+ "f1-score": 0.0,
60
+ "support": 11
61
+ },
62
+ "PASSPORTNUM": {
63
+ "precision": 0.0,
64
+ "recall": 0.0,
65
+ "f1-score": 0.0,
66
+ "support": 4
67
+ },
68
+ "SOCIALNUM": {
69
+ "precision": 0.0,
70
+ "recall": 0.0,
71
+ "f1-score": 0.0,
72
+ "support": 5
73
+ },
74
+ "STREET": {
75
+ "precision": 0.0,
76
+ "recall": 0.0,
77
+ "f1-score": 0.0,
78
+ "support": 10
79
+ },
80
+ "SURNAME": {
81
+ "precision": 0.0,
82
+ "recall": 0.0,
83
+ "f1-score": 0.0,
84
+ "support": 35
85
+ },
86
+ "TELEPHONENUM": {
87
+ "precision": 0.0,
88
+ "recall": 0.0,
89
+ "f1-score": 0.0,
90
+ "support": 13
91
+ },
92
+ "TIME": {
93
+ "precision": 0.0,
94
+ "recall": 0.0,
95
+ "f1-score": 0.0,
96
+ "support": 12
97
+ },
98
+ "TITLE": {
99
+ "precision": 0.0,
100
+ "recall": 0.0,
101
+ "f1-score": 0.0,
102
+ "support": 8
103
+ },
104
+ "ZIPCODE": {
105
+ "precision": 0.0,
106
+ "recall": 0.0,
107
+ "f1-score": 0.0,
108
+ "support": 9
109
+ },
110
+ "OVERALL_MICRO": {
111
+ "precision": 0.0,
112
+ "recall": 0.0,
113
+ "f1-score": 0.0,
114
+ "support": 263
115
+ },
116
+ "OVERALL_MACRO": {
117
+ "precision": 0.0,
118
+ "recall": 0.0,
119
+ "f1-score": 0.0,
120
+ "support": 263
121
+ },
122
+ "OVERALL_WEIGHTED": {
123
+ "precision": 0.0,
124
+ "recall": 0.0,
125
+ "f1-score": 0.0,
126
+ "support": 263
127
+ }
128
+ }
ai4privacy/SpanBased-CustomDeBERTa/config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "bos_token_id": null,
4
+ "eos_token_id": null,
5
+ "hidden_act": "gelu",
6
+ "hidden_dropout_prob": 0.1,
7
+ "hidden_size": 768,
8
+ "id2label": {
9
+ "0": "O",
10
+ "1": "AGE",
11
+ "2": "BUILDINGNUM",
12
+ "3": "CITY",
13
+ "4": "CREDITCARDNUMBER",
14
+ "5": "DATE",
15
+ "6": "DRIVERLICENSENUM",
16
+ "7": "EMAIL",
17
+ "8": "GENDER",
18
+ "9": "GIVENNAME",
19
+ "10": "IDCARDNUM",
20
+ "11": "PASSPORTNUM",
21
+ "12": "SOCIALNUM",
22
+ "13": "STREET",
23
+ "14": "SURNAME",
24
+ "15": "TAXNUM",
25
+ "16": "TELEPHONENUM",
26
+ "17": "TIME",
27
+ "18": "TITLE",
28
+ "19": "ZIPCODE"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "label2id": {
33
+ "AGE": 1,
34
+ "BUILDINGNUM": 2,
35
+ "CITY": 3,
36
+ "CREDITCARDNUMBER": 4,
37
+ "DATE": 5,
38
+ "DRIVERLICENSENUM": 6,
39
+ "EMAIL": 7,
40
+ "GENDER": 8,
41
+ "GIVENNAME": 9,
42
+ "IDCARDNUM": 10,
43
+ "O": 0,
44
+ "PASSPORTNUM": 11,
45
+ "SOCIALNUM": 12,
46
+ "STREET": 13,
47
+ "SURNAME": 14,
48
+ "TAXNUM": 15,
49
+ "TELEPHONENUM": 16,
50
+ "TIME": 17,
51
+ "TITLE": 18,
52
+ "ZIPCODE": 19
53
+ },
54
+ "layer_norm_eps": 1e-07,
55
+ "legacy": true,
56
+ "max_position_embeddings": 384,
57
+ "max_relative_positions": -1,
58
+ "model_type": "deberta-v2",
59
+ "norm_rel_ebd": "layer_norm",
60
+ "num_attention_heads": 12,
61
+ "num_hidden_layers": 12,
62
+ "pad_token_id": 0,
63
+ "pooler_dropout": 0.0,
64
+ "pooler_hidden_act": "gelu",
65
+ "pooler_hidden_size": 768,
66
+ "pos_att_type": [
67
+ "p2c",
68
+ "c2p"
69
+ ],
70
+ "position_biased_input": false,
71
+ "position_buckets": 256,
72
+ "relative_attention": true,
73
+ "share_att_key": true,
74
+ "tie_word_embeddings": true,
75
+ "transformers_version": "5.6.2",
76
+ "type_vocab_size": 0,
77
+ "use_cache": false,
78
+ "vocab_size": 128100
79
+ }
ai4privacy/SpanBased-CustomDeBERTa/predictions.json ADDED
@@ -0,0 +1,2178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "source_text": "Dittmer Subsom has created a to-do list for the fitness routine: 08/08/1942 - cardio, 01/03/1939 - strength training.",
4
+ "ground_truth": [
5
+ {
6
+ "tag": "SURNAME",
7
+ "value": "Dittmer Subsom",
8
+ "start": 0,
9
+ "end": 14
10
+ },
11
+ {
12
+ "tag": "DATE",
13
+ "value": "08/08/1942",
14
+ "start": 65,
15
+ "end": 75
16
+ },
17
+ {
18
+ "tag": "DATE",
19
+ "value": "01/03/1939",
20
+ "start": 86,
21
+ "end": 96
22
+ }
23
+ ],
24
+ "predictions": []
25
+ },
26
+ {
27
+ "source_text": "El Trong Legler asked for advice on how to create a family tree, and Ramitha Sadeqi suggested using a service that requires a 692-826-6449 for verification.",
28
+ "ground_truth": [
29
+ {
30
+ "tag": "GIVENNAME",
31
+ "value": "El Trong",
32
+ "start": 0,
33
+ "end": 8
34
+ },
35
+ {
36
+ "tag": "SURNAME",
37
+ "value": "Legler",
38
+ "start": 9,
39
+ "end": 15
40
+ },
41
+ {
42
+ "tag": "GIVENNAME",
43
+ "value": "Ramitha",
44
+ "start": 69,
45
+ "end": 76
46
+ },
47
+ {
48
+ "tag": "SURNAME",
49
+ "value": "Sadeqi",
50
+ "start": 77,
51
+ "end": 83
52
+ },
53
+ {
54
+ "tag": "SOCIALNUM",
55
+ "value": "692-826-6449",
56
+ "start": 126,
57
+ "end": 138
58
+ }
59
+ ],
60
+ "predictions": []
61
+ },
62
+ {
63
+ "source_text": "01:17:17 Qilin Sibi: 'Hey, does anyone have Madame's contact info?'",
64
+ "ground_truth": [
65
+ {
66
+ "tag": "TIME",
67
+ "value": "01:17:17",
68
+ "start": 0,
69
+ "end": 8
70
+ },
71
+ {
72
+ "tag": "GIVENNAME",
73
+ "value": "Qilin Sibi",
74
+ "start": 9,
75
+ "end": 19
76
+ },
77
+ {
78
+ "tag": "TITLE",
79
+ "value": "Madame",
80
+ "start": 44,
81
+ "end": 50
82
+ }
83
+ ],
84
+ "predictions": []
85
+ },
86
+ {
87
+ "source_text": "Dear Fetih, your application for the space simulation programme has been accepted. Please find the attached document for further details.",
88
+ "ground_truth": [
89
+ {
90
+ "tag": "GIVENNAME",
91
+ "value": "Fetih",
92
+ "start": 5,
93
+ "end": 10
94
+ }
95
+ ],
96
+ "predictions": []
97
+ },
98
+ {
99
+ "source_text": "Free Public Wi-Fi Hotspots in Wabush",
100
+ "ground_truth": [
101
+ {
102
+ "tag": "CITY",
103
+ "value": "Wabush",
104
+ "start": 30,
105
+ "end": 36
106
+ }
107
+ ],
108
+ "predictions": []
109
+ },
110
+ {
111
+ "source_text": "FI@gmail.com sent a request for a to-do list on woodworking tools.",
112
+ "ground_truth": [
113
+ {
114
+ "tag": "EMAIL",
115
+ "value": "FI@gmail.com",
116
+ "start": 0,
117
+ "end": 12
118
+ }
119
+ ],
120
+ "predictions": []
121
+ },
122
+ {
123
+ "source_text": "We appreciate your interest in the Pacific Islander Influences on modern architecture. Our team will be happy to provide you with more information on this topic, including examples of Palzom's work.",
124
+ "ground_truth": [
125
+ {
126
+ "tag": "GIVENNAME",
127
+ "value": "Palzom",
128
+ "start": 184,
129
+ "end": 190
130
+ }
131
+ ],
132
+ "predictions": []
133
+ },
134
+ {
135
+ "source_text": "Application for Thrift Store Seasonal Display: Arvi",
136
+ "ground_truth": [
137
+ {
138
+ "tag": "GIVENNAME",
139
+ "value": "Arvi",
140
+ "start": 47,
141
+ "end": 51
142
+ }
143
+ ],
144
+ "predictions": []
145
+ },
146
+ {
147
+ "source_text": "Dénise Dänger, Your (183)-6397735 has been registered as the contact number for the solar charging station setup.",
148
+ "ground_truth": [
149
+ {
150
+ "tag": "GIVENNAME",
151
+ "value": "Dénise",
152
+ "start": 0,
153
+ "end": 6
154
+ },
155
+ {
156
+ "tag": "SURNAME",
157
+ "value": "Dänger",
158
+ "start": 7,
159
+ "end": 13
160
+ },
161
+ {
162
+ "tag": "TELEPHONENUM",
163
+ "value": "(183)-6397735",
164
+ "start": 20,
165
+ "end": 33
166
+ }
167
+ ],
168
+ "predictions": []
169
+ },
170
+ {
171
+ "source_text": "Starr loves to spend time in their Duncan garden, surrounded by the G6G 0A1 beauty of nature and the QS8186071 wonder of growth.",
172
+ "ground_truth": [
173
+ {
174
+ "tag": "GIVENNAME",
175
+ "value": "Starr",
176
+ "start": 0,
177
+ "end": 5
178
+ },
179
+ {
180
+ "tag": "CITY",
181
+ "value": "Duncan",
182
+ "start": 35,
183
+ "end": 41
184
+ },
185
+ {
186
+ "tag": "ZIPCODE",
187
+ "value": "G6G 0A1",
188
+ "start": 68,
189
+ "end": 75
190
+ },
191
+ {
192
+ "tag": "PASSPORTNUM",
193
+ "value": "QS8186071",
194
+ "start": 101,
195
+ "end": 110
196
+ }
197
+ ],
198
+ "predictions": []
199
+ },
200
+ {
201
+ "source_text": "...",
202
+ "ground_truth": [],
203
+ "predictions": []
204
+ },
205
+ {
206
+ "source_text": "Hi Deni, we want to make sure you get the most out of our Planner Reflection Workshops. Can you please let us know your 22/02/2013?",
207
+ "ground_truth": [
208
+ {
209
+ "tag": "GIVENNAME",
210
+ "value": "Deni",
211
+ "start": 3,
212
+ "end": 7
213
+ },
214
+ {
215
+ "tag": "DATE",
216
+ "value": "22/02/2013",
217
+ "start": 120,
218
+ "end": 130
219
+ }
220
+ ],
221
+ "predictions": []
222
+ },
223
+ {
224
+ "source_text": "00.7011-7742 received an alert for a rural exploration diary entry at Greatham Road (114 - 118)",
225
+ "ground_truth": [
226
+ {
227
+ "tag": "TELEPHONENUM",
228
+ "value": "00.7011-7742",
229
+ "start": 0,
230
+ "end": 12
231
+ },
232
+ {
233
+ "tag": "STREET",
234
+ "value": "Greatham Road",
235
+ "start": 70,
236
+ "end": 83
237
+ },
238
+ {
239
+ "tag": "BUILDINGNUM",
240
+ "value": "(114 - 118)",
241
+ "start": 84,
242
+ "end": 95
243
+ }
244
+ ],
245
+ "predictions": []
246
+ },
247
+ {
248
+ "source_text": "Hi Keita Natacha, I need your KH86840VN to validate your identity.",
249
+ "ground_truth": [
250
+ {
251
+ "tag": "GIVENNAME",
252
+ "value": "Keita Natacha",
253
+ "start": 3,
254
+ "end": 16
255
+ },
256
+ {
257
+ "tag": "IDCARDNUM",
258
+ "value": "KH86840VN",
259
+ "start": 30,
260
+ "end": 39
261
+ }
262
+ ],
263
+ "predictions": []
264
+ },
265
+ {
266
+ "source_text": "Congratulations to Salvadora Kupf Otgonbaatar on winning the MVP award! Your gift card will be sent to Emsley Drive 74117",
267
+ "ground_truth": [
268
+ {
269
+ "tag": "GIVENNAME",
270
+ "value": "Salvadora",
271
+ "start": 19,
272
+ "end": 28
273
+ },
274
+ {
275
+ "tag": "SURNAME",
276
+ "value": "Kupf Otgonbaatar",
277
+ "start": 29,
278
+ "end": 45
279
+ },
280
+ {
281
+ "tag": "STREET",
282
+ "value": "Emsley Drive",
283
+ "start": 103,
284
+ "end": 115
285
+ },
286
+ {
287
+ "tag": "ZIPCODE",
288
+ "value": "74117",
289
+ "start": 116,
290
+ "end": 121
291
+ }
292
+ ],
293
+ "predictions": []
294
+ },
295
+ {
296
+ "source_text": "The bylaws require that all members provide their C5MSDGU8FC and T@aol.com.",
297
+ "ground_truth": [
298
+ {
299
+ "tag": "IDCARDNUM",
300
+ "value": "C5MSDGU8FC",
301
+ "start": 50,
302
+ "end": 60
303
+ },
304
+ {
305
+ "tag": "EMAIL",
306
+ "value": "T@aol.com",
307
+ "start": 65,
308
+ "end": 74
309
+ }
310
+ ],
311
+ "predictions": []
312
+ },
313
+ {
314
+ "source_text": "Form fill: Salvia's address is Veerasagara Main Road 2978, Ghatanji Rajendranagar",
315
+ "ground_truth": [
316
+ {
317
+ "tag": "GIVENNAME",
318
+ "value": "Salvia",
319
+ "start": 11,
320
+ "end": 17
321
+ },
322
+ {
323
+ "tag": "STREET",
324
+ "value": "Veerasagara Main Road",
325
+ "start": 31,
326
+ "end": 52
327
+ },
328
+ {
329
+ "tag": "BUILDINGNUM",
330
+ "value": "2978",
331
+ "start": 53,
332
+ "end": 57
333
+ },
334
+ {
335
+ "tag": "CITY",
336
+ "value": "Ghatanji Rajendranagar",
337
+ "start": 59,
338
+ "end": 81
339
+ }
340
+ ],
341
+ "predictions": []
342
+ },
343
+ {
344
+ "source_text": "Darrin Lingnardz Bakri's Climate Adaptation Measures: 0228141741",
345
+ "ground_truth": [
346
+ {
347
+ "tag": "GIVENNAME",
348
+ "value": "Darrin",
349
+ "start": 0,
350
+ "end": 6
351
+ },
352
+ {
353
+ "tag": "SURNAME",
354
+ "value": "Lingnardz Bakri",
355
+ "start": 7,
356
+ "end": 22
357
+ },
358
+ {
359
+ "tag": "SOCIALNUM",
360
+ "value": "0228141741",
361
+ "start": 54,
362
+ "end": 64
363
+ }
364
+ ],
365
+ "predictions": []
366
+ },
367
+ {
368
+ "source_text": "To finalize your citizenship application, please submit a copy of your OU6758730, CDBSROOFJA, and 8061505243.",
369
+ "ground_truth": [
370
+ {
371
+ "tag": "PASSPORTNUM",
372
+ "value": "OU6758730",
373
+ "start": 71,
374
+ "end": 80
375
+ },
376
+ {
377
+ "tag": "IDCARDNUM",
378
+ "value": "CDBSROOFJA",
379
+ "start": 82,
380
+ "end": 92
381
+ },
382
+ {
383
+ "tag": "SOCIALNUM",
384
+ "value": "8061505243",
385
+ "start": 98,
386
+ "end": 108
387
+ }
388
+ ],
389
+ "predictions": []
390
+ },
391
+ {
392
+ "source_text": "...",
393
+ "ground_truth": [],
394
+ "predictions": []
395
+ },
396
+ {
397
+ "source_text": "From: Aberash Bajrishe Cosmadopoulos\nTo: Sulayman Lorenzon\nSubject: Historical Import and Export via Rails\nHi Renu, I hope you're doing well. I've been going through some historical documents and I found some interesting information on the import and export via rails for Roosevelt. Would you like to take a look?",
398
+ "ground_truth": [
399
+ {
400
+ "tag": "GIVENNAME",
401
+ "value": "Aberash Bajrishe",
402
+ "start": 6,
403
+ "end": 22
404
+ },
405
+ {
406
+ "tag": "SURNAME",
407
+ "value": "Cosmadopoulos",
408
+ "start": 23,
409
+ "end": 36
410
+ },
411
+ {
412
+ "tag": "GIVENNAME",
413
+ "value": "Sulayman",
414
+ "start": 41,
415
+ "end": 49
416
+ },
417
+ {
418
+ "tag": "SURNAME",
419
+ "value": "Lorenzon",
420
+ "start": 50,
421
+ "end": 58
422
+ },
423
+ {
424
+ "tag": "GIVENNAME",
425
+ "value": "Renu",
426
+ "start": 110,
427
+ "end": 114
428
+ },
429
+ {
430
+ "tag": "CITY",
431
+ "value": "Roosevelt",
432
+ "start": 272,
433
+ "end": 281
434
+ }
435
+ ],
436
+ "predictions": []
437
+ },
438
+ {
439
+ "source_text": "Lorikë will ensure that the treehouse is designed with sustainable materials and meets the 32 building codes.",
440
+ "ground_truth": [
441
+ {
442
+ "tag": "GIVENNAME",
443
+ "value": "Lorikë",
444
+ "start": 0,
445
+ "end": 6
446
+ },
447
+ {
448
+ "tag": "AGE",
449
+ "value": "32",
450
+ "start": 91,
451
+ "end": 93
452
+ }
453
+ ],
454
+ "predictions": []
455
+ },
456
+ {
457
+ "source_text": "Please welcome Aran to the team.",
458
+ "ground_truth": [
459
+ {
460
+ "tag": "GIVENNAME",
461
+ "value": "Aran",
462
+ "start": 15,
463
+ "end": 19
464
+ }
465
+ ],
466
+ "predictions": []
467
+ },
468
+ {
469
+ "source_text": "Hi Ombeline Roxie, I'm so excited to start working on our treehouse project! I was thinking we could add a hidden room, just for us. What do you think, Nedzip?",
470
+ "ground_truth": [
471
+ {
472
+ "tag": "GIVENNAME",
473
+ "value": "Ombeline Roxie",
474
+ "start": 3,
475
+ "end": 17
476
+ },
477
+ {
478
+ "tag": "GIVENNAME",
479
+ "value": "Nedzip",
480
+ "start": 152,
481
+ "end": 158
482
+ }
483
+ ],
484
+ "predictions": []
485
+ },
486
+ {
487
+ "source_text": "I love the design on Jianying's birdhouse! Do you think I could get her +4.99-415 9321 number so I can ask her about it?",
488
+ "ground_truth": [
489
+ {
490
+ "tag": "GIVENNAME",
491
+ "value": "Jianying",
492
+ "start": 21,
493
+ "end": 29
494
+ },
495
+ {
496
+ "tag": "TELEPHONENUM",
497
+ "value": "+4.99-415 9321",
498
+ "start": 72,
499
+ "end": 86
500
+ }
501
+ ],
502
+ "predictions": []
503
+ },
504
+ {
505
+ "source_text": "Attached is the form filled by Hedia Çevikoguz for charity involvement record purposes.",
506
+ "ground_truth": [
507
+ {
508
+ "tag": "GIVENNAME",
509
+ "value": "Hedia",
510
+ "start": 31,
511
+ "end": 36
512
+ },
513
+ {
514
+ "tag": "SURNAME",
515
+ "value": "Çevikoguz",
516
+ "start": 37,
517
+ "end": 46
518
+ }
519
+ ],
520
+ "predictions": []
521
+ },
522
+ {
523
+ "source_text": "Subscription confirmation for Narjisse Migot on our newsletter: Medieval Garden Digest",
524
+ "ground_truth": [
525
+ {
526
+ "tag": "GIVENNAME",
527
+ "value": "Narjisse",
528
+ "start": 30,
529
+ "end": 38
530
+ },
531
+ {
532
+ "tag": "SURNAME",
533
+ "value": "Migot",
534
+ "start": 39,
535
+ "end": 44
536
+ }
537
+ ],
538
+ "predictions": []
539
+ },
540
+ {
541
+ "source_text": "Please provide your ZKSO2WCDUM and 4087818840 for verification purposes.",
542
+ "ground_truth": [
543
+ {
544
+ "tag": "IDCARDNUM",
545
+ "value": "ZKSO2WCDUM",
546
+ "start": 20,
547
+ "end": 30
548
+ },
549
+ {
550
+ "tag": "SOCIALNUM",
551
+ "value": "4087818840",
552
+ "start": 35,
553
+ "end": 45
554
+ }
555
+ ],
556
+ "predictions": []
557
+ },
558
+ {
559
+ "source_text": "During our family reunion, we'll be discussing our shared Ravikamatham Dahej roots and ancestry.",
560
+ "ground_truth": [
561
+ {
562
+ "tag": "CITY",
563
+ "value": "Ravikamatham Dahej",
564
+ "start": 58,
565
+ "end": 76
566
+ }
567
+ ],
568
+ "predictions": []
569
+ },
570
+ {
571
+ "source_text": "Hadie Mayada Newatu: Yeah, that's fine. The more the merrier!",
572
+ "ground_truth": [
573
+ {
574
+ "tag": "GIVENNAME",
575
+ "value": "Hadie Mayada",
576
+ "start": 0,
577
+ "end": 12
578
+ },
579
+ {
580
+ "tag": "SURNAME",
581
+ "value": "Newatu",
582
+ "start": 13,
583
+ "end": 19
584
+ }
585
+ ],
586
+ "predictions": []
587
+ },
588
+ {
589
+ "source_text": "Please submit your comments on the expansion plan to Z@yahoo.com by 25/09/1959.",
590
+ "ground_truth": [
591
+ {
592
+ "tag": "EMAIL",
593
+ "value": "Z@yahoo.com",
594
+ "start": 53,
595
+ "end": 64
596
+ },
597
+ {
598
+ "tag": "DATE",
599
+ "value": "25/09/1959",
600
+ "start": 68,
601
+ "end": 78
602
+ }
603
+ ],
604
+ "predictions": []
605
+ },
606
+ {
607
+ "source_text": "Jovanna Folasade Glomb is working on a life mapping log project to document the history of environmental regulations in Saint-Henri-de-Lévis, with a focus on 4th Line.",
608
+ "ground_truth": [
609
+ {
610
+ "tag": "GIVENNAME",
611
+ "value": "Jovanna Folasade",
612
+ "start": 0,
613
+ "end": 16
614
+ },
615
+ {
616
+ "tag": "SURNAME",
617
+ "value": "Glomb",
618
+ "start": 17,
619
+ "end": 22
620
+ },
621
+ {
622
+ "tag": "CITY",
623
+ "value": "Saint-Henri-de-Lévis",
624
+ "start": 120,
625
+ "end": 140
626
+ },
627
+ {
628
+ "tag": "STREET",
629
+ "value": "4th Line",
630
+ "start": 158,
631
+ "end": 166
632
+ }
633
+ ],
634
+ "predictions": []
635
+ },
636
+ {
637
+ "source_text": "Please confirm your availability for the meeting on 27/07/2010 at 00:17:49.",
638
+ "ground_truth": [
639
+ {
640
+ "tag": "DATE",
641
+ "value": "27/07/2010",
642
+ "start": 52,
643
+ "end": 62
644
+ },
645
+ {
646
+ "tag": "TIME",
647
+ "value": "00:17:49",
648
+ "start": 66,
649
+ "end": 74
650
+ }
651
+ ],
652
+ "predictions": []
653
+ },
654
+ {
655
+ "source_text": "Merry Christmas, Herminie Muhaber! 🎅",
656
+ "ground_truth": [
657
+ {
658
+ "tag": "GIVENNAME",
659
+ "value": "Herminie Muhaber",
660
+ "start": 17,
661
+ "end": 33
662
+ }
663
+ ],
664
+ "predictions": []
665
+ },
666
+ {
667
+ "source_text": "Looking for job training programs? We have openings in Datil.",
668
+ "ground_truth": [
669
+ {
670
+ "tag": "CITY",
671
+ "value": "Datil",
672
+ "start": 55,
673
+ "end": 60
674
+ }
675
+ ],
676
+ "predictions": []
677
+ },
678
+ {
679
+ "source_text": "Our office is located at Trinidad Drive 1386, Backus, 64130.",
680
+ "ground_truth": [
681
+ {
682
+ "tag": "STREET",
683
+ "value": "Trinidad Drive",
684
+ "start": 25,
685
+ "end": 39
686
+ },
687
+ {
688
+ "tag": "BUILDINGNUM",
689
+ "value": "1386",
690
+ "start": 40,
691
+ "end": 44
692
+ },
693
+ {
694
+ "tag": "CITY",
695
+ "value": "Backus",
696
+ "start": 46,
697
+ "end": 52
698
+ },
699
+ {
700
+ "tag": "ZIPCODE",
701
+ "value": "64130",
702
+ "start": 54,
703
+ "end": 59
704
+ }
705
+ ],
706
+ "predictions": []
707
+ },
708
+ {
709
+ "source_text": "Wenliang's poetry is not just written words, but artistry on parchment.",
710
+ "ground_truth": [
711
+ {
712
+ "tag": "GIVENNAME",
713
+ "value": "Wenliang",
714
+ "start": 0,
715
+ "end": 8
716
+ }
717
+ ],
718
+ "predictions": []
719
+ },
720
+ {
721
+ "source_text": "Eloïc Sofyan shared a file 'Ring Design Sketches2.zip': Here is the updated design concept for Silvère Abdeladim's ring.",
722
+ "ground_truth": [
723
+ {
724
+ "tag": "GIVENNAME",
725
+ "value": "Eloïc Sofyan",
726
+ "start": 0,
727
+ "end": 12
728
+ },
729
+ {
730
+ "tag": "GIVENNAME",
731
+ "value": "Silvère Abdeladim",
732
+ "start": 95,
733
+ "end": 112
734
+ }
735
+ ],
736
+ "predictions": []
737
+ },
738
+ {
739
+ "source_text": "Edmar has 349734576006955 and 47230 for delivery)",
740
+ "ground_truth": [
741
+ {
742
+ "tag": "GIVENNAME",
743
+ "value": "Edmar",
744
+ "start": 0,
745
+ "end": 5
746
+ },
747
+ {
748
+ "tag": "CREDITCARDNUMBER",
749
+ "value": "349734576006955",
750
+ "start": 10,
751
+ "end": 25
752
+ },
753
+ {
754
+ "tag": "ZIPCODE",
755
+ "value": "47230",
756
+ "start": 30,
757
+ "end": 35
758
+ }
759
+ ],
760
+ "predictions": []
761
+ },
762
+ {
763
+ "source_text": "As part of the cultural exchange program, Stanzl will be staying with a host family in Delta.",
764
+ "ground_truth": [
765
+ {
766
+ "tag": "SURNAME",
767
+ "value": "Stanzl",
768
+ "start": 42,
769
+ "end": 48
770
+ },
771
+ {
772
+ "tag": "CITY",
773
+ "value": "Delta",
774
+ "start": 87,
775
+ "end": 92
776
+ }
777
+ ],
778
+ "predictions": []
779
+ },
780
+ {
781
+ "source_text": "480-08-2001 reported a Female 3 bear in the Arvada Lamar Heights area.",
782
+ "ground_truth": [
783
+ {
784
+ "tag": "SOCIALNUM",
785
+ "value": "480-08-2001",
786
+ "start": 0,
787
+ "end": 11
788
+ },
789
+ {
790
+ "tag": "GENDER",
791
+ "value": "Female",
792
+ "start": 23,
793
+ "end": 29
794
+ },
795
+ {
796
+ "tag": "AGE",
797
+ "value": "3",
798
+ "start": 30,
799
+ "end": 31
800
+ },
801
+ {
802
+ "tag": "CITY",
803
+ "value": "Arvada Lamar Heights",
804
+ "start": 44,
805
+ "end": 64
806
+ }
807
+ ],
808
+ "predictions": []
809
+ },
810
+ {
811
+ "source_text": "11/11/1949 - Interoffice Correspondence: Alojzija Cernoch Fivet has been awarded the 'Most Improved Player' award in the gellyball tournament.",
812
+ "ground_truth": [
813
+ {
814
+ "tag": "DATE",
815
+ "value": "11/11/1949",
816
+ "start": 0,
817
+ "end": 10
818
+ },
819
+ {
820
+ "tag": "GIVENNAME",
821
+ "value": "Alojzija",
822
+ "start": 41,
823
+ "end": 49
824
+ },
825
+ {
826
+ "tag": "SURNAME",
827
+ "value": "Cernoch Fivet",
828
+ "start": 50,
829
+ "end": 63
830
+ }
831
+ ],
832
+ "predictions": []
833
+ },
834
+ {
835
+ "source_text": "Enilda Emelone's diary entry 29/01/1991: Successfully brewed 305814 IPA using Todapur Inner Road hops.",
836
+ "ground_truth": [
837
+ {
838
+ "tag": "GIVENNAME",
839
+ "value": "Enilda",
840
+ "start": 0,
841
+ "end": 6
842
+ },
843
+ {
844
+ "tag": "SURNAME",
845
+ "value": "Emelone",
846
+ "start": 7,
847
+ "end": 14
848
+ },
849
+ {
850
+ "tag": "DATE",
851
+ "value": "29/01/1991",
852
+ "start": 29,
853
+ "end": 39
854
+ },
855
+ {
856
+ "tag": "ZIPCODE",
857
+ "value": "305814",
858
+ "start": 61,
859
+ "end": 67
860
+ },
861
+ {
862
+ "tag": "STREET",
863
+ "value": "Todapur Inner Road",
864
+ "start": 78,
865
+ "end": 96
866
+ }
867
+ ],
868
+ "predictions": []
869
+ },
870
+ {
871
+ "source_text": "The league administrator, Alihan Eloan, has announced a new policy regarding player conduct.",
872
+ "ground_truth": [
873
+ {
874
+ "tag": "GIVENNAME",
875
+ "value": "Alihan Eloan",
876
+ "start": 26,
877
+ "end": 38
878
+ }
879
+ ],
880
+ "predictions": []
881
+ },
882
+ {
883
+ "source_text": "10:42 Amina: 'Hey Hazbije, I need help with setting up my treehouse art studio. Can you provide me with some ceramics crafting instructions?'",
884
+ "ground_truth": [
885
+ {
886
+ "tag": "TIME",
887
+ "value": "10:42",
888
+ "start": 0,
889
+ "end": 5
890
+ },
891
+ {
892
+ "tag": "GIVENNAME",
893
+ "value": "Amina",
894
+ "start": 6,
895
+ "end": 11
896
+ },
897
+ {
898
+ "tag": "GIVENNAME",
899
+ "value": "Hazbije",
900
+ "start": 18,
901
+ "end": 25
902
+ }
903
+ ],
904
+ "predictions": []
905
+ },
906
+ {
907
+ "source_text": "Nejc Gavin has written a poem for Nepa's birthday on 27/05/2010.",
908
+ "ground_truth": [
909
+ {
910
+ "tag": "GIVENNAME",
911
+ "value": "Nejc Gavin",
912
+ "start": 0,
913
+ "end": 10
914
+ },
915
+ {
916
+ "tag": "GIVENNAME",
917
+ "value": "Nepa",
918
+ "start": 34,
919
+ "end": 38
920
+ },
921
+ {
922
+ "tag": "DATE",
923
+ "value": "27/05/2010",
924
+ "start": 53,
925
+ "end": 63
926
+ }
927
+ ],
928
+ "predictions": []
929
+ },
930
+ {
931
+ "source_text": "16:42 Aomar: 'Hey Dilbrin, I loved your anti-gravity basket weaving design at the Dartmouth workshop.'",
932
+ "ground_truth": [
933
+ {
934
+ "tag": "TIME",
935
+ "value": "16:42",
936
+ "start": 0,
937
+ "end": 5
938
+ },
939
+ {
940
+ "tag": "GIVENNAME",
941
+ "value": "Aomar",
942
+ "start": 6,
943
+ "end": 11
944
+ },
945
+ {
946
+ "tag": "GIVENNAME",
947
+ "value": "Dilbrin",
948
+ "start": 18,
949
+ "end": 25
950
+ },
951
+ {
952
+ "tag": "CITY",
953
+ "value": "Dartmouth",
954
+ "start": 82,
955
+ "end": 91
956
+ }
957
+ ],
958
+ "predictions": []
959
+ },
960
+ {
961
+ "source_text": "Üsame Sivagnanasuntharam Moehr: Can we get an update on the seasonal updates memos?",
962
+ "ground_truth": [
963
+ {
964
+ "tag": "GIVENNAME",
965
+ "value": "Üsame",
966
+ "start": 0,
967
+ "end": 5
968
+ },
969
+ {
970
+ "tag": "SURNAME",
971
+ "value": "Sivagnanasuntharam Moehr",
972
+ "start": 6,
973
+ "end": 30
974
+ }
975
+ ],
976
+ "predictions": []
977
+ },
978
+ {
979
+ "source_text": "While browsing through Daymon's origami book, I stumbled upon a beautiful paper flower that I want to make for Dizara Valquiria's 18/04/1967 wedding anniversary.",
980
+ "ground_truth": [
981
+ {
982
+ "tag": "GIVENNAME",
983
+ "value": "Daymon",
984
+ "start": 23,
985
+ "end": 29
986
+ },
987
+ {
988
+ "tag": "GIVENNAME",
989
+ "value": "Dizara Valquiria",
990
+ "start": 111,
991
+ "end": 127
992
+ },
993
+ {
994
+ "tag": "DATE",
995
+ "value": "18/04/1967",
996
+ "start": 130,
997
+ "end": 140
998
+ }
999
+ ],
1000
+ "predictions": []
1001
+ },
1002
+ {
1003
+ "source_text": "quarter past 1 Neya: I've received the art collection records from Erduan Kenin D'albora. Let's schedule a time to review them.",
1004
+ "ground_truth": [
1005
+ {
1006
+ "tag": "TIME",
1007
+ "value": "quarter past 1",
1008
+ "start": 0,
1009
+ "end": 14
1010
+ },
1011
+ {
1012
+ "tag": "GIVENNAME",
1013
+ "value": "Neya",
1014
+ "start": 15,
1015
+ "end": 19
1016
+ },
1017
+ {
1018
+ "tag": "GIVENNAME",
1019
+ "value": "Erduan Kenin",
1020
+ "start": 67,
1021
+ "end": 79
1022
+ },
1023
+ {
1024
+ "tag": "SURNAME",
1025
+ "value": "D'albora",
1026
+ "start": 80,
1027
+ "end": 88
1028
+ }
1029
+ ],
1030
+ "predictions": []
1031
+ },
1032
+ {
1033
+ "source_text": "Dear Elijon Zabedin Qalandari Sikiric, please find attached your Space Simulation Participation Records. Your participant ID is VD76923JJ.",
1034
+ "ground_truth": [
1035
+ {
1036
+ "tag": "GIVENNAME",
1037
+ "value": "Elijon Zabedin",
1038
+ "start": 5,
1039
+ "end": 19
1040
+ },
1041
+ {
1042
+ "tag": "SURNAME",
1043
+ "value": "Qalandari Sikiric",
1044
+ "start": 20,
1045
+ "end": 37
1046
+ },
1047
+ {
1048
+ "tag": "IDCARDNUM",
1049
+ "value": "VD76923JJ",
1050
+ "start": 128,
1051
+ "end": 137
1052
+ }
1053
+ ],
1054
+ "predictions": []
1055
+ },
1056
+ {
1057
+ "source_text": "04:18 Shanaz: 'Looking forward to the Hepburn performance on 26/07/1944'",
1058
+ "ground_truth": [
1059
+ {
1060
+ "tag": "TIME",
1061
+ "value": "04:18",
1062
+ "start": 0,
1063
+ "end": 5
1064
+ },
1065
+ {
1066
+ "tag": "GIVENNAME",
1067
+ "value": "Shanaz",
1068
+ "start": 6,
1069
+ "end": 12
1070
+ },
1071
+ {
1072
+ "tag": "CITY",
1073
+ "value": "Hepburn",
1074
+ "start": 38,
1075
+ "end": 45
1076
+ },
1077
+ {
1078
+ "tag": "DATE",
1079
+ "value": "26/07/1944",
1080
+ "start": 61,
1081
+ "end": 71
1082
+ }
1083
+ ],
1084
+ "predictions": []
1085
+ },
1086
+ {
1087
+ "source_text": "Hi Ivanice, our team is working on your decade-specific clothing order, but we need to clarify some details. Can you please provide your 17 and F to ensure the best fit?",
1088
+ "ground_truth": [
1089
+ {
1090
+ "tag": "GIVENNAME",
1091
+ "value": "Ivanice",
1092
+ "start": 3,
1093
+ "end": 10
1094
+ },
1095
+ {
1096
+ "tag": "AGE",
1097
+ "value": "17",
1098
+ "start": 137,
1099
+ "end": 139
1100
+ },
1101
+ {
1102
+ "tag": "GENDER",
1103
+ "value": "F",
1104
+ "start": 144,
1105
+ "end": 145
1106
+ }
1107
+ ],
1108
+ "predictions": []
1109
+ },
1110
+ {
1111
+ "source_text": "7:06:16 PM Jesco Nahum Gennai: 'Good morning, my name is Dicle Pogue. I'm here to facilitate the group.'",
1112
+ "ground_truth": [
1113
+ {
1114
+ "tag": "TIME",
1115
+ "value": "7:06:16 PM",
1116
+ "start": 0,
1117
+ "end": 10
1118
+ },
1119
+ {
1120
+ "tag": "GIVENNAME",
1121
+ "value": "Jesco Nahum",
1122
+ "start": 11,
1123
+ "end": 22
1124
+ },
1125
+ {
1126
+ "tag": "SURNAME",
1127
+ "value": "Gennai",
1128
+ "start": 23,
1129
+ "end": 29
1130
+ },
1131
+ {
1132
+ "tag": "GIVENNAME",
1133
+ "value": "Dicle",
1134
+ "start": 57,
1135
+ "end": 62
1136
+ },
1137
+ {
1138
+ "tag": "SURNAME",
1139
+ "value": "Pogue",
1140
+ "start": 63,
1141
+ "end": 68
1142
+ }
1143
+ ],
1144
+ "predictions": []
1145
+ },
1146
+ {
1147
+ "source_text": "Jodie Hilf Passafiume has been assigned to guide you through the community outreach programme, please do not hesitate to contact them at 091-128.3183 if you have any questions or concerns.",
1148
+ "ground_truth": [
1149
+ {
1150
+ "tag": "GIVENNAME",
1151
+ "value": "Jodie",
1152
+ "start": 0,
1153
+ "end": 5
1154
+ },
1155
+ {
1156
+ "tag": "SURNAME",
1157
+ "value": "Hilf Passafiume",
1158
+ "start": 6,
1159
+ "end": 21
1160
+ },
1161
+ {
1162
+ "tag": "TELEPHONENUM",
1163
+ "value": "091-128.3183",
1164
+ "start": 137,
1165
+ "end": 149
1166
+ }
1167
+ ],
1168
+ "predictions": []
1169
+ },
1170
+ {
1171
+ "source_text": "I'm sending over our suggested integration designs to your M@aol.com with attachments.",
1172
+ "ground_truth": [
1173
+ {
1174
+ "tag": "EMAIL",
1175
+ "value": "M@aol.com",
1176
+ "start": 59,
1177
+ "end": 68
1178
+ }
1179
+ ],
1180
+ "predictions": []
1181
+ },
1182
+ {
1183
+ "source_text": "Hi Srbislava, hope you're doing well. We've been trying to reach you regarding your To-Do List submission. Could you please get back to us at +4454712-0464 or evguetinella@gmail.com?",
1184
+ "ground_truth": [
1185
+ {
1186
+ "tag": "GIVENNAME",
1187
+ "value": "Srbislava",
1188
+ "start": 3,
1189
+ "end": 12
1190
+ },
1191
+ {
1192
+ "tag": "TELEPHONENUM",
1193
+ "value": "+4454712-0464",
1194
+ "start": 142,
1195
+ "end": 155
1196
+ },
1197
+ {
1198
+ "tag": "EMAIL",
1199
+ "value": "evguetinella@gmail.com",
1200
+ "start": 159,
1201
+ "end": 181
1202
+ }
1203
+ ],
1204
+ "predictions": []
1205
+ },
1206
+ {
1207
+ "source_text": "Skybound with Orestina Zizë at the Shahapur Gatarad Village kite festival",
1208
+ "ground_truth": [
1209
+ {
1210
+ "tag": "GIVENNAME",
1211
+ "value": "Orestina Zizë",
1212
+ "start": 14,
1213
+ "end": 27
1214
+ },
1215
+ {
1216
+ "tag": "CITY",
1217
+ "value": "Shahapur Gatarad Village",
1218
+ "start": 35,
1219
+ "end": 59
1220
+ }
1221
+ ],
1222
+ "predictions": []
1223
+ },
1224
+ {
1225
+ "source_text": "+3.036-244 1257 sent a message: 'Hey, can we talk about tolerance in conversations? I've been feeling really frustrated with some friends lately...'",
1226
+ "ground_truth": [
1227
+ {
1228
+ "tag": "TELEPHONENUM",
1229
+ "value": "+3.036-244 1257",
1230
+ "start": 0,
1231
+ "end": 15
1232
+ }
1233
+ ],
1234
+ "predictions": []
1235
+ },
1236
+ {
1237
+ "source_text": "All residents (Everest Leonas Benguella) are required to provide government issued ID (6283734972251 or E570912132781) for verification.",
1238
+ "ground_truth": [
1239
+ {
1240
+ "tag": "GIVENNAME",
1241
+ "value": "Everest Leonas",
1242
+ "start": 15,
1243
+ "end": 29
1244
+ },
1245
+ {
1246
+ "tag": "SURNAME",
1247
+ "value": "Benguella",
1248
+ "start": 30,
1249
+ "end": 39
1250
+ },
1251
+ {
1252
+ "tag": "IDCARDNUM",
1253
+ "value": "6283734972251",
1254
+ "start": 87,
1255
+ "end": 100
1256
+ },
1257
+ {
1258
+ "tag": "DRIVERLICENSENUM",
1259
+ "value": "E570912132781",
1260
+ "start": 104,
1261
+ "end": 117
1262
+ }
1263
+ ],
1264
+ "predictions": []
1265
+ },
1266
+ {
1267
+ "source_text": "Happy birthday to Vrona! Hope you have a fantastic day.",
1268
+ "ground_truth": [
1269
+ {
1270
+ "tag": "GIVENNAME",
1271
+ "value": "Vrona",
1272
+ "start": 18,
1273
+ "end": 23
1274
+ }
1275
+ ],
1276
+ "predictions": []
1277
+ },
1278
+ {
1279
+ "source_text": "Contact Cataleya at +288 08.694.6514 to participate in Ofc",
1280
+ "ground_truth": [
1281
+ {
1282
+ "tag": "GIVENNAME",
1283
+ "value": "Cataleya",
1284
+ "start": 8,
1285
+ "end": 16
1286
+ },
1287
+ {
1288
+ "tag": "TELEPHONENUM",
1289
+ "value": "+288 08.694.6514",
1290
+ "start": 20,
1291
+ "end": 36
1292
+ },
1293
+ {
1294
+ "tag": "TITLE",
1295
+ "value": "Ofc",
1296
+ "start": 55,
1297
+ "end": 58
1298
+ }
1299
+ ],
1300
+ "predictions": []
1301
+ },
1302
+ {
1303
+ "source_text": "Monitoring Log #TPQ321B72K: At 7:39 on October 22nd, 1962, Woody Skarzynski measured the water quality parameters in the nearby wetlands.",
1304
+ "ground_truth": [
1305
+ {
1306
+ "tag": "IDCARDNUM",
1307
+ "value": "TPQ321B72K",
1308
+ "start": 16,
1309
+ "end": 26
1310
+ },
1311
+ {
1312
+ "tag": "TIME",
1313
+ "value": "7:39",
1314
+ "start": 31,
1315
+ "end": 35
1316
+ },
1317
+ {
1318
+ "tag": "DATE",
1319
+ "value": "October 22nd, 1962",
1320
+ "start": 39,
1321
+ "end": 57
1322
+ },
1323
+ {
1324
+ "tag": "GIVENNAME",
1325
+ "value": "Woody",
1326
+ "start": 59,
1327
+ "end": 64
1328
+ },
1329
+ {
1330
+ "tag": "SURNAME",
1331
+ "value": "Skarzynski",
1332
+ "start": 65,
1333
+ "end": 75
1334
+ }
1335
+ ],
1336
+ "predictions": []
1337
+ },
1338
+ {
1339
+ "source_text": "Text Message: Hi Noely Henrieta, please submit your grievance letter regarding the peer mentorship program by 28th March 2023 to mescholt@aol.com",
1340
+ "ground_truth": [
1341
+ {
1342
+ "tag": "GIVENNAME",
1343
+ "value": "Noely Henrieta",
1344
+ "start": 17,
1345
+ "end": 31
1346
+ },
1347
+ {
1348
+ "tag": "DATE",
1349
+ "value": "28th March 2023",
1350
+ "start": 110,
1351
+ "end": 125
1352
+ },
1353
+ {
1354
+ "tag": "EMAIL",
1355
+ "value": "mescholt@aol.com",
1356
+ "start": 129,
1357
+ "end": 145
1358
+ }
1359
+ ],
1360
+ "predictions": []
1361
+ },
1362
+ {
1363
+ "source_text": "Please review the attached education plan and confirm your Dodo and SA50045VL for verification.",
1364
+ "ground_truth": [
1365
+ {
1366
+ "tag": "GIVENNAME",
1367
+ "value": "Dodo",
1368
+ "start": 59,
1369
+ "end": 63
1370
+ },
1371
+ {
1372
+ "tag": "IDCARDNUM",
1373
+ "value": "SA50045VL",
1374
+ "start": 68,
1375
+ "end": 77
1376
+ }
1377
+ ],
1378
+ "predictions": []
1379
+ },
1380
+ {
1381
+ "source_text": "We've posted the formal garden design plans for the monastery in our closed Y1952@hotmail.com group, requiring access via member's UB50272KZ",
1382
+ "ground_truth": [
1383
+ {
1384
+ "tag": "EMAIL",
1385
+ "value": "Y1952@hotmail.com",
1386
+ "start": 76,
1387
+ "end": 93
1388
+ },
1389
+ {
1390
+ "tag": "IDCARDNUM",
1391
+ "value": "UB50272KZ",
1392
+ "start": 131,
1393
+ "end": 140
1394
+ }
1395
+ ],
1396
+ "predictions": []
1397
+ },
1398
+ {
1399
+ "source_text": "7:42:51 PM Kolia Joas: 'Hey did you vote in the Mandvi Taluka election?'",
1400
+ "ground_truth": [
1401
+ {
1402
+ "tag": "TIME",
1403
+ "value": "7:42:51 PM",
1404
+ "start": 0,
1405
+ "end": 10
1406
+ },
1407
+ {
1408
+ "tag": "GIVENNAME",
1409
+ "value": "Kolia Joas",
1410
+ "start": 11,
1411
+ "end": 21
1412
+ },
1413
+ {
1414
+ "tag": "CITY",
1415
+ "value": "Mandvi Taluka",
1416
+ "start": 48,
1417
+ "end": 61
1418
+ }
1419
+ ],
1420
+ "predictions": []
1421
+ },
1422
+ {
1423
+ "source_text": "Dear Naphatsorn, I am reaching out to inquire about your sustainable living guides. As someone who is Female and 62 years old, I believe it's essential to live a sustainable lifestyle. Can I get more information about your guides?",
1424
+ "ground_truth": [
1425
+ {
1426
+ "tag": "GIVENNAME",
1427
+ "value": "Naphatsorn",
1428
+ "start": 5,
1429
+ "end": 15
1430
+ },
1431
+ {
1432
+ "tag": "GENDER",
1433
+ "value": "Female",
1434
+ "start": 102,
1435
+ "end": 108
1436
+ },
1437
+ {
1438
+ "tag": "AGE",
1439
+ "value": "62",
1440
+ "start": 113,
1441
+ "end": 115
1442
+ }
1443
+ ],
1444
+ "predictions": []
1445
+ },
1446
+ {
1447
+ "source_text": "The conversation was moderated by Gilvanete Charrada Caixeirinho, who ensured that all participants had an opportunity to share their thoughts and engage in a respectful and meaningful dialogue.",
1448
+ "ground_truth": [
1449
+ {
1450
+ "tag": "GIVENNAME",
1451
+ "value": "Gilvanete",
1452
+ "start": 34,
1453
+ "end": 43
1454
+ },
1455
+ {
1456
+ "tag": "SURNAME",
1457
+ "value": "Charrada Caixeirinho",
1458
+ "start": 44,
1459
+ "end": 64
1460
+ }
1461
+ ],
1462
+ "predictions": []
1463
+ },
1464
+ {
1465
+ "source_text": "Community education session attendees, please note that your Shiyara and Leese will be shared with the organizers.",
1466
+ "ground_truth": [
1467
+ {
1468
+ "tag": "GIVENNAME",
1469
+ "value": "Shiyara",
1470
+ "start": 61,
1471
+ "end": 68
1472
+ },
1473
+ {
1474
+ "tag": "SURNAME",
1475
+ "value": "Leese",
1476
+ "start": 73,
1477
+ "end": 78
1478
+ }
1479
+ ],
1480
+ "predictions": []
1481
+ },
1482
+ {
1483
+ "source_text": "07:51:08 Menelaos Iouri to Chayanne: 'Hey, I need some help with designing a custom piece of jewelry for Sivalogini. I want it to represent our shared love of music.'",
1484
+ "ground_truth": [
1485
+ {
1486
+ "tag": "TIME",
1487
+ "value": "07:51:08",
1488
+ "start": 0,
1489
+ "end": 8
1490
+ },
1491
+ {
1492
+ "tag": "GIVENNAME",
1493
+ "value": "Menelaos Iouri",
1494
+ "start": 9,
1495
+ "end": 23
1496
+ },
1497
+ {
1498
+ "tag": "GIVENNAME",
1499
+ "value": "Chayanne",
1500
+ "start": 27,
1501
+ "end": 35
1502
+ },
1503
+ {
1504
+ "tag": "GIVENNAME",
1505
+ "value": "Sivalogini",
1506
+ "start": 105,
1507
+ "end": 115
1508
+ }
1509
+ ],
1510
+ "predictions": []
1511
+ },
1512
+ {
1513
+ "source_text": "I, Puya Niggler, acknowledge that I have read and understood the high-altitude travel agreement, including the risks associated with Pueblo at 64728.",
1514
+ "ground_truth": [
1515
+ {
1516
+ "tag": "GIVENNAME",
1517
+ "value": "Puya",
1518
+ "start": 3,
1519
+ "end": 7
1520
+ },
1521
+ {
1522
+ "tag": "SURNAME",
1523
+ "value": "Niggler",
1524
+ "start": 8,
1525
+ "end": 15
1526
+ },
1527
+ {
1528
+ "tag": "CITY",
1529
+ "value": "Pueblo",
1530
+ "start": 133,
1531
+ "end": 139
1532
+ },
1533
+ {
1534
+ "tag": "ZIPCODE",
1535
+ "value": "64728",
1536
+ "start": 143,
1537
+ "end": 148
1538
+ }
1539
+ ],
1540
+ "predictions": []
1541
+ },
1542
+ {
1543
+ "source_text": "11:42 Or Artrim: 'Our Mister team will be conducting a Kalagi workshop on 19/04/1986. All employees are encouraged to participate.'",
1544
+ "ground_truth": [
1545
+ {
1546
+ "tag": "TIME",
1547
+ "value": "11:42",
1548
+ "start": 0,
1549
+ "end": 5
1550
+ },
1551
+ {
1552
+ "tag": "GIVENNAME",
1553
+ "value": "Or Artrim",
1554
+ "start": 6,
1555
+ "end": 15
1556
+ },
1557
+ {
1558
+ "tag": "TITLE",
1559
+ "value": "Mister",
1560
+ "start": 22,
1561
+ "end": 28
1562
+ },
1563
+ {
1564
+ "tag": "CITY",
1565
+ "value": "Kalagi",
1566
+ "start": 55,
1567
+ "end": 61
1568
+ },
1569
+ {
1570
+ "tag": "DATE",
1571
+ "value": "19/04/1986",
1572
+ "start": 74,
1573
+ "end": 84
1574
+ }
1575
+ ],
1576
+ "predictions": []
1577
+ },
1578
+ {
1579
+ "source_text": "We require a valid form of identification for the literary awards. Could you please provide us with a copy of your 49097745338729 or 216169011?",
1580
+ "ground_truth": [
1581
+ {
1582
+ "tag": "IDCARDNUM",
1583
+ "value": "49097745338729",
1584
+ "start": 115,
1585
+ "end": 129
1586
+ },
1587
+ {
1588
+ "tag": "PASSPORTNUM",
1589
+ "value": "216169011",
1590
+ "start": 133,
1591
+ "end": 142
1592
+ }
1593
+ ],
1594
+ "predictions": []
1595
+ },
1596
+ {
1597
+ "source_text": "Azdren will be leading a workshop on warp-faced weave techniques, register by sending your +90.909-448.6913 and MS@aol.com.",
1598
+ "ground_truth": [
1599
+ {
1600
+ "tag": "GIVENNAME",
1601
+ "value": "Azdren",
1602
+ "start": 0,
1603
+ "end": 6
1604
+ },
1605
+ {
1606
+ "tag": "TELEPHONENUM",
1607
+ "value": "+90.909-448.6913",
1608
+ "start": 91,
1609
+ "end": 107
1610
+ },
1611
+ {
1612
+ "tag": "EMAIL",
1613
+ "value": "MS@aol.com",
1614
+ "start": 112,
1615
+ "end": 122
1616
+ }
1617
+ ],
1618
+ "predictions": []
1619
+ },
1620
+ {
1621
+ "source_text": "The next meeting for Ross area residents will be held at Love Creek Road 300.",
1622
+ "ground_truth": [
1623
+ {
1624
+ "tag": "CITY",
1625
+ "value": "Ross",
1626
+ "start": 21,
1627
+ "end": 25
1628
+ },
1629
+ {
1630
+ "tag": "STREET",
1631
+ "value": "Love Creek Road",
1632
+ "start": 57,
1633
+ "end": 72
1634
+ },
1635
+ {
1636
+ "tag": "BUILDINGNUM",
1637
+ "value": "300",
1638
+ "start": 73,
1639
+ "end": 76
1640
+ }
1641
+ ],
1642
+ "predictions": []
1643
+ },
1644
+ {
1645
+ "source_text": "Dear Atanaska Radhouan Anharalingam, we are excited to introduce our innovative energy solutions for apartments. Please fill out the attached form with your GJ@yahoo.com and +37.749306017 to learn more.",
1646
+ "ground_truth": [
1647
+ {
1648
+ "tag": "GIVENNAME",
1649
+ "value": "Atanaska Radhouan",
1650
+ "start": 5,
1651
+ "end": 22
1652
+ },
1653
+ {
1654
+ "tag": "SURNAME",
1655
+ "value": "Anharalingam",
1656
+ "start": 23,
1657
+ "end": 35
1658
+ },
1659
+ {
1660
+ "tag": "EMAIL",
1661
+ "value": "GJ@yahoo.com",
1662
+ "start": 157,
1663
+ "end": 169
1664
+ },
1665
+ {
1666
+ "tag": "TELEPHONENUM",
1667
+ "value": "+37.749306017",
1668
+ "start": 174,
1669
+ "end": 187
1670
+ }
1671
+ ],
1672
+ "predictions": []
1673
+ },
1674
+ {
1675
+ "source_text": "Attention all customers: Please be aware that we require a 010 29-809 8533 to contact you for order updates.",
1676
+ "ground_truth": [
1677
+ {
1678
+ "tag": "TELEPHONENUM",
1679
+ "value": "010 29-809 8533",
1680
+ "start": 59,
1681
+ "end": 74
1682
+ }
1683
+ ],
1684
+ "predictions": []
1685
+ },
1686
+ {
1687
+ "source_text": "(44)-1629.3769: Meet me at Cheltenham tomorrow for a astronomy convention. It's going to be a blast.",
1688
+ "ground_truth": [
1689
+ {
1690
+ "tag": "TELEPHONENUM",
1691
+ "value": "(44)-1629.3769",
1692
+ "start": 0,
1693
+ "end": 14
1694
+ },
1695
+ {
1696
+ "tag": "CITY",
1697
+ "value": "Cheltenham",
1698
+ "start": 27,
1699
+ "end": 37
1700
+ }
1701
+ ],
1702
+ "predictions": []
1703
+ },
1704
+ {
1705
+ "source_text": "Additional information on the Auditory Perception of Sonic Booms study is available at our office located at The Vineyard 20, Newark, LE12 7HH.",
1706
+ "ground_truth": [
1707
+ {
1708
+ "tag": "STREET",
1709
+ "value": "The Vineyard",
1710
+ "start": 109,
1711
+ "end": 121
1712
+ },
1713
+ {
1714
+ "tag": "BUILDINGNUM",
1715
+ "value": "20",
1716
+ "start": 122,
1717
+ "end": 124
1718
+ },
1719
+ {
1720
+ "tag": "CITY",
1721
+ "value": "Newark",
1722
+ "start": 126,
1723
+ "end": 132
1724
+ },
1725
+ {
1726
+ "tag": "ZIPCODE",
1727
+ "value": "LE12 7HH",
1728
+ "start": 134,
1729
+ "end": 142
1730
+ }
1731
+ ],
1732
+ "predictions": []
1733
+ },
1734
+ {
1735
+ "source_text": "Confirms Dorothe Vaz Do received the pantry challenge",
1736
+ "ground_truth": [
1737
+ {
1738
+ "tag": "GIVENNAME",
1739
+ "value": "Dorothe",
1740
+ "start": 9,
1741
+ "end": 16
1742
+ },
1743
+ {
1744
+ "tag": "SURNAME",
1745
+ "value": "Vaz Do",
1746
+ "start": 17,
1747
+ "end": 23
1748
+ }
1749
+ ],
1750
+ "predictions": []
1751
+ },
1752
+ {
1753
+ "source_text": "That's so cool! I'm actually studying the evolution of Mrs art. Can you send me some pics of the Madame exhibition?",
1754
+ "ground_truth": [
1755
+ {
1756
+ "tag": "TITLE",
1757
+ "value": "Mrs",
1758
+ "start": 55,
1759
+ "end": 58
1760
+ },
1761
+ {
1762
+ "tag": "TITLE",
1763
+ "value": "Madame",
1764
+ "start": 97,
1765
+ "end": 103
1766
+ }
1767
+ ],
1768
+ "predictions": []
1769
+ },
1770
+ {
1771
+ "source_text": "Please contact Miss Kessi Kouanda for assistance.",
1772
+ "ground_truth": [
1773
+ {
1774
+ "tag": "TITLE",
1775
+ "value": "Miss",
1776
+ "start": 15,
1777
+ "end": 19
1778
+ },
1779
+ {
1780
+ "tag": "GIVENNAME",
1781
+ "value": "Kessi",
1782
+ "start": 20,
1783
+ "end": 25
1784
+ },
1785
+ {
1786
+ "tag": "SURNAME",
1787
+ "value": "Kouanda",
1788
+ "start": 26,
1789
+ "end": 33
1790
+ }
1791
+ ],
1792
+ "predictions": []
1793
+ },
1794
+ {
1795
+ "source_text": "Hello Madona, hope you're having a great day. I wanted to confirm our meeting at Kathotiya Road 426, Khanapur Parwaliya Sadak on 23/01/1993 to discuss the cartography project.",
1796
+ "ground_truth": [
1797
+ {
1798
+ "tag": "GIVENNAME",
1799
+ "value": "Madona",
1800
+ "start": 6,
1801
+ "end": 12
1802
+ },
1803
+ {
1804
+ "tag": "STREET",
1805
+ "value": "Kathotiya Road",
1806
+ "start": 81,
1807
+ "end": 95
1808
+ },
1809
+ {
1810
+ "tag": "BUILDINGNUM",
1811
+ "value": "426",
1812
+ "start": 96,
1813
+ "end": 99
1814
+ },
1815
+ {
1816
+ "tag": "CITY",
1817
+ "value": "Khanapur Parwaliya Sadak",
1818
+ "start": 101,
1819
+ "end": 125
1820
+ },
1821
+ {
1822
+ "tag": "DATE",
1823
+ "value": "23/01/1993",
1824
+ "start": 129,
1825
+ "end": 139
1826
+ }
1827
+ ],
1828
+ "predictions": []
1829
+ },
1830
+ {
1831
+ "source_text": "Jumana's Archery Equipment Inspection - 27/11/1941",
1832
+ "ground_truth": [
1833
+ {
1834
+ "tag": "GIVENNAME",
1835
+ "value": "Jumana",
1836
+ "start": 0,
1837
+ "end": 6
1838
+ },
1839
+ {
1840
+ "tag": "DATE",
1841
+ "value": "27/11/1941",
1842
+ "start": 40,
1843
+ "end": 50
1844
+ }
1845
+ ],
1846
+ "predictions": []
1847
+ },
1848
+ {
1849
+ "source_text": "Personal microclimate survey: What is your preferred air quality index, Simeon?",
1850
+ "ground_truth": [
1851
+ {
1852
+ "tag": "GIVENNAME",
1853
+ "value": "Simeon",
1854
+ "start": 72,
1855
+ "end": 78
1856
+ }
1857
+ ],
1858
+ "predictions": []
1859
+ },
1860
+ {
1861
+ "source_text": "19:27:28 Cheick: 'Sure, it is YZ7420622.'",
1862
+ "ground_truth": [
1863
+ {
1864
+ "tag": "TIME",
1865
+ "value": "19:27:28",
1866
+ "start": 0,
1867
+ "end": 8
1868
+ },
1869
+ {
1870
+ "tag": "GIVENNAME",
1871
+ "value": "Cheick",
1872
+ "start": 9,
1873
+ "end": 15
1874
+ },
1875
+ {
1876
+ "tag": "PASSPORTNUM",
1877
+ "value": "YZ7420622",
1878
+ "start": 30,
1879
+ "end": 39
1880
+ }
1881
+ ],
1882
+ "predictions": []
1883
+ },
1884
+ {
1885
+ "source_text": "Pasha Franklim: Hey Farha! My bonsai tree is dying, I need your help ASAP.",
1886
+ "ground_truth": [
1887
+ {
1888
+ "tag": "GIVENNAME",
1889
+ "value": "Pasha Franklim",
1890
+ "start": 0,
1891
+ "end": 14
1892
+ },
1893
+ {
1894
+ "tag": "GIVENNAME",
1895
+ "value": "Farha",
1896
+ "start": 20,
1897
+ "end": 25
1898
+ }
1899
+ ],
1900
+ "predictions": []
1901
+ },
1902
+ {
1903
+ "source_text": "I want to surprise Golnar on their birthday. Can you guys keep a secret?",
1904
+ "ground_truth": [
1905
+ {
1906
+ "tag": "GIVENNAME",
1907
+ "value": "Golnar",
1908
+ "start": 19,
1909
+ "end": 25
1910
+ }
1911
+ ],
1912
+ "predictions": []
1913
+ },
1914
+ {
1915
+ "source_text": "If you have any questions or would like to schedule a consultation, please don't hesitate to contact Eqrem at 0128 62 277 6657.",
1916
+ "ground_truth": [
1917
+ {
1918
+ "tag": "GIVENNAME",
1919
+ "value": "Eqrem",
1920
+ "start": 101,
1921
+ "end": 106
1922
+ },
1923
+ {
1924
+ "tag": "TELEPHONENUM",
1925
+ "value": "0128 62 277 6657",
1926
+ "start": 110,
1927
+ "end": 126
1928
+ }
1929
+ ],
1930
+ "predictions": []
1931
+ },
1932
+ {
1933
+ "source_text": "Hello Luningning, this is Delegate Klenger from the aquarium maintenance team. We need your 4340766747589394 to process your payment.",
1934
+ "ground_truth": [
1935
+ {
1936
+ "tag": "GIVENNAME",
1937
+ "value": "Luningning",
1938
+ "start": 6,
1939
+ "end": 16
1940
+ },
1941
+ {
1942
+ "tag": "TITLE",
1943
+ "value": "Delegate",
1944
+ "start": 26,
1945
+ "end": 34
1946
+ },
1947
+ {
1948
+ "tag": "SURNAME",
1949
+ "value": "Klenger",
1950
+ "start": 35,
1951
+ "end": 42
1952
+ },
1953
+ {
1954
+ "tag": "CREDITCARDNUMBER",
1955
+ "value": "4340766747589394",
1956
+ "start": 92,
1957
+ "end": 108
1958
+ }
1959
+ ],
1960
+ "predictions": []
1961
+ },
1962
+ {
1963
+ "source_text": "Exhibition Organizer : 'That sounds great Cornell Karthipan! Please fill out this form with your details: ID number: NP82IDQ3SK, birthdate: 13/12/1979, contact number: 06.85-04-19 29 and address: Meerut-Prayagraj Expressway 340, Mohanlal Ganj, 509324",
1964
+ "ground_truth": [
1965
+ {
1966
+ "tag": "GIVENNAME",
1967
+ "value": "Cornell Karthipan",
1968
+ "start": 42,
1969
+ "end": 59
1970
+ },
1971
+ {
1972
+ "tag": "IDCARDNUM",
1973
+ "value": "NP82IDQ3SK",
1974
+ "start": 117,
1975
+ "end": 127
1976
+ },
1977
+ {
1978
+ "tag": "DATE",
1979
+ "value": "13/12/1979",
1980
+ "start": 140,
1981
+ "end": 150
1982
+ },
1983
+ {
1984
+ "tag": "TELEPHONENUM",
1985
+ "value": "06.85-04-19 29",
1986
+ "start": 168,
1987
+ "end": 182
1988
+ },
1989
+ {
1990
+ "tag": "STREET",
1991
+ "value": "Meerut-Prayagraj Expressway",
1992
+ "start": 196,
1993
+ "end": 223
1994
+ },
1995
+ {
1996
+ "tag": "BUILDINGNUM",
1997
+ "value": "340",
1998
+ "start": 224,
1999
+ "end": 227
2000
+ },
2001
+ {
2002
+ "tag": "CITY",
2003
+ "value": "Mohanlal Ganj",
2004
+ "start": 229,
2005
+ "end": 242
2006
+ },
2007
+ {
2008
+ "tag": "ZIPCODE",
2009
+ "value": "509324",
2010
+ "start": 244,
2011
+ "end": 250
2012
+ }
2013
+ ],
2014
+ "predictions": []
2015
+ },
2016
+ {
2017
+ "source_text": "New task assigned to Samaher: Update the 1904 and V0B for the upcoming event.",
2018
+ "ground_truth": [
2019
+ {
2020
+ "tag": "GIVENNAME",
2021
+ "value": "Samaher",
2022
+ "start": 21,
2023
+ "end": 28
2024
+ },
2025
+ {
2026
+ "tag": "BUILDINGNUM",
2027
+ "value": "1904",
2028
+ "start": 41,
2029
+ "end": 45
2030
+ },
2031
+ {
2032
+ "tag": "ZIPCODE",
2033
+ "value": "V0B",
2034
+ "start": 50,
2035
+ "end": 53
2036
+ }
2037
+ ],
2038
+ "predictions": []
2039
+ },
2040
+ {
2041
+ "source_text": "How old is Loukian's child? We need to plan the folk dance moves accordingly.",
2042
+ "ground_truth": [
2043
+ {
2044
+ "tag": "GIVENNAME",
2045
+ "value": "Loukian",
2046
+ "start": 11,
2047
+ "end": 18
2048
+ }
2049
+ ],
2050
+ "predictions": []
2051
+ },
2052
+ {
2053
+ "source_text": "The following individuals have contributed to this project: Blenda Stoia, Elycia Kirchmayr Losmaz, and Gasser Ethanaël Dutranoy.",
2054
+ "ground_truth": [
2055
+ {
2056
+ "tag": "GIVENNAME",
2057
+ "value": "Blenda",
2058
+ "start": 60,
2059
+ "end": 66
2060
+ },
2061
+ {
2062
+ "tag": "SURNAME",
2063
+ "value": "Stoia",
2064
+ "start": 67,
2065
+ "end": 72
2066
+ },
2067
+ {
2068
+ "tag": "GIVENNAME",
2069
+ "value": "Elycia",
2070
+ "start": 74,
2071
+ "end": 80
2072
+ },
2073
+ {
2074
+ "tag": "SURNAME",
2075
+ "value": "Kirchmayr Losmaz",
2076
+ "start": 81,
2077
+ "end": 97
2078
+ },
2079
+ {
2080
+ "tag": "GIVENNAME",
2081
+ "value": "Gasser Ethanaël",
2082
+ "start": 103,
2083
+ "end": 118
2084
+ },
2085
+ {
2086
+ "tag": "SURNAME",
2087
+ "value": "Dutranoy",
2088
+ "start": 119,
2089
+ "end": 127
2090
+ }
2091
+ ],
2092
+ "predictions": []
2093
+ },
2094
+ {
2095
+ "source_text": "Enjoying the satirical poems of Jianchao Scrivano. Great perspectives.",
2096
+ "ground_truth": [
2097
+ {
2098
+ "tag": "GIVENNAME",
2099
+ "value": "Jianchao",
2100
+ "start": 32,
2101
+ "end": 40
2102
+ },
2103
+ {
2104
+ "tag": "SURNAME",
2105
+ "value": "Scrivano",
2106
+ "start": 41,
2107
+ "end": 49
2108
+ }
2109
+ ],
2110
+ "predictions": []
2111
+ },
2112
+ {
2113
+ "source_text": "I've started learning copperplate script from Master Slatinská Endmann Tandon. Anyone know of good resources?",
2114
+ "ground_truth": [
2115
+ {
2116
+ "tag": "TITLE",
2117
+ "value": "Master",
2118
+ "start": 46,
2119
+ "end": 52
2120
+ },
2121
+ {
2122
+ "tag": "SURNAME",
2123
+ "value": "Slatinská Endmann Tandon",
2124
+ "start": 53,
2125
+ "end": 77
2126
+ }
2127
+ ],
2128
+ "predictions": []
2129
+ },
2130
+ {
2131
+ "source_text": "The conversation is about the educational journey of Giusva in linguistics and semiotics.",
2132
+ "ground_truth": [
2133
+ {
2134
+ "tag": "GIVENNAME",
2135
+ "value": "Giusva",
2136
+ "start": 53,
2137
+ "end": 59
2138
+ }
2139
+ ],
2140
+ "predictions": []
2141
+ },
2142
+ {
2143
+ "source_text": "Caylan François-Joseph: 'I have it, 1996NC@aol.com me and I'll send it over'",
2144
+ "ground_truth": [
2145
+ {
2146
+ "tag": "GIVENNAME",
2147
+ "value": "Caylan François-Joseph",
2148
+ "start": 0,
2149
+ "end": 22
2150
+ },
2151
+ {
2152
+ "tag": "EMAIL",
2153
+ "value": "1996NC@aol.com",
2154
+ "start": 36,
2155
+ "end": 50
2156
+ }
2157
+ ],
2158
+ "predictions": []
2159
+ },
2160
+ {
2161
+ "source_text": "Grayson Albonit: Sounds like fun! What's the recipe? Does it include Manojl's secret ingredient?",
2162
+ "ground_truth": [
2163
+ {
2164
+ "tag": "GIVENNAME",
2165
+ "value": "Grayson Albonit",
2166
+ "start": 0,
2167
+ "end": 15
2168
+ },
2169
+ {
2170
+ "tag": "GIVENNAME",
2171
+ "value": "Manojl",
2172
+ "start": 69,
2173
+ "end": 75
2174
+ }
2175
+ ],
2176
+ "predictions": []
2177
+ }
2178
+ ]
ai4privacy/SpanBased-CustomDeBERTa/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a460a9fbab227d4208ae273ff30b48be219b139ac48162ebb79f9abf90dd1f72
3
+ size 741414031
ai4privacy/SpanBased-CustomDeBERTa/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
ai4privacy/SpanBased-CustomDeBERTa/tokenizer_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "backend": "tokenizers",
4
+ "bos_token": "[CLS]",
5
+ "cls_token": "[CLS]",
6
+ "do_lower_case": false,
7
+ "eos_token": "[SEP]",
8
+ "extra_special_tokens": [
9
+ "[PAD]",
10
+ "[CLS]",
11
+ "[SEP]"
12
+ ],
13
+ "is_local": false,
14
+ "local_files_only": false,
15
+ "mask_token": "[MASK]",
16
+ "model_max_length": 1000000000000000019884624838656,
17
+ "pad_token": "[PAD]",
18
+ "sep_token": "[SEP]",
19
+ "split_by_punct": false,
20
+ "tokenizer_class": "DebertaV2Tokenizer",
21
+ "unk_id": 3,
22
+ "unk_token": "[UNK]",
23
+ "vocab_type": "spm"
24
+ }