The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 4 missing columns ({'protection', 'date_previously_modified', 'previous_version', 'date_created'})
This happened while the json dataset builder was generating data using
gzip://enwiki_html-lang10-unstubbed-v2-0000.json::hf://datasets/RyokoExtra/SuperWIKI@0687913d71071e1f7f43d5efd167cbb8dd43f0d3/data/enwiki_html-lang10-unstubbed-v2-0000.json.gz
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
name: string
identifier: int64
abstract: string
date_modified: timestamp[s]
version: struct<identifier: int64>
child 0, identifier: int64
url: string
namespace: struct<identifier: int64>
child 0, identifier: int64
in_language: struct<identifier: string>
child 0, identifier: string
main_entity: struct<identifier: string, url: string>
child 0, identifier: string
child 1, url: string
additional_entities: list<item: struct<identifier: string, url: string, aspects: list<item: string>>>
child 0, item: struct<identifier: string, url: string, aspects: list<item: string>>
child 0, identifier: string
child 1, url: string
child 2, aspects: list<item: string>
child 0, item: string
categories: list<item: struct<name: string, url: string>>
child 0, item: struct<name: string, url: string>
child 0, name: string
child 1, url: string
templates: list<item: struct<name: string, url: string>>
child 0, item: struct<name: string, url: string>
child 0, name: string
child 1, url: string
redirects: list<item: struct<name: string, url: string>>
child 0, item: struct<name: string, url: string>
child 0, name: string
child 1, url: string
is_part_of: struct<identifier: string, url: string>
child 0, identifier: string
child 1, url: string
article_body: struct<html: string, wikitext: string>
child 0, html: string
child 1, wikitext: string
license: list<item: struct<name: string, identifier: string, url: string>>
child 0, item: struct<name: string, identifier: string, url: string>
child 0, name: string
child 1, identifier: string
child 2, url: string
event: struct<identifier: string, type: string, date_created: string>
child 0, identifier: string
child 1, type: string
child 2, date_created: string
to
{'name': Value(dtype='string', id=None), 'identifier': Value(dtype='int64', id=None), 'abstract': Value(dtype='string', id=None), 'date_created': Value(dtype='timestamp[s]', id=None), 'date_modified': Value(dtype='timestamp[s]', id=None), 'date_previously_modified': Value(dtype='timestamp[s]', id=None), 'version': {'identifier': Value(dtype='int64', id=None), 'comment': Value(dtype='string', id=None), 'tags': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'is_minor_edit': Value(dtype='bool', id=None), 'scores': {'damaging': {'probability': {'false': Value(dtype='float64', id=None), 'true': Value(dtype='float64', id=None)}}, 'goodfaith': {'prediction': Value(dtype='bool', id=None), 'probability': {'false': Value(dtype='float64', id=None), 'true': Value(dtype='float64', id=None)}}}, 'editor': {'identifier': Value(dtype='int64', id=None), 'name': Value(dtype='string', id=None)}, 'number_of_characters': Value(dtype='int64', id=None), 'size': {'value': Value(dtype='int64', id=None), 'unit_text': Value(dtype='string', id=None)}, 'event': {'identifier': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'date_created': Value(dtype='string', id=None)}, 'has_tag_needs_citation': Value(dtype='bool', id=None)}, 'previous_version': {'identifier': Value(dtype='int64', id=None), 'number_of_characters': Value(dtype='int64', id=None)}, 'url': Value(dtype='string', id=None), 'namespace': {'identifier': Value(dtype='int64', id=None)}, 'in_language': {'identifier': Value(dtype='string', id=None)}, 'main_entity': {'identifier': Value(dtype='string', id=None), 'url': Value(dtype='string', id=None)}, 'additional_entities': [{'identifier': Value(dtype='string', id=None), 'url': Value(dtype='string', id=None), 'aspects': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)}], 'categories': [{'name': Value(dtype='string', id=None), 'url': Value(dtype='string', id=None)}], 'templates': [{'name': Value(dtype='string', id=None), 'url': Value(dtype='string', id=None)}], 'redirects': [{'name': Value(dtype='string', id=None), 'url': Value(dtype='string', id=None)}], 'is_part_of': {'identifier': Value(dtype='string', id=None), 'url': Value(dtype='string', id=None)}, 'article_body': {'html': Value(dtype='string', id=None), 'wikitext': Value(dtype='string', id=None)}, 'license': [{'name': Value(dtype='string', id=None), 'identifier': Value(dtype='string', id=None), 'url': Value(dtype='string', id=None)}], 'event': {'identifier': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'date_created': Value(dtype='string', id=None)}, 'protection': [{'type': Value(dtype='string', id=None), 'level': Value(dtype='string', id=None), 'expiry': Value(dtype='string', id=None)}]}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1316, in compute_config_parquet_and_info_response
parquet_operations, partial = stream_convert_to_parquet(
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 909, in stream_convert_to_parquet
builder._prepare_split(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 4 missing columns ({'protection', 'date_previously_modified', 'previous_version', 'date_created'})
This happened while the json dataset builder was generating data using
gzip://enwiki_html-lang10-unstubbed-v2-0000.json::hf://datasets/RyokoExtra/SuperWIKI@0687913d71071e1f7f43d5efd167cbb8dd43f0d3/data/enwiki_html-lang10-unstubbed-v2-0000.json.gz
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
name string | identifier int64 | abstract string | date_created timestamp[us] | date_modified timestamp[us] | date_previously_modified timestamp[us] | version dict | previous_version dict | url string | namespace dict | in_language dict | main_entity dict | additional_entities list | categories list | templates list | redirects list | is_part_of dict | article_body dict | license list | event dict | protection null |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
James Springer White | 885,653 | James Springer White, also known as Elder White, was a co-founder of the Seventh-day Adventist Church and husband of Ellen G. White. In 1849 he started the first Sabbatarian Adventist periodical entitled The Present Truth, in 1855 he relocated the fledgling center of the movement to Battle Creek, Michigan, and in 1863 ... | 2004-08-08T14:36:07 | 2023-02-17T12:35:17 | 2023-02-17T12:32:47 | {
"identifier": 1139899568,
"comment": "Pictures",
"tags": [
"visualeditor-wikitext"
],
"is_minor_edit": true,
"scores": {
"damaging": {
"probability": {
"false": 0.9498025010321604,
"true": 0.050197498967839635
}
},
"goodfaith": {
"prediction": true,
... | {
"identifier": 1139899269,
"number_of_characters": 10395
} | https://en.wikipedia.org/wiki/James_Springer_White | {
"identifier": 0
} | {
"identifier": "en"
} | {
"identifier": "Q722689",
"url": "https://www.wikidata.org/entity/Q722689"
} | [
{
"identifier": "Q5",
"url": "https://www.wikidata.org/entity/Q5",
"aspects": [
"O"
]
},
{
"identifier": "Q722689",
"url": "https://www.wikidata.org/entity/Q722689",
"aspects": [
"C",
"D.en",
"O",
"S",
"T"
]
}
] | [
{
"name": "Category:Articles with NTA identifiers",
"url": "https://en.wikipedia.org/wiki/Category:Articles_with_NTA_identifiers"
},
{
"name": "Category:Articles with VIAF identifiers",
"url": "https://en.wikipedia.org/wiki/Category:Articles_with_VIAF_identifiers"
},
{
"name": "Category:... | [
{
"name": "Template:S-end",
"url": "https://en.wikipedia.org/wiki/Template:S-end"
},
{
"name": "Template:Short description",
"url": "https://en.wikipedia.org/wiki/Template:Short_description"
},
{
"name": "Template:Infobox Christian leader",
"url": "https://en.wikipedia.org/wiki/Templ... | [
{
"name": "James White (husband of Prophetess Ellen G. White)",
"url": "https://en.wikipedia.org/wiki/James_White_(husband_of_Prophetess_Ellen_G._White)"
},
{
"name": "James White (Adventist)",
"url": "https://en.wikipedia.org/wiki/James_White_(Adventist)"
},
{
"name": "James S. White",
... | {
"identifier": "enwiki",
"url": "https://en.wikipedia.org"
} | {
"html": "<!DOCTYPE html>\n<html prefix=\"dc: http://purl.org/dc/terms/ mw: http://mediawiki.org/rdf/\" about=\"https://en.wikipedia.org/wiki/Special:Redirect/revision/1105840453\"><head prefix=\"mwr: https://en.wikipedia.org/wiki/Special:Redirect/\"><meta property=\"mw:TimeUuid\" content=\"72bd6b20-9434-11ed-8c7c-f... | [
{
"name": "Creative Commons Attribution Share Alike 3.0 Unported",
"identifier": "CC-BY-SA-3.0",
"url": "https://creativecommons.org/licenses/by-sa/3.0/"
}
] | {
"identifier": "050c710c-a6ed-4cb7-8a58-423c41b810bb",
"type": "update",
"date_created": "2023-02-17T12:35:19.652614Z"
} | null |
Ministry of culture | 7,094,282 | Ministry of culture may refer to: Ministry of Tourism, Cultural Affairs, Youth and Sports (Albania)
Ministry of Culture (Algeria)
Ministry of Culture (Argentina)
Minister for the Arts (Australia)
Ministry of Culture (Azerbaijan)
Ministry of Youth, Sports and Culture (Bahamas)
Ministry of Citizenship (Brazil)
Ministry o... | null | 2023-02-16T04:34:11 | null | {
"identifier": 1139645354,
"comment": null,
"tags": null,
"is_minor_edit": null,
"scores": null,
"editor": null,
"number_of_characters": null,
"size": null,
"event": null,
"has_tag_needs_citation": null
} | null | https://en.wikipedia.org/wiki/Ministry_of_culture | {
"identifier": 0
} | {
"identifier": "en"
} | {
"identifier": "Q384341",
"url": "https://www.wikidata.org/entity/Q384341"
} | [
{
"identifier": "Q384341",
"url": "https://www.wikidata.org/entity/Q384341",
"aspects": [
"D.en",
"S",
"T"
]
}
] | [
{
"name": "Category:All set index articles",
"url": "https://en.wikipedia.org/wiki/Category:All_set_index_articles"
},
{
"name": "Category:Set index articles#Ministry%20of%20culture",
"url": "https://en.wikipedia.org/wiki/Category:Set_index_articles#Ministry%20of%20culture"
},
{
"name": ... | [
{
"name": "Template:Reflist",
"url": "https://en.wikipedia.org/wiki/Template:Reflist"
},
{
"name": "Template:Cite web",
"url": "https://en.wikipedia.org/wiki/Template:Cite_web"
},
{
"name": "Template:Set index article",
"url": "https://en.wikipedia.org/wiki/Template:Set_index_article... | [
{
"name": "Ministerio de Cultura",
"url": "https://en.wikipedia.org/wiki/Ministerio_de_Cultura"
},
{
"name": "Ministry of Culture",
"url": "https://en.wikipedia.org/wiki/Ministry_of_Culture"
}
] | {
"identifier": "enwiki",
"url": "https://en.wikipedia.org"
} | {
"html": "<!DOCTYPE html>\n<html prefix=\"dc: http://purl.org/dc/terms/ mw: http://mediawiki.org/rdf/\" about=\"https://en.wikipedia.org/wiki/Special:Redirect/revision/1139645354\"><head prefix=\"mwr: https://en.wikipedia.org/wiki/Special:Redirect/\"><meta property=\"mw:TimeUuid\" content=\"2a9ee100-adb3-11ed-9b6f-f... | [
{
"name": "Creative Commons Attribution Share Alike 3.0 Unported",
"identifier": "CC-BY-SA-3.0",
"url": "https://creativecommons.org/licenses/by-sa/3.0/"
}
] | {
"identifier": "5ba03924-4377-420d-8f1d-49f4e575fbd8",
"type": "update",
"date_created": "2023-02-17T13:51:18.45071Z"
} | null |
& (Ayumi Hamasaki EP) | 3,092,534 | "& is an extended play by Japanese recording artist and songwriter Ayumi Hamasaki. It was released o(...TRUNCATED) | null | 2022-04-16T11:03:04 | null | {"identifier":1082999934,"comment":null,"tags":null,"is_minor_edit":null,"scores":null,"editor":null(...TRUNCATED) | null | https://en.wikipedia.org/wiki/%26_(Ayumi_Hamasaki_EP) | {
"identifier": 0
} | {
"identifier": "en"
} | {
"identifier": "Q1398026",
"url": "https://www.wikidata.org/entity/Q1398026"
} | [{"identifier":"Q1398026","url":"https://www.wikidata.org/entity/Q1398026","aspects":["C","D.en","O"(...TRUNCATED) | [{"name":"Category:2003 singles","url":"https://en.wikipedia.org/wiki/Category:2003_singles"},{"name(...TRUNCATED) | [{"name":"Template:Certification Table Entry","url":"https://en.wikipedia.org/wiki/Template:Certific(...TRUNCATED) | [{"name":"Ourselves (song)","url":"https://en.wikipedia.org/wiki/Ourselves_(song)"},{"name":"Greatfu(...TRUNCATED) | {
"identifier": "enwiki",
"url": "https://en.wikipedia.org"
} | {"html":"<!DOCTYPE html>\n<html prefix=\"dc: http://purl.org/dc/terms/ mw: http://mediawiki.org/rdf/(...TRUNCATED) | [{"name":"Creative Commons Attribution Share Alike 3.0 Unported","identifier":"CC-BY-SA-3.0","url":"(...TRUNCATED) | {"identifier":"79bf0409-43b1-4a9f-8345-f5b4a9478fb1","type":"update","date_created":"2023-02-18T00:2(...TRUNCATED) | null |
Kharough | 439,877 | "Kharough is the capital of Gorno-Badakhshan, Tajikistan. It is also the capital of the Shughnon Dis(...TRUNCATED) | null | 2023-02-16T20:36:46 | null | {"identifier":1139771000,"comment":null,"tags":null,"is_minor_edit":null,"scores":null,"editor":null(...TRUNCATED) | null | https://en.wikipedia.org/wiki/Kharough | {
"identifier": 0
} | {
"identifier": "en"
} | {
"identifier": "Q467501",
"url": "https://www.wikidata.org/entity/Q467501"
} | [{"identifier":"Q467501","url":"https://www.wikidata.org/entity/Q467501","aspects":["C","D.en","O","(...TRUNCATED) | [{"name":"Category:Short description is different from Wikidata","url":"https://en.wikipedia.org/wik(...TRUNCATED) | [{"name":"Template:Wikivoyage","url":"https://en.wikipedia.org/wiki/Template:Wikivoyage"},{"name":"T(...TRUNCATED) | [{"name":"Khorog","url":"https://en.wikipedia.org/wiki/Khorog"},{"name":"Khorog, Tajikistan","url":"(...TRUNCATED) | {
"identifier": "enwiki",
"url": "https://en.wikipedia.org"
} | {"html":"<!DOCTYPE html>\n<html prefix=\"dc: http://purl.org/dc/terms/ mw: http://mediawiki.org/rdf/(...TRUNCATED) | [{"name":"Creative Commons Attribution Share Alike 3.0 Unported","identifier":"CC-BY-SA-3.0","url":"(...TRUNCATED) | {"identifier":"9392bff5-2692-4612-8e80-60a360be0dce","type":"update","date_created":"2023-02-17T09:5(...TRUNCATED) | null |
Matt Murray (ice hockey) | 39,696,133 | "Matthew Murray is a Canadian professional ice hockey goaltender for the Toronto Maple Leafs of the (...TRUNCATED) | null | 2023-01-18T10:34:51 | null | {"identifier":1134373412,"comment":null,"tags":null,"is_minor_edit":null,"scores":null,"editor":null(...TRUNCATED) | null | https://en.wikipedia.org/wiki/Matt_Murray_(ice_hockey) | {
"identifier": 0
} | {
"identifier": "en"
} | {
"identifier": "Q19663237",
"url": "https://www.wikidata.org/entity/Q19663237"
} | [{"identifier":"Q19663237","url":"https://www.wikidata.org/entity/Q19663237","aspects":["C.P21","C.P(...TRUNCATED) | [{"name":"Category:Ottawa Senators players","url":"https://en.wikipedia.org/wiki/Category:Ottawa_Sen(...TRUNCATED) | [{"name":"Template:MedalCompetition","url":"https://en.wikipedia.org/wiki/Template:MedalCompetition"(...TRUNCATED) | [{"name":"Matthew Murray (ice hockey)","url":"https://en.wikipedia.org/wiki/Matthew_Murray_(ice_hock(...TRUNCATED) | {
"identifier": "enwiki",
"url": "https://en.wikipedia.org"
} | {"html":"<!DOCTYPE html>\n<html prefix=\"dc: http://purl.org/dc/terms/ mw: http://mediawiki.org/rdf/(...TRUNCATED) | [{"name":"Creative Commons Attribution Share Alike 3.0 Unported","identifier":"CC-BY-SA-3.0","url":"(...TRUNCATED) | {"identifier":"12f180a6-d644-4ea0-889c-24fe9fc29dcd","type":"update","date_created":"2023-02-17T13:1(...TRUNCATED) | null |
Sergei Makarov (ice hockey) | 30,875,316 | "Sergei Mikhailovich Makarov is a Russian former ice hockey right wing and two-time Olympic gold med(...TRUNCATED) | null | 2023-02-02T11:26:48 | null | {"identifier":1137026950,"comment":null,"tags":null,"is_minor_edit":null,"scores":null,"editor":null(...TRUNCATED) | null | https://en.wikipedia.org/wiki/Sergei_Makarov_(ice_hockey) | {
"identifier": 0
} | {
"identifier": "en"
} | {
"identifier": "Q505412",
"url": "https://www.wikidata.org/entity/Q505412"
} | [{"identifier":"Q5","url":"https://www.wikidata.org/entity/Q5","aspects":["O"]},{"identifier":"Q5054(...TRUNCATED) | [{"name":"Category:HC CSKA Moscow players","url":"https://en.wikipedia.org/wiki/Category:HC_CSKA_Mos(...TRUNCATED) | [{"name":"Template:Short description","url":"https://en.wikipedia.org/wiki/Template:Short_descriptio(...TRUNCATED) | [{"name":"Sergey Mikhaylovich Makarov","url":"https://en.wikipedia.org/wiki/Sergey_Mikhaylovich_Maka(...TRUNCATED) | {
"identifier": "enwiki",
"url": "https://en.wikipedia.org"
} | {"html":"<!DOCTYPE html>\n<html prefix=\"dc: http://purl.org/dc/terms/ mw: http://mediawiki.org/rdf/(...TRUNCATED) | [{"name":"Creative Commons Attribution Share Alike 3.0 Unported","identifier":"CC-BY-SA-3.0","url":"(...TRUNCATED) | {"identifier":"9f616e53-85b9-46a7-a815-e09e8953874f","type":"update","date_created":"2023-02-17T19:1(...TRUNCATED) | null |
'Round About Midnight | 1,598,977 | "'Round About Midnight is an album by jazz trumpeter Miles Davis that was originally released by Col(...TRUNCATED) | null | 2023-01-04T08:02:05 | null | {"identifier":1131465562,"comment":null,"tags":null,"is_minor_edit":null,"scores":null,"editor":null(...TRUNCATED) | null | https://en.wikipedia.org/wiki/%27Round_About_Midnight | {
"identifier": 0
} | {
"identifier": "en"
} | {
"identifier": "Q425741",
"url": "https://www.wikidata.org/entity/Q425741"
} | [{"identifier":"Q425741","url":"https://www.wikidata.org/entity/Q425741","aspects":["C","D.en","O","(...TRUNCATED) | [{"name":"Category:Album articles lacking alt text for covers","url":"https://en.wikipedia.org/wiki/(...TRUNCATED) | [{"name":"Template:'","url":"https://en.wikipedia.org/wiki/Template:'"},{"name":"Template:Reflist","(...TRUNCATED) | [{"name":"Round About Midnight","url":"https://en.wikipedia.org/wiki/Round_About_Midnight"},{"name":(...TRUNCATED) | {
"identifier": "enwiki",
"url": "https://en.wikipedia.org"
} | {"html":"<!DOCTYPE html>\n<html prefix=\"dc: http://purl.org/dc/terms/ mw: http://mediawiki.org/rdf/(...TRUNCATED) | [{"name":"Creative Commons Attribution Share Alike 3.0 Unported","identifier":"CC-BY-SA-3.0","url":"(...TRUNCATED) | {"identifier":"9e1ef594-7e6a-4a12-a0db-ac73eab38b69","type":"update","date_created":"2023-02-18T00:2(...TRUNCATED) | null |
Kharugh | 439,877 | "Khorugh is the capital of Gorno-Badakhshan, Tajikistan. It is also the capital of the Shughnon Dist(...TRUNCATED) | 2004-01-23T10:34:41 | 2023-02-16T20:31:13 | 2023-02-12T22:38:29 | {"identifier":1139769987,"comment":"VASHGIRD moved page [[Khorugh]] to [[Kharugh]]","tags":null,"is_(...TRUNCATED) | {
"identifier": 1139014053,
"number_of_characters": 14159
} | https://en.wikipedia.org/wiki/Kharugh | {
"identifier": 0
} | {
"identifier": "en"
} | null | null | [{"name":"Category:Short description with empty Wikidata description","url":"https://en.wikipedia.or(...TRUNCATED) | [{"name":"Template:Short description","url":"https://en.wikipedia.org/wiki/Template:Short_descriptio(...TRUNCATED) | [
{
"name": "Khorugh",
"url": "https://en.wikipedia.org/wiki/Khorugh"
}
] | {
"identifier": "enwiki",
"url": "https://en.wikipedia.org"
} | {"html":"<!DOCTYPE html>\n<html prefix=\"dc: http://purl.org/dc/terms/ mw: http://mediawiki.org/rdf/(...TRUNCATED) | [{"name":"Creative Commons Attribution Share Alike 3.0 Unported","identifier":"CC-BY-SA-3.0","url":"(...TRUNCATED) | {"identifier":"10d41c69-f5f2-4352-b13d-ec47149dbc47","type":"update","date_created":"2023-02-16T20:3(...TRUNCATED) | null |
2019 UEFA Nations League Final | 56,456,689 | "The 2019 UEFA Nations League Final was a football match that determined the winners of the final to(...TRUNCATED) | null | 2023-01-25T16:20:40 | null | {"identifier":1135587252,"comment":null,"tags":null,"is_minor_edit":null,"scores":null,"editor":null(...TRUNCATED) | null | https://en.wikipedia.org/wiki/2019_UEFA_Nations_League_Final | {
"identifier": 0
} | {
"identifier": "en"
} | {
"identifier": "Q59871996",
"url": "https://www.wikidata.org/entity/Q59871996"
} | [{"identifier":"Q59871996","url":"https://www.wikidata.org/entity/Q59871996","aspects":["C","D.en","(...TRUNCATED) | [{"name":"Category:2018–19 in Portuguese football","url":"https://en.wikipedia.org/wiki/Category:2(...TRUNCATED) | [{"name":"Template:Distinguish","url":"https://en.wikipedia.org/wiki/Template:Distinguish"},{"name":(...TRUNCATED) | null | {
"identifier": "enwiki",
"url": "https://en.wikipedia.org"
} | {"html":"<!DOCTYPE html>\n<html prefix=\"dc: http://purl.org/dc/terms/ mw: http://mediawiki.org/rdf/(...TRUNCATED) | [{"name":"Creative Commons Attribution Share Alike 3.0 Unported","identifier":"CC-BY-SA-3.0","url":"(...TRUNCATED) | {"identifier":"8d08d213-87a9-4bdc-ac4e-7539dd21f7e4","type":"update","date_created":"2023-02-16T20:1(...TRUNCATED) | null |
Al-Azem Palace | 9,910,451 | "Al-Azem Palace is a palace in Damascus, Syria, built in 1749. Located north of Al-Buzuriyah Souq in(...TRUNCATED) | null | 2022-12-17T09:14:20 | null | {"identifier":1127906963,"comment":null,"tags":null,"is_minor_edit":null,"scores":null,"editor":null(...TRUNCATED) | null | https://en.wikipedia.org/wiki/Al-Azem_Palace | {
"identifier": 0
} | {
"identifier": "en"
} | {
"identifier": "Q793784",
"url": "https://www.wikidata.org/entity/Q793784"
} | [{"identifier":"Q793784","url":"https://www.wikidata.org/entity/Q793784","aspects":["C.P1754","C.P40(...TRUNCATED) | [{"name":"Category:Palaces in Syria","url":"https://en.wikipedia.org/wiki/Category:Palaces_in_Syria"(...TRUNCATED) | [{"name":"Template:About","url":"https://en.wikipedia.org/wiki/Template:About"},{"name":"Template:In(...TRUNCATED) | [{"name":"Azem palace","url":"https://en.wikipedia.org/wiki/Azem_palace"},{"name":"Azem Palace","url(...TRUNCATED) | {
"identifier": "enwiki",
"url": "https://en.wikipedia.org"
} | {"html":"<!DOCTYPE html>\n<html prefix=\"dc: http://purl.org/dc/terms/ mw: http://mediawiki.org/rdf/(...TRUNCATED) | [{"name":"Creative Commons Attribution Share Alike 3.0 Unported","identifier":"CC-BY-SA-3.0","url":"(...TRUNCATED) | {"identifier":"94e624e0-ce1e-4bf6-84ac-24d63c339773","type":"update","date_created":"2023-02-16T21:2(...TRUNCATED) | null |
Dataset Card for SuperWIKI
Dataset Summary
If you show most of those to people and ask them to form an opinion,
the answer isn't just going to be "I don't know": it'll be "I don't care."
SuperWIKI is a focused dataset on wikipedia articles.
Supported Tasks and Leaderboards
The dataset is generally used for Language Modeling.
Languages
- English
Dataset Structure
All the files are located in gzip'd jsonl files..
Data Instances
Refer to Wikimedia Enterprise (API Data Dictionary) for more data instances.
Data Fields
Q-Score Distribution
Not Applicable
Data Splits
No data splits were done.
Dataset Creation
Curation Rationale
"Wikipedia is a wonderful resources however it could be considered too sparse as there are many articles that are not important for the common user..."
The abundance of less significant or obscure topics can also contribute to the perceived sparsity. While Wikipedia's commitment to covering even niche subjects is commendable, it might be overwhelming for casual users seeking concise and essential information. For instance, niche historical events, minor fictional characters, or obscure scientific theories might exist as standalone articles, but their relevance to the everyday reader could be questioned. - ChatGPT
Source Data
Initial Data Collection and Normalization
[More Information Needed]
Who are the source language producers?
[More Information Needed]
Annotations
Annotation process
[More Information Needed]
Who are the annotators?
[More Information Needed]
Personal and Sensitive Information
[More Information Needed]
Considerations for Using the Data
Social Impact of Dataset
[More Information Needed]
Discussion of Biases
[More Information Needed]
Other Known Limitations
[More Information Needed]
Additional Information
Dataset Curators
KaraKaraWitch
Licensing Information
Most of Wikipedia's text and many of its images are co-licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License (CC BY-SA) and the GNU Free Documentation License (GFDL) (unversioned, with no invariant sections, front-cover texts, or back-cover texts).
Some text has been imported only under CC BY-SA and CC BY-SA-compatible license and cannot be reused under GFDL; such text will be identified on the page footer, in the page history, or on the discussion page of the article that utilizes the text.
Citation Information
@misc{superwiki,
title = {SuperWIKI: Wikipedia for commoners.},
author = {KaraKaraWitch},
year = {2023},
howpublished = {\url{https://huggingface.co/datasets/RyokoExtra/SuperWIKI}},
}
Name Etymology
N/A
Contributions
- @KaraKaraWitch (Twitter) for gathering this dataset.
- @sirneggles (Twitter) for provided compute.
- Downloads last month
- 6