paper-with-me

Papers

Self-controller: Controlling LLMs with Multi-round Step-by-step Self-awareness

2024-10-01 · Xiao Peng, Xufan Geng

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 computational token consumption when a cluster of conversations shares the same prefix of context. Theoretically, we prove that in this scenario the extra time complexity is $O(c \log n)$. Results of the back-of-the-envelope estimation suggest that the token consumption of our method is no more than twice as much as that of the trivial single-round generation. Furthermore, our ablation study on word constraints demonstrates the Self-controller's consistent controllability across all foundation models.

📄 PDF Abstract BibTeX arXiv:2410.00359

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Self-Control of LLM Behaviors by Compressing Suffix Gradient into Prefix Controller

2024-06-04 · Min Cai, Yuchen Zhang, Shichang Zhang, Fan Yin 외

We propose SelfControl, an inference-time model control method utilizing gradients to control the behavior of large language models (LLMs) without explicit human annotations. Given a desired behavior expressed in a natur…

Graph Meta-Reinforcement Learning for Transferable Autonomous Mobility-on-Demand

2022-02-15 · Daniele Gammelli, Kaidi Yang, James Harrison, Filipe Rodrigues 외

Autonomous Mobility-on-Demand (AMoD) systems represent an attractive alternative to existing transportation paradigms, currently challenged by urbanization and increasing travel needs. By centrally controlling a fleet of…

Meta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Controlling the Charging of Electric Vehicles with Neural Networks

2018-04-16 · Martin Pilát

We propose and evaluate controllers for the coordination of the charging of electric vehicles. The controllers are based on neural networks and are completely de-centralized, in the sense that the charging current is com…

Fine-Tuned Language Models as Space Systems Controllers

2025-01-28 · Enrico M. Zucchelli, Di wu, Julia Briden, Christian Hofmann 외

Large language models (LLMs), or foundation models (FMs), are pretrained transformers that coherently complete sentences auto-regressively. In this paper, we show that LLMs can control simplified space systems after some…

Optimal Sequencing and Motion Control in a Roundabout with Safety Guarantees

2024-03-14 · Yingqing Chen, Christos G. Cassandras, Kaiyuan Xu

This paper develops a controller for Connected and Automated Vehicles (CAVs) traversing a single-lane roundabout. The controller simultaneously determines the optimal sequence and associated optimal motion control jointl…

Model Predictive Control