Datasets:
File size: 19,571 Bytes
e7983ca 602f385 4620819 fab722b 71d4953 e7983ca fab722b e7983ca faa342f e7983ca 629d047 e7983ca 84d18f7 e7983ca 84d18f7 e7983ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 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 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 |
---
license: cc-by-nc-sa-4.0
task_categories:
- token-classification
language:
- en
tags:
- word-sense-disambiguation
- lexical-semantics
size_categories:
- 10K<n<100K
viewer: false
configs:
- config_name: default
data_files: "data/*.jsonl.gz"
chunksize: 100
---
# English USAS Mosaico Dataset
*Note* that this dataset cannot be loaded using the HuggingFace datasets library as we have 2 data types within a list in the `pos` column, however you can download the dataset and load it within Python using the `json` and `gzip` core modules, an example loading script can be found at [./example_loading_script.py](./example_loading_script.py).
This dataset contains the processed English Wikipedia pages of the [Mosaico](https://github.com/SapienzaNLP/mosaico/tree/main) dataset, of which this is a subset of the original English Wikipedia dataset whereby it contains only the pages with the tags `good` and `featured`.
Each entry in the dataset is a processed Wikipedia page containing the following annotations/tags:
* Sentence boundaries
* Tokens
* Lemmas
* Part Of Speech (POS) tags - [CLAWS 7 tagset](https://ucrel.lancs.ac.uk/claws7tags.html)
* USAS tags - These are semantic tags that have come from the [USAS tagset.](https://ucrel.lancs.ac.uk/usas/usas_guide.pdf)
These annotations have been added automatically using the C version of the [CLAWS](https://ucrel.lancs.ac.uk/claws/) and [USAS](https://ucrel.lancs.ac.uk/usas/) tagger, both of these taggers are not freely available (not open source) but the documentation detailing how they were created and what tags they output are at the given links, if you would like to know more about the taggers or would like to use them please get in contact with us (an open source version of English USAS tagger can be found within the [PyMUSAS framework](https://ucrel.github.io/pymusas/)).
- **Curated by:** [University Centre for Computer Corpus Research on Language (UCREL) group](https://ucrel.lancs.ac.uk/) at [Lancaster University](https://www.lancaster.ac.uk/)
- **Language:** English
- **License:** [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
- **Repository:** [https://github.com/UCREL/mosaico-usas-processing](https://github.com/UCREL/mosaico-usas-processing)
- **Number of Samples** Contains 10,779 samples whereby each one represents a Wikipedia page.
For more details about this dataset and how it was processed see the [GitHub repository.](https://github.com/UCREL/mosaico-usas-processing)
## Uses
This dataset can be used to train, in a semi-supervised manner, a POS tagger or a Semantic tagger.
## Dataset Structure
Example Wikipedia page, a lot of the data has been removed, e.g. the text is only the first 15 or so words. Each sample in the dataset is one Wikipedia page. The full schema is shown below this example.
``` json
{
"document_id": "3021080",
"wikidata_id": "Q921355",
"title": "Erik Adolf von Willebrand",
"text": "Erik Adolf von Willebrand (1 February 1870 \u2013 12 September 1949) was a Finnish physician ...",
"ascii_text": "Erik Adolf von Willebrand (1 February 1870 - 12 September 1949) was a Finnish physician ...",
"language": "en",
"quality": "good",
"ores_articletopics": {
"Geography.Regions.Europe.Northern Europe": 0.584,
"Culture.Biography.Biography*": 0.983,
"Geography.Regions.Europe.Europe*": 0.857,
"STEM.STEM*": 0.983
},
"categories": [
"CS1 Swedish-language sources (sv)",
"CS1 Finnish-language sources (fi)",
"CS1: long volume value",
"Good articles",
"Articles with short description",
"Short description is different from Wikidata",
"Use dmy dates from July 2018",
"Articles with hCards",
"CS1 German-language sources (de)",
"CS1 errors: missing periodical",
"CS1 Dutch-language sources (nl)",
"AC with 0 elements",
"1870 births",
"1949 deaths",
"Academics of the University of Helsinki",
"Finnish hematologists",
"Finnish people of German descent",
"People from Vaasa",
"Swedish-speaking Finns",
"University of Helsinki alumni",
"20th-century Finnish physicians"
],
"popularity_score": 8.327128616319467e-08,
"timestamp": "2021-12-26T18:49:13Z",
"tokens": [
"Erik",
"Adolf",
"von",
"Willebrand",
"(",
"1",
"February",
"1870",
"-",
"12",
"September",
"1949",
")",
"was",
"a",
"Finnish",
"physician",
"who"
],
"lemmas": [
"erik",
"adolf",
"von",
"willebrand",
"PUNC",
"1",
"february",
"1870",
"PUNC",
"12",
"september",
"1949",
"PUNC",
"be",
"a"
],
"pos": [
[
[
"NP1",
100
]
],
[
[
"NP1",
100
]
],
[
[
"NP1",
100
]
],
[
[
"NP1",
100
]
],
[
[
"(",
100
]
],
[
[
"MC1",
100
]
],
[
[
"NPM1",
100
]
],
[
[
"MC",
100
]
],
[
[
"-",
100
]
],
[
[
"MC",
100
]
]
],
"usas": [
[
{
"tags": [
{
"tag": "Z1",
"number_positive_markers": 0,
"number_negative_markers": 0,
"rarity_marker_1": false,
"rarity_marker_2": false,
"female": true,
"male": true,
"antecedents": false,
"neuter": false,
"idiom": false
}
]
},
{
"tags": [
{
"tag": "Z3",
"number_positive_markers": 0,
"number_negative_markers": 0,
"rarity_marker_1": false,
"rarity_marker_2": false,
"female": false,
"male": false,
"antecedents": true,
"neuter": false,
"idiom": false
}
]
},
{
"tags": [
{
"tag": "Z1",
"number_positive_markers": 0,
"number_negative_markers": 0,
"rarity_marker_1": false,
"rarity_marker_2": false,
"female": false,
"male": true,
"antecedents": false,
"neuter": false,
"idiom": false
}
]
},
{
"tags": [
{
"tag": "Z1",
"number_positive_markers": 0,
"number_negative_markers": 0,
"rarity_marker_1": false,
"rarity_marker_2": false,
"female": true,
"male": true,
"antecedents": false,
"neuter": false,
"idiom": false
}
]
},
{
"tags": [
{
"tag": "Z3",
"number_positive_markers": 0,
"number_negative_markers": 0,
"rarity_marker_1": false,
"rarity_marker_2": false,
"female": false,
"male": false,
"antecedents": true,
"neuter": false,
"idiom": false
}
]
}
]
],
"usas_raw": [
"Z1mf[i2.3.1 Z3c[i2.3.1 Z1m Z1mf[i1.2.1 Z3c[i1.2.1",
"Z1mf[i2.3.2 Z3c[i2.3.2 Z1mf[i4.3.1 Z3c[i4.3.1 Z1m Z1mf[i1.2.2 Z3c[i1.2.2 Z1mf[i3.2.1 Z3c[i3.2.1"
],
"sentence_boundaries": [
[
0,
24
],
[
24,
36
]
]
}
```
The only keys that are not explained in the schema below are the following:
* `lemmas` - A list of lemmas one per token.
* `pos` - These are a list of POS tags, one tag per token. Each tag is made up of a list/tuple of length 2:
* POS tag, e.g. `NPM1`
* Confidence - 0-100 confidence of predicting this tag, 100 is very confident 0 is not confident.
* `usas` - A list of `USASTagGroup`s, one USAS Tag Group per token. A USAS Tag Group is a formatted version of the `usas_raw` output.
* `usas_raw` - The raw non formatted version of `usas`, one per token.
* `sentence_boundaries` - A list of tuples, each tuple represents the token boundaries of a sentence. For instance `tokens[sentence_boundaries[0][0]: sentence_boundaries[0][1]]` represents the tokens of the first sentence.
``` json
{
"USASTag": {
"description": "Represents all of the properties associated with a USAS tag.",
"properties": {
"tag": {
"description": "USAS Tag",
"examples": [
"A1.1.1"
],
"title": "USAS Tag",
"type": "string"
},
"number_positive_markers": {
"default": 0,
"description": "Number of positive markers.",
"examples": [
0,
1,
2,
3
],
"title": "Positive Markers",
"type": "integer"
},
"number_negative_markers": {
"default": 0,
"description": "Number of negative markers.",
"examples": [
0,
1,
2,
3
],
"title": "Negative Markers",
"type": "integer"
},
"rarity_marker_1": {
"default": false,
"description": "Rarity marker 1 indicated by %",
"title": "Rare Marker 1",
"type": "boolean"
},
"rarity_marker_2": {
"default": false,
"description": "Rarity marker 2 indicated by @",
"title": "Rare Marker 2",
"type": "boolean"
},
"female": {
"default": false,
"description": "Female",
"title": "Female",
"type": "boolean"
},
"male": {
"default": false,
"description": "Male",
"title": "Male",
"type": "boolean"
},
"antecedents": {
"default": false,
"description": "Potential antecedents of conceptual anaphors (neutral for number)",
"title": "Antecedents",
"type": "boolean"
},
"neuter": {
"default": false,
"description": "Neuter",
"title": "Neuter",
"type": "boolean"
},
"idiom": {
"default": false,
"description": "Is it an idiom",
"title": "Idiom",
"type": "boolean"
}
},
"required": [
"tag"
]
},
"USASTagGroup": {
"description": "Represents a grouping of one or more USAS tags that are associated to a token.",
"properties": {
"tags": {
"description": "A grouping of one or more USAS tags whereby if more than one exists then the word is an equal member of all semantic tags/categories",
"examples": [
[
{
"antecedents": false,
"female": false,
"idiom": false,
"male": false,
"neuter": false,
"number_negative_markers": 0,
"number_positive_markers": 0,
"rarity_marker_1": false,
"rarity_marker_2": false,
"tag": "A1.1.1"
}
],
[
{
"antecedents": false,
"female": false,
"idiom": false,
"male": false,
"neuter": false,
"number_negative_markers": 1,
"number_positive_markers": 0,
"rarity_marker_1": false,
"rarity_marker_2": false,
"tag": "E2"
},
{
"antecedents": false,
"female": false,
"idiom": false,
"male": false,
"neuter": false,
"number_negative_markers": 0,
"number_positive_markers": 1,
"rarity_marker_1": false,
"rarity_marker_2": false,
"tag": "S7.1"
}
]
]
}
},
"required": [
"tags"
]
}
},
"properties": {
"document_id": {
"description": "ID that uniquely represents that document within the Mosaico Mongo DB",
"examples": [
"3021080"
],
"title": "Document ID",
"type": "string"
},
"wikidata_id": {
"description": "Wikidata ID, every Wikipedia page should one as it is an unique ID that allows you to access it's global unique URL https://www.wikidata.org/entity/ID",
"examples": [
"Q921355"
],
"title": "Wikidata ID",
"type": "string"
},
"title": {
"description": "Wikipedia page title",
"examples": [
"Erik Adolf von Willebrand"
],
"title": "Title",
"type": "string"
},
"text": {
"description": "The UTF-8 encoded Wikipedia article text",
"title": "Text",
"type": "string"
},
"ascii_text": {
"description": "ASCII encoded version of the Wikipedia article text",
"title": "ASCII Text",
"type": "string"
},
"language": {
"const": "en",
"description": "Language of the Wikipedia article",
"examples": [
"en"
],
"title": "Language",
"type": "string"
},
"quality": {
"description": "Quality of the Wikipedia page as determined by the Wikipedia community",
"enum": [
"good",
"featured"
],
"examples": [
"good",
"featured"
],
"title": "Quality",
"type": "string"
},
"ores_articletopics": {
"additionalProperties": {
"type": "number"
},
"description": "High level article topics that are easily searchable and have been predicted by a machine learning model. This will be represented as a dictionary of topic and score whereby the score is between 0-1 where 1 indicates the model is more confident of it's prediction.",
"examples": [
{
"Geography.Regions.Europe.Northern Europe": 0.584
}
],
"title": "ORES article topics",
"type": "object"
},
"categories": {
"description": "A noisy list of article topics that are found on the Wikipedia page at the end. To note that the hierarchy of this category system can be found through the SQL database dumps according to this source. The reason these are noisy is that they sometimes contain meta data topics like `CS1 Swedish-language sources (sv)` or `Good articles`.",
"examples": [
[
"CS1 Swedish-language sources (sv)",
"AC with 0 elements",
"1870 births",
"1949 deaths",
"Academics of the University of Helsinki",
"Finnish hematologists",
"Finnish people of German descent",
"People from Vaasa"
]
],
"items": {
"type": "string"
},
"title": "Categories",
"type": "array"
},
"popularity_score": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "As defined in the cirrus schema, 'A floating point number representing the percentage of page views to this wiki that requests this page. This is only available for content pages.' If the popularity score cannot be validated or found it will have a value of `None`.",
"examples": [
8.327128616319467e-08,
null
],
"title": "Popularity Score"
},
"timestamp": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Timestamp of the most recently index/edited version of the page. If the timestamp cannot be found it will have a value of `None`.",
"examples": [
"2021-12-26T18:49:13Z",
null
],
"title": "timestamp"
},
"tokens": {
"items": {
"type": "string"
},
"title": "Tokens",
"type": "array"
},
"lemmas": {
"items": {
"type": "string"
},
"title": "Lemmas",
"type": "array"
},
"pos": {
"items": {
"items": {
"maxItems": 2,
"minItems": 2,
"prefixItems": [
{
"type": "string"
},
{
"type": "integer"
}
],
"type": "array"
},
"type": "array"
},
"title": "POS",
"type": "array"
},
"usas": {
"items": {
"items": {
"$ref": "#/$defs/USASTagGroup"
},
"type": "array"
},
"title": "USAS",
"type": "array"
},
"usas_raw": {
"items": {
"type": "string"
},
"title": "USAS Raw",
"type": "array"
},
"sentence_boundaries": {
"items": {
"maxItems": 2,
"minItems": 2,
"prefixItems": [
{
"type": "integer"
},
{
"type": "integer"
}
],
"type": "array"
},
"title": "Sentence Boundaries",
"type": "array"
}
},
"required": [
"document_id",
"wikidata_id",
"title",
"text",
"ascii_text",
"language",
"quality",
"ores_articletopics",
"categories",
"popularity_score",
"timestamp",
"tokens",
"lemmas",
"pos",
"usas",
"usas_raw",
"sentence_boundaries"
],
"title": "TaggedWikiDataExport",
"type": "object"
}
```
## Dataset Card Authors
* UCREL ([email protected])
* Andrew Moore / apmoore1 ([email protected] / [email protected])
* Paul Rayson ([email protected])
## Dataset Card Contact
* UCREL ([email protected])
* Andrew Moore / apmoore1 ([email protected] / [email protected])
* Paul Rayson ([email protected]) |