paper-with-me

홈 › Papers

Neural Machine Translation Doesn't Translate Gender Coreference Right Unless You Make It

2020-10-11 · Danielle Saunders, Rosie Sallis, Bill Byrne

Neural Machine Translation (NMT) has been shown to struggle with grammatical gender that is dependent on the gender of human referents, which can cause gender bias effects. Many existing approaches to this problem seek to control gender inflection in the target language by explicitly or implicitly adding a gender feature to the source sentence, usually at the sentence level. In this paper we propose schemes for incorporating explicit word-level gender inflection tags into NMT. We explore the potential of this gender-inflection controlled translation when the gender feature can be determined from a human reference, or when a test sentence can be automatically gender-tagged, assessing on English-to-Spanish and English-to-German translation. We find that simple existing approaches can over-generalize a gender-feature to multiple entities in a sentence, and suggest effective alternatives in the form of tagged coreference adaptation data. We also propose an extension to assess translations of gender-neutral entities from English given a corresponding linguistic convention, such as a non-binary inflection, in the target language.

📄 PDF Abstract BibTeX arXiv:2010.05332

Code (1)

DCSaunders/tagged-gender-coref 공식 구현

Tasks

Machine TranslationNMTSentenceTranslation

Similar Papers 제목 키워드 기반

Neural Machine Translation Doesn’t Translate Gender Coreference Right Unless You Make It

2020-12-01 · GeBNLP (COLING) 2020 12 · Danielle Saunders, Rosie Sallis, Bill Byrne

Neural Machine Translation (NMT) has been shown to struggle with grammatical gender that is dependent on the gender of human referents, which can cause gender bias effects. Many existing approaches to this problem seek t…

Machine TranslationNMTSentenceTranslation

Investigating Failures of Automatic Translation in the Case of Unambiguous Gender

2021-04-16 · ACL 2022 5 · Adithya Renduchintala, Adina Williams

Transformer based models are the modern work horses for neural machine translation (NMT), reaching state of the art across several benchmarks. Despite their impressive accuracy, we observe a systemic and rudimentary clas…

Machine TranslationNMTTranslation

Collecting a Large-Scale Gender Bias Dataset for Coreference Resolution and Machine Translation

2021-09-08 · Findings (EMNLP) 2021 11 · Shahar Levy, Koren Lazar, Gabriel Stanovsky

Recent works have found evidence of gender bias in models of machine translation and coreference resolution using mostly synthetic diagnostic datasets. While these quantify bias in a controlled experiment, they often do …

coreference-resolutionCoreference ResolutionDiagnosticMachine Translation+1

Analysing Coreference in Transformer Outputs

2019-11-04 · WS 2019 11 · Ekaterina Lapshinova-Koltunski, Cristina España-Bonet, Josef van Genabith

We analyse coreference phenomena in three neural machine translation systems trained with different data settings with or without access to explicit intra- and cross-sentential anaphoric information. We compare system pe…

Machine TranslationTranslation

Multilingual Coreference Resolution via Cycle-Consistent Machine Translation

2026-06-03 · Adriana-Valentina Costache, Eduard Poesina, Silviu-Florin Gheorghe, Paul Irofti 외 arxiv

Coreference resolution is a core NLP task, having a broad range of downstream applications, e.g.~machine translation, question answering, document summarization, etc. While the task is well-studied in English, comparativ…

Document SummarizationCoreference ResolutionMachine TranslationQuestion Answering