NLLB-bo-en / README.md
billingsmoore's picture
Upload dataset
07163ed verified
metadata
language:
  - bo
  - en
license: odc-by
size_categories:
  - 100K<n<1M
task_categories:
  - translation
dataset_info:
  features:
    - name: bo
      dtype: string
    - name: en
      dtype: string
    - name: topic
      dtype: string
  splits:
    - name: train
      num_bytes: 149077412
      num_examples: 714577
  download_size: 62750170
  dataset_size: 149077412
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

This dataset is the Tibetan-English sentence pairs from the NLLB dataset (see block quote below).

This dataset was found on, and downloaded from, OPUS.

The dataset was re-formatted for Hugging Face using the code found here.

The topic labels were generated with easy_text_clustering using the code found here.

This dataset was created based on metadata for mined bitext released by Meta AI. It contains bitext for 148 English-centric and 1465 non-English-centric language pairs using the stopes mining library and the LASER3 encoders (Heffernan et al., 2022). The complete dataset is ~450GB.This release is based on the data package released at huggingfaceny AllenAI. More information about instances for each language pair in the original data can be found in the dataset_infos.json file. Data was filtered based on language identification, emoji based filtering, and for some high-resource languages using a language model. For more details on data filtering please refer to Section 5.2 (NLLB Team et al., 2022). Mappings between the original NLLB language IDs and OPUS language IDs can be found in this table. The sentence alignments include LASER3 scores (see XCES align files), language ID scores, source information and URLs from where the data has been extracted (see language XML files).

Please, cite the following papers:

    Holger Schwenk, Guillaume Wenzek, Sergey Edunov, Edouard Grave, Armand Joulin and Angela Fan, CCMatrix: Mining Billions of High-Quality Parallel Sentences on the WEB
    Angela Fan, Shruti Bhosale, Holger Schwenk, Zhiyi Ma, Ahmed El-Kishky, Siddharth Goyal, Mandeep Baines, Onur Celebi, Guillaume Wenzek, Vishrav Chaudhary, Naman Goyal, Tom Birch, Vitaliy Liptchinsky, Sergey Edunov, Edouard Grave, Michael Auli, and Armand Joulin. Beyond English-Centric Multilingual Machine Translation

and also acknowledge OPUS for the service provided here by citing Jörg Tiedemann, Parallel Data, Tools and Interfaces in OPUS (bib, pdf)