paper-with-me

Papers

Neural Machine Translation via Binary Code Prediction

2017-04-23 · ACL 2017 7 · Yusuke Oda, Philip Arthur, Graham Neubig, Koichiro Yoshino, Satoshi Nakamura

In this paper, we propose a new method for calculating the output layer in neural machine translation systems. The method is based on predicting a binary code for each word and can reduce computation time/memory requirements of the output layer to be logarithmic in vocabulary size in the best case. In addition, we also introduce two advanced approaches to improve the robustness of the proposed model: using error-correcting codes and combining softmax and binary codes. Experiments on two English-Japanese bidirectional translation tasks show proposed models achieve BLEU scores that approach the softmax, while reducing memory usage to the order of less than 1/10 and improving decoding speed on CPUs by x5 to x10.

📄 PDF Abstract BibTeX arXiv:1704.06918

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationPredictionTranslation

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$…

Similar Papers 제목 키워드 기반

Beyond Binary Gender: Evaluating Gender-Inclusive Machine Translation with Ambiguous Attitude Words

2024-07-23 · Yijie Chen, Yijin Liu, Fandong Meng, Jinan Xu 외

Gender bias has been a focal point in the study of bias in machine translation and language models. Existing machine translation gender bias evaluations are primarily focused on male and female genders, limiting the scop…

Machine TranslationTranslation

Neural Machine Translation for Code Generation

2023-05-22 · Dharma KC, Clayton T. Morrison

Neural machine translation (NMT) methods developed for natural language processing have been shown to be highly successful in automating translation from one natural language to another. Recently, these NMT methods have …

Code CompletionCode GenerationCode TranslationMachine Translation+2

QEMind: Alibaba's Submission to the WMT21 Quality Estimation Shared Task

2021-12-30 · Jiayi Wang, Ke Wang, Boxing Chen, Yu Zhao 외

Quality Estimation, as a crucial step of quality control for machine translation, has been explored for years. The goal is to investigate automatic methods for estimating the quality of machine translation results withou…

Machine TranslationSentenceTranslation

QEMind: Alibaba’s Submission to the WMT21 Quality Estimation Shared Task

2021-11-01 · WMT (EMNLP) 2021 11 · Jiayi Wang, Ke Wang, Boxing Chen, Yu Zhao 외

Quality Estimation, as a crucial step of quality control for machine translation, has been explored for years. The goal is to to investigate automatic methods for estimating the quality of machine translation results wit…

Machine TranslationSentenceTranslation

Learning Optimal Policy for Simultaneous Machine Translation via Binary Search

2023-05-22 · Shoutao Guo, Shaolei Zhang, Yang Feng

Simultaneous machine translation (SiMT) starts to output translation while reading the source sentence and needs a precise policy to decide when to output the generated translation. Therefore, the policy determines the n…

Machine TranslationSentenceTranslation