wikipedia / README.md
Jeronymous's picture
Update README
78d6201
metadata
language:
  - en
  - fr
  - de
  - es
  - it
license:
  - cc-by-sa-4.0
task_categories:
  - text-generation
  - fill-mask
task_ids:
  - language-modeling
  - masked-language-modeling
configs:
  - config_name: default
    data_files:
      - split: train
        path: '*/20240201/*parquet'
  - config_name: en
    data_files:
      - split: train
        path: en/20240201/*parquet
  - config_name: fr
    data_files:
      - split: train
        path: fr/20240201/*parquet
  - config_name: de
    data_files:
      - split: train
        path: de/20240201/*parquet
  - config_name: es
    data_files:
      - split: train
        path: es/20240201/*parquet
  - config_name: it
    data_files:
      - split: train
        path: it/20240201/*parquet
dataset_info:
  - config_name: en
    features:
      - name: id
        dtype: int32
      - name: url
        dtype: string
      - name: title
        dtype: string
      - name: text
        dtype: string
    splits:
      - name: train
        num_bytes: 28019684686
        num_examples: 6893170
    download_size: 15544920302
    dataset_size: 28019684686
  - config_name: fr
    features:
      - name: id
        dtype: int32
      - name: url
        dtype: string
      - name: title
        dtype: string
      - name: text
        dtype: string
    splits:
      - name: train
        num_bytes: 10734253565
        num_examples: 2647717
    download_size: 5990349749
    dataset_size: 10734253565
  - config_name: de
    features:
      - name: id
        dtype: int32
      - name: url
        dtype: string
      - name: title
        dtype: string
      - name: text
        dtype: string
    splits:
      - name: train
        num_bytes: 11947016839
        num_examples: 2877387
    download_size: 6811415105
    dataset_size: 11947016839
  - config_name: es
    features:
      - name: id
        dtype: int32
      - name: url
        dtype: string
      - name: title
        dtype: string
      - name: text
        dtype: string
    splits:
      - name: train
        num_bytes: 7636098849
        num_examples: 1947242
    download_size: 4346936003
    dataset_size: 7636098849
  - config_name: it
    features:
      - name: id
        dtype: int32
      - name: url
        dtype: string
      - name: title
        dtype: string
      - name: text
        dtype: string
    splits:
      - name: train
        num_bytes: 6544616305
        num_examples: 1870387
    download_size: 3742980452
    dataset_size: 6544616305

Plain text of Wikipedia

Dataset Description

This dataset is a plain text version of pages from wikipedia.org spaces for several languages (English, German, French, Spanish, Italian). The text is without HTML tags nor wiki templates. It just includes markdown syntax for headers, lists and tables. See Notes on data formatting for more details.

It was created by LINAGORA and OpenLLM France from the Wikimedia dumps, using code in https://github.com/OpenLLM-France/wikiplaintext.

Size

The amount of data for the latest dump (20240201) are for the several languages:

English (en) German (de) French (fr) Spanish (es) Italian (it)
# documents 6 893 170 2 877 387 2 647 717 1 947 242 1 870 387
# paragraphs 59 010 400 23 686 448 24 943 988 16 354 822 15 774 432
# lines 241 540 701 90 393 406 97 295 694 56 476 769 61 007 593
# words 4 772 115 884 1 730 527 517 1 758 293 925 1 263 717 667 1 078 659 862
# characters 27 172 681 137 11 468 147 020 10 141 322 856 7 310 434 534 6 315 423 707
size in memory 26 721.7 MB 11 393.6 MB 10 237.0 MB 7 282.4 MB 6 241.4 MB
size on disk 14 824.8 MB 6 495.9 MB 5 712.8 MB 4 145.6 MB 3 569.6 MB

Example use (python)

Load the full dataset:

import datasets

ds = datasets.load_dataset("OpenLLM-France/wikipedia",
    streaming=True,
    split="train"
)

Load the dataset for a given language (French in this example):

ds = datasets.load_dataset("OpenLLM-France/wikipedia", "fr",
    streaming=True,
    split="train"
)

Data fields

The data fields are the same among all configurations:

  • id (int): ID of the article.
  • url (str): URL of the article.
  • title (str): Title of the article.
  • text (str): Text content of the article.

For example:

{'id': 847027,
 'url': 'https://fr.wikipedia.org/wiki/D%C3%A9partement_de_Rinconada',
 'title': 'Département de Rinconada',
 'text': "# Département de Rinconada\n\nLe département de Rinconada est une des 16 subdivisions de la province de Jujuy, en Argentine. Son chef-lieu est la ville de Rinconada.\nLe département a une superficie de 6 407 km². Sa population extrêmement clairsemée s'élevait à 2 298 habitants en 2001, soit une densité de 0,3 hab./km².\n\n# Département de Rinconada\n## Localités\n\nOutre le chef-lieu d'arrondissement, Rinconada, il faut citer :\n* Mina Pirquitas, localité la plus élevée d'Argentine (4 271 mètres d'altitude).\nC'est sur le territoire de ce département qu'est situé le site Ramsar des Lagunas de Vilama."
}

Notes on data formatting

Special characters

Superscripts and subscripts are kept as unicode characters when possible. e.g. XIIIᵉ siècle, 3 000 m², P₂O₇⁴⁻.

Unbreakable spaces are kept as unicode characters (in python, use text.replace("\u00A0", " ") to replace them with normal spaces).

Markdown syntax

Tables are kept as markdown tables. For instance:

| Français | Espéranto | IPA |
| Salut, bonjour | Saluton | [sa.ˈlu.ton] |
| Oui | Jes | [ˈjes] |
| Non | Ne | [ˈne] |
| Bonsoir | Bonan vesperon | [ˈbo.nan ves.ˈpe.ron] |
| Bonne nuit | Bonan nokton | [ˈbo.nan ˈnok.ton] |

Lists are kept as markdown lists. For instance:

* 1 000 personnes ont l'espéranto comme langue maternelle ;
* 10 000 personnes parlent l'espéranto avec un niveau proche d'une langue maternelle ;
* 100 000 personnes parlent couramment l'espéranto ;

Headers are kept as markdown headers, and all the levels of headers are kept before each paragraph. The first header always corresponds to the page title. For instance:

# Espéranto

L'espéranto est une langue construite internationale utilisée comme langue véhiculaire par des personnes […]
Fondée sur une grammaire régulière sans exception, l'espéranto est une langue globalement agglutinante où[…]
C’est en 1887 que Louis-Lazare Zamenhof, sous le pseudonyme Doktoro Esperanto (Docteur « Espérant ») qui […]
L’Association universelle d’espéranto, fondée en 1908, est en relation officielle avec l’Organisation des[…]

# Espéranto
## Définition
### Nom

Le pseudonyme « Doktoro Esperanto » (Docteur « Espérant »), utilisé par Zamenhof pour présenter son proje[…]

# Espéranto
## Définition
### Nom
#### Utilisation du mot espéranto en tant que métaphore

Le nom espéranto fonctionne comme un nom propre quand il désigne la langue même, mais est parfois utilisé[…]
Dans le domaine de l'informatique, Java fut qualifié d'« espéranto des langages de programmation », en pa[…]

License

This dataset is distributed under the Creative Commons Attribution-ShareAlike 4.0 International License.

Aknowledgements

This dataset was created by Jérôme Louradour on behalf of LINAGORA and OpenLLM France.

Many thanks to the Wikimedia Foundation for providing the data and useful advices, in particular Isaac Johnson, Albert Villanova and Rémy Gerbet.

Citation

@online{wikipedia_dump,
    author = "OpenLLM-France, LINAGORA Labs",
    title  = "Plain text Wikipedia",
    url    = "https://huggingface.co/datasets/OpenLLM-France/wikipedia"
}