A Cognitive Writing Perspective for Constrained Long-Form Text Generation
Kaiyang Wan, Honglin Mu, Rui Hao, Haoran Luo, Tianle Gu, Xiuying Chen

TL;DR
This paper introduces CogWriter, a novel framework inspired by cognitive writing theory, enabling LLMs to generate high-quality long-form text through iterative planning, execution, and review, significantly improving performance on complex constrained tasks.
Contribution
The paper presents CogWriter, a training-free, cognitive-inspired framework that enhances LLM long-form text generation by incorporating hierarchical planning, parallel execution, and continuous review mechanisms.
Findings
CogWriter surpasses GPT-4o by 22% in instruction accuracy.
It reliably generates texts exceeding 10,000 words.
Demonstrates superior performance on LongGenBench.
Abstract
Like humans, Large Language Models (LLMs) struggle to generate high-quality long-form text that adheres to strict requirements in a single pass. This challenge is unsurprising, as successful human writing, according to the Cognitive Writing Theory, is a complex cognitive process involving iterative planning, translating, reviewing, and monitoring. Motivated by these cognitive principles, we aim to equip LLMs with human-like cognitive writing capabilities through CogWriter, a novel training-free framework that transforms LLM constrained long-form text generation into a systematic cognitive writing paradigm. Our framework consists of two key modules: (1) a Planning Agent that performs hierarchical planning to decompose the task, and (2) multiple Generation Agents that execute these plans in parallel. The system maintains quality via continuous monitoring and reviewing mechanisms, which…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Artificial Intelligence in Games
