Self-controller: Controlling LLMs with Multi-round Step-by-step Self-awareness
Xiao Peng, Xufan Geng

TL;DR
This paper introduces Self-controller, a novel framework that enhances LLMs' controllability by incorporating self-awareness and multi-round reasoning, improving efficiency and consistency across models.
Contribution
The work presents a new agentic framework for LLMs that enables self-awareness and step-by-step control, with theoretical analysis and practical algorithms for improved efficiency.
Findings
Demonstrates effective control over textual length in LLM outputs.
Introduces a binary search algorithm to accelerate generation.
Shows significant token savings with context caching technology.
Abstract
The applications of large language models (LLMs) have been widely spread across all domains. However, the basic abilities such as the controllability of LLMs are still limited. To address this, we propose "Self-controller", a novel agentic framework bringing self-awareness into LLMs' reasoning logic. The core idea of this work is to maintain states based on the LLM's response, letting the LLM become self-aware of current status and think step by step in a multi-round chain-of-thought paradigm. Our experiment on the state of textual length has shown the controllability and effectiveness of the Self-controller. We further implement a binary search algorithm to accelerate the generation process based on the linearity and monotonicity of the textual length state. Another advantage of the Self-controller comes with DeepSeek's Context Caching technology, which significantly saves…
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
TopicsBusiness Process Modeling and Analysis · Scheduling and Optimization Algorithms
