paper-with-me

홈 › Papers

On NMT Search Errors and Model Errors: Cat Got Your Tongue?

2019-08-27 · IJCNLP 2019 11 · Felix Stahlberg, Bill Byrne

We report on search errors and model errors in neural machine translation (NMT). We present an exact inference procedure for neural sequence models based on a combination of beam search and depth-first search. We use our exact search to find the global best model scores under a Transformer base model for the entire WMT15 English-German test set. Surprisingly, beam search fails to find these global best model scores in most cases, even with a very large beam size of 100. For more than 50% of the sentences, the model in fact assigns its global best score to the empty translation, revealing a massive failure of neural models in properly accounting for adequacy. We show by constraining search with a minimum translation length that at the root of the problem of empty translations lies an inherent bias towards shorter translations. We conclude that vanilla NMT in its current form requires just the right amount of beam search errors, which, from a modelling perspective, is a highly unsatisfactory conclusion indeed, as the model often prefers an empty translation.

📄 PDF Abstract BibTeX arXiv:1908.10090

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Exploiting ultrasound tongue imaging for the automatic detection of speech articulation errors

2021-02-27 · Manuel Sam Ribeiro, Joanne Cleland, Aciel Eshky, Korin Richmond 외

Speech sound disorders are a common communication impairment in childhood. Because speech disorders can negatively affect the lives and the development of children, clinical intervention is often recommended. To help wit…

An error correction scheme for improved air-tissue boundary in real-time MRI video for speech production

2022-03-09 · Anwesha Roy, Varun Belagali, Prasanta Kumar Ghosh

The best performance in Air-tissue boundary (ATB) segmentation of real-time Magnetic Resonance Imaging (rtMRI) videos in speech production is known to be achieved by a 3-dimensional convolutional neural network (3D-CNN) …

Dynamic Time WarpingSegmentation

Personalized Search-based Query Rewrite System for Conversational AI

2021-11-01 · EMNLP (NLP4ConvAI) 2021 11 · Eunah Cho, Ziyan Jiang, Jie Hao, Zheng Chen 외

Query rewrite (QR) is an emerging component in conversational AI systems, reducing user defect. User defect is caused by various reasons, such as errors in the spoken dialogue system, users’ slips of the tongue or their …

Retrieval

Designing a search interface for a Spanish learner spoken corpus: the end-user's evaluation

2012-05-01 · LREC 2012 5 · Leonardo Campillos Llanos

This article summarizes the evaluation process of an interface under development to consult an oral corpus of learners of Spanish as a Foreign Language. The databank comprises 40 interviews with students with over 9 diff…

Language Acquisition

Smoothing and Shrinking the Sparse Seq2Seq Search Space

2021-03-18 · NAACL 2021 4 · Ben Peters, André F. T. Martins

Current sequence-to-sequence models are trained to minimize cross-entropy and use softmax to compute the locally normalized probabilities over target sequences. While this setup has led to strong results in a variety of …

Grapheme-to-Phoneme ConversionMachine TranslationMorphological InflectionTranslation