paper-with-me

Papers

Towards Debiasing Translation Artifacts

2022-05-16 · NAACL 2022 7 · Koel Dutta Chowdhury, Rricha Jalota, Cristina España-Bonet, Josef van Genabith

Cross-lingual natural language processing relies on translation, either by humans or machines, at different levels, from translating training data to translating test sets. However, compared to original texts in the same language, translations possess distinct qualities referred to as translationese. Previous research has shown that these translation artifacts influence the performance of a variety of cross-lingual tasks. In this work, we propose a novel approach to reducing translationese by extending an established bias-removal technique. We use the Iterative Null-space Projection (INLP) algorithm, and show by measuring classification accuracy before and after debiasing, that translationese is reduced at both sentence and word level. We evaluate the utility of debiasing translationese on a natural language inference (NLI) task, and show that by reducing this bias, NLI accuracy improves. To the best of our knowledge, this is the first study to debias translationese as represented in latent embedding space.

📄 PDF Abstract BibTeX arXiv:2205.08001

Code (1)

koeldc/towards-debiasing-translation-artifacts 공식 구현 pytorch

Tasks

Natural Language InferenceSentenceTranslation

Similar Papers 제목 키워드 기반

Artifact-Based Domain Generalization of Skin Lesion Models

2022-08-20 · Alceu Bissoto, Catarina Barata, Eduardo Valle, Sandra Avila

Deep Learning failure cases are abundant, particularly in the medical area. Recent studies in out-of-distribution generalization have advanced considerably on well-controlled synthetic datasets, but they do not represent…

Domain GeneralizationOut-of-Distribution Generalization

Multi-head attention debiasing and contrastive learning for mitigating Dataset Artifacts in Natural Language Inference

2024-12-16 · Karthik Sivakoti

While Natural Language Inference (NLI) models have achieved high performances on benchmark datasets, there are still concerns whether they truly capture the intended task, or largely exploit dataset artifacts. Through de…

Contrastive LearningNatural Language InferenceNegation

Applying Intrinsic Debiasing on Downstream Tasks: Challenges and Considerations for Machine Translation

2024-06-02 · Bar Iluz, Yanai Elazar, Asaf Yehudai, Gabriel Stanovsky

Most works on gender bias focus on intrinsic bias -- removing traces of information about a protected group from the model's internal representation. However, these works are often disconnected from the impact of such de…

Machine Translation

Investigating the Relationship Between Debiasing and Artifact Removal using Saliency Maps

2025-02-28 · Lukasz Sztukiewicz, Ignacy Stępka, Michał Wiliński, Jerzy Stefanowski

The widespread adoption of machine learning systems has raised critical concerns about fairness and bias, making mitigating harmful biases essential for AI development. In this paper, we investigate the relationship betw…

Decision MakingFairness

Debiasing Word Embeddings Improves Multimodal Machine Translation

2019-05-24 · WS 2019 8 · Tosho Hirasawa, Mamoru Komachi

In recent years, pretrained word embeddings have proved useful for multimodal neural machine translation (NMT) models to address the shortage of available datasets. However, the integration of pretrained word embeddings …

Machine TranslationMultimodal Machine TranslationNMTTranslation+1