Deep Interaction: An Efficient Human-AI Interaction Method for Large Reasoning Models
This paper introduces "Deep Interaction," an efficient human-AI interaction method that allows users to directly edit erroneous reasoning steps in Large Language Models and distill the corrected Chain-of-Thought into a prompt, resulting in a 25% higher correction success rate and 40% token reduction compared to baseline approaches.
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 teach a brilliant, but slightly stubborn, robot how to solve a tricky puzzle. This robot is a Large Language Model (LLM), a type of artificial intelligence that has read almost everything on the internet and can write stories, solve math problems, and even act like a human. To help these robots think better, scientists invented a technique called "Chain-of-Thought" (CoT). Think of CoT as asking the robot to "show its work" out loud, step-by-step, like a student writing down their math homework instead of just guessing the answer. This has made robots much smarter at complex tasks.
However, there's a catch. Sometimes, the robot makes a mistake in step three of its ten-step plan. In the old way of fixing this, you would have to chat with the robot, say, "Hey, you messed up step three," and hope it listens. But often, the robot just says, "You're right, I made a mistake," and then immediately makes the exact same mistake again in the next step, or it gets confused and forgets the rest of the plan. It's like trying to correct a friend who is walking the wrong way by shouting from behind them; they might hear you, but they keep walking in circles. This is frustrating for anyone trying to use AI for serious work, like solving science problems or checking safety logic.
This is where a new idea called Deep Interaction comes in. Instead of just chatting with the robot to fix its errors, this paper proposes a method where you can directly edit the robot's "thinking process" like you would edit a document on a computer. Imagine the robot writes a story, but you can highlight a wrong sentence, delete it, and type in the correct one right there. The system then takes your edited version, cleans it up, and asks the robot to continue the story from that corrected point. The researchers found that this "direct edit" method is much faster and more accurate than the old "chat and hope" method. In their tests on tough science and math problems, this new way of interacting improved the correction success rate by over 25% (a relative increase compared to baseline methods) and reduced token usage by approximately 40% for questions that were successfully answered compared to baseline approaches.
The Problem with "Just Chatting"
When these AI models make a mistake, the usual fix is to have a conversation. You tell the AI, "That step is wrong," and it tries again. But the paper shows that this often fails. The AI might agree it was wrong, but then it gets stuck in a loop, repeating the same error or drifting off into a new, equally wrong path. It's like a GPS that keeps saying, "Recalculating route," but then sends you back to the same traffic jam. The authors argue that this happens because the AI is trying to remember the whole conversation history, which gets messy, or because it's just memorizing patterns from its training data rather than truly understanding the logic.
The Solution: Editing the "Thoughts"
The authors propose Deep Interaction, a system that treats the AI's reasoning steps like a draft document. Here is how it works in simple terms:
- The Draft: The AI generates a solution with a Chain-of-Thought (its step-by-step reasoning).
- The Edit: If you spot a mistake, you don't just type a message in the chat box. Instead, you directly edit the text of the AI's reasoning. You can delete a wrong step, change a number, or fix a logic gap, just like using "Track Changes" in a word processor.
- The Cleanup: The system is smart enough to know what you changed. It highlights your edits, removes the parts you deleted, and cleans up any confusing leftover text. It also masks specific numbers to stop the AI from just memorizing the old wrong numbers.
- The Restart: The system takes your edited version and feeds it back to the AI as a new instruction: "Here is the corrected path so far; please continue from here."
What They Found
The researchers tested this method on some very hard problems, including math, physics, chemistry, and biology questions from high school and university levels. They compared their "Deep Interaction" method against the standard "chat-based" correction method.
- Better Success: The new method improved the correction success rate by over 25% compared to just chatting. For example, on a difficult set of science questions, the standard chat method got the right answer about 72% of the time after a few tries, while Deep Interaction got it right about 86% of the time.
- Faster and Cheaper: Because the AI doesn't have to re-read a long, messy conversation history, it uses about 40% fewer tokens (the units of text the AI processes) for the questions it eventually solves correctly. This makes the process much more efficient.
- Works on Different Models: They tested this on several different AI models, from smaller ones to very large ones. In every case, the ability to directly edit the reasoning steps helped the model perform better than just talking to it.
Why This Matters
The paper suggests that for complex tasks where the AI needs to be precise, like solving a math equation or analyzing a safety scenario, simply talking to it isn't enough. We need a way to "steer" its thinking directly. By letting humans edit the reasoning steps, we can guide the AI away from its mistakes without getting stuck in a loop of "You're right, I made a mistake" followed by the same mistake again.
The authors note that this method relies on the human being able to spot the error. If the human doesn't know what's wrong, they can't fix it. Also, if a human gives the AI the wrong correction, the AI might follow that wrong path too. But for users who know the subject matter—like students, teachers, or experts—this "Deep Interaction" offers a powerful new way to collaborate with AI, turning a frustrating conversation into a productive editing session.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.