dumitrescustefan commited on
Commit
1c73167
1 Parent(s): 2187466

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -52,6 +52,13 @@ f1 |95.1 |91.3
52
  precision |95.0 |90.7
53
  recall |95.3 |91.9
54
 
 
 
 
 
 
 
 
55
  ## Corpus details
56
 
57
  The corpus has the following classes and distribution in the train/valid/test splits:
@@ -75,6 +82,9 @@ The corpus has the following classes and distribution in the train/valid/test sp
75
  | WORK_OF_ART | **1596** | 1157 | 72.49 | 176 | 11.03 | 263 | 16.48 |
76
  | EVENT | **1102** | 826 | 74.95 | 107 | 9.71 | 169 | 15.34 |
77
 
 
 
 
78
 
79
 
80
  ### BibTeX entry and citation info
 
52
  precision |95.0 |90.7
53
  recall |95.3 |91.9
54
 
55
+
56
+ {'test/avg_loss': 0.20585431158542633,
57
+ 'test/ent_type': 0.9276865720748901,
58
+ 'test/exact': 0.9118986129760742,
59
+ 'test/partial': 0.9356381297111511,
60
+ 'test/strict': 0.8921924233436584}
61
+
62
  ## Corpus details
63
 
64
  The corpus has the following classes and distribution in the train/valid/test splits:
 
82
  | WORK_OF_ART | **1596** | 1157 | 72.49 | 176 | 11.03 | 263 | 16.48 |
83
  | EVENT | **1102** | 826 | 74.95 | 107 | 9.71 | 169 | 15.34 |
84
 
85
+ Dataset contains 31 BIO2 classes: ['O', 'B-PERSON', 'I-PERSON', 'B-ORG', 'I-ORG', 'B-GPE', 'I-GPE', 'B-LOC', 'I-LOC', 'B-NAT_REL_POL', 'I-NAT_REL_POL', 'B-EVENT', 'I-EVENT', 'B-LANGUAGE', 'I-LANGUAGE', 'B-WORK_OF_ART', 'I-WORK_OF_ART', 'B-DATETIME', 'I-DATETIME', 'B-PERIOD', 'I-PERIOD', 'B-MONEY', 'I-MONEY', 'B-QUANTITY', 'I-QUANTITY', 'B-NUMERIC', 'I-NUMERIC', 'B-ORDINAL', 'I-ORDINAL', 'B-FACILITY', 'I-FACILITY'].
86
+
87
+ There are 16 classes: ['DATETIME', 'EVENT', 'FACILITY', 'GPE', 'LANGUAGE', 'LOC', 'MONEY', 'NAT_REL_POL', 'NUMERIC', 'O', 'ORDINAL', 'ORG', 'PERIOD', 'PERSON', 'QUANTITY', 'WORK_OF_ART']
88
 
89
 
90
  ### BibTeX entry and citation info