Update README.md
Browse files
README.md
CHANGED
@@ -35,10 +35,62 @@ 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 | 1129 | 1129 | 205 |
|
43 |
+
| PMC4784909 | 868 | 868 | 204 |
|
44 |
+
| PMC4850288 | 717 | 709 | 146 |
|
45 |
+
| PMC4887326 | 942 | 942 | 152 |
|
46 |
+
| PMC4833862 | 1044 | 1044 | 192 |
|
47 |
+
| PMC4832331 | 739 | 718 | 134 |
|
48 |
+
| PMC4852598 | 1239 | 1228 | 250 |
|
49 |
+
| PMC4786784 | 1573 | 1573 | 232 |
|
50 |
+
| PMC4848090 | 1000 | 998 | 192 |
|
51 |
+
| PMC4792962 | 1297 | 1297 | 256 |
|
52 |
+
| PMC4841544 | 1460 | 1459 | 274 |
|
53 |
+
| PMC4772114 | 824 | 824 | 165 |
|
54 |
+
| PMC4872110 | 1283 | 1283 | 250 |
|
55 |
+
| PMC4848761 | 888 | 884 | 252 |
|
56 |
+
| PMC4919469 | 1636 | 1624 | 336 |
|
57 |
+
| PMC4880283 | 783 | 783 | 166 |
|
58 |
+
| PMC4968113 | 1245 | 1245 | 292 |
|
59 |
+
| PMC4937829 | 633 | 633 | 181 |
|
60 |
+
| PMC4854314 | 498 | 488 | 139 |
|
61 |
+
| PMC4871749 | 411 | 411 | 79 |
|
62 |
+
| PMC4869123 | 922 | 922 | 195 |
|
63 |
+
| PMC4888278 | 580 | 580 | 102 |
|
64 |
+
| PMC4795551 | 1475 | 1475 | 297 |
|
65 |
+
| PMC4831588 | 1087 | 1070 | 224 |
|
66 |
+
| PMC4918766 | 1027 | 1027 | 210 |
|
67 |
+
| PMC4802042 | 1441 | 1441 | 264 |
|
68 |
+
| PMC4896748 | 2652 | 2638 | 480 |
|
69 |
+
| PMC4781976 | 115 | 113 | 24 |
|
70 |
+
| PMC4802085 | 983 | 983 | 193 |
|
71 |
+
| PMC4887163 | 856 | 856 | 196|
|
72 |
+
| PMC4918759 | 803 | 803 | 175 |
|
73 |
+
| PMC4855620 | 563 | 563 | 122 |
|
74 |
+
| PMC4822050 | 1521 | 1521 | 249 |
|
75 |
+
| PMC4822561 | 367 | 366 | 84 |
|
76 |
+
| PMC4885502 | 577 | 577 | 97 |
|
77 |
+
| PMC4746701 | 1130 | 1130 | 245 |
|
78 |
+
| PMC4820378 | 733 | 733 | 170 |
|
79 |
+
| PMC4773095 | 1323 | 1323 | 252 |
|
80 |
+
| PMC4857006 | 1358 | 1358 | 249 |
|
81 |
+
| PMC4774019 | 532 | 530 | 117 |
|
82 |
+
| total | 40254 | 40149 | 8042 |
|
83 |
+
|
84 |
Documents and annotations are easiest viewed by using the BioC XML files and opening
|
85 |
them in free annotation tool TeamTat. More about the BioC
|
86 |
format can be found here: https://bioc.sourceforge.net/
|
87 |
|
88 |
+
## Raw BioC XML files
|
89 |
+
These are the raw, un-annotated XML files for the publications in the dataset in BioC format.
|
90 |
+
The files are found in the directory: "raw_BioC_XML".
|
91 |
+
There is one file for each document and they follow standard naming
|
92 |
+
"unique PubMedCentral ID"_raw.xml.
|
93 |
+
|
94 |
## Annotations in IOB format
|
95 |
The IOB formated files can be found in the directory: "annotation_IOB"
|
96 |
The four files are as follows:
|