The power of Prompts: Evaluating and Mitigating Gender Bias in MT with LLMs
This work addresses gender bias in machine translation for users of LLMs, offering an incremental improvement through prompt engineering.
The paper tackled gender bias in machine translation by evaluating base LLMs against NMT models, finding pervasive bias with LLMs showing higher levels, and used prompt engineering to reduce bias by up to 12% on the WinoMT dataset, narrowing the gap with NMT systems.
This paper studies gender bias in machine translation through the lens of Large Language Models (LLMs). Four widely-used test sets are employed to benchmark various base LLMs, comparing their translation quality and gender bias against state-of-the-art Neural Machine Translation (NMT) models for English to Catalan (En $\rightarrow$ Ca) and English to Spanish (En $\rightarrow$ Es) translation directions. Our findings reveal pervasive gender bias across all models, with base LLMs exhibiting a higher degree of bias compared to NMT models. To combat this bias, we explore prompting engineering techniques applied to an instruction-tuned LLM. We identify a prompt structure that significantly reduces gender bias by up to 12% on the WinoMT evaluation dataset compared to more straightforward prompts. These results significantly reduce the gender bias accuracy gap between LLMs and traditional NMT systems.