Skip to content

Commit

Permalink
wmt23 archive uses translator="refA" (#260)
Browse files Browse the repository at this point in the history
unlike in previous years, where it used `translator="A"`
  • Loading branch information
martinpopel authored Mar 28, 2024
1 parent 545a3ff commit 78e25e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sacrebleu/dataset/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,22 +86,22 @@
"en-de": ["wmt23-news-systems-v.0.1/xml/wmttest2023.en-de.all.xml"],
"en-he": {
"path": "wmt23-news-systems-v.0.1/xml/wmttest2023.en-he.all.xml",
"refs": ["B"],
"refs": ["refB"],
},
"en-ja": ["wmt23-news-systems-v.0.1/xml/wmttest2023.en-ja.all.xml"],
"en-ru": ["wmt23-news-systems-v.0.1/xml/wmttest2023.en-ru.all.xml"],
"en-uk": ["wmt23-news-systems-v.0.1/xml/wmttest2023.en-uk.all.xml"],
"en-zh": ["wmt23-news-systems-v.0.1/xml/wmttest2023.en-zh.all.xml"],
"he-en": {
"path": "wmt23-news-systems-v.0.1/xml/wmttest2023.he-en.all.xml",
"refs": ["B"],
"refs": ["refB"],
},
"ja-en": ["wmt23-news-systems-v.0.1/xml/wmttest2023.ja-en.all.xml"],
"ru-en": ["wmt23-news-systems-v.0.1/xml/wmttest2023.ru-en.all.xml"],
"uk-en": ["wmt23-news-systems-v.0.1/xml/wmttest2023.uk-en.all.xml"],
"zh-en": ["wmt23-news-systems-v.0.1/xml/wmttest2023.zh-en.all.xml"],
},
refs=["A"],
refs=["refA"],
),
"wmt22": WMTXMLDataset(
"wmt22",
Expand Down

0 comments on commit 78e25e2

Please sign in to comment.