paper-with-me

Papers

Sentence-wise Smooth Regularization for Sequence to Sequence Learning

2018-12-12 · Chengyue Gong, Xu Tan, Di He, Tao Qin

Maximum-likelihood estimation (MLE) is widely used in sequence to sequence tasks for model training. It uniformly treats the generation/prediction of each target token as multi-class classification, and yields non-smooth prediction probabilities: in a target sequence, some tokens are predicted with small probabilities while other tokens are with large probabilities. According to our empirical study, we find that the non-smoothness of the probabilities results in low quality of generated sequences. In this paper, we propose a sentence-wise regularization method which aims to output smooth prediction probabilities for all the tokens in the target sequence. Our proposed method can automatically adjust the weights and gradients of each token in one sentence to ensure the predictions in a sequence uniformly well. Experiments on three neural machine translation tasks and one text summarization task show that our method outperforms conventional MLE loss on all these tasks and achieves promising BLEU scores on WMT14 English-German and WMT17 Chinese-English translation task.

📄 PDF Abstract BibTeX arXiv:1812.04784

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationMulti-class ClassificationPredictionSentenceText SummarizationTranslation

Similar Papers 제목 키워드 기반

Boltzmann machine learning and regularization methods for inferring evolutionary fields and couplings from a multiple sequence alignment

2019-09-10 · Sanzo Miyazawa

The inverse Potts problem to infer a Boltzmann distribution for homologous protein sequences from their single-site and pairwise amino acid frequencies recently attracts a great deal of attention in the studies of protei…

BIG-bench Machine LearningMultiple Sequence Alignment

Token-level and sequence-level loss smoothing for RNN language models

2018-05-14 · ACL 2018 7 · Maha Elbayad, Laurent Besacier, Jakob Verbeek

Despite the effectiveness of recurrent neural network language models, their maximum likelihood estimation suffers from two limitations. It treats all sentences that do not match the ground truth as equally poor, ignorin…

Image CaptioningMachine TranslationTranslation

Characterizing and addressing the issue of oversmoothing in neural autoregressive sequence modeling

2021-12-16 · Ilia Kulikov, Maksim Eremeev, Kyunghyun Cho

Neural autoregressive sequence models smear the probability among many possible sequences including degenerate ones, such as empty or repetitive sequences. In this work, we tackle one specific case where the model assign…

Machine TranslationTranslation

Order-Preserving Wasserstein Distance for Sequence Matching

2017-07-01 · CVPR 2017 7 · Bing Su, Gang Hua

We present a new distance measure between sequences that can tackle local temporal distortion and periodic sequences with arbitrary starting points. Through viewing the instances of sequences as empirical samples of an u…

Semantic Label Smoothing for Sequence to Sequence Problems

2020-10-15 · EMNLP 2020 11 · Michal Lukasik, Himanshu Jain, Aditya Krishna Menon, Seungyeon Kim 외

Label smoothing has been shown to be an effective regularization strategy in classification, that prevents overfitting and helps in label de-noising. However, extending such methods directly to seq2seq settings, such as …

Machine TranslationTranslation