hadikhamoud commited on
Commit
bf6aa15
·
verified ·
1 Parent(s): 56b9a60

Upload numbers_for_paper evaluation artifacts

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +25 -0
  2. numbers_for_paper/README.md +9 -0
  3. numbers_for_paper/data_audit/schema.json +124 -0
  4. numbers_for_paper/data_audit/test_audit.json +95 -0
  5. numbers_for_paper/data_audit/test_label_distribution.csv +22 -0
  6. numbers_for_paper/data_audit/validation_audit.json +95 -0
  7. numbers_for_paper/data_audit/validation_label_distribution.csv +22 -0
  8. numbers_for_paper/metrics/best/test/category_metrics.csv +5 -0
  9. numbers_for_paper/metrics/best/test/category_metrics.json +142 -0
  10. numbers_for_paper/metrics/best/test/class_wise_most_common_confusions.csv +74 -0
  11. numbers_for_paper/metrics/best/test/classification_report.csv +25 -0
  12. numbers_for_paper/metrics/best/test/classification_report.json +141 -0
  13. numbers_for_paper/metrics/best/test/confusion_matrix.csv +22 -0
  14. numbers_for_paper/metrics/best/test/confusion_matrix.png +3 -0
  15. numbers_for_paper/metrics/best/test/confusion_matrix_normalized_pred.csv +22 -0
  16. numbers_for_paper/metrics/best/test/confusion_matrix_normalized_pred.png +3 -0
  17. numbers_for_paper/metrics/best/test/confusion_matrix_normalized_true.csv +22 -0
  18. numbers_for_paper/metrics/best/test/confusion_matrix_normalized_true.png +3 -0
  19. numbers_for_paper/metrics/best/test/high_confidence_errors.jsonl +0 -0
  20. numbers_for_paper/metrics/best/test/incorrect_predictions.jsonl +0 -0
  21. numbers_for_paper/metrics/best/test/low_confidence_correct.jsonl +3 -0
  22. numbers_for_paper/metrics/best/test/metrics.csv +2 -0
  23. numbers_for_paper/metrics/best/test/metrics.json +57 -0
  24. numbers_for_paper/metrics/best/test/per_class_metrics.csv +22 -0
  25. numbers_for_paper/metrics/best/test/top_confusions.csv +31 -0
  26. numbers_for_paper/metrics/best/validation/category_metrics.csv +5 -0
  27. numbers_for_paper/metrics/best/validation/category_metrics.json +142 -0
  28. numbers_for_paper/metrics/best/validation/class_wise_most_common_confusions.csv +70 -0
  29. numbers_for_paper/metrics/best/validation/classification_report.csv +25 -0
  30. numbers_for_paper/metrics/best/validation/classification_report.json +141 -0
  31. numbers_for_paper/metrics/best/validation/confusion_matrix.csv +22 -0
  32. numbers_for_paper/metrics/best/validation/confusion_matrix.png +3 -0
  33. numbers_for_paper/metrics/best/validation/confusion_matrix_normalized_pred.csv +22 -0
  34. numbers_for_paper/metrics/best/validation/confusion_matrix_normalized_pred.png +3 -0
  35. numbers_for_paper/metrics/best/validation/confusion_matrix_normalized_true.csv +22 -0
  36. numbers_for_paper/metrics/best/validation/confusion_matrix_normalized_true.png +3 -0
  37. numbers_for_paper/metrics/best/validation/high_confidence_errors.jsonl +0 -0
  38. numbers_for_paper/metrics/best/validation/incorrect_predictions.jsonl +0 -0
  39. numbers_for_paper/metrics/best/validation/low_confidence_correct.jsonl +3 -0
  40. numbers_for_paper/metrics/best/validation/metrics.csv +2 -0
  41. numbers_for_paper/metrics/best/validation/metrics.json +57 -0
  42. numbers_for_paper/metrics/best/validation/per_class_metrics.csv +22 -0
  43. numbers_for_paper/metrics/best/validation/top_confusions.csv +31 -0
  44. numbers_for_paper/metrics/latest/test/category_metrics.csv +5 -0
  45. numbers_for_paper/metrics/latest/test/category_metrics.json +142 -0
  46. numbers_for_paper/metrics/latest/test/class_wise_most_common_confusions.csv +74 -0
  47. numbers_for_paper/metrics/latest/test/classification_report.csv +25 -0
  48. numbers_for_paper/metrics/latest/test/classification_report.json +141 -0
  49. numbers_for_paper/metrics/latest/test/confusion_matrix.csv +22 -0
  50. numbers_for_paper/metrics/latest/test/confusion_matrix.png +3 -0
.gitattributes CHANGED
@@ -35,3 +35,28 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  predictions/test_predictions.jsonl filter=lfs diff=lfs merge=lfs -text
37
  predictions/validation_predictions.jsonl filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  predictions/test_predictions.jsonl filter=lfs diff=lfs merge=lfs -text
37
  predictions/validation_predictions.jsonl filter=lfs diff=lfs merge=lfs -text
38
+ numbers_for_paper/metrics/best/test/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
39
+ numbers_for_paper/metrics/best/test/confusion_matrix_normalized_pred.png filter=lfs diff=lfs merge=lfs -text
40
+ numbers_for_paper/metrics/best/test/confusion_matrix_normalized_true.png filter=lfs diff=lfs merge=lfs -text
41
+ numbers_for_paper/metrics/best/test/low_confidence_correct.jsonl filter=lfs diff=lfs merge=lfs -text
42
+ numbers_for_paper/metrics/best/validation/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
43
+ numbers_for_paper/metrics/best/validation/confusion_matrix_normalized_pred.png filter=lfs diff=lfs merge=lfs -text
44
+ numbers_for_paper/metrics/best/validation/confusion_matrix_normalized_true.png filter=lfs diff=lfs merge=lfs -text
45
+ numbers_for_paper/metrics/best/validation/low_confidence_correct.jsonl filter=lfs diff=lfs merge=lfs -text
46
+ numbers_for_paper/metrics/latest/test/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
47
+ numbers_for_paper/metrics/latest/test/confusion_matrix_normalized_pred.png filter=lfs diff=lfs merge=lfs -text
48
+ numbers_for_paper/metrics/latest/test/confusion_matrix_normalized_true.png filter=lfs diff=lfs merge=lfs -text
49
+ numbers_for_paper/metrics/latest/test/low_confidence_correct.jsonl filter=lfs diff=lfs merge=lfs -text
50
+ numbers_for_paper/metrics/latest/validation/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
51
+ numbers_for_paper/metrics/latest/validation/confusion_matrix_normalized_pred.png filter=lfs diff=lfs merge=lfs -text
52
+ numbers_for_paper/metrics/latest/validation/confusion_matrix_normalized_true.png filter=lfs diff=lfs merge=lfs -text
53
+ numbers_for_paper/metrics/latest/validation/low_confidence_correct.jsonl filter=lfs diff=lfs merge=lfs -text
54
+ numbers_for_paper/predictions/best/test_predictions.jsonl filter=lfs diff=lfs merge=lfs -text
55
+ numbers_for_paper/predictions/best/validation_predictions.jsonl filter=lfs diff=lfs merge=lfs -text
56
+ numbers_for_paper/predictions/latest/test_predictions.jsonl filter=lfs diff=lfs merge=lfs -text
57
+ numbers_for_paper/predictions/latest/validation_predictions.jsonl filter=lfs diff=lfs merge=lfs -text
58
+ numbers_for_paper/source_snapshots/dataset/artifacts/split_assignments.jsonl filter=lfs diff=lfs merge=lfs -text
59
+ numbers_for_paper/source_snapshots/dataset/type_predictor_data.jsonl filter=lfs diff=lfs merge=lfs -text
60
+ numbers_for_paper/source_snapshots/dataset/type_predictor_train.jsonl filter=lfs diff=lfs merge=lfs -text
61
+ numbers_for_paper/source_snapshots/model/predictions/test_predictions.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ numbers_for_paper/source_snapshots/model/predictions/validation_predictions.jsonl filter=lfs diff=lfs merge=lfs -text
numbers_for_paper/README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # TypePredictor numbers_for_paper
2
+
3
+ Deterministic inference evaluation artifacts for:
4
+
5
+ - Model: `U4RASD/TypePredictor` at `56b9a60244634f073635191fe0ae1bee8a5f8c62`
6
+ - Dataset: `U4RASD/TypePrediction` at `2cc13badf71d134057168b7e96cf78d1fdfdc4cc`
7
+ - Paper checkpoint: released selected/best root checkpoint, step 25,000.
8
+
9
+ The release intentionally excludes credentials, HF caches, Python caches, and redundant model-weight files.
numbers_for_paper/data_audit/schema.json ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fields": {
3
+ "end_char": {
4
+ "python_types_observed_sample": [
5
+ "int"
6
+ ],
7
+ "example": 81
8
+ },
9
+ "end_token": {
10
+ "python_types_observed_sample": [
11
+ "int"
12
+ ],
13
+ "example": 14
14
+ },
15
+ "entity": {
16
+ "python_types_observed_sample": [
17
+ "str"
18
+ ],
19
+ "example": "محافظة الناصرة"
20
+ },
21
+ "evaluation_category": {
22
+ "python_types_observed_sample": [
23
+ "str"
24
+ ],
25
+ "example": "seen_sentence_new_entity"
26
+ },
27
+ "id": {
28
+ "python_types_observed_sample": [
29
+ "str"
30
+ ],
31
+ "example": "tp_078298"
32
+ },
33
+ "raw_types": {
34
+ "python_types_observed_sample": [
35
+ "list"
36
+ ],
37
+ "example": [
38
+ "GPE",
39
+ "STATE-OR-PROVINCE"
40
+ ]
41
+ },
42
+ "sentence": {
43
+ "python_types_observed_sample": [
44
+ "str"
45
+ ],
46
+ "example": "سند خاقاني : وثائق طابو من الفترة العثمانية عن اراضي قرية صفورية ، محافظة الناصرة ."
47
+ },
48
+ "sources": {
49
+ "python_types_observed_sample": [
50
+ "list"
51
+ ],
52
+ "example": [
53
+ {
54
+ "dataset": "Wojood1_1_flat",
55
+ "split": "train"
56
+ },
57
+ {
58
+ "dataset": "Wojood1_1_nested",
59
+ "split": "train"
60
+ },
61
+ {
62
+ "dataset": "WojoodFine",
63
+ "split": "train"
64
+ },
65
+ {
66
+ "dataset": "WojoodFine-Flat",
67
+ "split": "split70"
68
+ }
69
+ ]
70
+ },
71
+ "start_char": {
72
+ "python_types_observed_sample": [
73
+ "int"
74
+ ],
75
+ "example": 67
76
+ },
77
+ "start_token": {
78
+ "python_types_observed_sample": [
79
+ "int"
80
+ ],
81
+ "example": 13
82
+ },
83
+ "type": {
84
+ "python_types_observed_sample": [
85
+ "str"
86
+ ],
87
+ "example": "GPE"
88
+ }
89
+ },
90
+ "splits": {
91
+ "validation": {
92
+ "rows": 12600,
93
+ "fields": [
94
+ "end_char",
95
+ "end_token",
96
+ "entity",
97
+ "evaluation_category",
98
+ "id",
99
+ "raw_types",
100
+ "sentence",
101
+ "sources",
102
+ "start_char",
103
+ "start_token",
104
+ "type"
105
+ ]
106
+ },
107
+ "test": {
108
+ "rows": 12600,
109
+ "fields": [
110
+ "end_char",
111
+ "end_token",
112
+ "entity",
113
+ "evaluation_category",
114
+ "id",
115
+ "raw_types",
116
+ "sentence",
117
+ "sources",
118
+ "start_char",
119
+ "start_token",
120
+ "type"
121
+ ]
122
+ }
123
+ }
124
+ }
numbers_for_paper/data_audit/test_audit.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split": "test",
3
+ "row_count": 12600,
4
+ "expected_row_count": 12600,
5
+ "row_count_ok": true,
6
+ "unique_ids": 12600,
7
+ "duplicate_ids": [],
8
+ "fields": [
9
+ "end_char",
10
+ "end_token",
11
+ "entity",
12
+ "evaluation_category",
13
+ "id",
14
+ "raw_types",
15
+ "sentence",
16
+ "sources",
17
+ "start_char",
18
+ "start_token",
19
+ "type"
20
+ ],
21
+ "identified_fields": {
22
+ "sentence": "sentence",
23
+ "mention": "entity",
24
+ "start": "start_char",
25
+ "end": "end_char",
26
+ "gold_type": "type",
27
+ "evaluation_category": "evaluation_category"
28
+ },
29
+ "null_counts": {},
30
+ "span_mismatch_count": 0,
31
+ "span_mismatch_examples": [],
32
+ "token_span_mismatch_count": 0,
33
+ "token_span_mismatch_examples": [],
34
+ "unknown_label_count": 0,
35
+ "unknown_label_examples": [],
36
+ "duplicate_mention_key_group_count": 0,
37
+ "conflicting_span_type_group_count": 0,
38
+ "conflicting_span_type_examples": [],
39
+ "label_counts": {
40
+ "GPE": 2691,
41
+ "ORG": 2659,
42
+ "DATE": 1977,
43
+ "PERS": 1071,
44
+ "NORP": 1021,
45
+ "ORDINAL": 781,
46
+ "OCC": 770,
47
+ "EVENT": 377,
48
+ "CARDINAL": 372,
49
+ "LOC": 239,
50
+ "WEBSITE": 148,
51
+ "FAC": 129,
52
+ "LAW": 91,
53
+ "TIME": 87,
54
+ "MONEY": 42,
55
+ "CURR": 41,
56
+ "LANGUAGE": 33,
57
+ "PERCENT": 31,
58
+ "PRODUCT": 19,
59
+ "QUANTITY": 10,
60
+ "UNIT": 11
61
+ },
62
+ "category_counts": {
63
+ "seen_sentence_new_entity": 11606,
64
+ "unseen_sentence": 994
65
+ },
66
+ "unique_sentence_count": 10161,
67
+ "mention_length_summary_chars": {
68
+ "count": 12600,
69
+ "min": 1.0,
70
+ "mean": 12.05984126984127,
71
+ "median": 10.0,
72
+ "p95": 29.0,
73
+ "p99": 40.01000000000022,
74
+ "max": 159.0
75
+ },
76
+ "sentence_length_summary_chars": {
77
+ "count": 12600,
78
+ "min": 4.0,
79
+ "mean": 215.19730158730158,
80
+ "median": 108.0,
81
+ "p95": 727.0,
82
+ "p99": 1716.4400000000096,
83
+ "max": 6613.0
84
+ },
85
+ "entity_occurrence_count_summary": {
86
+ "count": 12600,
87
+ "min": 1.0,
88
+ "mean": 1.1625396825396825,
89
+ "median": 1.0,
90
+ "p95": 2.0,
91
+ "p99": 4.0,
92
+ "max": 17.0
93
+ },
94
+ "rows_not_in_documented_categories": 0
95
+ }
numbers_for_paper/data_audit/test_label_distribution.csv ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ label,count
2
+ GPE,2691
3
+ ORG,2659
4
+ DATE,1977
5
+ PERS,1071
6
+ NORP,1021
7
+ ORDINAL,781
8
+ OCC,770
9
+ EVENT,377
10
+ CARDINAL,372
11
+ LOC,239
12
+ WEBSITE,148
13
+ FAC,129
14
+ LAW,91
15
+ TIME,87
16
+ MONEY,42
17
+ CURR,41
18
+ LANGUAGE,33
19
+ PERCENT,31
20
+ PRODUCT,19
21
+ QUANTITY,10
22
+ UNIT,11
numbers_for_paper/data_audit/validation_audit.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split": "validation",
3
+ "row_count": 12600,
4
+ "expected_row_count": 12600,
5
+ "row_count_ok": true,
6
+ "unique_ids": 12600,
7
+ "duplicate_ids": [],
8
+ "fields": [
9
+ "end_char",
10
+ "end_token",
11
+ "entity",
12
+ "evaluation_category",
13
+ "id",
14
+ "raw_types",
15
+ "sentence",
16
+ "sources",
17
+ "start_char",
18
+ "start_token",
19
+ "type"
20
+ ],
21
+ "identified_fields": {
22
+ "sentence": "sentence",
23
+ "mention": "entity",
24
+ "start": "start_char",
25
+ "end": "end_char",
26
+ "gold_type": "type",
27
+ "evaluation_category": "evaluation_category"
28
+ },
29
+ "null_counts": {},
30
+ "span_mismatch_count": 0,
31
+ "span_mismatch_examples": [],
32
+ "token_span_mismatch_count": 0,
33
+ "token_span_mismatch_examples": [],
34
+ "unknown_label_count": 0,
35
+ "unknown_label_examples": [],
36
+ "duplicate_mention_key_group_count": 0,
37
+ "conflicting_span_type_group_count": 0,
38
+ "conflicting_span_type_examples": [],
39
+ "label_counts": {
40
+ "GPE": 2690,
41
+ "ORG": 2660,
42
+ "DATE": 1976,
43
+ "PERS": 1072,
44
+ "NORP": 1022,
45
+ "ORDINAL": 780,
46
+ "OCC": 769,
47
+ "EVENT": 377,
48
+ "CARDINAL": 373,
49
+ "LOC": 239,
50
+ "WEBSITE": 148,
51
+ "FAC": 130,
52
+ "LAW": 90,
53
+ "TIME": 87,
54
+ "MONEY": 42,
55
+ "CURR": 41,
56
+ "LANGUAGE": 33,
57
+ "PERCENT": 31,
58
+ "PRODUCT": 19,
59
+ "QUANTITY": 11,
60
+ "UNIT": 10
61
+ },
62
+ "category_counts": {
63
+ "seen_sentence_new_entity": 11661,
64
+ "unseen_sentence": 939
65
+ },
66
+ "unique_sentence_count": 10139,
67
+ "mention_length_summary_chars": {
68
+ "count": 12600,
69
+ "min": 1.0,
70
+ "mean": 11.997460317460318,
71
+ "median": 11.0,
72
+ "p95": 29.0,
73
+ "p99": 40.0,
74
+ "max": 105.0
75
+ },
76
+ "sentence_length_summary_chars": {
77
+ "count": 12600,
78
+ "min": 3.0,
79
+ "mean": 208.72746031746033,
80
+ "median": 109.0,
81
+ "p95": 694.0,
82
+ "p99": 1708.0,
83
+ "max": 6613.0
84
+ },
85
+ "entity_occurrence_count_summary": {
86
+ "count": 12600,
87
+ "min": 1.0,
88
+ "mean": 1.1506349206349207,
89
+ "median": 1.0,
90
+ "p95": 2.0,
91
+ "p99": 4.0,
92
+ "max": 17.0
93
+ },
94
+ "rows_not_in_documented_categories": 0
95
+ }
numbers_for_paper/data_audit/validation_label_distribution.csv ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ label,count
2
+ GPE,2690
3
+ ORG,2660
4
+ DATE,1976
5
+ PERS,1072
6
+ NORP,1022
7
+ ORDINAL,780
8
+ OCC,769
9
+ EVENT,377
10
+ CARDINAL,373
11
+ LOC,239
12
+ WEBSITE,148
13
+ FAC,130
14
+ LAW,90
15
+ TIME,87
16
+ MONEY,42
17
+ CURR,41
18
+ LANGUAGE,33
19
+ PERCENT,31
20
+ PRODUCT,19
21
+ QUANTITY,11
22
+ UNIT,10
numbers_for_paper/metrics/best/test/category_metrics.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ row_count,correct_count,accuracy,micro_precision,micro_recall,micro_f1,macro_all_labels_precision,macro_all_labels_recall,macro_all_labels_f1,weighted_precision,weighted_recall,weighted_f1,macro_present_labels_precision,macro_present_labels_recall,macro_present_labels_f1,macro_precision_all_labels,macro_recall_all_labels,macro_f1_all_labels,macro_precision_present_labels,macro_recall_present_labels,macro_f1_present_labels,top3_accuracy,top5_accuracy,log_loss,mean_top1_confidence,median_top1_confidence,p05_top1_confidence,p95_top1_confidence,mean_confidence_correct,mean_confidence_incorrect,category_field,category_value
2
+ 11606,11383,0.9807858004480441,0.9807858004480441,0.9807858004480441,0.9807858004480441,0.970282742754196,0.9589517514121707,0.9641131075953279,0.9807493542827415,0.9807858004480441,0.9807123412635281,0.970282742754196,0.9589517514121707,0.9641131075953279,0.970282742754196,0.9589517514121707,0.9641131075953279,0.970282742754196,0.9589517514121707,0.9641131075953279,0.9944856108909185,0.9967258314664829,0.1489705142491425,0.9957778798790198,1.0,0.9996167719364166,1.0,0.9980196648408332,0.8813463183529174,evaluation_category,seen_sentence_new_entity
3
+ 994,957,0.9627766599597586,0.9627766599597586,0.9627766599597586,0.9627766599597586,0.8621871812676783,0.8440708315067772,0.8506415101139764,0.9615439764829642,0.9627766599597586,0.9617803672434098,0.9052965403310622,0.886274373082116,0.8931735856196752,0.8621871812676783,0.8440708315067772,0.8506415101139764,0.9052965403310622,0.886274373082116,0.8931735856196752,0.9818913480885312,0.9899396378269618,0.24372136249773205,0.9908601785869425,0.9999997615814209,0.9958629250526428,1.0,0.9978639928773901,0.8097074684259054,evaluation_category,unseen_sentence
4
+ 12413,12169,0.9803431885926045,0.9803431885926045,0.9803431885926045,0.9803431885926045,0.649632511071306,0.6428307010783108,0.6461364714198562,0.9806357996885862,0.9803431885926045,0.9804517199674248,0.9744487666069592,0.9642460516174661,0.9692047071297843,0.649632511071306,0.6428307010783108,0.6461364714198562,0.9744487666069592,0.9642460516174661,0.9692047071297843,0.993796825908322,0.996294207685491,0.15243328859391145,0.9957548734558432,1.0,0.9996043562889099,1.0,0.9981771630414638,0.874948144081186,label_frequency_category,frequent_label_gold_support_ge_500_dataset
5
+ 187,171,0.9144385026737968,0.9144385026737968,0.9144385026737968,0.9144385026737968,0.3248890757143095,0.310637292786805,0.31710717645832703,0.977959909496639,0.9144385026737968,0.9440013868098467,0.9746672271429286,0.9319118783604151,0.9513215293749812,0.3248890757143095,0.310637292786805,0.31710717645832703,0.9746672271429286,0.9319118783604151,0.9513215293749812,0.9732620320855615,0.9893048128342246,0.4227615581928923,0.9711649582029026,0.9999908208847046,0.7717686951160432,0.9999997615814209,0.985940286639141,0.8132536355406046,label_frequency_category,rare_label_gold_support_lt_500_dataset
numbers_for_paper/metrics/best/test/category_metrics.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "evaluation_category": {
3
+ "seen_sentence_new_entity": {
4
+ "row_count": 11606,
5
+ "correct_count": 11383,
6
+ "accuracy": 0.9807858004480441,
7
+ "micro_precision": 0.9807858004480441,
8
+ "micro_recall": 0.9807858004480441,
9
+ "micro_f1": 0.9807858004480441,
10
+ "macro_all_labels_precision": 0.970282742754196,
11
+ "macro_all_labels_recall": 0.9589517514121707,
12
+ "macro_all_labels_f1": 0.9641131075953279,
13
+ "weighted_precision": 0.9807493542827415,
14
+ "weighted_recall": 0.9807858004480441,
15
+ "weighted_f1": 0.9807123412635281,
16
+ "macro_present_labels_precision": 0.970282742754196,
17
+ "macro_present_labels_recall": 0.9589517514121707,
18
+ "macro_present_labels_f1": 0.9641131075953279,
19
+ "macro_precision_all_labels": 0.970282742754196,
20
+ "macro_recall_all_labels": 0.9589517514121707,
21
+ "macro_f1_all_labels": 0.9641131075953279,
22
+ "macro_precision_present_labels": 0.970282742754196,
23
+ "macro_recall_present_labels": 0.9589517514121707,
24
+ "macro_f1_present_labels": 0.9641131075953279,
25
+ "top3_accuracy": 0.9944856108909185,
26
+ "top5_accuracy": 0.9967258314664829,
27
+ "log_loss": 0.1489705142491425,
28
+ "mean_top1_confidence": 0.9957778798790198,
29
+ "median_top1_confidence": 1.0,
30
+ "p05_top1_confidence": 0.9996167719364166,
31
+ "p95_top1_confidence": 1.0,
32
+ "mean_confidence_correct": 0.9980196648408332,
33
+ "mean_confidence_incorrect": 0.8813463183529174,
34
+ "category_field": "evaluation_category",
35
+ "category_value": "seen_sentence_new_entity"
36
+ },
37
+ "unseen_sentence": {
38
+ "row_count": 994,
39
+ "correct_count": 957,
40
+ "accuracy": 0.9627766599597586,
41
+ "micro_precision": 0.9627766599597586,
42
+ "micro_recall": 0.9627766599597586,
43
+ "micro_f1": 0.9627766599597586,
44
+ "macro_all_labels_precision": 0.8621871812676783,
45
+ "macro_all_labels_recall": 0.8440708315067772,
46
+ "macro_all_labels_f1": 0.8506415101139764,
47
+ "weighted_precision": 0.9615439764829642,
48
+ "weighted_recall": 0.9627766599597586,
49
+ "weighted_f1": 0.9617803672434098,
50
+ "macro_present_labels_precision": 0.9052965403310622,
51
+ "macro_present_labels_recall": 0.886274373082116,
52
+ "macro_present_labels_f1": 0.8931735856196752,
53
+ "macro_precision_all_labels": 0.8621871812676783,
54
+ "macro_recall_all_labels": 0.8440708315067772,
55
+ "macro_f1_all_labels": 0.8506415101139764,
56
+ "macro_precision_present_labels": 0.9052965403310622,
57
+ "macro_recall_present_labels": 0.886274373082116,
58
+ "macro_f1_present_labels": 0.8931735856196752,
59
+ "top3_accuracy": 0.9818913480885312,
60
+ "top5_accuracy": 0.9899396378269618,
61
+ "log_loss": 0.24372136249773205,
62
+ "mean_top1_confidence": 0.9908601785869425,
63
+ "median_top1_confidence": 0.9999997615814209,
64
+ "p05_top1_confidence": 0.9958629250526428,
65
+ "p95_top1_confidence": 1.0,
66
+ "mean_confidence_correct": 0.9978639928773901,
67
+ "mean_confidence_incorrect": 0.8097074684259054,
68
+ "category_field": "evaluation_category",
69
+ "category_value": "unseen_sentence"
70
+ }
71
+ },
72
+ "label_frequency_category": {
73
+ "frequent_label_gold_support_ge_500_dataset": {
74
+ "row_count": 12413,
75
+ "correct_count": 12169,
76
+ "accuracy": 0.9803431885926045,
77
+ "micro_precision": 0.9803431885926045,
78
+ "micro_recall": 0.9803431885926045,
79
+ "micro_f1": 0.9803431885926045,
80
+ "macro_all_labels_precision": 0.649632511071306,
81
+ "macro_all_labels_recall": 0.6428307010783108,
82
+ "macro_all_labels_f1": 0.6461364714198562,
83
+ "weighted_precision": 0.9806357996885862,
84
+ "weighted_recall": 0.9803431885926045,
85
+ "weighted_f1": 0.9804517199674248,
86
+ "macro_present_labels_precision": 0.9744487666069592,
87
+ "macro_present_labels_recall": 0.9642460516174661,
88
+ "macro_present_labels_f1": 0.9692047071297843,
89
+ "macro_precision_all_labels": 0.649632511071306,
90
+ "macro_recall_all_labels": 0.6428307010783108,
91
+ "macro_f1_all_labels": 0.6461364714198562,
92
+ "macro_precision_present_labels": 0.9744487666069592,
93
+ "macro_recall_present_labels": 0.9642460516174661,
94
+ "macro_f1_present_labels": 0.9692047071297843,
95
+ "top3_accuracy": 0.993796825908322,
96
+ "top5_accuracy": 0.996294207685491,
97
+ "log_loss": 0.15243328859391145,
98
+ "mean_top1_confidence": 0.9957548734558432,
99
+ "median_top1_confidence": 1.0,
100
+ "p05_top1_confidence": 0.9996043562889099,
101
+ "p95_top1_confidence": 1.0,
102
+ "mean_confidence_correct": 0.9981771630414638,
103
+ "mean_confidence_incorrect": 0.874948144081186,
104
+ "category_field": "label_frequency_category",
105
+ "category_value": "frequent_label_gold_support_ge_500_dataset"
106
+ },
107
+ "rare_label_gold_support_lt_500_dataset": {
108
+ "row_count": 187,
109
+ "correct_count": 171,
110
+ "accuracy": 0.9144385026737968,
111
+ "micro_precision": 0.9144385026737968,
112
+ "micro_recall": 0.9144385026737968,
113
+ "micro_f1": 0.9144385026737968,
114
+ "macro_all_labels_precision": 0.3248890757143095,
115
+ "macro_all_labels_recall": 0.310637292786805,
116
+ "macro_all_labels_f1": 0.31710717645832703,
117
+ "weighted_precision": 0.977959909496639,
118
+ "weighted_recall": 0.9144385026737968,
119
+ "weighted_f1": 0.9440013868098467,
120
+ "macro_present_labels_precision": 0.9746672271429286,
121
+ "macro_present_labels_recall": 0.9319118783604151,
122
+ "macro_present_labels_f1": 0.9513215293749812,
123
+ "macro_precision_all_labels": 0.3248890757143095,
124
+ "macro_recall_all_labels": 0.310637292786805,
125
+ "macro_f1_all_labels": 0.31710717645832703,
126
+ "macro_precision_present_labels": 0.9746672271429286,
127
+ "macro_recall_present_labels": 0.9319118783604151,
128
+ "macro_f1_present_labels": 0.9513215293749812,
129
+ "top3_accuracy": 0.9732620320855615,
130
+ "top5_accuracy": 0.9893048128342246,
131
+ "log_loss": 0.4227615581928923,
132
+ "mean_top1_confidence": 0.9711649582029026,
133
+ "median_top1_confidence": 0.9999908208847046,
134
+ "p05_top1_confidence": 0.7717686951160432,
135
+ "p95_top1_confidence": 0.9999997615814209,
136
+ "mean_confidence_correct": 0.985940286639141,
137
+ "mean_confidence_incorrect": 0.8132536355406046,
138
+ "category_field": "label_frequency_category",
139
+ "category_value": "rare_label_gold_support_lt_500_dataset"
140
+ }
141
+ }
142
+ }
numbers_for_paper/metrics/best/test/class_wise_most_common_confusions.csv ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gold,predicted,count
2
+ GPE,ORG,21
3
+ GPE,NORP,6
4
+ GPE,DATE,4
5
+ GPE,LOC,3
6
+ GPE,PERS,2
7
+ ORG,GPE,36
8
+ ORG,NORP,6
9
+ ORG,PERS,5
10
+ ORG,EVENT,3
11
+ ORG,FAC,3
12
+ DATE,GPE,2
13
+ DATE,PERS,2
14
+ DATE,TIME,2
15
+ DATE,NORP,1
16
+ DATE,LOC,1
17
+ PERS,GPE,4
18
+ PERS,ORG,4
19
+ PERS,OCC,4
20
+ PERS,DATE,2
21
+ PERS,NORP,2
22
+ NORP,ORG,7
23
+ NORP,PERS,5
24
+ NORP,GPE,3
25
+ NORP,DATE,1
26
+ NORP,OCC,1
27
+ ORDINAL,ORG,5
28
+ ORDINAL,DATE,3
29
+ ORDINAL,CARDINAL,2
30
+ ORDINAL,PERS,1
31
+ ORDINAL,NORP,1
32
+ OCC,ORG,3
33
+ OCC,GPE,1
34
+ OCC,PERS,1
35
+ OCC,NORP,1
36
+ OCC,WEBSITE,1
37
+ EVENT,ORG,8
38
+ EVENT,NORP,2
39
+ EVENT,FAC,2
40
+ EVENT,GPE,1
41
+ EVENT,PERS,1
42
+ CARDINAL,ORDINAL,8
43
+ CARDINAL,DATE,4
44
+ CARDINAL,OCC,3
45
+ CARDINAL,GPE,1
46
+ CARDINAL,PERS,1
47
+ LOC,GPE,11
48
+ LOC,ORG,2
49
+ LOC,NORP,2
50
+ LOC,PERS,1
51
+ WEBSITE,ORG,1
52
+ WEBSITE,TIME,1
53
+ FAC,GPE,9
54
+ FAC,PERS,2
55
+ FAC,DATE,1
56
+ FAC,LOC,1
57
+ TIME,ORDINAL,4
58
+ TIME,GPE,2
59
+ TIME,FAC,2
60
+ TIME,LANGUAGE,2
61
+ TIME,DATE,1
62
+ MONEY,DATE,1
63
+ MONEY,CARDINAL,1
64
+ MONEY,CURR,1
65
+ MONEY,PERCENT,1
66
+ MONEY,QUANTITY,1
67
+ CURR,DATE,1
68
+ LANGUAGE,NORP,2
69
+ LANGUAGE,GPE,1
70
+ LANGUAGE,PERS,1
71
+ LANGUAGE,TIME,1
72
+ PERCENT,CARDINAL,3
73
+ PERCENT,MONEY,1
74
+ PRODUCT,ORDINAL,1
numbers_for_paper/metrics/best/test/classification_report.csv ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,precision,recall,f1-score,support
2
+ GPE,0.9738970588235294,0.9843924191750278,0.9791166143041952,2691.0
3
+ ORG,0.9807692307692307,0.9781872884543061,0.9794765580869893,2659.0
4
+ DATE,0.9904378459989934,0.9954476479514416,0.992936427850656,1977.0
5
+ PERS,0.9795348837209302,0.9831932773109243,0.9813606710158435,1071.0
6
+ NORP,0.9765395894428153,0.9784524975514202,0.9774951076320939,1021.0
7
+ ORDINAL,0.9820971867007673,0.9833546734955185,0.982725527831094,781.0
8
+ OCC,0.9870466321243523,0.9896103896103896,0.9883268482490273,770.0
9
+ EVENT,0.9864130434782609,0.9628647214854111,0.974496644295302,377.0
10
+ CARDINAL,0.9779005524861878,0.9516129032258065,0.9645776566757494,372.0
11
+ LOC,0.9695652173913043,0.9330543933054394,0.9509594882729211,239.0
12
+ WEBSITE,0.9668874172185431,0.9864864864864865,0.9765886287625418,148.0
13
+ FAC,0.928,0.8992248062015504,0.9133858267716536,129.0
14
+ LAW,1.0,1.0,1.0,91.0
15
+ TIME,0.9156626506024096,0.8735632183908046,0.8941176470588236,87.0
16
+ MONEY,0.9736842105263158,0.8809523809523809,0.925,42.0
17
+ CURR,0.975609756097561,0.975609756097561,0.975609756097561,41.0
18
+ LANGUAGE,0.875,0.8484848484848485,0.8615384615384616,33.0
19
+ PERCENT,0.9642857142857143,0.8709677419354839,0.9152542372881356,31.0
20
+ PRODUCT,1.0,0.9473684210526315,0.972972972972973,19.0
21
+ QUANTITY,0.9090909090909091,1.0,0.9523809523809523,10.0
22
+ UNIT,1.0,1.0,1.0,11.0
23
+ accuracy,0.9793650793650793,0.9793650793650793,0.9793650793650793,0.9793650793650793
24
+ macro avg,0.9672581856551346,0.9534679938651157,0.9599200012897606,12600.0
25
+ weighted avg,0.9793254669511197,0.9793650793650793,0.9792974524068463,12600.0
numbers_for_paper/metrics/best/test/classification_report.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "GPE": {
3
+ "precision": 0.9738970588235294,
4
+ "recall": 0.9843924191750278,
5
+ "f1-score": 0.9791166143041952,
6
+ "support": 2691.0
7
+ },
8
+ "ORG": {
9
+ "precision": 0.9807692307692307,
10
+ "recall": 0.9781872884543061,
11
+ "f1-score": 0.9794765580869893,
12
+ "support": 2659.0
13
+ },
14
+ "DATE": {
15
+ "precision": 0.9904378459989934,
16
+ "recall": 0.9954476479514416,
17
+ "f1-score": 0.992936427850656,
18
+ "support": 1977.0
19
+ },
20
+ "PERS": {
21
+ "precision": 0.9795348837209302,
22
+ "recall": 0.9831932773109243,
23
+ "f1-score": 0.9813606710158435,
24
+ "support": 1071.0
25
+ },
26
+ "NORP": {
27
+ "precision": 0.9765395894428153,
28
+ "recall": 0.9784524975514202,
29
+ "f1-score": 0.9774951076320939,
30
+ "support": 1021.0
31
+ },
32
+ "ORDINAL": {
33
+ "precision": 0.9820971867007673,
34
+ "recall": 0.9833546734955185,
35
+ "f1-score": 0.982725527831094,
36
+ "support": 781.0
37
+ },
38
+ "OCC": {
39
+ "precision": 0.9870466321243523,
40
+ "recall": 0.9896103896103896,
41
+ "f1-score": 0.9883268482490273,
42
+ "support": 770.0
43
+ },
44
+ "EVENT": {
45
+ "precision": 0.9864130434782609,
46
+ "recall": 0.9628647214854111,
47
+ "f1-score": 0.974496644295302,
48
+ "support": 377.0
49
+ },
50
+ "CARDINAL": {
51
+ "precision": 0.9779005524861878,
52
+ "recall": 0.9516129032258065,
53
+ "f1-score": 0.9645776566757494,
54
+ "support": 372.0
55
+ },
56
+ "LOC": {
57
+ "precision": 0.9695652173913043,
58
+ "recall": 0.9330543933054394,
59
+ "f1-score": 0.9509594882729211,
60
+ "support": 239.0
61
+ },
62
+ "WEBSITE": {
63
+ "precision": 0.9668874172185431,
64
+ "recall": 0.9864864864864865,
65
+ "f1-score": 0.9765886287625418,
66
+ "support": 148.0
67
+ },
68
+ "FAC": {
69
+ "precision": 0.928,
70
+ "recall": 0.8992248062015504,
71
+ "f1-score": 0.9133858267716536,
72
+ "support": 129.0
73
+ },
74
+ "LAW": {
75
+ "precision": 1.0,
76
+ "recall": 1.0,
77
+ "f1-score": 1.0,
78
+ "support": 91.0
79
+ },
80
+ "TIME": {
81
+ "precision": 0.9156626506024096,
82
+ "recall": 0.8735632183908046,
83
+ "f1-score": 0.8941176470588236,
84
+ "support": 87.0
85
+ },
86
+ "MONEY": {
87
+ "precision": 0.9736842105263158,
88
+ "recall": 0.8809523809523809,
89
+ "f1-score": 0.925,
90
+ "support": 42.0
91
+ },
92
+ "CURR": {
93
+ "precision": 0.975609756097561,
94
+ "recall": 0.975609756097561,
95
+ "f1-score": 0.975609756097561,
96
+ "support": 41.0
97
+ },
98
+ "LANGUAGE": {
99
+ "precision": 0.875,
100
+ "recall": 0.8484848484848485,
101
+ "f1-score": 0.8615384615384616,
102
+ "support": 33.0
103
+ },
104
+ "PERCENT": {
105
+ "precision": 0.9642857142857143,
106
+ "recall": 0.8709677419354839,
107
+ "f1-score": 0.9152542372881356,
108
+ "support": 31.0
109
+ },
110
+ "PRODUCT": {
111
+ "precision": 1.0,
112
+ "recall": 0.9473684210526315,
113
+ "f1-score": 0.972972972972973,
114
+ "support": 19.0
115
+ },
116
+ "QUANTITY": {
117
+ "precision": 0.9090909090909091,
118
+ "recall": 1.0,
119
+ "f1-score": 0.9523809523809523,
120
+ "support": 10.0
121
+ },
122
+ "UNIT": {
123
+ "precision": 1.0,
124
+ "recall": 1.0,
125
+ "f1-score": 1.0,
126
+ "support": 11.0
127
+ },
128
+ "accuracy": 0.9793650793650793,
129
+ "macro avg": {
130
+ "precision": 0.9672581856551346,
131
+ "recall": 0.9534679938651157,
132
+ "f1-score": 0.9599200012897606,
133
+ "support": 12600.0
134
+ },
135
+ "weighted avg": {
136
+ "precision": 0.9793254669511197,
137
+ "recall": 0.9793650793650793,
138
+ "f1-score": 0.9792974524068463,
139
+ "support": 12600.0
140
+ }
141
+ }
numbers_for_paper/metrics/best/test/confusion_matrix.csv ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,GPE,ORG,DATE,PERS,NORP,ORDINAL,OCC,EVENT,CARDINAL,LOC,WEBSITE,FAC,LAW,TIME,MONEY,CURR,LANGUAGE,PERCENT,PRODUCT,QUANTITY,UNIT
2
+ GPE,2649,21,4,2,6,0,1,1,1,3,2,1,0,0,0,0,0,0,0,0,0
3
+ ORG,36,2601,1,5,6,0,1,3,0,2,1,3,0,0,0,0,0,0,0,0,0
4
+ DATE,2,0,1968,2,1,0,0,0,0,1,0,0,0,2,0,0,1,0,0,0,0
5
+ PERS,4,4,2,1053,2,1,4,0,0,0,1,0,0,0,0,0,0,0,0,0,0
6
+ NORP,3,7,1,5,999,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0,0
7
+ ORDINAL,0,5,3,1,1,768,0,0,2,0,0,0,0,1,0,0,0,0,0,0,0
8
+ OCC,1,3,0,1,1,0,762,0,0,0,1,0,0,1,0,0,0,0,0,0,0
9
+ EVENT,1,8,0,1,2,0,0,363,0,0,0,2,0,0,0,0,0,0,0,0,0
10
+ CARDINAL,1,0,4,1,1,8,3,0,354,0,0,0,0,0,0,0,0,0,0,0,0
11
+ LOC,11,2,0,1,2,0,0,0,0,223,0,0,0,0,0,0,0,0,0,0,0
12
+ WEBSITE,0,1,0,0,0,0,0,0,0,0,146,0,0,1,0,0,0,0,0,0,0
13
+ FAC,9,0,1,2,0,0,0,0,0,1,0,116,0,0,0,0,0,0,0,0,0
14
+ LAW,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0
15
+ TIME,2,0,1,0,0,4,0,0,0,0,0,2,0,76,0,0,2,0,0,0,0
16
+ MONEY,0,0,1,0,0,0,0,0,1,0,0,0,0,0,37,1,0,1,0,1,0
17
+ CURR,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0
18
+ LANGUAGE,1,0,0,1,2,0,0,0,0,0,0,0,0,1,0,0,28,0,0,0,0
19
+ PERCENT,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,27,0,0,0
20
+ PRODUCT,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0
21
+ QUANTITY,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0
22
+ UNIT,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11
numbers_for_paper/metrics/best/test/confusion_matrix.png ADDED

Git LFS Details

  • SHA256: e30fba9297bbf7abbc2f6739aa867830e1f7a216e01c1d04d9712c8b8d77f243
  • Pointer size: 131 Bytes
  • Size of remote file: 118 kB
numbers_for_paper/metrics/best/test/confusion_matrix_normalized_pred.csv ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,GPE,ORG,DATE,PERS,NORP,ORDINAL,OCC,EVENT,CARDINAL,LOC,WEBSITE,FAC,LAW,TIME,MONEY,CURR,LANGUAGE,PERCENT,PRODUCT,QUANTITY,UNIT
2
+ GPE,0.9738970588235294,0.007918552036199095,0.0020130850528434826,0.0018604651162790699,0.005865102639296188,0.0,0.0012953367875647669,0.002717391304347826,0.0027624309392265192,0.013043478260869565,0.013245033112582781,0.008,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
3
+ ORG,0.013235294117647059,0.9807692307692307,0.0005032712632108706,0.004651162790697674,0.005865102639296188,0.0,0.0012953367875647669,0.008152173913043478,0.0,0.008695652173913044,0.006622516556291391,0.024,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
4
+ DATE,0.0007352941176470588,0.0,0.9904378459989934,0.0018604651162790699,0.0009775171065493646,0.0,0.0,0.0,0.0,0.004347826086956522,0.0,0.0,0.0,0.024096385542168676,0.0,0.0,0.03125,0.0,0.0,0.0,0.0
5
+ PERS,0.0014705882352941176,0.0015082956259426848,0.0010065425264217413,0.9795348837209302,0.0019550342130987292,0.0012787723785166241,0.0051813471502590676,0.0,0.0,0.0,0.006622516556291391,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
6
+ NORP,0.0011029411764705882,0.0026395173453996985,0.0005032712632108706,0.004651162790697674,0.9765395894428153,0.0,0.0012953367875647669,0.002717391304347826,0.0027624309392265192,0.0,0.0,0.008,0.0,0.012048192771084338,0.0,0.0,0.03125,0.0,0.0,0.0,0.0
7
+ ORDINAL,0.0,0.001885369532428356,0.001509813789632612,0.0009302325581395349,0.0009775171065493646,0.9820971867007673,0.0,0.0,0.0055248618784530384,0.0,0.0,0.0,0.0,0.012048192771084338,0.0,0.0,0.0,0.0,0.0,0.0,0.0
8
+ OCC,0.0003676470588235294,0.0011312217194570137,0.0,0.0009302325581395349,0.0009775171065493646,0.0,0.9870466321243523,0.0,0.0,0.0,0.006622516556291391,0.0,0.0,0.012048192771084338,0.0,0.0,0.0,0.0,0.0,0.0,0.0
9
+ EVENT,0.0003676470588235294,0.0030165912518853697,0.0,0.0009302325581395349,0.0019550342130987292,0.0,0.0,0.9864130434782609,0.0,0.0,0.0,0.016,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
10
+ CARDINAL,0.0003676470588235294,0.0,0.0020130850528434826,0.0009302325581395349,0.0009775171065493646,0.010230179028132993,0.0038860103626943004,0.0,0.9779005524861878,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
11
+ LOC,0.004044117647058824,0.0007541478129713424,0.0,0.0009302325581395349,0.0019550342130987292,0.0,0.0,0.0,0.0,0.9695652173913043,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
12
+ WEBSITE,0.0,0.0003770739064856712,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.9668874172185431,0.0,0.0,0.012048192771084338,0.0,0.0,0.0,0.0,0.0,0.0,0.0
13
+ FAC,0.0033088235294117647,0.0,0.0005032712632108706,0.0018604651162790699,0.0,0.0,0.0,0.0,0.0,0.004347826086956522,0.0,0.928,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
14
+ LAW,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
15
+ TIME,0.0007352941176470588,0.0,0.0005032712632108706,0.0,0.0,0.005115089514066497,0.0,0.0,0.0,0.0,0.0,0.016,0.0,0.9156626506024096,0.0,0.0,0.0625,0.0,0.0,0.0,0.0
16
+ MONEY,0.0,0.0,0.0005032712632108706,0.0,0.0,0.0,0.0,0.0,0.0027624309392265192,0.0,0.0,0.0,0.0,0.0,0.9736842105263158,0.024390243902439025,0.0,0.03571428571428571,0.0,0.09090909090909091,0.0
17
+ CURR,0.0,0.0,0.0005032712632108706,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.975609756097561,0.0,0.0,0.0,0.0,0.0
18
+ LANGUAGE,0.0003676470588235294,0.0,0.0,0.0009302325581395349,0.0019550342130987292,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.012048192771084338,0.0,0.0,0.875,0.0,0.0,0.0,0.0
19
+ PERCENT,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.008287292817679558,0.0,0.0,0.0,0.0,0.0,0.02631578947368421,0.0,0.0,0.9642857142857143,0.0,0.0,0.0
20
+ PRODUCT,0.0,0.0,0.0,0.0,0.0,0.0012787723785166241,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0
21
+ QUANTITY,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.9090909090909091,0.0
22
+ UNIT,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0
numbers_for_paper/metrics/best/test/confusion_matrix_normalized_pred.png ADDED

Git LFS Details

  • SHA256: b3222d6ad26ec8d182838ec43a856ad27fa1c051f542af658d6347643e8ee7dd
  • Pointer size: 131 Bytes
  • Size of remote file: 123 kB
numbers_for_paper/metrics/best/test/confusion_matrix_normalized_true.csv ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,GPE,ORG,DATE,PERS,NORP,ORDINAL,OCC,EVENT,CARDINAL,LOC,WEBSITE,FAC,LAW,TIME,MONEY,CURR,LANGUAGE,PERCENT,PRODUCT,QUANTITY,UNIT
2
+ GPE,0.9843924191750278,0.007803790412486065,0.0014864362690449647,0.0007432181345224824,0.002229654403567447,0.0,0.0003716090672612412,0.0003716090672612412,0.0003716090672612412,0.0011148272017837235,0.0007432181345224824,0.0003716090672612412,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
3
+ ORG,0.013538924407672057,0.9781872884543061,0.000376081233546446,0.00188040616773223,0.0022564874012786762,0.0,0.000376081233546446,0.0011282437006393381,0.0,0.000752162467092892,0.000376081233546446,0.0011282437006393381,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
4
+ DATE,0.0010116337885685382,0.0,0.9954476479514416,0.0010116337885685382,0.0005058168942842691,0.0,0.0,0.0,0.0,0.0005058168942842691,0.0,0.0,0.0,0.0010116337885685382,0.0,0.0,0.0005058168942842691,0.0,0.0,0.0,0.0
5
+ PERS,0.003734827264239029,0.003734827264239029,0.0018674136321195146,0.9831932773109243,0.0018674136321195146,0.0009337068160597573,0.003734827264239029,0.0,0.0,0.0,0.0009337068160597573,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
6
+ NORP,0.002938295788442703,0.0068560235063663075,0.0009794319294809011,0.004897159647404506,0.9784524975514202,0.0,0.0009794319294809011,0.0009794319294809011,0.0009794319294809011,0.0,0.0,0.0009794319294809011,0.0,0.0009794319294809011,0.0,0.0,0.0009794319294809011,0.0,0.0,0.0,0.0
7
+ ORDINAL,0.0,0.006402048655569782,0.0038412291933418692,0.0012804097311139564,0.0012804097311139564,0.9833546734955185,0.0,0.0,0.002560819462227913,0.0,0.0,0.0,0.0,0.0012804097311139564,0.0,0.0,0.0,0.0,0.0,0.0,0.0
8
+ OCC,0.0012987012987012987,0.003896103896103896,0.0,0.0012987012987012987,0.0012987012987012987,0.0,0.9896103896103896,0.0,0.0,0.0,0.0012987012987012987,0.0,0.0,0.0012987012987012987,0.0,0.0,0.0,0.0,0.0,0.0,0.0
9
+ EVENT,0.002652519893899204,0.021220159151193633,0.0,0.002652519893899204,0.005305039787798408,0.0,0.0,0.9628647214854111,0.0,0.0,0.0,0.005305039787798408,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
10
+ CARDINAL,0.002688172043010753,0.0,0.010752688172043012,0.002688172043010753,0.002688172043010753,0.021505376344086023,0.008064516129032258,0.0,0.9516129032258065,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
11
+ LOC,0.04602510460251046,0.008368200836820083,0.0,0.0041841004184100415,0.008368200836820083,0.0,0.0,0.0,0.0,0.9330543933054394,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
12
+ WEBSITE,0.0,0.006756756756756757,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.9864864864864865,0.0,0.0,0.006756756756756757,0.0,0.0,0.0,0.0,0.0,0.0,0.0
13
+ FAC,0.06976744186046512,0.0,0.007751937984496124,0.015503875968992248,0.0,0.0,0.0,0.0,0.0,0.007751937984496124,0.0,0.8992248062015504,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
14
+ LAW,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
15
+ TIME,0.022988505747126436,0.0,0.011494252873563218,0.0,0.0,0.04597701149425287,0.0,0.0,0.0,0.0,0.0,0.022988505747126436,0.0,0.8735632183908046,0.0,0.0,0.022988505747126436,0.0,0.0,0.0,0.0
16
+ MONEY,0.0,0.0,0.023809523809523808,0.0,0.0,0.0,0.0,0.0,0.023809523809523808,0.0,0.0,0.0,0.0,0.0,0.8809523809523809,0.023809523809523808,0.0,0.023809523809523808,0.0,0.023809523809523808,0.0
17
+ CURR,0.0,0.0,0.024390243902439025,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.975609756097561,0.0,0.0,0.0,0.0,0.0
18
+ LANGUAGE,0.030303030303030304,0.0,0.0,0.030303030303030304,0.06060606060606061,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.030303030303030304,0.0,0.0,0.8484848484848485,0.0,0.0,0.0,0.0
19
+ PERCENT,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0967741935483871,0.0,0.0,0.0,0.0,0.0,0.03225806451612903,0.0,0.0,0.8709677419354839,0.0,0.0,0.0
20
+ PRODUCT,0.0,0.0,0.0,0.0,0.0,0.05263157894736842,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.9473684210526315,0.0,0.0
21
+ QUANTITY,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0
22
+ UNIT,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0
numbers_for_paper/metrics/best/test/confusion_matrix_normalized_true.png ADDED

Git LFS Details

  • SHA256: 4dc246cfaa464a3b3d53b13badac5678a0cc6440831c2e5abb6aadf8e677bc92
  • Pointer size: 131 Bytes
  • Size of remote file: 125 kB
numbers_for_paper/metrics/best/test/high_confidence_errors.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
numbers_for_paper/metrics/best/test/incorrect_predictions.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
numbers_for_paper/metrics/best/test/low_confidence_correct.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d144dd89b09d64e039362543322df82e35ec6b1c84665818d89f6a597e0a80f3
3
+ size 24180020
numbers_for_paper/metrics/best/test/metrics.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ row_count,correct_count,accuracy,micro_precision,micro_recall,micro_f1,macro_all_labels_precision,macro_all_labels_recall,macro_all_labels_f1,weighted_precision,weighted_recall,weighted_f1,macro_present_labels_precision,macro_present_labels_recall,macro_present_labels_f1,macro_precision_all_labels,macro_recall_all_labels,macro_f1_all_labels,macro_precision_present_labels,macro_recall_present_labels,macro_f1_present_labels,top3_accuracy,top5_accuracy,log_loss,mean_top1_confidence,median_top1_confidence,p05_top1_confidence,p95_top1_confidence,mean_confidence_correct,mean_confidence_incorrect,split,checkpoint,labels
2
+ 12600,12340,0.9793650793650793,0.9793650793650793,0.9793650793650793,0.9793650793650793,0.9672581856551346,0.9534679938651157,0.9599200012897606,0.9793254669511197,0.9793650793650793,0.9792974524068463,0.9672581856551346,0.9534679938651157,0.9599200012897606,0.9672581856551346,0.9534679938651157,0.9599200012897606,0.9672581856551346,0.9534679938651157,0.9599200012897606,0.9934920634920635,0.9961904761904762,0.15644530338875345,0.9953899278882004,1.0,0.9995064437389374,1.0,0.9980075920637654,0.8711515589402272,test,best,"['GPE', 'ORG', 'DATE', 'PERS', 'NORP', 'ORDINAL', 'OCC', 'EVENT', 'CARDINAL', 'LOC', 'WEBSITE', 'FAC', 'LAW', 'TIME', 'MONEY', 'CURR', 'LANGUAGE', 'PERCENT', 'PRODUCT', 'QUANTITY', 'UNIT']"
numbers_for_paper/metrics/best/test/metrics.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "row_count": 12600,
3
+ "correct_count": 12340,
4
+ "accuracy": 0.9793650793650793,
5
+ "micro_precision": 0.9793650793650793,
6
+ "micro_recall": 0.9793650793650793,
7
+ "micro_f1": 0.9793650793650793,
8
+ "macro_all_labels_precision": 0.9672581856551346,
9
+ "macro_all_labels_recall": 0.9534679938651157,
10
+ "macro_all_labels_f1": 0.9599200012897606,
11
+ "weighted_precision": 0.9793254669511197,
12
+ "weighted_recall": 0.9793650793650793,
13
+ "weighted_f1": 0.9792974524068463,
14
+ "macro_present_labels_precision": 0.9672581856551346,
15
+ "macro_present_labels_recall": 0.9534679938651157,
16
+ "macro_present_labels_f1": 0.9599200012897606,
17
+ "macro_precision_all_labels": 0.9672581856551346,
18
+ "macro_recall_all_labels": 0.9534679938651157,
19
+ "macro_f1_all_labels": 0.9599200012897606,
20
+ "macro_precision_present_labels": 0.9672581856551346,
21
+ "macro_recall_present_labels": 0.9534679938651157,
22
+ "macro_f1_present_labels": 0.9599200012897606,
23
+ "top3_accuracy": 0.9934920634920635,
24
+ "top5_accuracy": 0.9961904761904762,
25
+ "log_loss": 0.15644530338875345,
26
+ "mean_top1_confidence": 0.9953899278882004,
27
+ "median_top1_confidence": 1.0,
28
+ "p05_top1_confidence": 0.9995064437389374,
29
+ "p95_top1_confidence": 1.0,
30
+ "mean_confidence_correct": 0.9980075920637654,
31
+ "mean_confidence_incorrect": 0.8711515589402272,
32
+ "split": "test",
33
+ "checkpoint": "best",
34
+ "labels": [
35
+ "GPE",
36
+ "ORG",
37
+ "DATE",
38
+ "PERS",
39
+ "NORP",
40
+ "ORDINAL",
41
+ "OCC",
42
+ "EVENT",
43
+ "CARDINAL",
44
+ "LOC",
45
+ "WEBSITE",
46
+ "FAC",
47
+ "LAW",
48
+ "TIME",
49
+ "MONEY",
50
+ "CURR",
51
+ "LANGUAGE",
52
+ "PERCENT",
53
+ "PRODUCT",
54
+ "QUANTITY",
55
+ "UNIT"
56
+ ]
57
+ }
numbers_for_paper/metrics/best/test/per_class_metrics.csv ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ label,support,predicted_count,true_positives,false_positives,false_negatives,true_negatives,precision,recall,f1,one_vs_rest_accuracy
2
+ GPE,2691,2720,2649,71,42,9838,0.9738970588235294,0.9843924191750278,0.9791166143041952,0.991031746031746
3
+ ORG,2659,2652,2601,51,58,9890,0.9807692307692307,0.9781872884543061,0.9794765580869893,0.9913492063492063
4
+ DATE,1977,1987,1968,19,9,10604,0.9904378459989934,0.9954476479514416,0.992936427850656,0.9977777777777778
5
+ PERS,1071,1075,1053,22,18,11507,0.9795348837209302,0.9831932773109243,0.9813606710158435,0.9968253968253968
6
+ NORP,1021,1023,999,24,22,11555,0.9765395894428153,0.9784524975514202,0.9774951076320939,0.9963492063492063
7
+ ORDINAL,781,782,768,14,13,11805,0.9820971867007673,0.9833546734955185,0.982725527831094,0.9978571428571429
8
+ OCC,770,772,762,10,8,11820,0.9870466321243523,0.9896103896103896,0.9883268482490273,0.9985714285714286
9
+ EVENT,377,368,363,5,14,12218,0.9864130434782609,0.9628647214854111,0.974496644295302,0.9984920634920635
10
+ CARDINAL,372,362,354,8,18,12220,0.9779005524861878,0.9516129032258065,0.9645776566757494,0.9979365079365079
11
+ LOC,239,230,223,7,16,12354,0.9695652173913043,0.9330543933054394,0.9509594882729211,0.9981746031746032
12
+ WEBSITE,148,151,146,5,2,12447,0.9668874172185431,0.9864864864864865,0.9765886287625418,0.9994444444444445
13
+ FAC,129,125,116,9,13,12462,0.928,0.8992248062015504,0.9133858267716536,0.9982539682539683
14
+ LAW,91,91,91,0,0,12509,1.0,1.0,1.0,1.0
15
+ TIME,87,83,76,7,11,12506,0.9156626506024096,0.8735632183908046,0.8941176470588236,0.9985714285714286
16
+ MONEY,42,38,37,1,5,12557,0.9736842105263158,0.8809523809523809,0.925,0.9995238095238095
17
+ CURR,41,41,40,1,1,12558,0.975609756097561,0.975609756097561,0.975609756097561,0.9998412698412699
18
+ LANGUAGE,33,32,28,4,5,12563,0.875,0.8484848484848485,0.8615384615384616,0.9992857142857143
19
+ PERCENT,31,28,27,1,4,12568,0.9642857142857143,0.8709677419354839,0.9152542372881356,0.9996031746031746
20
+ PRODUCT,19,18,18,0,1,12581,1.0,0.9473684210526315,0.972972972972973,0.9999206349206349
21
+ QUANTITY,10,11,10,1,0,12589,0.9090909090909091,1.0,0.9523809523809523,0.9999206349206349
22
+ UNIT,11,11,11,0,0,12589,1.0,1.0,1.0,1.0
numbers_for_paper/metrics/best/test/top_confusions.csv ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gold,predicted,count
2
+ ORG,GPE,36
3
+ GPE,ORG,21
4
+ LOC,GPE,11
5
+ FAC,GPE,9
6
+ EVENT,ORG,8
7
+ CARDINAL,ORDINAL,8
8
+ NORP,ORG,7
9
+ GPE,NORP,6
10
+ ORG,NORP,6
11
+ ORG,PERS,5
12
+ NORP,PERS,5
13
+ ORDINAL,ORG,5
14
+ GPE,DATE,4
15
+ PERS,GPE,4
16
+ PERS,ORG,4
17
+ PERS,OCC,4
18
+ CARDINAL,DATE,4
19
+ TIME,ORDINAL,4
20
+ GPE,LOC,3
21
+ ORG,EVENT,3
22
+ ORG,FAC,3
23
+ NORP,GPE,3
24
+ ORDINAL,DATE,3
25
+ OCC,ORG,3
26
+ CARDINAL,OCC,3
27
+ PERCENT,CARDINAL,3
28
+ GPE,PERS,2
29
+ GPE,WEBSITE,2
30
+ ORG,LOC,2
31
+ DATE,GPE,2
numbers_for_paper/metrics/best/validation/category_metrics.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ row_count,correct_count,accuracy,micro_precision,micro_recall,micro_f1,macro_all_labels_precision,macro_all_labels_recall,macro_all_labels_f1,weighted_precision,weighted_recall,weighted_f1,macro_present_labels_precision,macro_present_labels_recall,macro_present_labels_f1,macro_precision_all_labels,macro_recall_all_labels,macro_f1_all_labels,macro_precision_present_labels,macro_recall_present_labels,macro_f1_present_labels,top3_accuracy,top5_accuracy,log_loss,mean_top1_confidence,median_top1_confidence,p05_top1_confidence,p95_top1_confidence,mean_confidence_correct,mean_confidence_incorrect,category_field,category_value
2
+ 11661,11433,0.9804476459994854,0.9804476459994854,0.9804476459994854,0.9804476459994854,0.9751134735007793,0.9537701979295099,0.963262123278673,0.980497781530163,0.9804476459994854,0.9804033222521132,0.9751134735007793,0.9537701979295099,0.963262123278673,0.9751134735007793,0.9537701979295099,0.963262123278673,0.9751134735007793,0.9537701979295099,0.963262123278673,0.9945116199296802,0.9969985421490438,0.1499927959555766,0.9957854074568397,1.0,0.9996656179428101,1.0,0.998117084670732,0.8788640671654752,evaluation_category,seen_sentence_new_entity
3
+ 939,888,0.9456869009584664,0.9456869009584664,0.9456869009584664,0.9456869009584664,0.9014372719333641,0.8429473828005742,0.8655632165863235,0.9458822212425712,0.9456869009584664,0.945010776949412,0.9465091355300324,0.8850947519406029,0.9088413774156396,0.9014372719333641,0.8429473828005742,0.8655632165863235,0.9465091355300324,0.8850947519406029,0.9088413774156396,0.9818956336528222,0.9893503727369543,0.32469566170232955,0.9863015133986712,0.9999997615814209,0.9620923995971681,1.0,0.995362913521292,0.8285265465577444,evaluation_category,unseen_sentence
4
+ 12413,12149,0.978731974542818,0.978731974542818,0.978731974542818,0.978731974542818,0.6509775805413648,0.644555559314807,0.6475822917462754,0.9788955393719916,0.978731974542818,0.9787684984983661,0.9764663708120471,0.9668333389722106,0.9713734376194131,0.6509775805413648,0.644555559314807,0.6475822917462754,0.9764663708120471,0.9668333389722106,0.9713734376194131,0.993796825908322,0.996535889792959,0.1575810642972268,0.9952087854720579,1.0,0.9995381832122803,1.0,0.9978953021545451,0.8715781370798746,label_frequency_category,frequent_label_gold_support_ge_500_dataset
5
+ 187,172,0.9197860962566845,0.9197860962566845,0.9197860962566845,0.9197860962566845,0.32582972582972586,0.30301034516529984,0.31306520177638597,0.9801652892561983,0.9197860962566845,0.9467421016788319,0.9774891774891775,0.9090310354958995,0.9391956053291579,0.32582972582972586,0.30301034516529984,0.31306520177638597,0.9774891774891775,0.9090310354958995,0.9391956053291579,0.9786096256684492,0.9893048128342246,0.5235372666042232,0.9864390554593846,0.9999951124191284,0.9900969922542572,0.9999997615814209,0.9995631998361543,0.8359488666057586,label_frequency_category,rare_label_gold_support_lt_500_dataset
numbers_for_paper/metrics/best/validation/category_metrics.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "evaluation_category": {
3
+ "seen_sentence_new_entity": {
4
+ "row_count": 11661,
5
+ "correct_count": 11433,
6
+ "accuracy": 0.9804476459994854,
7
+ "micro_precision": 0.9804476459994854,
8
+ "micro_recall": 0.9804476459994854,
9
+ "micro_f1": 0.9804476459994854,
10
+ "macro_all_labels_precision": 0.9751134735007793,
11
+ "macro_all_labels_recall": 0.9537701979295099,
12
+ "macro_all_labels_f1": 0.963262123278673,
13
+ "weighted_precision": 0.980497781530163,
14
+ "weighted_recall": 0.9804476459994854,
15
+ "weighted_f1": 0.9804033222521132,
16
+ "macro_present_labels_precision": 0.9751134735007793,
17
+ "macro_present_labels_recall": 0.9537701979295099,
18
+ "macro_present_labels_f1": 0.963262123278673,
19
+ "macro_precision_all_labels": 0.9751134735007793,
20
+ "macro_recall_all_labels": 0.9537701979295099,
21
+ "macro_f1_all_labels": 0.963262123278673,
22
+ "macro_precision_present_labels": 0.9751134735007793,
23
+ "macro_recall_present_labels": 0.9537701979295099,
24
+ "macro_f1_present_labels": 0.963262123278673,
25
+ "top3_accuracy": 0.9945116199296802,
26
+ "top5_accuracy": 0.9969985421490438,
27
+ "log_loss": 0.1499927959555766,
28
+ "mean_top1_confidence": 0.9957854074568397,
29
+ "median_top1_confidence": 1.0,
30
+ "p05_top1_confidence": 0.9996656179428101,
31
+ "p95_top1_confidence": 1.0,
32
+ "mean_confidence_correct": 0.998117084670732,
33
+ "mean_confidence_incorrect": 0.8788640671654752,
34
+ "category_field": "evaluation_category",
35
+ "category_value": "seen_sentence_new_entity"
36
+ },
37
+ "unseen_sentence": {
38
+ "row_count": 939,
39
+ "correct_count": 888,
40
+ "accuracy": 0.9456869009584664,
41
+ "micro_precision": 0.9456869009584664,
42
+ "micro_recall": 0.9456869009584664,
43
+ "micro_f1": 0.9456869009584664,
44
+ "macro_all_labels_precision": 0.9014372719333641,
45
+ "macro_all_labels_recall": 0.8429473828005742,
46
+ "macro_all_labels_f1": 0.8655632165863235,
47
+ "weighted_precision": 0.9458822212425712,
48
+ "weighted_recall": 0.9456869009584664,
49
+ "weighted_f1": 0.945010776949412,
50
+ "macro_present_labels_precision": 0.9465091355300324,
51
+ "macro_present_labels_recall": 0.8850947519406029,
52
+ "macro_present_labels_f1": 0.9088413774156396,
53
+ "macro_precision_all_labels": 0.9014372719333641,
54
+ "macro_recall_all_labels": 0.8429473828005742,
55
+ "macro_f1_all_labels": 0.8655632165863235,
56
+ "macro_precision_present_labels": 0.9465091355300324,
57
+ "macro_recall_present_labels": 0.8850947519406029,
58
+ "macro_f1_present_labels": 0.9088413774156396,
59
+ "top3_accuracy": 0.9818956336528222,
60
+ "top5_accuracy": 0.9893503727369543,
61
+ "log_loss": 0.32469566170232955,
62
+ "mean_top1_confidence": 0.9863015133986712,
63
+ "median_top1_confidence": 0.9999997615814209,
64
+ "p05_top1_confidence": 0.9620923995971681,
65
+ "p95_top1_confidence": 1.0,
66
+ "mean_confidence_correct": 0.995362913521292,
67
+ "mean_confidence_incorrect": 0.8285265465577444,
68
+ "category_field": "evaluation_category",
69
+ "category_value": "unseen_sentence"
70
+ }
71
+ },
72
+ "label_frequency_category": {
73
+ "frequent_label_gold_support_ge_500_dataset": {
74
+ "row_count": 12413,
75
+ "correct_count": 12149,
76
+ "accuracy": 0.978731974542818,
77
+ "micro_precision": 0.978731974542818,
78
+ "micro_recall": 0.978731974542818,
79
+ "micro_f1": 0.978731974542818,
80
+ "macro_all_labels_precision": 0.6509775805413648,
81
+ "macro_all_labels_recall": 0.644555559314807,
82
+ "macro_all_labels_f1": 0.6475822917462754,
83
+ "weighted_precision": 0.9788955393719916,
84
+ "weighted_recall": 0.978731974542818,
85
+ "weighted_f1": 0.9787684984983661,
86
+ "macro_present_labels_precision": 0.9764663708120471,
87
+ "macro_present_labels_recall": 0.9668333389722106,
88
+ "macro_present_labels_f1": 0.9713734376194131,
89
+ "macro_precision_all_labels": 0.6509775805413648,
90
+ "macro_recall_all_labels": 0.644555559314807,
91
+ "macro_f1_all_labels": 0.6475822917462754,
92
+ "macro_precision_present_labels": 0.9764663708120471,
93
+ "macro_recall_present_labels": 0.9668333389722106,
94
+ "macro_f1_present_labels": 0.9713734376194131,
95
+ "top3_accuracy": 0.993796825908322,
96
+ "top5_accuracy": 0.996535889792959,
97
+ "log_loss": 0.1575810642972268,
98
+ "mean_top1_confidence": 0.9952087854720579,
99
+ "median_top1_confidence": 1.0,
100
+ "p05_top1_confidence": 0.9995381832122803,
101
+ "p95_top1_confidence": 1.0,
102
+ "mean_confidence_correct": 0.9978953021545451,
103
+ "mean_confidence_incorrect": 0.8715781370798746,
104
+ "category_field": "label_frequency_category",
105
+ "category_value": "frequent_label_gold_support_ge_500_dataset"
106
+ },
107
+ "rare_label_gold_support_lt_500_dataset": {
108
+ "row_count": 187,
109
+ "correct_count": 172,
110
+ "accuracy": 0.9197860962566845,
111
+ "micro_precision": 0.9197860962566845,
112
+ "micro_recall": 0.9197860962566845,
113
+ "micro_f1": 0.9197860962566845,
114
+ "macro_all_labels_precision": 0.32582972582972586,
115
+ "macro_all_labels_recall": 0.30301034516529984,
116
+ "macro_all_labels_f1": 0.31306520177638597,
117
+ "weighted_precision": 0.9801652892561983,
118
+ "weighted_recall": 0.9197860962566845,
119
+ "weighted_f1": 0.9467421016788319,
120
+ "macro_present_labels_precision": 0.9774891774891775,
121
+ "macro_present_labels_recall": 0.9090310354958995,
122
+ "macro_present_labels_f1": 0.9391956053291579,
123
+ "macro_precision_all_labels": 0.32582972582972586,
124
+ "macro_recall_all_labels": 0.30301034516529984,
125
+ "macro_f1_all_labels": 0.31306520177638597,
126
+ "macro_precision_present_labels": 0.9774891774891775,
127
+ "macro_recall_present_labels": 0.9090310354958995,
128
+ "macro_f1_present_labels": 0.9391956053291579,
129
+ "top3_accuracy": 0.9786096256684492,
130
+ "top5_accuracy": 0.9893048128342246,
131
+ "log_loss": 0.5235372666042232,
132
+ "mean_top1_confidence": 0.9864390554593846,
133
+ "median_top1_confidence": 0.9999951124191284,
134
+ "p05_top1_confidence": 0.9900969922542572,
135
+ "p95_top1_confidence": 0.9999997615814209,
136
+ "mean_confidence_correct": 0.9995631998361543,
137
+ "mean_confidence_incorrect": 0.8359488666057586,
138
+ "category_field": "label_frequency_category",
139
+ "category_value": "rare_label_gold_support_lt_500_dataset"
140
+ }
141
+ }
142
+ }
numbers_for_paper/metrics/best/validation/class_wise_most_common_confusions.csv ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gold,predicted,count
2
+ GPE,ORG,27
3
+ GPE,PERS,4
4
+ GPE,DATE,3
5
+ GPE,NORP,3
6
+ GPE,EVENT,3
7
+ ORG,GPE,21
8
+ ORG,NORP,5
9
+ ORG,PERS,4
10
+ ORG,EVENT,4
11
+ ORG,FAC,3
12
+ DATE,GPE,3
13
+ DATE,ORDINAL,3
14
+ DATE,PERS,1
15
+ DATE,NORP,1
16
+ DATE,OCC,1
17
+ PERS,GPE,7
18
+ PERS,NORP,7
19
+ PERS,ORG,5
20
+ PERS,OCC,5
21
+ PERS,FAC,3
22
+ NORP,ORG,19
23
+ NORP,PERS,11
24
+ NORP,GPE,7
25
+ NORP,OCC,3
26
+ NORP,EVENT,3
27
+ ORDINAL,NORP,4
28
+ ORDINAL,GPE,3
29
+ ORDINAL,ORG,2
30
+ ORDINAL,PERS,2
31
+ ORDINAL,CARDINAL,2
32
+ OCC,PERS,5
33
+ OCC,GPE,2
34
+ OCC,ORG,1
35
+ OCC,NORP,1
36
+ OCC,WEBSITE,1
37
+ EVENT,ORG,10
38
+ EVENT,GPE,4
39
+ EVENT,DATE,2
40
+ EVENT,NORP,2
41
+ EVENT,FAC,2
42
+ CARDINAL,ORDINAL,6
43
+ CARDINAL,DATE,1
44
+ CARDINAL,TIME,1
45
+ LOC,GPE,5
46
+ LOC,ORG,2
47
+ LOC,NORP,1
48
+ LOC,FAC,1
49
+ WEBSITE,ORG,1
50
+ FAC,GPE,6
51
+ FAC,ORG,2
52
+ FAC,EVENT,1
53
+ TIME,DATE,4
54
+ TIME,GPE,2
55
+ TIME,ORDINAL,2
56
+ TIME,ORG,1
57
+ TIME,LOC,1
58
+ CURR,OCC,1
59
+ CURR,MONEY,1
60
+ LANGUAGE,ORG,2
61
+ LANGUAGE,GPE,1
62
+ LANGUAGE,NORP,1
63
+ LANGUAGE,TIME,1
64
+ PERCENT,CARDINAL,2
65
+ PERCENT,MONEY,1
66
+ PRODUCT,ORG,1
67
+ PRODUCT,PERS,1
68
+ PRODUCT,ORDINAL,1
69
+ QUANTITY,MONEY,1
70
+ QUANTITY,UNIT,1
numbers_for_paper/metrics/best/validation/classification_report.csv ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,precision,recall,f1-score,support
2
+ GPE,0.977432482426933,0.9821561338289962,0.9797886148711292,2690.0
3
+ ORG,0.9728321548195012,0.9827067669172932,0.9777445296427903,2660.0
4
+ DATE,0.9934310257705912,0.9949392712550608,0.9941845764854614,1976.0
5
+ PERS,0.9738317757009346,0.9720149253731343,0.972922502334267,1072.0
6
+ NORP,0.9750499001996008,0.9559686888454012,0.9654150197628458,1022.0
7
+ ORDINAL,0.9795134443021767,0.9807692307692307,0.9801409352978859,780.0
8
+ OCC,0.981888745148771,0.9869960988296489,0.9844357976653697,769.0
9
+ EVENT,0.9673024523160763,0.9416445623342176,0.9543010752688172,377.0
10
+ CARDINAL,0.9733333333333334,0.9785522788203753,0.9759358288770054,373.0
11
+ LOC,0.9745762711864406,0.9623430962343096,0.968421052631579,239.0
12
+ WEBSITE,0.9865771812080537,0.9932432432432432,0.98989898989899,148.0
13
+ FAC,0.9166666666666666,0.9307692307692308,0.9236641221374046,130.0
14
+ LAW,1.0,1.0,1.0,90.0
15
+ TIME,0.9743589743589743,0.8735632183908046,0.9212121212121213,87.0
16
+ MONEY,0.9333333333333333,1.0,0.9655172413793104,42.0
17
+ CURR,1.0,0.9512195121951219,0.975,41.0
18
+ LANGUAGE,0.9333333333333333,0.8484848484848485,0.8888888888888888,33.0
19
+ PERCENT,1.0,0.9032258064516129,0.9491525423728814,31.0
20
+ PRODUCT,1.0,0.8421052631578947,0.9142857142857143,19.0
21
+ QUANTITY,1.0,0.8181818181818182,0.9,11.0
22
+ UNIT,0.9090909090909091,1.0,0.9523809523809523,10.0
23
+ accuracy,0.9778571428571429,0.9778571428571429,0.9778571428571429,0.9778571428571429
24
+ macro avg,0.9725024753902682,0.9475659044801065,0.9587281193044483,12600.0
25
+ weighted avg,0.977879248064854,0.9778571428571429,0.9777906938936711,12600.0
numbers_for_paper/metrics/best/validation/classification_report.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "GPE": {
3
+ "precision": 0.977432482426933,
4
+ "recall": 0.9821561338289962,
5
+ "f1-score": 0.9797886148711292,
6
+ "support": 2690.0
7
+ },
8
+ "ORG": {
9
+ "precision": 0.9728321548195012,
10
+ "recall": 0.9827067669172932,
11
+ "f1-score": 0.9777445296427903,
12
+ "support": 2660.0
13
+ },
14
+ "DATE": {
15
+ "precision": 0.9934310257705912,
16
+ "recall": 0.9949392712550608,
17
+ "f1-score": 0.9941845764854614,
18
+ "support": 1976.0
19
+ },
20
+ "PERS": {
21
+ "precision": 0.9738317757009346,
22
+ "recall": 0.9720149253731343,
23
+ "f1-score": 0.972922502334267,
24
+ "support": 1072.0
25
+ },
26
+ "NORP": {
27
+ "precision": 0.9750499001996008,
28
+ "recall": 0.9559686888454012,
29
+ "f1-score": 0.9654150197628458,
30
+ "support": 1022.0
31
+ },
32
+ "ORDINAL": {
33
+ "precision": 0.9795134443021767,
34
+ "recall": 0.9807692307692307,
35
+ "f1-score": 0.9801409352978859,
36
+ "support": 780.0
37
+ },
38
+ "OCC": {
39
+ "precision": 0.981888745148771,
40
+ "recall": 0.9869960988296489,
41
+ "f1-score": 0.9844357976653697,
42
+ "support": 769.0
43
+ },
44
+ "EVENT": {
45
+ "precision": 0.9673024523160763,
46
+ "recall": 0.9416445623342176,
47
+ "f1-score": 0.9543010752688172,
48
+ "support": 377.0
49
+ },
50
+ "CARDINAL": {
51
+ "precision": 0.9733333333333334,
52
+ "recall": 0.9785522788203753,
53
+ "f1-score": 0.9759358288770054,
54
+ "support": 373.0
55
+ },
56
+ "LOC": {
57
+ "precision": 0.9745762711864406,
58
+ "recall": 0.9623430962343096,
59
+ "f1-score": 0.968421052631579,
60
+ "support": 239.0
61
+ },
62
+ "WEBSITE": {
63
+ "precision": 0.9865771812080537,
64
+ "recall": 0.9932432432432432,
65
+ "f1-score": 0.98989898989899,
66
+ "support": 148.0
67
+ },
68
+ "FAC": {
69
+ "precision": 0.9166666666666666,
70
+ "recall": 0.9307692307692308,
71
+ "f1-score": 0.9236641221374046,
72
+ "support": 130.0
73
+ },
74
+ "LAW": {
75
+ "precision": 1.0,
76
+ "recall": 1.0,
77
+ "f1-score": 1.0,
78
+ "support": 90.0
79
+ },
80
+ "TIME": {
81
+ "precision": 0.9743589743589743,
82
+ "recall": 0.8735632183908046,
83
+ "f1-score": 0.9212121212121213,
84
+ "support": 87.0
85
+ },
86
+ "MONEY": {
87
+ "precision": 0.9333333333333333,
88
+ "recall": 1.0,
89
+ "f1-score": 0.9655172413793104,
90
+ "support": 42.0
91
+ },
92
+ "CURR": {
93
+ "precision": 1.0,
94
+ "recall": 0.9512195121951219,
95
+ "f1-score": 0.975,
96
+ "support": 41.0
97
+ },
98
+ "LANGUAGE": {
99
+ "precision": 0.9333333333333333,
100
+ "recall": 0.8484848484848485,
101
+ "f1-score": 0.8888888888888888,
102
+ "support": 33.0
103
+ },
104
+ "PERCENT": {
105
+ "precision": 1.0,
106
+ "recall": 0.9032258064516129,
107
+ "f1-score": 0.9491525423728814,
108
+ "support": 31.0
109
+ },
110
+ "PRODUCT": {
111
+ "precision": 1.0,
112
+ "recall": 0.8421052631578947,
113
+ "f1-score": 0.9142857142857143,
114
+ "support": 19.0
115
+ },
116
+ "QUANTITY": {
117
+ "precision": 1.0,
118
+ "recall": 0.8181818181818182,
119
+ "f1-score": 0.9,
120
+ "support": 11.0
121
+ },
122
+ "UNIT": {
123
+ "precision": 0.9090909090909091,
124
+ "recall": 1.0,
125
+ "f1-score": 0.9523809523809523,
126
+ "support": 10.0
127
+ },
128
+ "accuracy": 0.9778571428571429,
129
+ "macro avg": {
130
+ "precision": 0.9725024753902682,
131
+ "recall": 0.9475659044801065,
132
+ "f1-score": 0.9587281193044483,
133
+ "support": 12600.0
134
+ },
135
+ "weighted avg": {
136
+ "precision": 0.977879248064854,
137
+ "recall": 0.9778571428571429,
138
+ "f1-score": 0.9777906938936711,
139
+ "support": 12600.0
140
+ }
141
+ }
numbers_for_paper/metrics/best/validation/confusion_matrix.csv ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,GPE,ORG,DATE,PERS,NORP,ORDINAL,OCC,EVENT,CARDINAL,LOC,WEBSITE,FAC,LAW,TIME,MONEY,CURR,LANGUAGE,PERCENT,PRODUCT,QUANTITY,UNIT
2
+ GPE,2642,27,3,4,3,1,1,3,2,3,0,0,0,0,0,0,1,0,0,0,0
3
+ ORG,21,2614,1,4,5,2,2,4,2,2,0,3,0,0,0,0,0,0,0,0,0
4
+ DATE,3,0,1966,1,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0
5
+ PERS,7,5,1,1042,7,1,5,0,0,0,1,3,0,0,0,0,0,0,0,0,0
6
+ NORP,7,19,0,11,977,0,3,3,1,0,0,1,0,0,0,0,0,0,0,0,0
7
+ ORDINAL,3,2,1,2,4,765,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0
8
+ OCC,2,1,0,5,1,0,759,0,0,0,1,0,0,0,0,0,0,0,0,0,0
9
+ EVENT,4,10,2,0,2,0,1,355,1,0,0,2,0,0,0,0,0,0,0,0,0
10
+ CARDINAL,0,0,1,0,0,6,0,0,365,0,0,0,0,1,0,0,0,0,0,0,0
11
+ LOC,5,2,0,0,1,0,0,0,0,230,0,1,0,0,0,0,0,0,0,0,0
12
+ WEBSITE,0,1,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,0
13
+ FAC,6,2,0,0,0,0,0,1,0,0,0,121,0,0,0,0,0,0,0,0,0
14
+ LAW,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0
15
+ TIME,2,1,4,0,0,2,0,0,0,1,0,0,0,76,0,0,1,0,0,0,0
16
+ MONEY,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0
17
+ CURR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,39,0,0,0,0,0
18
+ LANGUAGE,1,2,0,0,1,0,0,0,0,0,0,0,0,1,0,0,28,0,0,0,0
19
+ PERCENT,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,28,0,0,0
20
+ PRODUCT,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0
21
+ QUANTITY,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,9,1
22
+ UNIT,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10
numbers_for_paper/metrics/best/validation/confusion_matrix.png ADDED

Git LFS Details

  • SHA256: fc8cc480a61323dc4d81254056d9c3baaf318311851a3747b06a4db6e26e9386
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
numbers_for_paper/metrics/best/validation/confusion_matrix_normalized_pred.csv ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,GPE,ORG,DATE,PERS,NORP,ORDINAL,OCC,EVENT,CARDINAL,LOC,WEBSITE,FAC,LAW,TIME,MONEY,CURR,LANGUAGE,PERCENT,PRODUCT,QUANTITY,UNIT
2
+ GPE,0.977432482426933,0.010048381094157052,0.0015159171298635675,0.003738317757009346,0.0029940119760479044,0.0012804097311139564,0.00129366106080207,0.008174386920980926,0.005333333333333333,0.012711864406779662,0.0,0.0,0.0,0.0,0.0,0.0,0.03333333333333333,0.0,0.0,0.0,0.0
3
+ ORG,0.00776914539400666,0.9728321548195012,0.0005053057099545225,0.003738317757009346,0.00499001996007984,0.002560819462227913,0.00258732212160414,0.010899182561307902,0.005333333333333333,0.00847457627118644,0.0,0.022727272727272728,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
4
+ DATE,0.0011098779134295228,0.0,0.9934310257705912,0.0009345794392523365,0.000998003992015968,0.0038412291933418692,0.00129366106080207,0.0027247956403269754,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
5
+ PERS,0.002589715131335553,0.0018608113137327876,0.0005053057099545225,0.9738317757009346,0.006986027944111776,0.0012804097311139564,0.00646830530401035,0.0,0.0,0.0,0.006711409395973154,0.022727272727272728,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
6
+ NORP,0.002589715131335553,0.0070710829921845925,0.0,0.010280373831775701,0.9750499001996008,0.0,0.0038809831824062097,0.008174386920980926,0.0026666666666666666,0.0,0.0,0.007575757575757576,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
7
+ ORDINAL,0.0011098779134295228,0.000744324525493115,0.0005053057099545225,0.001869158878504673,0.003992015968063872,0.9795134443021767,0.0,0.0,0.005333333333333333,0.0,0.0,0.007575757575757576,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
8
+ OCC,0.0007399186089530152,0.0003721622627465575,0.0,0.004672897196261682,0.000998003992015968,0.0,0.981888745148771,0.0,0.0,0.0,0.006711409395973154,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
9
+ EVENT,0.0014798372179060304,0.003721622627465575,0.001010611419909045,0.0,0.001996007984031936,0.0,0.00129366106080207,0.9673024523160763,0.0026666666666666666,0.0,0.0,0.015151515151515152,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
10
+ CARDINAL,0.0,0.0,0.0005053057099545225,0.0,0.0,0.0076824583866837385,0.0,0.0,0.9733333333333334,0.0,0.0,0.0,0.0,0.01282051282051282,0.0,0.0,0.0,0.0,0.0,0.0,0.0
11
+ LOC,0.001849796522382538,0.000744324525493115,0.0,0.0,0.000998003992015968,0.0,0.0,0.0,0.0,0.9745762711864406,0.0,0.007575757575757576,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
12
+ WEBSITE,0.0,0.0003721622627465575,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.9865771812080537,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
13
+ FAC,0.0022197558268590455,0.000744324525493115,0.0,0.0,0.0,0.0,0.0,0.0027247956403269754,0.0,0.0,0.0,0.9166666666666666,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
14
+ LAW,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
15
+ TIME,0.0007399186089530152,0.0003721622627465575,0.00202122283981809,0.0,0.0,0.002560819462227913,0.0,0.0,0.0,0.00423728813559322,0.0,0.0,0.0,0.9743589743589743,0.0,0.0,0.03333333333333333,0.0,0.0,0.0,0.0
16
+ MONEY,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.9333333333333333,0.0,0.0,0.0,0.0,0.0,0.0
17
+ CURR,0.0,0.0,0.0,0.0,0.0,0.0,0.00129366106080207,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.022222222222222223,1.0,0.0,0.0,0.0,0.0,0.0
18
+ LANGUAGE,0.0003699593044765076,0.000744324525493115,0.0,0.0,0.000998003992015968,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01282051282051282,0.0,0.0,0.9333333333333333,0.0,0.0,0.0,0.0
19
+ PERCENT,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.005333333333333333,0.0,0.0,0.0,0.0,0.0,0.022222222222222223,0.0,0.0,1.0,0.0,0.0,0.0
20
+ PRODUCT,0.0,0.0003721622627465575,0.0,0.0009345794392523365,0.0,0.0012804097311139564,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0
21
+ QUANTITY,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.022222222222222223,0.0,0.0,0.0,0.0,1.0,0.09090909090909091
22
+ UNIT,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.9090909090909091
numbers_for_paper/metrics/best/validation/confusion_matrix_normalized_pred.png ADDED

Git LFS Details

  • SHA256: e3b4b31754157e7c8f92d07f8c65082aad20861ea803635216442bc95fc85ac0
  • Pointer size: 131 Bytes
  • Size of remote file: 124 kB
numbers_for_paper/metrics/best/validation/confusion_matrix_normalized_true.csv ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,GPE,ORG,DATE,PERS,NORP,ORDINAL,OCC,EVENT,CARDINAL,LOC,WEBSITE,FAC,LAW,TIME,MONEY,CURR,LANGUAGE,PERCENT,PRODUCT,QUANTITY,UNIT
2
+ GPE,0.9821561338289962,0.010037174721189592,0.0011152416356877324,0.001486988847583643,0.0011152416356877324,0.0003717472118959108,0.0003717472118959108,0.0011152416356877324,0.0007434944237918215,0.0011152416356877324,0.0,0.0,0.0,0.0,0.0,0.0,0.0003717472118959108,0.0,0.0,0.0,0.0
3
+ ORG,0.007894736842105263,0.9827067669172932,0.00037593984962406017,0.0015037593984962407,0.0018796992481203006,0.0007518796992481203,0.0007518796992481203,0.0015037593984962407,0.0007518796992481203,0.0007518796992481203,0.0,0.0011278195488721805,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
4
+ DATE,0.0015182186234817814,0.0,0.9949392712550608,0.0005060728744939271,0.0005060728744939271,0.0015182186234817814,0.0005060728744939271,0.0005060728744939271,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
5
+ PERS,0.0065298507462686565,0.0046641791044776115,0.0009328358208955224,0.9720149253731343,0.0065298507462686565,0.0009328358208955224,0.0046641791044776115,0.0,0.0,0.0,0.0009328358208955224,0.002798507462686567,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
6
+ NORP,0.00684931506849315,0.018590998043052837,0.0,0.010763209393346379,0.9559686888454012,0.0,0.0029354207436399216,0.0029354207436399216,0.0009784735812133072,0.0,0.0,0.0009784735812133072,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
7
+ ORDINAL,0.0038461538461538464,0.002564102564102564,0.001282051282051282,0.002564102564102564,0.005128205128205128,0.9807692307692307,0.0,0.0,0.002564102564102564,0.0,0.0,0.001282051282051282,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
8
+ OCC,0.002600780234070221,0.0013003901170351106,0.0,0.006501950585175552,0.0013003901170351106,0.0,0.9869960988296489,0.0,0.0,0.0,0.0013003901170351106,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
9
+ EVENT,0.010610079575596816,0.026525198938992044,0.005305039787798408,0.0,0.005305039787798408,0.0,0.002652519893899204,0.9416445623342176,0.002652519893899204,0.0,0.0,0.005305039787798408,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
10
+ CARDINAL,0.0,0.0,0.002680965147453083,0.0,0.0,0.0160857908847185,0.0,0.0,0.9785522788203753,0.0,0.0,0.0,0.0,0.002680965147453083,0.0,0.0,0.0,0.0,0.0,0.0,0.0
11
+ LOC,0.02092050209205021,0.008368200836820083,0.0,0.0,0.0041841004184100415,0.0,0.0,0.0,0.0,0.9623430962343096,0.0,0.0041841004184100415,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
12
+ WEBSITE,0.0,0.006756756756756757,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.9932432432432432,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
13
+ FAC,0.046153846153846156,0.015384615384615385,0.0,0.0,0.0,0.0,0.0,0.007692307692307693,0.0,0.0,0.0,0.9307692307692308,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
14
+ LAW,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
15
+ TIME,0.022988505747126436,0.011494252873563218,0.04597701149425287,0.0,0.0,0.022988505747126436,0.0,0.0,0.0,0.011494252873563218,0.0,0.0,0.0,0.8735632183908046,0.0,0.0,0.011494252873563218,0.0,0.0,0.0,0.0
16
+ MONEY,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0
17
+ CURR,0.0,0.0,0.0,0.0,0.0,0.0,0.024390243902439025,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.024390243902439025,0.9512195121951219,0.0,0.0,0.0,0.0,0.0
18
+ LANGUAGE,0.030303030303030304,0.06060606060606061,0.0,0.0,0.030303030303030304,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.030303030303030304,0.0,0.0,0.8484848484848485,0.0,0.0,0.0,0.0
19
+ PERCENT,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.06451612903225806,0.0,0.0,0.0,0.0,0.0,0.03225806451612903,0.0,0.0,0.9032258064516129,0.0,0.0,0.0
20
+ PRODUCT,0.0,0.05263157894736842,0.0,0.05263157894736842,0.0,0.05263157894736842,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.8421052631578947,0.0,0.0
21
+ QUANTITY,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.09090909090909091,0.0,0.0,0.0,0.0,0.8181818181818182,0.09090909090909091
22
+ UNIT,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0
numbers_for_paper/metrics/best/validation/confusion_matrix_normalized_true.png ADDED

Git LFS Details

  • SHA256: b1e36e0987f129d387a6741b56ee57ea34c80308c30d0e8743346fe99c12ded4
  • Pointer size: 131 Bytes
  • Size of remote file: 126 kB
numbers_for_paper/metrics/best/validation/high_confidence_errors.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
numbers_for_paper/metrics/best/validation/incorrect_predictions.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
numbers_for_paper/metrics/best/validation/low_confidence_correct.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fd417882d9164bed28a9193492a8a49101d98f90315e2d90b430c2018c084f9
3
+ size 23978971
numbers_for_paper/metrics/best/validation/metrics.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ row_count,correct_count,accuracy,micro_precision,micro_recall,micro_f1,macro_all_labels_precision,macro_all_labels_recall,macro_all_labels_f1,weighted_precision,weighted_recall,weighted_f1,macro_present_labels_precision,macro_present_labels_recall,macro_present_labels_f1,macro_precision_all_labels,macro_recall_all_labels,macro_f1_all_labels,macro_precision_present_labels,macro_recall_present_labels,macro_f1_present_labels,top3_accuracy,top5_accuracy,log_loss,mean_top1_confidence,median_top1_confidence,p05_top1_confidence,p95_top1_confidence,mean_confidence_correct,mean_confidence_incorrect,split,checkpoint,labels
2
+ 12600,12321,0.9778571428571429,0.9778571428571429,0.9778571428571429,0.9778571428571429,0.9725024753902682,0.9475659044801065,0.9587281193044483,0.977879248064854,0.9778571428571429,0.9777906938936711,0.9725024753902682,0.9475659044801065,0.9587281193044483,0.9725024753902682,0.9475659044801065,0.9587281193044483,0.9725024753902682,0.9475659044801065,0.9587281193044483,0.9935714285714285,0.9964285714285714,0.16301231904575128,0.9950786315425048,1.0,0.9994885444641113,1.0,0.9979185858491508,0.869662584903847,validation,best,"['GPE', 'ORG', 'DATE', 'PERS', 'NORP', 'ORDINAL', 'OCC', 'EVENT', 'CARDINAL', 'LOC', 'WEBSITE', 'FAC', 'LAW', 'TIME', 'MONEY', 'CURR', 'LANGUAGE', 'PERCENT', 'PRODUCT', 'QUANTITY', 'UNIT']"
numbers_for_paper/metrics/best/validation/metrics.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "row_count": 12600,
3
+ "correct_count": 12321,
4
+ "accuracy": 0.9778571428571429,
5
+ "micro_precision": 0.9778571428571429,
6
+ "micro_recall": 0.9778571428571429,
7
+ "micro_f1": 0.9778571428571429,
8
+ "macro_all_labels_precision": 0.9725024753902682,
9
+ "macro_all_labels_recall": 0.9475659044801065,
10
+ "macro_all_labels_f1": 0.9587281193044483,
11
+ "weighted_precision": 0.977879248064854,
12
+ "weighted_recall": 0.9778571428571429,
13
+ "weighted_f1": 0.9777906938936711,
14
+ "macro_present_labels_precision": 0.9725024753902682,
15
+ "macro_present_labels_recall": 0.9475659044801065,
16
+ "macro_present_labels_f1": 0.9587281193044483,
17
+ "macro_precision_all_labels": 0.9725024753902682,
18
+ "macro_recall_all_labels": 0.9475659044801065,
19
+ "macro_f1_all_labels": 0.9587281193044483,
20
+ "macro_precision_present_labels": 0.9725024753902682,
21
+ "macro_recall_present_labels": 0.9475659044801065,
22
+ "macro_f1_present_labels": 0.9587281193044483,
23
+ "top3_accuracy": 0.9935714285714285,
24
+ "top5_accuracy": 0.9964285714285714,
25
+ "log_loss": 0.16301231904575128,
26
+ "mean_top1_confidence": 0.9950786315425048,
27
+ "median_top1_confidence": 1.0,
28
+ "p05_top1_confidence": 0.9994885444641113,
29
+ "p95_top1_confidence": 1.0,
30
+ "mean_confidence_correct": 0.9979185858491508,
31
+ "mean_confidence_incorrect": 0.869662584903847,
32
+ "split": "validation",
33
+ "checkpoint": "best",
34
+ "labels": [
35
+ "GPE",
36
+ "ORG",
37
+ "DATE",
38
+ "PERS",
39
+ "NORP",
40
+ "ORDINAL",
41
+ "OCC",
42
+ "EVENT",
43
+ "CARDINAL",
44
+ "LOC",
45
+ "WEBSITE",
46
+ "FAC",
47
+ "LAW",
48
+ "TIME",
49
+ "MONEY",
50
+ "CURR",
51
+ "LANGUAGE",
52
+ "PERCENT",
53
+ "PRODUCT",
54
+ "QUANTITY",
55
+ "UNIT"
56
+ ]
57
+ }
numbers_for_paper/metrics/best/validation/per_class_metrics.csv ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ label,support,predicted_count,true_positives,false_positives,false_negatives,true_negatives,precision,recall,f1,one_vs_rest_accuracy
2
+ GPE,2690,2703,2642,61,48,9849,0.977432482426933,0.9821561338289962,0.9797886148711292,0.9913492063492063
3
+ ORG,2660,2687,2614,73,46,9867,0.9728321548195012,0.9827067669172932,0.9777445296427903,0.9905555555555555
4
+ DATE,1976,1979,1966,13,10,10611,0.9934310257705912,0.9949392712550608,0.9941845764854614,0.9981746031746032
5
+ PERS,1072,1070,1042,28,30,11500,0.9738317757009346,0.9720149253731343,0.972922502334267,0.9953968253968254
6
+ NORP,1022,1002,977,25,45,11553,0.9750499001996008,0.9559686888454012,0.9654150197628458,0.9944444444444445
7
+ ORDINAL,780,781,765,16,15,11804,0.9795134443021767,0.9807692307692307,0.9801409352978859,0.9975396825396825
8
+ OCC,769,773,759,14,10,11817,0.981888745148771,0.9869960988296489,0.9844357976653697,0.9980952380952381
9
+ EVENT,377,367,355,12,22,12211,0.9673024523160763,0.9416445623342176,0.9543010752688172,0.9973015873015874
10
+ CARDINAL,373,375,365,10,8,12217,0.9733333333333334,0.9785522788203753,0.9759358288770054,0.9985714285714286
11
+ LOC,239,236,230,6,9,12355,0.9745762711864406,0.9623430962343096,0.968421052631579,0.9988095238095238
12
+ WEBSITE,148,149,147,2,1,12450,0.9865771812080537,0.9932432432432432,0.98989898989899,0.9997619047619047
13
+ FAC,130,132,121,11,9,12459,0.9166666666666666,0.9307692307692308,0.9236641221374046,0.9984126984126984
14
+ LAW,90,90,90,0,0,12510,1.0,1.0,1.0,1.0
15
+ TIME,87,78,76,2,11,12511,0.9743589743589743,0.8735632183908046,0.9212121212121213,0.998968253968254
16
+ MONEY,42,45,42,3,0,12555,0.9333333333333333,1.0,0.9655172413793104,0.9997619047619047
17
+ CURR,41,39,39,0,2,12559,1.0,0.9512195121951219,0.975,0.9998412698412699
18
+ LANGUAGE,33,30,28,2,5,12565,0.9333333333333333,0.8484848484848485,0.8888888888888888,0.9994444444444445
19
+ PERCENT,31,28,28,0,3,12569,1.0,0.9032258064516129,0.9491525423728814,0.9997619047619047
20
+ PRODUCT,19,16,16,0,3,12581,1.0,0.8421052631578947,0.9142857142857143,0.9997619047619047
21
+ QUANTITY,11,9,9,0,2,12589,1.0,0.8181818181818182,0.9,0.9998412698412699
22
+ UNIT,10,11,10,1,0,12589,0.9090909090909091,1.0,0.9523809523809523,0.9999206349206349
numbers_for_paper/metrics/best/validation/top_confusions.csv ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gold,predicted,count
2
+ GPE,ORG,27
3
+ ORG,GPE,21
4
+ NORP,ORG,19
5
+ NORP,PERS,11
6
+ EVENT,ORG,10
7
+ PERS,GPE,7
8
+ PERS,NORP,7
9
+ NORP,GPE,7
10
+ CARDINAL,ORDINAL,6
11
+ FAC,GPE,6
12
+ ORG,NORP,5
13
+ PERS,ORG,5
14
+ PERS,OCC,5
15
+ OCC,PERS,5
16
+ LOC,GPE,5
17
+ GPE,PERS,4
18
+ ORG,PERS,4
19
+ ORG,EVENT,4
20
+ ORDINAL,NORP,4
21
+ EVENT,GPE,4
22
+ TIME,DATE,4
23
+ GPE,DATE,3
24
+ GPE,NORP,3
25
+ GPE,EVENT,3
26
+ GPE,LOC,3
27
+ ORG,FAC,3
28
+ DATE,GPE,3
29
+ DATE,ORDINAL,3
30
+ PERS,FAC,3
31
+ NORP,OCC,3
numbers_for_paper/metrics/latest/test/category_metrics.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ row_count,correct_count,accuracy,micro_precision,micro_recall,micro_f1,macro_all_labels_precision,macro_all_labels_recall,macro_all_labels_f1,weighted_precision,weighted_recall,weighted_f1,macro_present_labels_precision,macro_present_labels_recall,macro_present_labels_f1,macro_precision_all_labels,macro_recall_all_labels,macro_f1_all_labels,macro_precision_present_labels,macro_recall_present_labels,macro_f1_present_labels,top3_accuracy,top5_accuracy,log_loss,mean_top1_confidence,median_top1_confidence,p05_top1_confidence,p95_top1_confidence,mean_confidence_correct,mean_confidence_incorrect,category_field,category_value
2
+ 11606,11383,0.9807858004480441,0.9807858004480441,0.9807858004480441,0.9807858004480441,0.970248804493168,0.9589518854295287,0.964096406841693,0.9807477003420003,0.9807858004480441,0.9807125672627535,0.970248804493168,0.9589518854295287,0.964096406841693,0.970248804493168,0.9589518854295287,0.964096406841693,0.970248804493168,0.9589518854295287,0.964096406841693,0.9943994485610891,0.9967258314664829,0.14870123961865775,0.995741135430977,1.0,0.9996090829372406,1.0,0.9979960249019697,0.8806406562905675,evaluation_category,seen_sentence_new_entity
3
+ 994,957,0.9627766599597586,0.9627766599597586,0.9627766599597586,0.9627766599597586,0.8621871812676783,0.8440708315067772,0.8506415101139764,0.9615439764829642,0.9627766599597586,0.9617803672434098,0.9052965403310622,0.886274373082116,0.8931735856196752,0.8621871812676783,0.8440708315067772,0.8506415101139764,0.9052965403310622,0.886274373082116,0.8931735856196752,0.9818913480885312,0.9899396378269618,0.24393869330234744,0.9909152250954323,0.9999997615814209,0.995781660079956,1.0,0.9978517044798833,0.8115041231786883,evaluation_category,unseen_sentence
4
+ 12413,12169,0.9803431885926045,0.9803431885926045,0.9803431885926045,0.9803431885926045,0.6496038901616236,0.64283091403861,0.6461224490926283,0.9806342861930728,0.9803431885926045,0.9804518205405721,0.9744058352424354,0.9642463710579151,0.9691836736389423,0.6496038901616236,0.64283091403861,0.6461224490926283,0.9744058352424354,0.9642463710579151,0.9691836736389423,0.9937162652058326,0.996294207685491,0.1522654708713368,0.9957194130354228,1.0,0.9995974659919739,1.0,0.9981513768838616,0.8744301996270164,label_frequency_category,frequent_label_gold_support_ge_500_dataset
5
+ 187,171,0.9144385026737968,0.9144385026737968,0.9144385026737968,0.9144385026737968,0.3248890757143095,0.310637292786805,0.31710717645832703,0.977959909496639,0.9144385026737968,0.9440013868098467,0.9746672271429286,0.9319118783604151,0.9513215293749812,0.3248890757143095,0.310637292786805,0.31710717645832703,0.9746672271429286,0.9319118783604151,0.9513215293749812,0.9732620320855615,0.9893048128342246,0.41834416166187954,0.9715308959790092,0.9999912977218628,0.7683767378330231,0.9999997615814209,0.9861329084599925,0.815471887588501,label_frequency_category,rare_label_gold_support_lt_500_dataset
numbers_for_paper/metrics/latest/test/category_metrics.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "evaluation_category": {
3
+ "seen_sentence_new_entity": {
4
+ "row_count": 11606,
5
+ "correct_count": 11383,
6
+ "accuracy": 0.9807858004480441,
7
+ "micro_precision": 0.9807858004480441,
8
+ "micro_recall": 0.9807858004480441,
9
+ "micro_f1": 0.9807858004480441,
10
+ "macro_all_labels_precision": 0.970248804493168,
11
+ "macro_all_labels_recall": 0.9589518854295287,
12
+ "macro_all_labels_f1": 0.964096406841693,
13
+ "weighted_precision": 0.9807477003420003,
14
+ "weighted_recall": 0.9807858004480441,
15
+ "weighted_f1": 0.9807125672627535,
16
+ "macro_present_labels_precision": 0.970248804493168,
17
+ "macro_present_labels_recall": 0.9589518854295287,
18
+ "macro_present_labels_f1": 0.964096406841693,
19
+ "macro_precision_all_labels": 0.970248804493168,
20
+ "macro_recall_all_labels": 0.9589518854295287,
21
+ "macro_f1_all_labels": 0.964096406841693,
22
+ "macro_precision_present_labels": 0.970248804493168,
23
+ "macro_recall_present_labels": 0.9589518854295287,
24
+ "macro_f1_present_labels": 0.964096406841693,
25
+ "top3_accuracy": 0.9943994485610891,
26
+ "top5_accuracy": 0.9967258314664829,
27
+ "log_loss": 0.14870123961865775,
28
+ "mean_top1_confidence": 0.995741135430977,
29
+ "median_top1_confidence": 1.0,
30
+ "p05_top1_confidence": 0.9996090829372406,
31
+ "p95_top1_confidence": 1.0,
32
+ "mean_confidence_correct": 0.9979960249019697,
33
+ "mean_confidence_incorrect": 0.8806406562905675,
34
+ "category_field": "evaluation_category",
35
+ "category_value": "seen_sentence_new_entity"
36
+ },
37
+ "unseen_sentence": {
38
+ "row_count": 994,
39
+ "correct_count": 957,
40
+ "accuracy": 0.9627766599597586,
41
+ "micro_precision": 0.9627766599597586,
42
+ "micro_recall": 0.9627766599597586,
43
+ "micro_f1": 0.9627766599597586,
44
+ "macro_all_labels_precision": 0.8621871812676783,
45
+ "macro_all_labels_recall": 0.8440708315067772,
46
+ "macro_all_labels_f1": 0.8506415101139764,
47
+ "weighted_precision": 0.9615439764829642,
48
+ "weighted_recall": 0.9627766599597586,
49
+ "weighted_f1": 0.9617803672434098,
50
+ "macro_present_labels_precision": 0.9052965403310622,
51
+ "macro_present_labels_recall": 0.886274373082116,
52
+ "macro_present_labels_f1": 0.8931735856196752,
53
+ "macro_precision_all_labels": 0.8621871812676783,
54
+ "macro_recall_all_labels": 0.8440708315067772,
55
+ "macro_f1_all_labels": 0.8506415101139764,
56
+ "macro_precision_present_labels": 0.9052965403310622,
57
+ "macro_recall_present_labels": 0.886274373082116,
58
+ "macro_f1_present_labels": 0.8931735856196752,
59
+ "top3_accuracy": 0.9818913480885312,
60
+ "top5_accuracy": 0.9899396378269618,
61
+ "log_loss": 0.24393869330234744,
62
+ "mean_top1_confidence": 0.9909152250954323,
63
+ "median_top1_confidence": 0.9999997615814209,
64
+ "p05_top1_confidence": 0.995781660079956,
65
+ "p95_top1_confidence": 1.0,
66
+ "mean_confidence_correct": 0.9978517044798833,
67
+ "mean_confidence_incorrect": 0.8115041231786883,
68
+ "category_field": "evaluation_category",
69
+ "category_value": "unseen_sentence"
70
+ }
71
+ },
72
+ "label_frequency_category": {
73
+ "frequent_label_gold_support_ge_500_dataset": {
74
+ "row_count": 12413,
75
+ "correct_count": 12169,
76
+ "accuracy": 0.9803431885926045,
77
+ "micro_precision": 0.9803431885926045,
78
+ "micro_recall": 0.9803431885926045,
79
+ "micro_f1": 0.9803431885926045,
80
+ "macro_all_labels_precision": 0.6496038901616236,
81
+ "macro_all_labels_recall": 0.64283091403861,
82
+ "macro_all_labels_f1": 0.6461224490926283,
83
+ "weighted_precision": 0.9806342861930728,
84
+ "weighted_recall": 0.9803431885926045,
85
+ "weighted_f1": 0.9804518205405721,
86
+ "macro_present_labels_precision": 0.9744058352424354,
87
+ "macro_present_labels_recall": 0.9642463710579151,
88
+ "macro_present_labels_f1": 0.9691836736389423,
89
+ "macro_precision_all_labels": 0.6496038901616236,
90
+ "macro_recall_all_labels": 0.64283091403861,
91
+ "macro_f1_all_labels": 0.6461224490926283,
92
+ "macro_precision_present_labels": 0.9744058352424354,
93
+ "macro_recall_present_labels": 0.9642463710579151,
94
+ "macro_f1_present_labels": 0.9691836736389423,
95
+ "top3_accuracy": 0.9937162652058326,
96
+ "top5_accuracy": 0.996294207685491,
97
+ "log_loss": 0.1522654708713368,
98
+ "mean_top1_confidence": 0.9957194130354228,
99
+ "median_top1_confidence": 1.0,
100
+ "p05_top1_confidence": 0.9995974659919739,
101
+ "p95_top1_confidence": 1.0,
102
+ "mean_confidence_correct": 0.9981513768838616,
103
+ "mean_confidence_incorrect": 0.8744301996270164,
104
+ "category_field": "label_frequency_category",
105
+ "category_value": "frequent_label_gold_support_ge_500_dataset"
106
+ },
107
+ "rare_label_gold_support_lt_500_dataset": {
108
+ "row_count": 187,
109
+ "correct_count": 171,
110
+ "accuracy": 0.9144385026737968,
111
+ "micro_precision": 0.9144385026737968,
112
+ "micro_recall": 0.9144385026737968,
113
+ "micro_f1": 0.9144385026737968,
114
+ "macro_all_labels_precision": 0.3248890757143095,
115
+ "macro_all_labels_recall": 0.310637292786805,
116
+ "macro_all_labels_f1": 0.31710717645832703,
117
+ "weighted_precision": 0.977959909496639,
118
+ "weighted_recall": 0.9144385026737968,
119
+ "weighted_f1": 0.9440013868098467,
120
+ "macro_present_labels_precision": 0.9746672271429286,
121
+ "macro_present_labels_recall": 0.9319118783604151,
122
+ "macro_present_labels_f1": 0.9513215293749812,
123
+ "macro_precision_all_labels": 0.3248890757143095,
124
+ "macro_recall_all_labels": 0.310637292786805,
125
+ "macro_f1_all_labels": 0.31710717645832703,
126
+ "macro_precision_present_labels": 0.9746672271429286,
127
+ "macro_recall_present_labels": 0.9319118783604151,
128
+ "macro_f1_present_labels": 0.9513215293749812,
129
+ "top3_accuracy": 0.9732620320855615,
130
+ "top5_accuracy": 0.9893048128342246,
131
+ "log_loss": 0.41834416166187954,
132
+ "mean_top1_confidence": 0.9715308959790092,
133
+ "median_top1_confidence": 0.9999912977218628,
134
+ "p05_top1_confidence": 0.7683767378330231,
135
+ "p95_top1_confidence": 0.9999997615814209,
136
+ "mean_confidence_correct": 0.9861329084599925,
137
+ "mean_confidence_incorrect": 0.815471887588501,
138
+ "category_field": "label_frequency_category",
139
+ "category_value": "rare_label_gold_support_lt_500_dataset"
140
+ }
141
+ }
142
+ }
numbers_for_paper/metrics/latest/test/class_wise_most_common_confusions.csv ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gold,predicted,count
2
+ GPE,ORG,21
3
+ GPE,NORP,7
4
+ GPE,DATE,4
5
+ GPE,LOC,3
6
+ GPE,PERS,2
7
+ ORG,GPE,35
8
+ ORG,NORP,6
9
+ ORG,PERS,5
10
+ ORG,EVENT,3
11
+ ORG,FAC,3
12
+ DATE,GPE,2
13
+ DATE,PERS,2
14
+ DATE,TIME,2
15
+ DATE,NORP,1
16
+ DATE,LOC,1
17
+ PERS,GPE,4
18
+ PERS,ORG,4
19
+ PERS,OCC,4
20
+ PERS,DATE,2
21
+ PERS,NORP,2
22
+ NORP,ORG,7
23
+ NORP,PERS,5
24
+ NORP,GPE,3
25
+ NORP,DATE,1
26
+ NORP,OCC,1
27
+ ORDINAL,ORG,5
28
+ ORDINAL,DATE,3
29
+ ORDINAL,CARDINAL,2
30
+ ORDINAL,PERS,1
31
+ ORDINAL,NORP,1
32
+ OCC,ORG,3
33
+ OCC,GPE,1
34
+ OCC,PERS,1
35
+ OCC,NORP,1
36
+ OCC,WEBSITE,1
37
+ EVENT,ORG,8
38
+ EVENT,NORP,2
39
+ EVENT,FAC,2
40
+ EVENT,GPE,1
41
+ EVENT,PERS,1
42
+ CARDINAL,ORDINAL,8
43
+ CARDINAL,DATE,4
44
+ CARDINAL,OCC,3
45
+ CARDINAL,GPE,1
46
+ CARDINAL,PERS,1
47
+ LOC,GPE,11
48
+ LOC,ORG,2
49
+ LOC,NORP,2
50
+ LOC,PERS,1
51
+ WEBSITE,ORG,1
52
+ WEBSITE,TIME,1
53
+ FAC,GPE,9
54
+ FAC,PERS,2
55
+ FAC,DATE,1
56
+ FAC,LOC,1
57
+ TIME,ORDINAL,4
58
+ TIME,GPE,2
59
+ TIME,FAC,2
60
+ TIME,LANGUAGE,2
61
+ TIME,DATE,1
62
+ MONEY,DATE,1
63
+ MONEY,CARDINAL,1
64
+ MONEY,CURR,1
65
+ MONEY,PERCENT,1
66
+ MONEY,QUANTITY,1
67
+ CURR,DATE,1
68
+ LANGUAGE,NORP,2
69
+ LANGUAGE,GPE,1
70
+ LANGUAGE,PERS,1
71
+ LANGUAGE,TIME,1
72
+ PERCENT,CARDINAL,3
73
+ PERCENT,MONEY,1
74
+ PRODUCT,ORDINAL,1
numbers_for_paper/metrics/latest/test/classification_report.csv ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,precision,recall,f1-score,support
2
+ GPE,0.9742457689477557,0.9840208101077667,0.97910889258643,2691.0
3
+ ORG,0.9807764794572182,0.9785633696878526,0.9796686746987951,2659.0
4
+ DATE,0.9904378459989934,0.9954476479514416,0.992936427850656,1977.0
5
+ PERS,0.9795348837209302,0.9831932773109243,0.9813606710158435,1071.0
6
+ NORP,0.9755859375,0.9784524975514202,0.9770171149144254,1021.0
7
+ ORDINAL,0.9820971867007673,0.9833546734955185,0.982725527831094,781.0
8
+ OCC,0.9870466321243523,0.9896103896103896,0.9883268482490273,770.0
9
+ EVENT,0.9864130434782609,0.9628647214854111,0.974496644295302,377.0
10
+ CARDINAL,0.9779005524861878,0.9516129032258065,0.9645776566757494,372.0
11
+ LOC,0.9695652173913043,0.9330543933054394,0.9509594882729211,239.0
12
+ WEBSITE,0.9668874172185431,0.9864864864864865,0.9765886287625418,148.0
13
+ FAC,0.928,0.8992248062015504,0.9133858267716536,129.0
14
+ LAW,1.0,1.0,1.0,91.0
15
+ TIME,0.9156626506024096,0.8735632183908046,0.8941176470588236,87.0
16
+ MONEY,0.9736842105263158,0.8809523809523809,0.925,42.0
17
+ CURR,0.975609756097561,0.975609756097561,0.975609756097561,41.0
18
+ LANGUAGE,0.875,0.8484848484848485,0.8615384615384616,33.0
19
+ PERCENT,0.9642857142857143,0.8709677419354839,0.9152542372881356,31.0
20
+ PRODUCT,1.0,0.9473684210526315,0.972972972972973,19.0
21
+ QUANTITY,0.9090909090909091,1.0,0.9523809523809523,10.0
22
+ UNIT,1.0,1.0,1.0,11.0
23
+ accuracy,0.9793650793650793,0.9793650793650793,0.9793650793650793,0.9793650793650793
24
+ macro avg,0.9672297240774869,0.953468206825415,0.9599060204410164,12600.0
25
+ weighted avg,0.9793241950917576,0.9793650793650793,0.9792976133880797,12600.0
numbers_for_paper/metrics/latest/test/classification_report.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "GPE": {
3
+ "precision": 0.9742457689477557,
4
+ "recall": 0.9840208101077667,
5
+ "f1-score": 0.97910889258643,
6
+ "support": 2691.0
7
+ },
8
+ "ORG": {
9
+ "precision": 0.9807764794572182,
10
+ "recall": 0.9785633696878526,
11
+ "f1-score": 0.9796686746987951,
12
+ "support": 2659.0
13
+ },
14
+ "DATE": {
15
+ "precision": 0.9904378459989934,
16
+ "recall": 0.9954476479514416,
17
+ "f1-score": 0.992936427850656,
18
+ "support": 1977.0
19
+ },
20
+ "PERS": {
21
+ "precision": 0.9795348837209302,
22
+ "recall": 0.9831932773109243,
23
+ "f1-score": 0.9813606710158435,
24
+ "support": 1071.0
25
+ },
26
+ "NORP": {
27
+ "precision": 0.9755859375,
28
+ "recall": 0.9784524975514202,
29
+ "f1-score": 0.9770171149144254,
30
+ "support": 1021.0
31
+ },
32
+ "ORDINAL": {
33
+ "precision": 0.9820971867007673,
34
+ "recall": 0.9833546734955185,
35
+ "f1-score": 0.982725527831094,
36
+ "support": 781.0
37
+ },
38
+ "OCC": {
39
+ "precision": 0.9870466321243523,
40
+ "recall": 0.9896103896103896,
41
+ "f1-score": 0.9883268482490273,
42
+ "support": 770.0
43
+ },
44
+ "EVENT": {
45
+ "precision": 0.9864130434782609,
46
+ "recall": 0.9628647214854111,
47
+ "f1-score": 0.974496644295302,
48
+ "support": 377.0
49
+ },
50
+ "CARDINAL": {
51
+ "precision": 0.9779005524861878,
52
+ "recall": 0.9516129032258065,
53
+ "f1-score": 0.9645776566757494,
54
+ "support": 372.0
55
+ },
56
+ "LOC": {
57
+ "precision": 0.9695652173913043,
58
+ "recall": 0.9330543933054394,
59
+ "f1-score": 0.9509594882729211,
60
+ "support": 239.0
61
+ },
62
+ "WEBSITE": {
63
+ "precision": 0.9668874172185431,
64
+ "recall": 0.9864864864864865,
65
+ "f1-score": 0.9765886287625418,
66
+ "support": 148.0
67
+ },
68
+ "FAC": {
69
+ "precision": 0.928,
70
+ "recall": 0.8992248062015504,
71
+ "f1-score": 0.9133858267716536,
72
+ "support": 129.0
73
+ },
74
+ "LAW": {
75
+ "precision": 1.0,
76
+ "recall": 1.0,
77
+ "f1-score": 1.0,
78
+ "support": 91.0
79
+ },
80
+ "TIME": {
81
+ "precision": 0.9156626506024096,
82
+ "recall": 0.8735632183908046,
83
+ "f1-score": 0.8941176470588236,
84
+ "support": 87.0
85
+ },
86
+ "MONEY": {
87
+ "precision": 0.9736842105263158,
88
+ "recall": 0.8809523809523809,
89
+ "f1-score": 0.925,
90
+ "support": 42.0
91
+ },
92
+ "CURR": {
93
+ "precision": 0.975609756097561,
94
+ "recall": 0.975609756097561,
95
+ "f1-score": 0.975609756097561,
96
+ "support": 41.0
97
+ },
98
+ "LANGUAGE": {
99
+ "precision": 0.875,
100
+ "recall": 0.8484848484848485,
101
+ "f1-score": 0.8615384615384616,
102
+ "support": 33.0
103
+ },
104
+ "PERCENT": {
105
+ "precision": 0.9642857142857143,
106
+ "recall": 0.8709677419354839,
107
+ "f1-score": 0.9152542372881356,
108
+ "support": 31.0
109
+ },
110
+ "PRODUCT": {
111
+ "precision": 1.0,
112
+ "recall": 0.9473684210526315,
113
+ "f1-score": 0.972972972972973,
114
+ "support": 19.0
115
+ },
116
+ "QUANTITY": {
117
+ "precision": 0.9090909090909091,
118
+ "recall": 1.0,
119
+ "f1-score": 0.9523809523809523,
120
+ "support": 10.0
121
+ },
122
+ "UNIT": {
123
+ "precision": 1.0,
124
+ "recall": 1.0,
125
+ "f1-score": 1.0,
126
+ "support": 11.0
127
+ },
128
+ "accuracy": 0.9793650793650793,
129
+ "macro avg": {
130
+ "precision": 0.9672297240774869,
131
+ "recall": 0.953468206825415,
132
+ "f1-score": 0.9599060204410164,
133
+ "support": 12600.0
134
+ },
135
+ "weighted avg": {
136
+ "precision": 0.9793241950917576,
137
+ "recall": 0.9793650793650793,
138
+ "f1-score": 0.9792976133880797,
139
+ "support": 12600.0
140
+ }
141
+ }
numbers_for_paper/metrics/latest/test/confusion_matrix.csv ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,GPE,ORG,DATE,PERS,NORP,ORDINAL,OCC,EVENT,CARDINAL,LOC,WEBSITE,FAC,LAW,TIME,MONEY,CURR,LANGUAGE,PERCENT,PRODUCT,QUANTITY,UNIT
2
+ GPE,2648,21,4,2,7,0,1,1,1,3,2,1,0,0,0,0,0,0,0,0,0
3
+ ORG,35,2602,1,5,6,0,1,3,0,2,1,3,0,0,0,0,0,0,0,0,0
4
+ DATE,2,0,1968,2,1,0,0,0,0,1,0,0,0,2,0,0,1,0,0,0,0
5
+ PERS,4,4,2,1053,2,1,4,0,0,0,1,0,0,0,0,0,0,0,0,0,0
6
+ NORP,3,7,1,5,999,0,1,1,1,0,0,1,0,1,0,0,1,0,0,0,0
7
+ ORDINAL,0,5,3,1,1,768,0,0,2,0,0,0,0,1,0,0,0,0,0,0,0
8
+ OCC,1,3,0,1,1,0,762,0,0,0,1,0,0,1,0,0,0,0,0,0,0
9
+ EVENT,1,8,0,1,2,0,0,363,0,0,0,2,0,0,0,0,0,0,0,0,0
10
+ CARDINAL,1,0,4,1,1,8,3,0,354,0,0,0,0,0,0,0,0,0,0,0,0
11
+ LOC,11,2,0,1,2,0,0,0,0,223,0,0,0,0,0,0,0,0,0,0,0
12
+ WEBSITE,0,1,0,0,0,0,0,0,0,0,146,0,0,1,0,0,0,0,0,0,0
13
+ FAC,9,0,1,2,0,0,0,0,0,1,0,116,0,0,0,0,0,0,0,0,0
14
+ LAW,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0
15
+ TIME,2,0,1,0,0,4,0,0,0,0,0,2,0,76,0,0,2,0,0,0,0
16
+ MONEY,0,0,1,0,0,0,0,0,1,0,0,0,0,0,37,1,0,1,0,1,0
17
+ CURR,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0
18
+ LANGUAGE,1,0,0,1,2,0,0,0,0,0,0,0,0,1,0,0,28,0,0,0,0
19
+ PERCENT,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,27,0,0,0
20
+ PRODUCT,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0
21
+ QUANTITY,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0
22
+ UNIT,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11
numbers_for_paper/metrics/latest/test/confusion_matrix.png ADDED

Git LFS Details

  • SHA256: b6725ba1be57a78d9e9a94230bca11767036bc0b146511ab35e4319904705c4e
  • Pointer size: 131 Bytes
  • Size of remote file: 118 kB