You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.5.1, add support for reading xlsx files… (#180)
* chore: update version to 0.5.1, add support for reading xlsx files, and include Motorola datasets
* strip \r from outputs; add wmt24pp-rm dataset
- Strip \r from parser outputs (read_plain, read_tsv) and echo command. Closes#173
- Add ZurichNLP/wmt24pp-rm: 6 Romansh varieties (deu-roh) test sets. Closes#178
* add --strict flag for langpair ordering in mtdata list. Closes#157
* add scb-mt-en-th-2020 (12 subsets) and TALPCo (8 lang pairs). Closes#151. Closes#152
- VistecAI scb-mt-en-th-2020: 12 CSV subsets with ~1M eng-tha sentence pairs
- TALPCo: jpn paired with eng, kor, mya, zsm, ind, jav, tha, vie
- Fix parser: TSV with 2 files now zips (pairs) instead of flattening
- Fix parser: single-col TSV yields scalar string for proper pairing
* fix CSV parser and SMOL HF datasets
- Add read_csv() using Python csv module for proper quoted-field handling. Fixes VistecAI scb-mt column misalignment
- Support data_files in HF loader for datasets with unregistered configs (SMOL smolsent/smoldoc en_lij)
- Restore Google-smol_sent and Google-smol_doc entries for eng-lij_Latn
Copy file name to clipboardExpand all lines: mtdata/resource/refs.bib
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -726,4 +726,27 @@ @article{ojha2019english
726
726
author={Ojha, Atul Kr},
727
727
journal={arXiv preprint arXiv:1905.02239},
728
728
year={2019}
729
+
}
730
+
731
+
@inproceedings{vamvas2025expanding,
732
+
title={Expanding the {WMT}24++ Benchmark with {R}umantsch {G}rischun, {S}ursilvan, {S}utsilvan, {S}urmiran, {P}uter, and {V}allader},
733
+
author={Vamvas, Jannis and P{\'e}rez Prat, Ignacio and Soliva, Not and Baltermia-Guetg, Sandra and Beeli, Andrina and Beeli, Simona and Capeder, Madlaina and Decurtins, Laura and Gregori, Gian Peder and Hobi, Flavia and Holderegger, Gabriela and Lazzarini, Arina and Lazzarini, Viviana and Rosselli, Walter and Vital, Bettina and Rutkiewicz, Anna and Sennrich, Rico},
734
+
booktitle={Proceedings of the Tenth Conference on Machine Translation},
735
+
year={2025},
736
+
url={https://aclanthology.org/2025.wmt-1.79/}
737
+
}
738
+
739
+
@article{lowphansirikul2021scb,
740
+
title={scb-mt-en-th-2020: A Large English-Thai Parallel Corpus},
741
+
author={Lowphansirikul, Lalita and Polpanumas, Charin and Jantrakulchai, Nawat and Nutanong, Sarana},
0 commit comments