paper-with-me

Papers

GATE X-E : A Challenge Set for Gender-Fair Translations from Weakly-Gendered Languages

2024-02-22 · Spencer Rarrick, Ranjita Naik, Sundar Poudel, Vishal Chowdhary

Neural Machine Translation (NMT) continues to improve in quality and adoption, yet the inadvertent perpetuation of gender bias remains a significant concern. Despite numerous studies on gender bias in translations into English from weakly gendered-languages, there are no benchmarks for evaluating this phenomenon or for assessing mitigation strategies. To address this gap, we introduce GATE X-E, an extension to the GATE (Rarrick et al., 2023) corpus, that consists of human translations from Turkish, Hungarian, Finnish, and Persian into English. Each translation is accompanied by feminine, masculine, and neutral variants. The dataset, which contains between 1250 and 1850 instances for each of the four language pairs, features natural sentences with a wide range of sentence lengths and domains, challenging translation rewriters on various linguistic phenomena. Additionally, we present a translation gender rewriting solution built with GPT-4 and use GATE X-E to evaluate it. We open source our contributions to encourage further research on gender debiasing.

📄 PDF Abstract BibTeX arXiv:2402.14277

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTSentenceTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

FairQE: Multi-Agent Framework for Mitigating Gender Bias in Translation Quality Estimation

2026-04-23 · Jinhee Jang, Juhwan Choi, Dongjin Lee, Seunguk Yu 외 arxiv

Quality Estimation (QE) aims to assess machine translation quality without reference translations, but recent studies have shown that existing QE models exhibit systematic gender bias. In particular, they tend to favor m…

Machine Translation

A Tale of Pronouns: Interpretability Informs Gender Bias Mitigation for Fairer Instruction-Tuned Machine Translation

2023-10-18 · Giuseppe Attanasio, Flor Miriam Plaza-del-Arco, Debora Nozza, Anne Lauscher

Recent instruction fine-tuned models can solve multiple NLP tasks when prompted to do so, with machine translation (MT) being a prominent use case. However, current research often focuses on standard performance benchmar…

FairnessFew-Shot LearningMachine TranslationTranslation

Significance of Chain of Thought in Gender Bias Mitigation for English-Dravidian Machine Translation

2024-05-30 · Lavanya Prahallad, Radhika Mamidi

Gender bias in machine translation (MT) sys- tems poses a significant challenge to achieving accurate and inclusive translations. This paper examines gender bias in machine translation systems for languages such as Telug…

FairnessMachine TranslationTranslation

Gender-specific Machine Translation with Large Language Models

2023-09-06 · Eduardo Sánchez, Pierre Andrews, Pontus Stenetorp, Mikel Artetxe 외

While machine translation (MT) systems have seen significant improvements, it is still common for translations to reflect societal biases, such as gender bias. Decoder-only Large Language Models (LLMs) have demonstrated …

coreference-resolutionCoreference ResolutionDecoderIn-Context Learning+3

GATE: A Challenge Set for Gender-Ambiguous Translation Examples

2023-03-07 · Spencer Rarrick, Ranjita Naik, Varun Mathur, Sundar Poudel 외

Although recent years have brought significant progress in improving translation of unambiguously gendered sentences, translation of ambiguously gendered input remains relatively unexplored. When source gender is ambiguo…

Machine TranslationTranslation