simonada commited on
Commit
d234d56
·
verified ·
1 Parent(s): c303a98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -15
README.md CHANGED
@@ -69,28 +69,19 @@ The training dataset distinguishes between the beginning and continuation of an
69
 
70
  ### NeuroTrialNER Dataset Statistics
71
  You can read more about how this dataset was created in the NeuroTrialNER paper.
72
- #### # of training examples per entity type
73
 
74
- | Dataset | CONDITION | DRUG | OTHER | PHYSICAL | BEHAVIOURAL | SURGICAL | RADIOTHERAPY | CONTROL |
75
- |--------|----------|------|-------|----------|--------------|----------|--------------|---------|
76
- | Train | 3524 | 1205 | 1361 | 326 | 156 | 83 | 30 | 396 |
77
- | Dev | 729 | 218 | 278 | 138 | 70 | 36 | 25 | 74 |
78
- | Test | 683 | 213 | 167 | 130 | 91 | 54 | 22 | 84 |
79
-
80
- ---
81
-
82
- #### # of unique entities per dataset
83
 
84
  | Dataset | CONDITION | DRUG | OTHER | PHYSICAL | BEHAVIOURAL | SURGICAL | RADIOTHERAPY | CONTROL |
85
- |--------|----------|------|-------|----------|--------------|----------|--------------|---------|
86
- | Train | 1068 | 415 | 749 | 191 | 105 | 58 | 13 | 138 |
87
- | Dev | 191 | 62 | 164 | 63 | 48 | 24 | 7 | 37 |
88
- | Test | 171 | 77 | 103 | 60 | 55 | 37 | 5 | 31 |
89
 
90
  ---
91
  #### # of articles/sentences/tokens per dataset
92
  Dataset |Articles
93
- -|-|-|-
94
  Train |787
95
  Dev |153
96
  Test |153
 
69
 
70
  ### NeuroTrialNER Dataset Statistics
71
  You can read more about how this dataset was created in the NeuroTrialNER paper.
 
72
 
73
+ #### # of entities per dataset (total with unique in parentheses)
 
 
 
 
 
 
 
 
74
 
75
  | Dataset | CONDITION | DRUG | OTHER | PHYSICAL | BEHAVIOURAL | SURGICAL | RADIOTHERAPY | CONTROL |
76
+ |--------|-----------|------|-------|----------|--------------|----------|--------------|---------|
77
+ | Train | 3524 (1068) | 1205 (415) | 1361 (749) | 326 (191) | 156 (105) | 83 (58) | 30 (13) | 396 (138) |
78
+ | Dev | 729 (191) | 218 (62) | 278 (164) | 138 (63) | 70 (48) | 36 (24) | 25 (7) | 74 (37) |
79
+ | Test | 683 (171) | 213 (77) | 167 (103) | 130 (60) | 91 (55) | 54 (37) | 22 (5) | 84 (31) |
80
 
81
  ---
82
  #### # of articles/sentences/tokens per dataset
83
  Dataset |Articles
84
+ -|-
85
  Train |787
86
  Dev |153
87
  Test |153