pith. sign in

arxiv: 1710.01329 · v3 · pith:NSD4MLLGnew · submitted 2017-10-03 · 💻 cs.CL

Improving Lexical Choice in Neural Machine Translation

classification 💻 cs.CL
keywords translationwordslexicalmachineneuraloutputachieveapproaches
0
0 comments X p. Extension
pith:NSD4MLLG Add to your LaTeX paper What is a Pith Number?
\usepackage{pith}
\pithnumber{NSD4MLLG}

Prints a linked pith:NSD4MLLG badge after your title and writes the identifier into PDF metadata. Compiles on arXiv with no extra files. Learn more

read the original abstract

We explore two solutions to the problem of mistranslating rare words in neural machine translation. First, we argue that the standard output layer, which computes the inner product of a vector representing the context with all possible output word embeddings, rewards frequent words disproportionately, and we propose to fix the norms of both vectors to a constant value. Second, we integrate a simple lexical module which is jointly trained with the rest of the model. We evaluate our approaches on eight language pairs with data sizes ranging from 100k to 8M words, and achieve improvements of up to +4.3 BLEU, surpassing phrase-based translation in nearly all settings.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Root Mean Square Layer Normalization

    cs.LG 2019-10 conditional novelty 5.0

    RMSNorm delivers re-scaling invariance and comparable accuracy to LayerNorm while cutting computation by skipping mean subtraction, yielding 7-64% runtime reductions across tested models.