Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Calibrating Sequence likelihood Improves Conditional Language Generation

About

Conditional language models are predominantly trained with maximum likelihood estimation (MLE), giving probability mass to sparsely observed target sequences. While MLE trained models assign high probability to plausible sequences given the context, the model probabilities often do not accurately rank-order generated sequences by quality. This has been empirically observed in beam search decoding as output quality degrading with large beam sizes, and decoding strategies benefiting from heuristics such as length normalization and repetition-blocking. In this work, we introduce sequence likelihood calibration (SLiC) where the likelihood of model generated sequences are calibrated to better align with reference sequences in the model's latent space. With SLiC, decoding heuristics become unnecessary and decoding candidates' quality significantly improves regardless of the decoding method. Furthermore, SLiC shows no sign of diminishing returns with model scale, and presents alternative ways to improve quality with limited training and inference budgets. With SLiC, we exceed or match SOTA results on a wide range of generation tasks spanning abstractive summarization, question generation, abstractive question answering and data-to-text generation, even with modest-sized models.

Yao Zhao, Misha Khalman, Rishabh Joshi, Shashi Narayan, Mohammad Saleh, Peter J. Liu• 2022

Related benchmarks

TaskDatasetResultRank
SummarizationXSum (test)
ROUGE-227.09
231
SummarizationXsum
ROUGE-227.09
108
Dialogue SummarizationSamSum (test)
ROUGE-229.88
80
SummarizationCNN Daily Mail
ROUGE-147.97
67
Data-to-text generationWebNLG en
ROUGE-255.52
12
Dialogue SummarizationSamSum
ROUGE-229.88
10
Question GenerationSQuAD QG--
6
Data-to-text generationCommonGen (val)
ROUGE-2 Score38.49
3
Natural language generationMSMARCO NLG (val)
ROUGE-L71.06
3
SummarizationRedditTIFU long
R132.03
3
Showing 10 of 10 rows

Other info

Follow for update