Go to file
2021-01-27 08:43:38 +01:00
dev-0 dev-0 out.tsv 2021-01-27 08:43:38 +01:00
src Some solution 2021-01-26 17:03:03 +01:00
test-A Right out.tsv 2021-01-27 08:36:26 +01:00
train Update repo 2020-10-26 20:26:04 +01:00
.gitignore Update repo 2020-10-26 20:26:04 +01:00
config.txt Update repo 2020-10-26 20:26:04 +01:00
README.md Update repo 2020-10-26 20:26:04 +01:00
requirements.txt Add requirements 2020-10-26 20:32:46 +01:00

wmt-2020-pl-en

Translate from Polish to English.

This is a challenge created from http://www.statmt.org/wmt20/translation-task.html . Train set is created from europarl wmt pl-en training data. Dev and test set are created from wmt pl-en development data.

Directory structure

  • README.md — this file
  • config.txt — configuration file
  • train/ — directory with training data
  • train/train.tsv — sample parallel corpus (Finnish text in the first column, Māori text in the second one)
  • dev-0/ — directory with dev (test) data
  • dev-0/in.tsv — Finnish input text for the dev set
  • dev-0/expected.tsv — Māori reference translation for the dev set
  • test-A — directory with test data
  • test-A/in.tsv — Finnish input data for the test set
  • test-A/expected.tsv — Māori reference translation for the test set