mevol commited on
Commit
27f52fb
1 Parent(s): fbec3a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -35,10 +35,42 @@ also available and are described below.
35
  Annotation was carried out with the free annotation tool TeamTat (https://www.teamtat.org/) and
36
  documents were downloaded as BioC XML before converting them to IOB, annotation only JSON and CSV format.
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  Documents and annotations are easiest viewed by using the BioC XML files and opening
39
  them in free annotation tool TeamTat. More about the BioC
40
  format can be found here: https://bioc.sourceforge.net/
41
 
 
 
 
 
 
 
42
  ## Annotations in IOB format
43
  The IOB formated files can be found in the directory: "annotation_IOB"
44
  The four files are as follows:
 
35
  Annotation was carried out with the free annotation tool TeamTat (https://www.teamtat.org/) and
36
  documents were downloaded as BioC XML before converting them to IOB, annotation only JSON and CSV format.
37
 
38
+ The number of annotations and sentences in each file is given below:
39
+
40
+ | document ID | number of annotations in BioC XML | number of annotations in IOB/JSON/CSV | number of sentences |
41
+ | --- | --- | --- | --- |
42
+ | PMC4850273 | 1121 | 1121 | 204 |
43
+ | PMC4784909 | 865 | 865 | 204 |
44
+ | PMC4850288 | 716 | 708 | 146 |
45
+ | PMC4887326 | 933 | 933 | 152 |
46
+ | PMC4833862 | 1044 | 1044 | 192 |
47
+ | PMC4832331 | 739 | 718 | 134 |
48
+ | PMC4852598 | 1229 | 1218 | 250 |
49
+ | PMC4786784 | 1549 | 1549 | 232 |
50
+ | PMC4848090 | 987 | 985 | 191 |
51
+ | PMC4792962 | 1268 | 1268 | 256 |
52
+ | PMC4841544 | 1434 | 1433 | 273 |
53
+ | PMC4772114 | 825 | 825 | 166 |
54
+ | PMC4872110 | 1276 | 1276 | 253 |
55
+ | PMC4848761 | 887 | 883 | 252 |
56
+ | PMC4919469 | 1628 | 1616 | 336 |
57
+ | PMC4880283 | 771 | 771 | 166 |
58
+ | PMC4937829 | 625 | 625 | 181 |
59
+ | PMC4968113 | 1238 | 1238 | 292 |
60
+ | PMC4854314 | 481 | 471 | 139 |
61
+ | PMC4871749 | 383 | 383 | 76 |
62
+ | total | 19999 | 19930 | 4095 |
63
+
64
  Documents and annotations are easiest viewed by using the BioC XML files and opening
65
  them in free annotation tool TeamTat. More about the BioC
66
  format can be found here: https://bioc.sourceforge.net/
67
 
68
+ ## Raw BioC XML files
69
+ These are the raw, un-annotated XML files for the publications in the dataset in BioC format.
70
+ The files are found in the directory: "raw_BioC_XML".
71
+ There is one file for each document and they follow standard naming
72
+ "unique PubMedCentral ID"_raw.xml.
73
+
74
  ## Annotations in IOB format
75
  The IOB formated files can be found in the directory: "annotation_IOB"
76
  The four files are as follows: