GCOF: Self-iterative Text Generation for Copywriting Using Large Language Model
Jianghui Zhou, Ya Gao, Jie Liu, Xuemin Zhao, Zhaohua Yang, Yue Wu, Lirong Shi
TL;DR
The paper addresses the challenge of generating domain-specific marketing copy that reliably maximizes click-through rate (CTR). It presents the Genetic Copy Optimization Framework (GCOF), which fuses in-prompt feature engineering with a differential evolution-inspired crossover within a genetic algorithm, guided by a GPT-4-based reward model to iteratively refine copy. Key contributions include a novel integration of explicit prompt-level feature selection, a DE-informed keyword crossover mechanism, and an LLM-based reward scoring system that achieves substantial CTR gains (approximately $50\%$) over human-generated text. The work demonstrates a practical, scalable approach to marketing-copy optimization using large language models, with potential for cross-campaign knowledge transfer and reduced manual effort.
Abstract
Large language models(LLM) such as ChatGPT have substantially simplified the generation of marketing copy, yet producing content satisfying domain specific requirements, such as effectively engaging customers, remains a significant challenge. In this work, we introduce the Genetic Copy Optimization Framework (GCOF) designed to enhance both efficiency and engagememnt of marketing copy creation. We conduct explicit feature engineering within the prompts of LLM. Additionally, we modify the crossover operator in Genetic Algorithm (GA), integrating it into the GCOF to enable automatic feature engineering. This integration facilitates a self-iterative refinement of the marketing copy. Compared to human curated copy, Online results indicate that copy produced by our framework achieves an average increase in click-through rate (CTR) of over $50\%$.
