paper-with-me

Papers

Bitext Mining Using Distilled Sentence Representations for Low-Resource Languages

2022-05-25 · Kevin Heffernan, Onur Çelebi, Holger Schwenk

Scaling multilingual representation learning beyond the hundred most frequent languages is challenging, in particular to cover the long tail of low-resource languages. A promising approach has been to train one-for-all multilingual models capable of cross-lingual transfer, but these models often suffer from insufficient capacity and interference between unrelated languages. Instead, we move away from this approach and focus on training multiple language (family) specific representations, but most prominently enable all languages to still be encoded in the same representational space. To achieve this, we focus on teacher-student training, allowing all encoders to be mutually compatible for bitext mining, and enabling fast learning of new languages. We introduce a new teacher-student training scheme which combines supervised and self-supervised training, allowing encoders to take advantage of monolingual training data, which is valuable in the low-resource setting. Our approach significantly outperforms the original LASER encoder. We study very low-resource languages and handle 50 African languages, many of which are not covered by any other model. For these languages, we train sentence encoders, mine bitexts, and validate the bitexts by training NMT systems.

📄 PDF Abstract BibTeX arXiv:2205.12654

Code (1)

facebookresearch/LASER 공식 구현 pytorch

Tasks

Cross-Lingual TransferNMTRepresentation LearningSentence

Similar Papers 제목 키워드 기반

Bitext Mining for Low-Resource Languages via Contrastive Learning

2022-08-23 · Weiting Tan, Philipp Koehn

Mining high-quality bitexts for low-resource languages is challenging. This paper shows that sentence representation of language models fine-tuned with multiple negatives ranking loss, a contrastive objective, helps retr…

Contrastive LearningSentence

xSIM++: An Improved Proxy to Bitext Mining Performance for Low-Resource Languages

2023-06-22 · Mingda Chen, Kevin Heffernan, Onur Çelebi, Alex Mourachko 외

We introduce a new proxy score for evaluating bitext mining based on similarity in a multilingual embedding space: xSIM++. In comparison to xSIM, this improved proxy leverages rule-based approaches to extend English sent…

NMT

BitextEdit: Automatic Bitext Editing for Improved Low-Resource Machine Translation

2021-11-12 · Findings (NAACL) 2022 7 · Eleftheria Briakou, Sida I. Wang, Luke Zettlemoyer, Marjan Ghazvininejad

Mined bitexts can contain imperfect translations that yield unreliable training signals for Neural Machine Translation (NMT). While filtering such pairs out is known to improve final model quality, we argue that it is su…

Machine TranslationNMTSentenceTranslation

Learning Multilingual Sentence Representations with Cross-lingual Consistency Regularization

2023-06-12 · Pengzhi Gao, Liwen Zhang, Zhongjun He, Hua Wu 외

Multilingual sentence representations are the foundation for similarity-based bitext mining, which is crucial for scaling multilingual neural machine translation (NMT) system to more languages. In this paper, we introduc…

DecoderMachine TranslationNMTSentence+1

Unsupervised Bitext Mining and Translation via Self-trained Contextual Embeddings

2020-10-15 · Phillip Keung, Julian Salazar, Yichao Lu, Noah A. Smith

We describe an unsupervised method to create pseudo-parallel corpora for machine translation (MT) from unaligned text. We use multilingual BERT to create source and target sentence embeddings for nearest-neighbor search …

Machine TranslationSentenceSentence EmbeddingsTranslation