CLJul 26, 2022

Training Effective Neural Sentence Encoders from Automatically Mined Paraphrases

arXiv:2207.12759v110 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses the performance gap in sentence representation for less popular languages, offering a practical solution for language-specific NLP applications.

The paper tackles the problem of training effective sentence encoders for low-resource languages without manually labeled data by automatically mining paraphrase pairs from bilingual corpora, achieving high performance on eight Polish linguistic tasks compared to multilingual models.

Sentence embeddings are commonly used in text clustering and semantic retrieval tasks. State-of-the-art sentence representation methods are based on artificial neural networks fine-tuned on large collections of manually labeled sentence pairs. Sufficient amount of annotated data is available for high-resource languages such as English or Chinese. In less popular languages, multilingual models have to be used, which offer lower performance. In this publication, we address this problem by proposing a method for training effective language-specific sentence encoders without manually labeled data. Our approach is to automatically construct a dataset of paraphrase pairs from sentence-aligned bilingual text corpora. We then use the collected data to fine-tune a Transformer language model with an additional recurrent pooling layer. Our sentence encoder can be trained in less than a day on a single graphics card, achieving high performance on a diverse set of sentence-level tasks. We evaluate our method on eight linguistic tasks in Polish, comparing it with the best available multilingual sentence encoders.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes