Evidence-State Rewards for Long-Context Reasoning
The paper introduces Maven, a reinforcement learning framework that enhances long-context reasoning by assigning action-level rewards to evidence state transitions—such as adding, linking, or dropping information—thereby outperforming traditional outcome-only methods across multiple benchmarks.
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 complex mystery, but instead of a few clues on a desk, you are handed a library containing thousands of books, newspapers, and notes. Your goal is to find the specific facts needed to solve the case.
This is the challenge MAVEN tackles for Artificial Intelligence (AI).
The Problem: Getting Lost in the Library
Current AI models are getting better at reading huge amounts of text (long contexts), but they often struggle to reason through it.
- The Old Way: Imagine a detective who finds one clue that looks promising, grabs it, and immediately writes down the solution. If that first clue was a red herring (a fake lead), the detective gets stuck with the wrong answer.
- The Limitation: Previous AI training methods were like a teacher who only graded the final answer. If the detective got the right answer, they got an "A," even if they ignored half the clues or got lucky. If they got it wrong, they got an "F," but the teacher didn't explain why they picked the wrong clue or missed the right one.
The Solution: MAVEN (The Smart Detective)
The authors propose MAVEN (Marginal-Value Evidence Navigation). Instead of just grading the final answer, MAVEN teaches the AI to manage a "Evidence Memory"—a mental scratchpad where it can actively collect, connect, and discard clues as it thinks.
Think of MAVEN as a detective who is trained to:
- Add a clue to their board.
- Link two clues together to see how they fit.
- Drop a clue if they realize it's misleading.
- Answer only when the board is clear.
How MAVEN Teaches the AI (The Rewards)
The magic of MAVEN is in how it rewards the AI for how it uses its scratchpad, not just the final result. It uses a "frozen verifier" (a smart, pre-trained AI judge) to check the evidence state at every step.
Here are the three types of "points" the AI earns:
The "Add" Reward (Finding Gold):
- Analogy: You find a new clue. Did it help you get closer to the truth right now? Or, even if it didn't help immediately, was it absolutely necessary to solve the puzzle later?
- MAVEN's Trick: It gives points for clues that help immediately, but it also gives "hindsight points" for clues that were essential to the final solution, even if they seemed useless at first.
The "Drop" Reward (Cleaning the Board):
- Analogy: You realize a clue you picked up earlier is actually a fake lead. Instead of stubbornly keeping it, you throw it away.
- MAVEN's Trick: If removing a clue makes the answer clearer, the AI gets a reward. This teaches the model to admit mistakes and fix its reasoning, rather than sticking to a bad path.
The "Link" Reward (Connecting the Dots):
- Analogy: You have two clues that don't make sense alone, but when you put them side-by-side, they reveal the whole story.
- MAVEN's Trick: It rewards the AI for explicitly explaining how two pieces of evidence work together. This prevents the AI from just collecting random facts; it forces it to synthesize them.
The Results: A Better Detective
The researchers tested MAVEN on various AI models (like Llama and Qwen) using difficult reading comprehension tests.
- Better Accuracy: MAVEN-trained models solved more problems correctly than models trained only on final answers or models trained just to find "relevant" text.
- Less Clutter: The MAVEN models kept fewer "distractors" (fake clues) in their memory. They were better at realizing when a clue was wrong and dropping it.
- More Complete: They gathered more of the necessary evidence required to solve the puzzle, rather than guessing based on partial information.
The Bottom Line
MAVEN changes the game from "Find the right answer" to "Learn how to build the right answer." It treats long-context reasoning not as a one-time search, but as a dynamic process of navigating a state of evidence—constantly adding, linking, and dropping information until the picture is clear.
The paper concludes that for AI to truly reason over long texts, it needs to learn how to manage and revise its own evidence, rather than just extracting a static list of facts.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.