Reflective Decoding: Beyond Unidirectional Generation with Off-the-Shelf Language Models
Peter West, Ximing Lu, Ari Holtzman, Chandra Bhagavatula, Jena Hwang,, Yejin Choi

TL;DR
Reflective Decoding is an unsupervised method enabling unidirectional language models to perform non-sequential tasks like paraphrasing and text infilling without task-specific supervision, by leveraging forward and backward LMs.
Contribution
It introduces a novel two-step unsupervised algorithm that applies off-the-shelf LMs to non-sequential tasks without supervision or parallel data.
Findings
Outperforms unsupervised baselines on paraphrasing and infilling
Narrowed gap between unsupervised and supervised methods
Surpasses multiple supervised baselines in human evaluations
Abstract
Publicly available, large pretrained LanguageModels (LMs) generate text with remarkable quality, but only sequentially from left to right. As a result, they are not immediately applicable to generation tasks that break the unidirectional assumption, such as paraphrasing or text-infilling, necessitating task-specific supervision. In this paper, we present Reflective Decoding, a novel unsupervised algorithm that allows for direct application of unidirectional LMs to non-sequential tasks. Our 2-step approach requires no supervision or even parallel corpora, only two off-the-shelf pretrained LMs in opposite directions: forward and backward. First, in the contextualization step, we use LMs to generate ensembles of past and future contexts which collectively capture the input (e.g. the source sentence for paraphrasing). Second, in the reflection step, we condition on these "context…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
