CLAILGNov 1, 2020

TransQuest: Translation Quality Estimation with Cross-lingual Transformers

arXiv:2011.01536v21008 citationsHas Code
AI Analysis

This addresses the need for efficient and adaptable QE methods across multiple language pairs, particularly benefiting low-resourced languages, though it is incremental in building on existing neural architectures.

The paper tackles the problem of sentence-level translation quality estimation (QE) by proposing a simple framework based on cross-lingual transformers, which achieves state-of-the-art results on WMT datasets and proves useful for transfer learning with low-resourced languages.

Recent years have seen big advances in the field of sentence-level quality estimation (QE), largely as a result of using neural-based architectures. However, the majority of these methods work only on the language pair they are trained on and need retraining for new language pairs. This process can prove difficult from a technical point of view and is usually computationally expensive. In this paper we propose a simple QE framework based on cross-lingual transformers, and we use it to implement and evaluate two different neural architectures. Our evaluation shows that the proposed methods achieve state-of-the-art results outperforming current open-source quality estimation frameworks when trained on datasets from WMT. In addition, the framework proves very useful in transfer learning settings, especially when dealing with low-resourced languages, allowing us to obtain very competitive results.

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