cyanic-selkie
commited on
Commit
•
fa19875
1
Parent(s):
376f280
Removes UUIDs and adds Wikipedia titles.
Browse files- README.md +135 -34
- test.parquet +2 -2
- train.parquet +2 -2
- validation.parquet +2 -2
README.md
CHANGED
@@ -63,51 +63,152 @@ An example from the AIDA CoNLL-YAGO Wikidata test set looks as follows:
|
|
63 |
|
64 |
```
|
65 |
{
|
66 |
-
"
|
67 |
-
"
|
68 |
-
"text": "Woman charged over N. Ireland arms find . BELFAST 1996-12-06 A woman was charged on Friday with terrorist offences after three Irish Republican Army mortar bombs were found in a Belfast house , police said . Police said the bombs were found hidden with incendiaries and ammunition that were blocked up behind a kitchen wall . The 35-year-old woman was charged with possession of explosives with intent to endanger life and making a house available for the purpose of terrorism , police said . She will appear in court on Saturday . Her name was not released . Security forces said the bombs may have been intended for use in a pre-Christmas bombing campaign by the guerrilla group that is battling to oust Britain from Northern Ireland .",
|
69 |
"entities": [
|
70 |
{
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
|
|
76 |
},
|
77 |
{
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
|
|
83 |
},
|
84 |
{
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
|
|
90 |
},
|
91 |
{
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
|
|
97 |
},
|
98 |
{
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
|
|
104 |
},
|
105 |
{
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
}
|
112 |
]
|
113 |
}
|
@@ -115,7 +216,6 @@ An example from the AIDA CoNLL-YAGO Wikidata test set looks as follows:
|
|
115 |
|
116 |
### Data Fields
|
117 |
|
118 |
-
- `uuid`: a UTF-8 encoded string representing a v4 UUID that uniquely identifies the example
|
119 |
- `document_id`: an integer that uniquely identifies the document this sentence belongs to
|
120 |
- `sentence_index`: an integer that uniquely identifies the position of the sentence in its original document
|
121 |
- `text`: an NFC normalized, UTF-8 encoded string representing the sentence
|
@@ -125,6 +225,7 @@ An example from the AIDA CoNLL-YAGO Wikidata test set looks as follows:
|
|
125 |
- `tag`: an integer representing the entity type (1 - person, 2 - location, 3 - organization, 4 - miscellaneous)
|
126 |
- `qid`: an integer representing the Wikidata QID this entity refers to; it can be null if the entity didn't exist in Wikidata at the time of the creation of the original dataset
|
127 |
- `pageid`: an integer representing the Wikipedia pageID this entity refers to; it can be null if the entity didn't exist in Wikipedia at the time of the creation of the original dataset
|
|
|
128 |
|
129 |
### Data Splits
|
130 |
|
|
|
63 |
|
64 |
```
|
65 |
{
|
66 |
+
"document_id": 1214,
|
67 |
+
"text": "RADIO ROMANIA AFTERNOON HEALINES AT 4 PM . BUCHAREST 1996-12-06 Radio Romania news headlines : * The Democratic Convention signed an agreement on government and parliamentary support with its coalition partners the Social Democratic Union and the Hungarian Democratic Union ( UDMR ) . The ceremony was attended by President Emil Constantinescu . * The three parties in the government coalition have committed themselves to a real reform of Romania 's economy , Constantinescu said after the ceremony . * The UDMR wants to contribute to social reform and economic revival in Romania , union leader Marko Bela said . * The international airport in Timisoara and the domestic airports in Arad , Oradea and Sibiu were closed due to fog . -- Bucharest Newsroom 40-1 3120264",
|
|
|
68 |
"entities": [
|
69 |
{
|
70 |
+
"start": 0,
|
71 |
+
"end": 13,
|
72 |
+
"tag": 3,
|
73 |
+
"pageid": null,
|
74 |
+
"qid": null,
|
75 |
+
"title": null
|
76 |
},
|
77 |
{
|
78 |
+
"start": 43,
|
79 |
+
"end": 52,
|
80 |
+
"tag": 2,
|
81 |
+
"pageid": 36877,
|
82 |
+
"qid": 19660,
|
83 |
+
"title": "Bucharest"
|
84 |
},
|
85 |
{
|
86 |
+
"start": 64,
|
87 |
+
"end": 77,
|
88 |
+
"tag": 3,
|
89 |
+
"pageid": null,
|
90 |
+
"qid": null,
|
91 |
+
"title": null
|
92 |
},
|
93 |
{
|
94 |
+
"start": 101,
|
95 |
+
"end": 122,
|
96 |
+
"tag": 4,
|
97 |
+
"pageid": null,
|
98 |
+
"qid": null,
|
99 |
+
"title": null
|
100 |
},
|
101 |
{
|
102 |
+
"start": 215,
|
103 |
+
"end": 238,
|
104 |
+
"tag": 3,
|
105 |
+
"pageid": null,
|
106 |
+
"qid": null,
|
107 |
+
"title": null
|
108 |
},
|
109 |
{
|
110 |
+
"start": 247,
|
111 |
+
"end": 273,
|
112 |
+
"tag": 3,
|
113 |
+
"pageid": null,
|
114 |
+
"qid": null,
|
115 |
+
"title": null
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"start": 276,
|
119 |
+
"end": 280,
|
120 |
+
"tag": 3,
|
121 |
+
"pageid": 49749134,
|
122 |
+
"qid": 266582,
|
123 |
+
"title": "Democratic_Union_of_Hungarians_in_Romania"
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"start": 324,
|
127 |
+
"end": 343,
|
128 |
+
"tag": 1,
|
129 |
+
"pageid": 393370,
|
130 |
+
"qid": 299152,
|
131 |
+
"title": "Emil_Constantinescu"
|
132 |
+
},
|
133 |
+
{
|
134 |
+
"start": 440,
|
135 |
+
"end": 447,
|
136 |
+
"tag": 2,
|
137 |
+
"pageid": 25445,
|
138 |
+
"qid": 218,
|
139 |
+
"title": "Romania"
|
140 |
+
},
|
141 |
+
{
|
142 |
+
"start": 461,
|
143 |
+
"end": 475,
|
144 |
+
"tag": 1,
|
145 |
+
"pageid": 393370,
|
146 |
+
"qid": 299152,
|
147 |
+
"title": "Emil_Constantinescu"
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"start": 508,
|
151 |
+
"end": 512,
|
152 |
+
"tag": 3,
|
153 |
+
"pageid": 49749134,
|
154 |
+
"qid": 266582,
|
155 |
+
"title": "Democratic_Union_of_Hungarians_in_Romania"
|
156 |
+
},
|
157 |
+
{
|
158 |
+
"start": 574,
|
159 |
+
"end": 581,
|
160 |
+
"tag": 2,
|
161 |
+
"pageid": 25445,
|
162 |
+
"qid": 218,
|
163 |
+
"title": "Romania"
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"start": 597,
|
167 |
+
"end": 607,
|
168 |
+
"tag": 1,
|
169 |
+
"pageid": 1219345,
|
170 |
+
"qid": 897108,
|
171 |
+
"title": "Béla_Markó"
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"start": 646,
|
175 |
+
"end": 655,
|
176 |
+
"tag": 2,
|
177 |
+
"pageid": 33693389,
|
178 |
+
"qid": 83404,
|
179 |
+
"title": "Timişoara"
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"start": 685,
|
183 |
+
"end": 689,
|
184 |
+
"tag": 2,
|
185 |
+
"pageid": 22537901,
|
186 |
+
"qid": 173591,
|
187 |
+
"title": "Arad,_Romania"
|
188 |
+
},
|
189 |
+
{
|
190 |
+
"start": 692,
|
191 |
+
"end": 698,
|
192 |
+
"tag": 2,
|
193 |
+
"pageid": 2024606,
|
194 |
+
"qid": 2102332,
|
195 |
+
"title": "Oradea_International_Airport"
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"start": 703,
|
199 |
+
"end": 708,
|
200 |
+
"tag": 2,
|
201 |
+
"pageid": 2384413,
|
202 |
+
"qid": 946418,
|
203 |
+
"title": "Sibiu_International_Airport"
|
204 |
+
},
|
205 |
+
{
|
206 |
+
"start": 737,
|
207 |
+
"end": 755,
|
208 |
+
"tag": 3,
|
209 |
+
"pageid": null,
|
210 |
+
"qid": null,
|
211 |
+
"title": null
|
212 |
}
|
213 |
]
|
214 |
}
|
|
|
216 |
|
217 |
### Data Fields
|
218 |
|
|
|
219 |
- `document_id`: an integer that uniquely identifies the document this sentence belongs to
|
220 |
- `sentence_index`: an integer that uniquely identifies the position of the sentence in its original document
|
221 |
- `text`: an NFC normalized, UTF-8 encoded string representing the sentence
|
|
|
225 |
- `tag`: an integer representing the entity type (1 - person, 2 - location, 3 - organization, 4 - miscellaneous)
|
226 |
- `qid`: an integer representing the Wikidata QID this entity refers to; it can be null if the entity didn't exist in Wikidata at the time of the creation of the original dataset
|
227 |
- `pageid`: an integer representing the Wikipedia pageID this entity refers to; it can be null if the entity didn't exist in Wikipedia at the time of the creation of the original dataset
|
228 |
+
- `title`: an NFC normalized, UTF-8 encoded string representing the Wikipedia title this entity refers to; it can be null if the entity didn't exist in Wikipedia at the time of the creation of the original dataset
|
229 |
|
230 |
### Data Splits
|
231 |
|
test.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79e6a21bda694e2d441cbfec70b6dee3043f10283cbf7fcef41599c2be7af766
|
3 |
+
size 185093
|
train.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7b1b5476ba743e780b9fdb05d4715e81832840924b69a8f0fde3ff52e7599aa
|
3 |
+
size 709441
|
validation.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73ff31cce3bcbac479425966e7829c304bd68120a8f6dcb1f3d02c9fdc8ff6e5
|
3 |
+
size 220531
|