NAACL 2021long103 citations

Progressive Generation of Long Text with Pretrained Language Models

Bowen Tan, Zichao Yang, Maruan Al-Shedivat, Eric Xing, Zhiting Hu

Abstract

Large-scale language models (LMs) pretrained on massive corpora of text, such as GPT-2, are powerful open-domain text generators. However, as our systematic examination reveals, it is still challenging for such models to generate coherent long passages of text (e.g., 1000 tokens), especially when the models are fine-tuned to the target domain on a small corpus. Previous planning-then-generation methods also fall short of producing such long text in various domains. To overcome the limitations, we propose a simple but effective method of generating text in a progressive manner, inspired by generating images from low to high resolution. Our method first produces domain-specific content keywords and then progressively refines them into complete passages in multiple stages. The simple design allows our approach to take advantage of pretrained LMs at each stage and effectively adapt to any target domain given only a small set of examples. We conduct a comprehensive empirical study with a broad set of evaluation metrics, and show that our approach significantly improves upon the fine-tuned large LMs and various planning-then-generation methods in terms of quality and sample efficiency. Human evaluation also validates that our model generations are more coherent.

BibTeX
@inproceedings{tan-etal-2021-progressive,
    title = "Progressive Generation of Long Text with Pretrained Language Models",
    author = "Tan, Bowen  and
      Yang, Zichao  and
      Al-Shedivat, Maruan  and
      Xing, Eric  and
      Hu, Zhiting",
    editor = "Toutanova, Kristina  and
      Rumshisky, Anna  and
      Zettlemoyer, Luke  and
      Hakkani-Tur, Dilek  and
      Beltagy, Iz  and
      Bethard, Steven  and
      Cotterell, Ryan  and
      Chakraborty, Tanmoy  and
      Zhou, Yichao",
    booktitle = "Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
    month = jun,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.naacl-main.341/",
    doi = "10.18653/v1/2021.naacl-main.341",
    pages = "4313--4324"
}
Progressive Generation of Long Text with Pretrained Language Models · NAACL 2021