Upgrade to Pro — share decks privately, control downloads, hide ads and more …

IALP2019: Confidence Modeling for Neural Machine Translation

Taichi Aida
November 15, 2019

IALP2019: Confidence Modeling for Neural Machine Translation

IALP2019 Presentation slide
"Confidence Modeling for Neural Machine Translation"
Taichi Aida (Undergraduate student, Nagaoka University of Technology)
Kazuhide Yamamoto (Associate Professor, Nagaoka University of Technology)

Taichi Aida

November 15, 2019
Tweet

More Decks by Taichi Aida

Other Decks in Technology

Transcript

  1. Introduction - Neural Machine Translation (NMT) system is widely used

    - NMT system outputs are wide range of quality - there may be mistranslations... 2 ➢Can we estimate the quality of sentence in the process of generation?
  2. Introduction - Our goal is outputting only high- quality translations

    - NOT output low-quality translations ➔input sentences > output sentences - Output translations are reliable - Helps for translators 3
  3. Experiments 1. Appropriateness of indices - correlation with BLEU -

    (The Pearson correlation coefficient) 2. Using threshold - Changing the threshold… - number of output sentences - average BLEU in output sentences 12
  4. Experiments - Model - Transformer (fairseq) - Data - ASPEC-JE

    (translating scientific papers) 13 Train Validation Test 1,000,000 1,790 1,812
  5. 1. Appropriateness of indices - correlation with BLEU Results 14

    Indices ρ(index, BLEU) Sentence log-likelihood 0.308 Average variance 0.268
  6. Results 2. Using threshold - Threshold = 0.0 - 1812

    sentences - BLEU 22.11 - Threshold = 0.9 - 13 sentences - BLEU 43.45 15 Figure 5(a) Sentence log-likelihood
  7. Results 2. Using threshold - Threshold = 0.0 - 1812

    sentences - BLEU 22.11 - Threshold = 0.2 - 98 sentences - BLEU 33.12 16 Figure 5(b) Average variance
  8. Conclusion ➢We proposed calculating a translation confidence from NMT features

    ◦ sentence log-likelihood ◦ average variance ➢It can limit low-quality translations in the process of generation 17