71.8 GB
557 files
Updated about 18 hours ago
Name
Size
20231101.ab
20231101.ace
20231101.ady
20231101.af
20231101.als
20231101.alt
20231101.am
20231101.ami
20231101.an
20231101.ang
20231101.anp
20231101.ar
20231101.arc
20231101.ary
20231101.arz
20231101.as
20231101.ast
20231101.atj
20231101.av
20231101.avk
20231101.awa
20231101.ay
20231101.az
20231101.azb
20231101.ba
20231101.ban
20231101.bar
20231101.bat-smg
20231101.bcl
20231101.be
20231101.be-x-old
20231101.bg
20231101.bh
20231101.bi
20231101.bjn
20231101.blk
20231101.bm
20231101.bn
20231101.bo
20231101.bpy
20231101.br
20231101.bs
20231101.bug
20231101.bxr
20231101.ca
20231101.cbk-zam
20231101.cdo
20231101.ce
20231101.ceb
20231101.ch
20231101.chr
20231101.chy
20231101.ckb
20231101.co
20231101.cr
20231101.crh
20231101.cs
20231101.csb
20231101.cu
20231101.cv
20231101.cy
20231101.da
20231101.dag
20231101.de
20231101.din
20231101.diq
20231101.dsb
20231101.dty
20231101.dv
20231101.dz
20231101.ee
20231101.el
20231101.eml
20231101.en
20231101.eo
20231101.es
20231101.et
20231101.eu
20231101.ext
20231101.fa
20231101.fat
20231101.ff
20231101.fi
20231101.fiu-vro
20231101.fj
20231101.fo
20231101.fon
20231101.fr
20231101.frp
20231101.frr
20231101.fur
20231101.fy
20231101.ga
20231101.gag
20231101.gan
20231101.gcr
20231101.gd
20231101.gl
20231101.glk
.gitattributes2.31 kB
xet
README.md

Dataset Card for Wikimedia Wikipedia

Table of Contents

Dataset Description

Dataset Summary

Wikipedia dataset containing cleaned articles of all languages.

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.

Nomic-Atlas Wikipedia Map

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"
}
Total size
71.8 GB
Files
557
Last updated
Aug 22
Pre-warmed CDN
US EU US EU

Contributors