paper-with-me

홈 › Papers

Exploring the Impact of Training Data Distribution and Subword Tokenization on Gender Bias in Machine Translation

2023-09-21 · Bar Iluz, Tomasz Limisiewicz, Gabriel Stanovsky, David Mareček

We study the effect of tokenization on gender bias in machine translation, an aspect that has been largely overlooked in previous works. Specifically, we focus on the interactions between the frequency of gendered profession names in training data, their representation in the subword tokenizer's vocabulary, and gender bias. We observe that female and non-stereotypical gender inflections of profession names (e.g., Spanish "doctora" for "female doctor") tend to be split into multiple subword tokens. Our results indicate that the imbalance of gender forms in the model's training corpus is a major factor contributing to gender bias and has a greater impact than subword splitting. We show that analyzing subword splits provides good estimates of gender-form imbalance in the training data and can be used even when the corpus is not publicly available. We also demonstrate that fine-tuning just the token embedding layer can decrease the gap in gender prediction accuracy between female and male forms without impairing the translation quality.

📄 PDF Abstract BibTeX arXiv:2309.12491

Code (1)

tomlimi/MT-Tokenizer-Bias 공식 구현

Tasks

Gender PredictionMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

On the Effect of (Near) Duplicate Subwords in Language Modelling

2024-04-09 · Anton Schäfer, Thomas Hofmann, Imanol Schlag, Tiago Pimentel

Tokenisation is a core part of language models (LMs). It involves splitting a character sequence into subwords which are assigned arbitrary indices before being served to the LM. While typically lossless, however, this p…

Language Modelling

Incorporating Subword Information into Matrix Factorization Word Embeddings

2018-05-09 · WS 2018 6 · Alexandre Salle, Aline Villavicencio

The positive effect of adding subword information to word embeddings has been demonstrated for predictive models. In this paper we investigate whether similar benefits can also be derived from incorporating subwords into…

Word Embeddings

Distributional Properties of Subword Regularization

2024-08-21 · Marco Cognetta, Vilém Zouhar, Naoaki Okazaki

Subword regularization, used widely in NLP, improves model performance by reducing the dependency on exact tokenizations, augmenting the training corpus, and exposing the model to more unique contexts during training. BP…

Machine Translation

Impact of Subword Pooling Strategy on Cross-lingual Event Detection

2023-02-22 · Shantanu Agarwal, Steven Fincke, Chris Jenkins, Scott Miller 외

Pre-trained multilingual language models (e.g., mBERT, XLM-RoBERTa) have significantly advanced the state-of-the-art for zero-shot cross-lingual information extraction. These language models ubiquitously rely on word seg…

Event DetectionEvent Extractionnamed-entity-recognitionNamed Entity Recognition+1

FJWU participation for the WMT20 Biomedical Translation Task

2020-11-01 · WMT (EMNLP) 2020 11 · Sumbal Naz, Sadaf Abdul Rauf, Noor-e- Hira, Sami Ul Haq

This paper reports system descriptions for FJWU-NRPU team for participation in the WMT20 Biomedical shared translation task. We focused our submission on exploring the effects of adding in-domain corpora extracted from v…

Translation