Learning to Rewrite Prompts for Personalized Text Generation
Cheng Li, Mingyang Zhang, Qiaozhu Mei, Weize Kong, Michael Bendersky

TL;DR
This paper introduces an automatic prompt rewriting method that enhances personalized text generation by improving input prompts for large language models, combining supervised and reinforcement learning for better performance.
Contribution
It proposes a novel prompt rewriter trained with a combined SL and RL paradigm, outperforming existing prompt optimization methods in personalized text generation.
Findings
Rewritten prompts outperform original and other optimized prompts.
Rewritten prompts are human-readable and guide manual prompt revision.
The method is effective across multiple domains.
Abstract
Facilitated by large language models (LLMs), personalized text generation has become a rapidly growing research direction. Most existing studies focus on designing specialized models for a particular domain, or they require fine-tuning the LLMs to generate personalized text. We consider a typical scenario in which the large language model, which generates personalized output, is frozen and can only be accessed through APIs. Under this constraint, all one can do is to improve the input text (i.e., text prompts) sent to the LLM, a procedure that is usually done manually. In this paper, we propose a novel method to automatically revise prompts for personalized text generation. The proposed method takes the initial prompts generated by a state-of-the-art, multistage framework for personalized generation and rewrites a few critical components that summarize and synthesize the personal…
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.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech and dialogue systems
MethodsFocus
