← Latest papers
💬 NLP

ReSum: Unlocking Long-Horizon Search Intelligence via Context Summarization

The paper introduces ReSum, a training-free, plug-and-play framework that enables LLM-based web agents to overcome context window limitations through periodic history summarization, further enhanced by ReSum-GRPO to optimize long-horizon credit assignment via advantage broadcasting.

Original authors: Xixi Wu, Kuan Li, Yida Zhao, Liwen Zhang, Litu Ou, Huifeng Yin, Zhongwang Zhang, Xinmiao Yu, Dingchu Zhang, Yong Jiang, Pengjun Xie, Fei Huang, Minhao Cheng, Shuai Wang, Hong Cheng, Jingren Zhou

Published 2026-03-27
📖 4 min read☕ Coffee break read

Original authors: Xixi Wu, Kuan Li, Yida Zhao, Liwen Zhang, Litu Ou, Huifeng Yin, Zhongwang Zhang, Xinmiao Yu, Dingchu Zhang, Yong Jiang, Pengjun Xie, Fei Huang, Minhao Cheng, Shuai Wang, Hong Cheng, Jingren Zhou

Original paper dedicated to the public domain under CC0 1.0 (http://creativecommons.org/publicdomain/zero/1.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 incredibly complex mystery. You have a brilliant mind (the AI), but you only have a small notepad to write down your clues, thoughts, and interviews.

The Problem: The "Notepad" Limit
In the world of AI, this notepad is called the Context Window.

  • The Old Way (ReAct): The detective writes down every single thought, every question they ask, and every answer they get. If the mystery is simple, the notepad is fine. But if the mystery is huge (like finding a specific person based on a tangled family tree and obscure facts), the notepad fills up instantly. The detective hits the edge of the page, has to stop, and forgets everything they wrote earlier. They can't solve the case because they ran out of space.
  • The Current "Fixes": Some researchers try to build a bigger notepad or give the detective a magical memory implant. But this is expensive, requires rebuilding the detective from scratch, and doesn't work with the detectives we already have.

The Solution: ReSum (The "Smart Summarizer")
The paper introduces ReSum, which is like hiring a brilliant Editor to help your detective.

  1. How it works: Instead of letting the notepad fill up, the Editor periodically steps in. They read the detective's messy, long notes and say, "Okay, here are the 5 most important clues we found so far. Let's throw away the rest of the notes and start a fresh page with just these 5 clues."
  2. The Magic: The detective can now keep going forever! They never run out of space because the Editor keeps condensing the history into a tiny, powerful summary. It's like playing a video game where you save your progress to a small file, then load that file to continue your journey without needing to replay the whole game.

The Tool: ReSumTool-30B
To make this work, you need a really good Editor. A generic AI might summarize things poorly, missing the crucial clues. The authors trained a special AI (ReSumTool-30B) specifically to be this Editor. It's like training a librarian who knows exactly how to turn a 500-page novel into a one-page cheat sheet that still tells you the whole story.

The Training: ReSum-GRPO (Teaching the Detective to Trust the Editor)
Here's the tricky part: The detective is used to seeing everything. When you suddenly give them a summary instead of the full history, they might get confused or make mistakes because they aren't used to it.

  • The Fix: The authors used a special training method called ReSum-GRPO. Think of this as a coach who watches the detective solve the mystery.
    • If the detective solves the case, the coach gives a reward.
    • But here's the clever part: The coach doesn't just reward the end of the game. They look at the whole journey. They say, "Great job in the beginning when you found that clue, even though we summarized it later!"
    • This teaches the detective that summarizing is good and that they can trust the Editor's notes to guide them to the solution.

Why This Matters

  • No Rebuilding Needed: You don't need to rebuild your AI detective. You just plug in this "Editor" tool, and it works immediately.
  • Solves Harder Puzzles: It allows AI to tackle questions that require digging through hundreds of web pages, which was previously impossible because the AI would forget the beginning of the search by the time it reached the end.
  • Cheap and Efficient: It achieves results comparable to massive, expensive AI models but uses much less computing power.

In a Nutshell
ReSum is like giving an AI a magic eraser and a highlighter. It lets the AI work on the hardest, longest problems by constantly wiping the slate clean of boring details while keeping the most important facts highlighted, allowing it to think forever without getting overwhelmed.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →