paper-with-me

홈 › Papers

Quantifying Exposure Bias for Open-ended Language Generation

2020-09-28 · Tianxing He, Jingzhao Zhang, Zhiming Zhou, James R. Glass

The exposure bias problem refers to the incrementally distorted generation induced by the training-generation discrepancy, in teacher-forcing training for auto-regressive neural network language models (LM). It has been regarded as a central problem for LMs trained for open-ended language generation. 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 propose novel metrics to quantify the impact of exposure bias in the generation of MLE-trained LMs. 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. We conduct both automatic and human evaluation in our experiments, and our observations are two-fold: (1) We confirm that the prefix discrepancy indeed induces some level of performance loss. (2) However, the induced distortion seems to be limited, and is not incremental during the generation, which contradicts the claim of exposure bias.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Why Exposure Bias Matters: An Imitation Learning Perspective of Error Accumulation in Language Generation

2022-04-03 · Findings (ACL) 2022 5 · Kushal Arora, Layla El Asri, Hareesh Bahuleyan, Jackie Chi Kit Cheung

Current language generation models suffer from issues such as repetition, incoherence, and hallucinations. An often-repeated hypothesis is that this brittleness of generation models is caused by the training and the gene…

Imitation LearningText Generation

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-generat…

Machine TranslationText Generation

CCTV-Exposure: An open-source system for measuring user's privacy exposure to mapped CCTV cameras based on geo-location (Extended Version)

2022-07-02 · Hannu Turtiainen, Andrei Costin, Timo Hamalainen

In this work, we present CCTV-Exposure -- the first CCTV-aware solution to evaluate potential privacy exposure to closed-circuit television (CCTV) cameras. The objective was to develop a toolset for quantifying human exp…

Debiasing the Cloze Task in Sequential Recommendation with Bidirectional Transformers

2023-01-22 · Khalil Damak, Sami Khenissi, Olfa Nasraoui

Bidirectional Transformer architectures are state-of-the-art sequential recommendation models that use a bi-directional representation capacity based on the Cloze task, a.k.a. Masked Language Modeling. The latter aims to…

Language ModelingLanguage ModellingMasked Language ModelingSequential Recommendation

Estimating Propensity for Causality-based Recommendation without Exposure Data

2023-10-31 · NeurIPS 2023 11

Causality-based recommendation systems focus on the causal effects of user-item interactions resulting from item exposure (i.e., which items are recommended or exposed to the user), as opposed to conventional correlation…

Recommendation Systems