Track, Rank, Crack: Epistemic Working Memory Scales Multi-Hop Reasoning in Language Agents
The paper introduces SLEUTH, a language agent framework that scales multi-hop reasoning by replacing implicit context with an explicit, structured epistemic working memory (tracking confirmed facts, ranked hypotheses, and open questions), which significantly improves performance on complex benchmarks and reveals that organizing reasoning state is more critical than raw model capability for overcoming context dilution and evidence sufficiency issues.
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 a detective trying to solve a mystery that requires connecting four different clues. You have a notebook, but it's not a normal notebook. Every time you find a new clue, you scribble it on a piece of paper and stick it into a giant, growing stack of papers. The problem? As the stack gets taller, the clues you found at the very bottom get buried under the new ones. By the time you reach the top, you've forgotten what you found at the start. This is exactly what happens to many AI "agents" when they try to solve complex, multi-step questions: they get lost in their own history, a problem the authors call context dilution.
The paper introduces a new method called SLEUTH (Structured Layered Evidence-Updated Tracking of Hypotheses) to fix this. Instead of letting the AI's brain just be a giant, messy stack of papers, SLEUTH forces the AI to keep a very specific, organized "working memory" that looks like a detective's whiteboard. This whiteboard has three distinct sections that the AI must update after every single step:
- Confirmed Facts: Things the AI has actually found and verified, with a note on where it found them (like a source citation).
- Active Hypotheses: Possible answers the AI is guessing, ranked by how much evidence supports them (High, Medium, or Low confidence).
- Open Questions: The specific things the AI still needs to find out to solve the mystery, which directly tell the AI what to search for next.
The authors tested this on five different tricky question-answering challenges, including HotpotQA and MuSiQue, which range from 2-step to 4-step reasoning chains. They found that as the questions got harder, SLEUTH got much better at solving them compared to other methods. On the hardest 4-step questions, SLEUTH improved the success rate by +11.1 points over the standard method (ReAct) when using the same AI model.
Here is the really cool part: The paper argues that how the AI organizes its thoughts matters more than how "smart" the AI model is. To prove this, the researchers took a weaker AI model (GLM-5) and forced it to use the SLEUTH notebook structure. This weaker model, when organized, actually beat a much stronger model (Claude Sonnet) that was not using the structure. The weaker model with the notebook scored 48.9% on the hardest problems, while the stronger model without it only scored 42.0%. This suggests that a simple, structured way of thinking can outperform raw computing power.
However, the paper also points out a new problem that SLEUTH sometimes creates: the "Evidence Sufficiency Problem." Because the AI is so good at organizing its facts, it sometimes keeps searching for more proof even after it already has enough to solve the puzzle. It gets stuck in a loop of "just one more check," running out of its time limit (called a "turn budget") before it ever gives an answer.
To fix this, the authors added a "nudge." Imagine a coach blowing a whistle when the detective has used up 70% of their allowed time. The whistle tells the AI: "Stop searching! You have enough facts; now use what you have to write the answer." This simple rule helped the AI stop wasting time. When they tested this, the AI's success rate jumped from 49.1% to 53.1% on the hardest problems.
Crucially, the paper shows that this "nudge" only works if the AI has the organized notebook. If they gave the same "stop searching" whistle to an AI with a messy, unorganized brain, it didn't help at all (the score stayed at 42.2%). The organized state is the necessary ingredient; the nudge just helps the AI use it.
The authors also tested how well this works with different amounts of time and different search settings. They found that SLEUTH's advantage holds up whether the AI can only find one paragraph per search or five. They also noted that the method doesn't require any special training or new hardware; it works just by changing the instructions (the "prompt") given to the AI.
In short, the paper suggests that for AI agents to get better at solving long, complex puzzles, we shouldn't just make the AI bigger or smarter. Instead, we should teach it to keep a tidy, structured notebook of what it knows, what it guesses, and what it still needs to find. This simple change in organization allows even weaker models to solve harder problems than stronger ones that are left to their own messy devices.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.