Adaptive Stopping for Multi-Turn LLM Reasoning
This paper introduces MiCP, the first conformal prediction framework for multi-turn LLM reasoning that allocates error budgets across turns to provide formal coverage guarantees while enabling adaptive early stopping to reduce cost and latency in high-stakes applications.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to solve a very tricky riddle. You have a super-smart assistant (the AI) who can talk to you, but sometimes it doesn't know the answer right away.
In the past, we had two main problems with these assistants:
- They stopped too soon: They guessed an answer before gathering enough clues, leading to mistakes.
- They talked too long: They kept asking for more clues even after they already knew the answer, wasting time and money.
The big question was: How does the assistant know exactly when to stop talking and give the final answer?
Most current systems just guess based on a "gut feeling" (like, "I'm 80% sure, so I'll stop"). But in high-stakes situations—like diagnosing a patient or managing a bank account—guessing isn't good enough. You need a guarantee that the answer is right.
The Solution: MiCP (The "Safety Net" System)
This paper introduces a new system called MiCP. Think of it as giving the AI a structured safety net and a smart budget for its thinking process.
Here is how it works, using a simple analogy:
1. The "Gold Ticket" Filter (Retrieval Calibration)
Imagine the AI is a detective looking for clues in a massive library. Every time it asks for a book, the librarian hands over 10 books.
- The Problem: Some books are useful; others are junk. If the AI reads the junk, it gets confused.
- The MiCP Fix: Before the AI even starts reading, MiCP acts like a strict librarian. It has a "Gold Ticket" test. If a book doesn't have a high enough score of relevance, it gets thrown out immediately. This ensures the AI only reads the "Gold" books that actually help solve the riddle.
2. The "Thinking Budget" (Error Budget Allocation)
This is the cleverest part. Imagine you have a budget of 100 "mistake tokens" to spend on solving a series of riddles.
Old Way: You spend the same amount of tokens on every riddle. If the riddle is easy, you waste tokens. If it's hard, you run out of tokens and fail.
MiCP Way: MiCP is a smart accountant. It looks at the riddle and says:
- "This one looks easy. Let's spend only 5 tokens. If we solve it, great! If not, we stop."
- "This one looks hard. Let's save 20 tokens for later rounds."
This allows the AI to stop early on easy questions (saving time and money) but keep going on hard questions until it's sure. Crucially, it keeps a running tally to ensure that, in the end, the total number of mistakes never exceeds the safety limit you set at the start.
3. The "Stop Sign" (Adaptive Stopping)
At every step of the conversation, MiCP asks: "Do we have enough confidence to stop?"
- If the AI is gathering the same answer over and over (high confidence), MiCP waves a green flag: "Stop! We have the answer."
- If the AI is confused and giving different answers, MiCP waves a red flag: "Keep going! Get more clues."
- If the AI runs out of budget and is still confused, MiCP has a final safety move: It says, "I don't know," rather than guessing a wrong answer. This is better than lying!
Why is this a big deal?
Think of it like a GPS navigation system:
- Without MiCP: The GPS might tell you to turn left immediately (stopping too early) and get you lost, or it might keep recalculating the route for 20 minutes while you sit in traffic (stopping too late).
- With MiCP: The GPS knows exactly when it has enough data to give you a reliable turn-by-turn direction. If the road is blocked and it can't find a way, it honestly tells you, "I can't get you there," instead of driving you into a wall.
The Results
The researchers tested this on many difficult questions (like "Where is the capital of the country that borders X?"). They found that MiCP:
- Saves Money: It stops the AI from doing unnecessary work.
- Saves Time: It answers faster.
- Is Safer: It guarantees that the answer is correct (or admits it doesn't know) with a mathematically proven level of certainty.
In short, MiCP teaches AI to be patient when it needs to be, quick when it can be, and honest when it's stuck. It turns a "guessing game" into a "reliable process."
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.