paper-with-me

Papers

Plan-and-Write: Structure-Guided Length Control for LLMs without Model Retraining

2025-11-03 · Adewale Akinfaderin, Shreyas Subramanian, Akarsha Sehwag arxiv

Length control in Large Language Models (LLMs) is a crucial but under-addressed challenge, with applications ranging from voice interfaces requiring concise responses to research summaries needing comprehensive outputs. Current approaches to length control, including Regularized DPO, Length-Instruction Fine Tuning, and tool-augmented methods, typically require expensive model retraining or complex inference-time tooling. This paper presents a prompt engineering methodology that enables precise length control without model retraining. Our structure-guided approach implements deliberate planning and word counting mechanisms within the prompt, encouraging the model to carefully track and adhere to specified length constraints. Comprehensive evaluations across six state-of-the-art LLMs demonstrate that our method significantly improves length fidelity for several models compared to standard prompting when applied to document summarization tasks, particularly for shorter-to-medium length constraints. The proposed technique shows varying benefits across different model architectures, with some models demonstrating up to 37.6% improvement in length adherence. Quality evaluations further reveal that our approach maintains or enhances overall output quality compared to standard prompting techniques. Our approach provides an immediately deployable solution for applications requiring precise length control, particularly valuable for production environments where model retraining is impractical or cost-prohibitive.

📄 PDF Abstract BibTeX arXiv:2511.01807

Code (0)

등록된 구현이 없습니다.

Tasks

Document SummarizationPrompt Engineering

Similar Papers 제목 키워드 기반

ConWriter: Transition-Constrained Stateful Long-Form Story Generation with Lightweight Neuro-Symbolic Consistency Control

2026-05-27 · Jindong Li, Yang Yang, Zihao Liu, Yutao Yue 외 arxiv

Long-form story generation requires models to preserve narrative consistency across extended contexts, yet existing prompting-based methods often accumulate temporal, factual, character, commonsense, and stylistic errors…

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

2026-06-08 · Zechen Sun, Yuyang Sun, Zecheng Tang, Juntao Li 외 arxiv

Generating coherent and controllable long-form content remains a persistent challenge for Large Language Models (LLMs). While reasoning-enhanced models have demonstrated success in logic-intensive domains, our evaluation…

Co-Writing with AI, on Human Terms: Aligning Research with User Demands Across the Writing Process

2025-04-16 · Mohi Reza, Jeb Thomas-Mitchell, Peter Dushniku, Nathan Laundry 외

As generative AI tools like ChatGPT become integral to everyday writing, critical questions arise about how to preserve writers' sense of agency and ownership when using these tools. Yet, a systematic understanding of ho…

Act-Observe-Rewrite: Multimodal Coding Agents as In-Context Policy Learners for Robot Manipulation

2026-03-03 · Vaishak Kumar arxiv

Can a multimodal language model learn to manipulate physical objects by reasoning about its own failures-without gradient updates, demonstrations, or reward engineering? We argue the answer is yes, under conditions we ch…

Robot ManipulationCode Generation

DocETL: Agentic Query Rewriting and Evaluation for Complex Document Processing

2024-10-16 · Shreya Shankar, Tristan Chambers, Tarak Shah, Aditya G. Parameswaran 외

Analyzing unstructured data has been a persistent challenge in data processing. Large Language Models (LLMs) have shown promise in this regard, leading to recent proposals for declarative frameworks for LLM-powered proce…