paper-with-me

홈 › Papers

Learning Homographic Disambiguation Representation for Neural Machine Translation

2023-04-12 · Weixuan Wang, Wei Peng, Qun Liu

Homographs, words with the same spelling but different meanings, remain challenging in Neural Machine Translation (NMT). While recent works leverage various word embedding approaches to differentiate word sense in NMT, they do not focus on the pivotal components in resolving ambiguities of homographs in NMT: the hidden states of an encoder. In this paper, we propose a novel approach to tackle homographic issues of NMT in the latent space. We first train an encoder (aka "HDR-encoder") to learn universal sentence representations in a natural language inference (NLI) task. We further fine-tune the encoder using homograph-based synset sentences from WordNet, enabling it to learn word-level homographic disambiguation representations (HDR). The pre-trained HDR-encoder is subsequently integrated with a transformer-based NMT in various schemes to improve translation accuracy. Experiments on four translation directions demonstrate the effectiveness of the proposed method in enhancing the performance of NMT systems in the BLEU scores (up to +2.3 compared to a solid baseline). The effects can be verified by other metrics (F1, precision, and recall) of translation accuracy in an additional disambiguation task. Visualization methods like heatmaps, T-SNE and translation examples are also utilized to demonstrate the effects of the proposed method.

📄 PDF Abstract BibTeX arXiv:2304.05860

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNatural Language InferenceNMTSentenceTranslation

Similar Papers 제목 키워드 기반

Desambigua\cc\~ao de Hom\'ografos-Heter\'ofonos por Aprendizado de M\'aquina em Portugu\^es Brasileiro (A Machine Learning Approach for Homographic Heterophone Disambiguation in Brazilian Portuguese)

2015-11-01 · WS 2015 11 · Leonardo Hamada, Nelson Neto
Word Sense Disambiguation

Automatic Disambiguation of Homographic Heterophone Pairs Containing Open and Closed Mid Vowels

2013-01-01 · WS 2013 1 · Christopher Shulby, Gustavo Mendon{\c{c}}a, Vanessa Marquiaf{\'a}vel

BuzzSaw at SemEval-2017 Task 7: Global vs. Local Context for Interpreting and Locating Homographic English Puns with Sense Embeddings

2017-08-01 · SEMEVAL 2017 8 · Dieke Oele, Kilian Evang

This paper describes our system participating in the SemEval-2017 Task 7, for the subtasks of homographic pun location and homographic pun interpretation. For pun interpretation, we use a knowledge-based Word Sense Disam…

Word Sense Disambiguation

Towards Accurate Translation via Semantically Appropriate Application of Lexical Constraints

2023-06-21 · Yujin Baek, Koanho Lee, Dayeon Ki, Hyoung-Gyu Lee 외

Lexically-constrained NMT (LNMT) aims to incorporate user-provided terminology into translations. Despite its practical advantages, existing work has not evaluated LNMT models under challenging real-world conditions. In …

NMTTranslation

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