pith. sign in

arxiv: 2410.06203 · v1 · pith:HHNIDS6Cnew · submitted 2024-10-08 · 💻 cs.CL · cs.AI

Integrating Planning into Single-Turn Long-Form Text Generation

classification 💻 cs.CL cs.AI
keywords generateauxiliaryintermediatellmsplanningtaskarticlesdata
0
0 comments X
read the original abstract

Generating high-quality, in-depth textual documents, such as academic papers, news articles, Wikipedia entries, and books, remains a significant challenge for Large Language Models (LLMs). In this paper, we propose to use planning to generate long form content. To achieve our goal, we generate intermediate steps via an auxiliary task that teaches the LLM to plan, reason and structure before generating the final text. Our main novelty lies in a single auxiliary task that does not require multiple rounds of prompting or planning. To overcome the scarcity of training data for these intermediate steps, we leverage LLMs to generate synthetic intermediate writing data such as outlines, key information and summaries from existing full articles. Our experiments demonstrate on two datasets from different domains, namely the scientific news dataset SciNews and Wikipedia datasets in KILT-Wiki and FreshWiki, that LLMs fine-tuned with the auxiliary task generate higher quality documents. We observed +2.5% improvement in ROUGE-Lsum, and a strong 3.60 overall win/loss ratio via human SxS evaluation, with clear wins in organization, relevance, and verifiability.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. When to Plan, When to Polish: Noise Level as a Granularity Axis for Diffusion Language Models

    cs.CL 2026-06 unverdicted novelty 6.0

    NDGC makes single-level diffusion LMs switch granularity by noise level so high-noise steps commit to coarse token groups for early structure while low-noise steps refine at token level.

  2. IS-CoT: Breaking the Long-form Generation Collapse via Interleaved Structural Thinking

    cs.CL 2026-06 unverdicted novelty 6.0

    IS-CoT framework interleaves planning, writing, and reflection in LLMs to prevent length collapse, yielding IS-Writer-8B that outperforms larger models on long-form benchmarks with better length compliance.