CLOct 28, 2023

Translating away Translationese without Parallel Data

arXiv:2310.18830v1133 citationsh-index: 42
Originality Incremental advance
AI Analysis

This addresses bias in cross-lingual NLP tasks by reducing translationese without needing parallel data, though it is incremental as it builds on existing style transfer approaches.

The paper tackles the problem of translationese, systematic linguistic differences in translated texts that bias cross-lingual NLP tasks, by proposing a self-supervised style transfer method that reduces translationese classifier accuracy to random levels while preserving content and fluency.

Translated texts exhibit systematic linguistic differences compared to original texts in the same language, and these differences are referred to as translationese. Translationese has effects on various cross-lingual natural language processing tasks, potentially leading to biased results. In this paper, we explore a novel approach to reduce translationese in translated texts: translation-based style transfer. As there are no parallel human-translated and original data in the same language, we use a self-supervised approach that can learn from comparable (rather than parallel) mono-lingual original and translated data. However, even this self-supervised approach requires some parallel data for validation. We show how we can eliminate the need for parallel validation data by combining the self-supervised loss with an unsupervised loss. This unsupervised loss leverages the original language model loss over the style-transferred output and a semantic similarity loss between the input and style-transferred output. We evaluate our approach in terms of original vs. translationese binary classification in addition to measuring content preservation and target-style fluency. The results show that our approach is able to reduce translationese classifier accuracy to a level of a random classifier after style transfer while adequately preserving the content and fluency in the target original style.

Foundations

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

Your Notes