paper-with-me

Papers

Are We Paying Attention to Her? Investigating Gender Disambiguation and Attention in Machine Translation

2025-05-13 · Chiara Manna, Afra Alishahi, Frédéric Blain, Eva Vanmassenhove

While gender bias in modern Neural Machine Translation (NMT) systems has received much attention, traditional evaluation metrics do not to fully capture the extent to which these systems integrate contextual gender cues. We propose a novel evaluation metric called Minimal Pair Accuracy (MPA), which measures the reliance of models on gender cues for gender disambiguation. MPA is designed to go beyond surface-level gender accuracy metrics by focusing on whether models adapt to gender cues in minimal pairs -- sentence pairs that differ solely in the gendered pronoun, namely the explicit indicator of the target's entity gender in the source language (EN). We evaluate a number of NMT models on the English-Italian (EN--IT) language pair using this metric, we show that they ignore available gender cues in most cases in favor of (statistical) stereotypical gender interpretation. We further show that in anti-stereotypical cases, these models tend to more consistently take masculine gender cues into account while ignoring the feminine cues. Furthermore, we analyze the attention head weights in the encoder component and show that while all models encode gender information to some extent, masculine cues elicit a more diffused response compared to the more concentrated and specialized responses to feminine gender cues.

📄 PDF Abstract BibTeX arXiv:2505.08546

Code (1)

chiaramanna/gender-cue-integration-MT 공식 구현 pytorch

Tasks

Machine TranslationNMT

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Encoders Help You Disambiguate Word Senses in Neural Machine Translation

2019-08-30 · IJCNLP 2019 11 · Gongbo Tang, Rico Sennrich, Joakim Nivre

Neural machine translation (NMT) has achieved new state-of-the-art performance in translating ambiguous words. However, it is still unclear which component dominates the process of disambiguation. In this paper, we explo…

DecoderMachine TranslationNMTTranslation+1

Debiasing Pretrained Text Encoders by Paying Attention to Paying Attention

2021-09-29 · Yacine GACI, Boualem Benatallah, Fabio Casati, Khalid Benabdeslem

Recent studies in fair Representation Learning have observed a strong inclination for natural language processing (NLP) models to exhibit discriminatory stereotypes across gender, religion, race and many such social cons…

FairnessRepresentation LearningSentenceWord Embeddings

Learning to Deceive with Attention-Based Explanations

2019-09-17 · ACL 2020 6 · Danish Pruthi, Mansi Gupta, Bhuwan Dhingra, Graham Neubig 외

Attention mechanisms are ubiquitous components in neural architectures applied to natural language processing. In addition to yielding gains in predictive accuracy, attention weights are often claimed to confer interpret…

Fairness

Do Context-Aware Translation Models Pay the Right Attention?

2021-05-14 · ACL 2021 5 · Kayo Yin, Patrick Fernandes, Danish Pruthi, Aditi Chaudhary 외

Context-aware machine translation models are designed to leverage contextual information, but often fail to do so. As a result, they inaccurately disambiguate pronouns and polysemous words that require context for resolu…

Machine TranslationTranslation

Paying Attention to Multi-Word Expressions in Neural Machine Translation

2017-10-17 · MTSummit 2017 9 · Matīss Rikters, Ondřej Bojar

Processing of multi-word expressions (MWEs) is a known problem for any natural language processing task. Even neural machine translation (NMT) struggles to overcome it. This paper presents results of experiments on inves…

Machine TranslationNMTTranslation