paper-with-me

Papers

Exposure Bias versus Self-Recovery: Are Distortions Really Incremental for Autoregressive Text Generation?

2019-05-25 · EMNLP 2021 11 · Tianxing He, Jingzhao Zhang, Zhiming Zhou, James Glass

Exposure bias has been regarded as a central problem for auto-regressive language models (LM). It claims that teacher forcing would cause the test-time generation to be incrementally distorted due to the training-generation discrepancy. Although a lot of algorithms have been proposed to avoid teacher forcing and therefore alleviate exposure bias, there is little work showing how serious the exposure bias problem actually is. In this work, we focus on the task of open-ended language generation, propose metrics to quantify the impact of exposure bias in the aspects of quality, diversity, and consistency. Our key intuition is that if we feed ground-truth data prefixes (instead of prefixes generated by the model itself) into the model and ask it to continue the generation, the performance should become much better because the training-generation discrepancy in the prefix is removed. Both automatic and human evaluations are conducted in our experiments. On the contrary to the popular belief in exposure bias, we find that the the distortion induced by the prefix discrepancy is limited, and does not seem to be incremental during the generation. Moreover, our analysis reveals an interesting self-recovery ability of the LM, which we hypothesize to be countering the harmful effects from exposure bias.

📄 PDF Abstract BibTeX arXiv:1905.10617

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationText Generation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Self-supervised Learning of Event-guided Video Frame Interpolation for Rolling Shutter Frames

2023-06-27 · Yunfan Lu, Guoqiang Liang, Yiran Shen, Lin Wang

Most consumer cameras use rolling shutter (RS) exposure, which often leads to distortions such as skew and jelly effects. These videos are further limited by bandwidth and frame rate constraints. In this paper, we explor…

Self-Supervised LearningVideo Frame Interpolation

Exposure Bias Can Alleviate Itself via Directional and Frequency Rectification in Flow Matching

2026-06-26 · Guanbo Huang, Jingjia Mao, Fanding Huang, Fengkai Liu 외 arxiv

Flow Matching (FM) has achieved remarkable generative performance, yet it suffers from exposure bias due to discrepancies between training and inference. Existing mitigation strategies typically rely on static constraint…

Deep Convolutional Neural Network Applied to Quality Assessment for Video Tracking

2018-10-26 · Roger Gomez Nieto, Eugenio Tamura Morimitsu

Surveillance videos often suffer from blur and exposure distortions that occur during acquisition and storage, which can adversely influence following automatic image analysis results on video-analytic tasks. The purpose…

Pretraining Exposure Explains Popularity Judgments in Large Language Models

2026-05-12 · Jamshid Mozafari, Bhawna Piryani, Adam Jatowt arxiv

Large language models (LLMs) exhibit systematic preferences for well-known entities, a phenomenon often attributed to popularity bias. However, the extent to which these preferences reflect real-world popularity versus s…

Physen-Noise2Noise: Physics-Guided Self-Supervised Defocus Deblurring with Bias Correction under Low-Light Conditions

2026-05-23 · Ziyan Huang, Lang Wu, Hongji Wang, Yifei Liu 외 arxiv

Low-light, long-exposure defocus deblurring remains a challenging problem due to the simultaneous presence of severe blur and complex biased noise. Existing methods typically rely on simplified noise assumptions, which l…