yuuxia commited on
Commit
cf7f1e6
·
verified ·
1 Parent(s): 68a367e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
10
 
11
  # ACTS: Agentic Chain-of-Thought Steering Controller
12
 
13
- This repository contains the controller agent for **ACTS (Agentic Chain-of-Thought Steering)**, presented in the paper [Agentic Chain-of-Thought Steering for Efficient and Controllable LLM Reasoning](https://huggingface.co/papers/2606.03965).
14
 
15
  ACTS is a framework where a lightweight controller agent adaptively steers a frozen reasoner (such as DeepSeek-R1) step-by-step under a thinking-token budget. By formulating reasoning steering as a Markov decision process, the controller chooses a reasoning strategy and a short steering phrase at each step to enable controllable accuracy–efficiency trade-offs.
16
 
 
10
 
11
  # ACTS: Agentic Chain-of-Thought Steering Controller
12
 
13
+ This repository contains a controller agent checkpoint for **ACTS (Agentic Chain-of-Thought Steering)**, presented in the paper [Agentic Chain-of-Thought Steering for Efficient and Controllable LLM Reasoning](https://huggingface.co/papers/2606.03965).
14
 
15
  ACTS is a framework where a lightweight controller agent adaptively steers a frozen reasoner (such as DeepSeek-R1) step-by-step under a thinking-token budget. By formulating reasoning steering as a Markov decision process, the controller chooses a reasoning strategy and a short steering phrase at each step to enable controllable accuracy–efficiency trade-offs.
16