id stringlengths 2 8 | url stringlengths 31 253 | title stringlengths 1 181 | text stringlengths 1 353k |
|---|---|---|---|
12 | https://en.wikipedia.org/wiki/Anarchism | Anarchism | Anarchism is a political philosophy and movement that is skeptical of all justifications for authority and seeks to abolish the institutions it claims maintain unnecessary coercion and hierarchy, typically including nation-states, and capitalism. Anarchism advocates for the replacement of the state with stateless socie... |
39 | https://en.wikipedia.org/wiki/Albedo | Albedo | Albedo (; ) is the fraction of sunlight that is diffusely reflected by a body. It is measured on a scale from 0 (corresponding to a black body that absorbs all incident radiation) to 1 (corresponding to a body that reflects all incident radiation).
Surface albedo is defined as the ratio of radiosity Je to the irradian... |
290 | https://en.wikipedia.org/wiki/A | A | A, or a, is the first letter and the first vowel of the Latin alphabet, used in the modern English alphabet, the alphabets of other western European languages and others worldwide. Its name in English is a (pronounced ), plural aes. It is similar in shape to the Ancient Greek letter Alpha, from which it derives. The up... |
303 | https://en.wikipedia.org/wiki/Alabama | Alabama | Alabama () is a state in the Southeastern region of the United States, bordered by Tennessee to the north; Georgia to the east; Florida and the Gulf of Mexico to the south; and Mississippi to the west. Alabama is the 30th largest by area and the 24th-most populous of the U.S. states.
Alabama is nicknamed the Yellowham... |
305 | https://en.wikipedia.org/wiki/Achilles | Achilles | "In Greek mythology, Achilles ( ) or Achilleus () was a hero of the Trojan War who was known as bein(...TRUNCATED) |
307 | https://en.wikipedia.org/wiki/Abraham%20Lincoln | Abraham Lincoln | "Abraham Lincoln ( ; February 12, 1809 – April 15, 1865) was an American lawyer, politician, and (...TRUNCATED) |
308 | https://en.wikipedia.org/wiki/Aristotle | Aristotle | "Aristotle (; Aristotélēs, ; 384–322 BC) was an Ancient Greek philosopher and polymath. His wr(...TRUNCATED) |
309 | https://en.wikipedia.org/wiki/An%20American%20in%20Paris | An American in Paris | "An American in Paris is a jazz-influenced symphonic poem (or tone poem) for orchestra by American c(...TRUNCATED) |
316 | https://en.wikipedia.org/wiki/Academy%20Award%20for%20Best%20Production%20Design | Academy Award for Best Production Design | "The Academy Award for Best Production Design recognizes achievement for art direction in film. The (...TRUNCATED) |
324 | https://en.wikipedia.org/wiki/Academy%20Awards | Academy Awards | "The Academy Awards, mainly known as the Oscars, are awards for artistic and technical merit for the(...TRUNCATED) |
Dataset Card for Wikimedia Wikipedia
Dataset Summary
Wikipedia dataset containing cleaned articles of the English language.
The dataset is built from the Wikipedia dumps (https://dumps.wikimedia.org/) with one subset per language, each containing a single train split.
Each example contains the content of one full Wikipedia article with cleaning to strip markdown and unwanted sections (references, etc.).
All language subsets have already been processed for recent dump, and you can load them per date and language this way:
from datasets import load_dataset
ds = load_dataset("wikimedia/wikipedia", "20231101.en")
Data Visualization
Click the Nomic Atlas map below to visualize the 6.4 million samples in the 20231101.en split.
Supported Tasks and Leaderboards
The dataset is generally used for Language Modeling.
Languages
You can find the list of languages here: https://meta.wikimedia.org/wiki/List_of_Wikipedias
Dataset Structure
Data Instances
An example looks as follows:
{'id': '1',
'url': 'https://simple.wikipedia.org/wiki/April',
'title': 'April',
'text': 'April is the fourth month...'
}
Data Fields
The data fields are the same among all configurations:
id(str): ID of the article.url(str): URL of the article.title(str): Title of the article.text(str): Text content of the article.
Data Splits
All configurations contain a single train split.
Dataset Creation
Curation Rationale
[More Information Needed]
Source Data
Initial Data Collection and Normalization
The dataset is built from the Wikipedia dumps: https://dumps.wikimedia.org
You can find the full list of languages and dates here: https://dumps.wikimedia.org/backup-index.html
The articles have been parsed using the mwparserfromhell tool.
When uploading the data files for the 20231101 dump, we noticed that the Wikimedia Dumps website does not contain this date dump for the "bbc", "dga", nor "zgh" Wikipedias. We have reported the issue to the Wikimedia Phabricator: https://phabricator.wikimedia.org/T351761
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
[More Information Needed]
Licensing Information
Copyright licensing information: https://dumps.wikimedia.org/legal.html
All original textual content is licensed under the GNU Free Documentation License (GFDL) and the Creative Commons Attribution-Share-Alike 3.0 License. Some text may be available only under the Creative Commons license; see their Terms of Use for details. Text written by some authors may be released under additional licenses or into the public domain.
Citation Information
@ONLINE{wikidump,
author = "Wikimedia Foundation",
title = "Wikimedia Downloads",
url = "https://dumps.wikimedia.org"
}
- Downloads last month
- 8