Lexically constrained text generation is one of the constrained text generation tasks, which aims to generate text that covers all the given constraint lexicons. While the existing approaches tackle this problem using a lexically constrained beam search algorithm or dedicated model using non-autoregressive decoding, there is a trade-off between the generated text quality and the hard constraint satisfaction. We introduce AutoTemplate, a simple yet effective lexically constrained text generation framework divided into template generation and lexicalization tasks. The template generation is to generate the text with the placeholders, and lexicalization replaces them into the constraint lexicons to perform lexically constrained text generation. We conducted the experiments on two tasks: keywords-to-sentence generations and entity-guided summarization. Experimental results show that the AutoTemplate outperforms the competitive baselines on both tasks while satisfying the hard lexical constraints. The code is available at https://github.com/megagonlabs/autotemplate
AutoTemplate: A Simple Recipe for Lexically Constrained Text Generation
AutoTemplate, a lexically constrained text generation framework, uses template generation and lexicalization to overcome the trade-off between text quality and constraint satisfaction, demonstrating superior performance in keywords-to-sentence generation and entity-guided summarization.
- Year
- 2022
- Venue
- arXiv 2022
- Authors
- 1
- Hosting
- Abstract onlyARXIV-DEFAULT
Cite
Notes
Only stored in your browser.
Attribution
- Abstract & full text
- arxiv.org/abs/2211.08387v2ARXIV-DEFAULT
- TL;DR
- Semantic Scholar