paper-with-me

Papers

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, ignoring the structure of the output space. Second, it suffers from "exposure bias": during training tokens are predicted given ground-truth sequences, while at test time prediction is conditioned on generated output sequences. To overcome these limitations we build upon the recent reward augmented maximum likelihood approach \ie sequence-level smoothing that encourages the model to predict sentences close to the ground truth according to a given performance metric. We extend this approach to token-level loss smoothing, and propose improvements to the sequence-level smoothing approach. Our experiments on two different tasks, image captioning and machine translation, show that token-level and sequence-level loss smoothing are complementary, and significantly improve results.

📄 PDF Abstract BibTeX arXiv:1805.05062

Code (1)

elbayadm/seq2seq 공식 구현 pytorch

Tasks

Image CaptioningMachine TranslationTranslation

Similar Papers 제목 키워드 기반

DC-MBR: Distributional Cooling for Minimum Bayesian Risk Decoding

2022-12-08 · Jianhao Yan, Jin Xu, Fandong Meng, Jie zhou 외

Minimum Bayesian Risk Decoding (MBR) emerges as a promising decoding algorithm in Neural Machine Translation. However, MBR performs poorly with label smoothing, which is surprising as label smoothing provides decent impr…

Machine TranslationNMT

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

Online Causal Kalman Filtering for Stable and Effective Policy Optimization

2026-02-11 · Shuo He, Lang Feng, Xin Cheng, Lei Feng 외 arxiv

Reinforcement learning for large language models suffers from high-variance token-level importance sampling (IS) ratios, which would destabilize policy optimization at scale. To improve stability, recent methods typicall…

Reinforcement Learning

Mitigating Frequency Bias and Anisotropy in Language Model Pre-Training with Syntactic Smoothing

2024-10-15 · Richard Diehl Martinez, Zebulon Goriely, Andrew Caines, Paula Buttery 외

Language models strongly rely on frequency information because they maximize the likelihood of tokens during pre-training. As a consequence, language models tend to not generalize well to tokens that are seldom seen duri…

Language ModelingLanguage ModellingSentence

Advancing Sequential Numerical Prediction in Autoregressive Models

2025-05-19 · Xiang Fei, Jinghui Lu, Qi Sun, Hao Feng 외

Autoregressive models have become the de facto choice for sequence generation tasks, but standard approaches treat digits as independent tokens and apply cross-entropy loss, overlooking the coherent structure of numerica…

Prediction