Baselight

High-Quality Multilingual Translation Data

13 Languages for Machine Learning

@kaggle.thedevastator_high_quality_multilingual_translation_data

Loading...
Loading...

About this Dataset

High-Quality Multilingual Translation Data


High-Quality Multilingual Translation Data

13 Languages for Machine Learning

By Huggingface Hub [source]


About this dataset

This extensive collection of multilingual translation data provides an invaluable resource for the furtherance of machine learning research. With language pairs spanning both English and non-English languages, this dataset delivers a comprehensive selection of high-quality text translations with thousands of records per language pair. Each file within the folder for a given language pair contains two distinct columns – id and translation – providing identification numbers associated with each translation record as well as the corresponding translation text itself. This highly structured data set is sure to be an invaluable asset in the pursuit of advanced machine learning techniques!

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

How to Use this Dataset

This multilingual translation data can be used for a variety of tasks, from training machine learning models to understanding language nuances. Below are some steps to get you started using this dataset:

  • Select the language pair that you would like to work with (ex. English-Spanish). This selection can be found in the filename (eg. en-es_train).
  • Download and extract the file containing your selected language pair from this Kaggle dataset. You will find two files for both training and testing within this folder - Training_File and Test_File.
  • Open your chosen file in a spreadsheet program such as Microsoft Excel or Google Sheets, so that you may explore the contents of the dataset. You will find two columns present: id (unique identifier for each translation pair) and translation which contains information about translations from either English or a non-English language depending on which file you are accessing (training vs test).
  • With these files you may then generate machine learning models in order apply natural language processing techniques, or simply explore transnational correlations between languages amongst other interesting research applications!

Research Ideas

  • Developing machine translation models: This dataset can be used to train and evaluate a variety of different machine translation models. The data could be used to optimize existing algorithms as well as train entirely new models tailored specifically for multilingual applications.
  • Improving natural language understanding: This corpus could be used to help build better artificial intelligence systems with an enhanced ability to process natural language inputs, thus allowing them to rapidly translate and respond accurately in multiple languages.
  • Translating web content dynamically: This dataset can be leveraged by web developers who want their websites and applications to automatically detect a visitor's language and generate translations instantly in the correct language pair format. The rapid response time would eliminate the need for cumbersome inter-language switching among users

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: ca-en_train.csv

Column name Description
translation Contains both English and non-English translations side by side. (String)

File: en-fi_train.csv

Column name Description
translation Contains both English and non-English translations side by side. (String)

File: en-es_train.csv

Column name Description
translation Contains both English and non-English translations side by side. (String)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit Huggingface Hub.

Tables

Fr Ru Train

@kaggle.thedevastator_high_quality_multilingual_translation_data.fr_ru_train
  • 1.46 MB
  • 8197 rows
  • 2 columns
Loading...

CREATE TABLE fr_ru_train (
  "id" BIGINT,
  "translation" VARCHAR
);

Fr Sv Train

@kaggle.thedevastator_high_quality_multilingual_translation_data.fr_sv_train
  • 563.91 KB
  • 3002 rows
  • 2 columns
Loading...

CREATE TABLE fr_sv_train (
  "id" BIGINT,
  "translation" VARCHAR
);

Hu It Train

@kaggle.thedevastator_high_quality_multilingual_translation_data.hu_it_train
  • 5.55 MB
  • 30949 rows
  • 2 columns
Loading...

CREATE TABLE hu_it_train (
  "id" BIGINT,
  "translation" VARCHAR
);

Hu Nl Train

@kaggle.thedevastator_high_quality_multilingual_translation_data.hu_nl_train
  • 7.04 MB
  • 43428 rows
  • 2 columns
Loading...

CREATE TABLE hu_nl_train (
  "id" BIGINT,
  "translation" VARCHAR
);

Hu No Train

@kaggle.thedevastator_high_quality_multilingual_translation_data.hu_no_train
  • 481.27 KB
  • 3410 rows
  • 2 columns
Loading...

CREATE TABLE hu_no_train (
  "id" BIGINT,
  "translation" VARCHAR
);

Hu Pl Train

@kaggle.thedevastator_high_quality_multilingual_translation_data.hu_pl_train
  • 441.15 KB
  • 2859 rows
  • 2 columns
Loading...

CREATE TABLE hu_pl_train (
  "id" BIGINT,
  "translation" VARCHAR
);

Hu Pt Train

@kaggle.thedevastator_high_quality_multilingual_translation_data.hu_pt_train
  • 201.85 KB
  • 1184 rows
  • 2 columns
Loading...

CREATE TABLE hu_pt_train (
  "id" BIGINT,
  "translation" VARCHAR
);

Hu Ru Train

@kaggle.thedevastator_high_quality_multilingual_translation_data.hu_ru_train
  • 4.58 MB
  • 26127 rows
  • 2 columns
Loading...

CREATE TABLE hu_ru_train (
  "id" BIGINT,
  "translation" VARCHAR
);

It Nl Train

@kaggle.thedevastator_high_quality_multilingual_translation_data.it_nl_train
  • 874.13 KB
  • 2359 rows
  • 2 columns
Loading...

CREATE TABLE it_nl_train (
  "id" BIGINT,
  "translation" VARCHAR
);

It Pt Train

@kaggle.thedevastator_high_quality_multilingual_translation_data.it_pt_train
  • 195.98 KB
  • 1163 rows
  • 2 columns
Loading...

CREATE TABLE it_pt_train (
  "id" BIGINT,
  "translation" VARCHAR
);

It Ru Train

@kaggle.thedevastator_high_quality_multilingual_translation_data.it_ru_train
  • 3.04 MB
  • 17906 rows
  • 2 columns
Loading...

CREATE TABLE it_ru_train (
  "id" BIGINT,
  "translation" VARCHAR
);

It Sv Train

@kaggle.thedevastator_high_quality_multilingual_translation_data.it_sv_train
  • 548 KB
  • 2998 rows
  • 2 columns
Loading...

CREATE TABLE it_sv_train (
  "id" BIGINT,
  "translation" VARCHAR
);

Share link

Anyone who has the link will be able to view this.