← Latest papers
🤖 AI

Optimizing Agentic Reasoning with Retrieval via Synthetic Semantic Information Gain Reward

This paper introduces InfoReasoner, a unified framework that optimizes agentic reasoning with retrieval by employing a theoretically grounded, synthetic semantic information gain reward derived from output distributions to guide policy training without manual annotations, achieving significant accuracy improvements across multiple benchmarks.

Original authors: Senkang Hu, Yong Dai, Yuzhi Zhao, Yihang Tao, Yu Guo, Zhengru Fang, Sam Tak Wu Kwong, Yuguang Fang

Published 2026-06-15
📖 4 min read☕ Coffee break read

Original authors: Senkang Hu, Yong Dai, Yuzhi Zhao, Yihang Tao, Yu Guo, Zhengru Fang, Sam Tak Wu Kwong, Yuguang Fang

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 friend (the AI) who knows a lot, but sometimes they get stuck or guess wrong because they don't have all the facts. Usually, when this friend asks for help (retrieves information), we only give them a "Good job!" or "Try again" at the very end, once the riddle is solved. This is like playing a game where you only get a score at the finish line, making it hard to learn how to play better along the way.

This paper introduces a new way to teach these AI friends how to be better at asking for help. They call their new system InfoReasoner.

Here is how it works, using simple analogies:

1. The Problem: The "Silent" Search

In the old way, if the AI asked a question to a search engine and got a useless answer, it didn't know it made a mistake until it failed the final test. It was like a detective looking at a clue, getting confused, but not realizing they were confused until the case was closed. The AI needed a way to know, "Hey, that last piece of information actually helped me figure things out," or "No, that just confused me."

2. The Solution: Measuring "Confusion"

The authors realized that a good search isn't just about finding the right answer; it's about reducing confusion.

Imagine your mind is a foggy room.

  • High Uncertainty: The room is thick with fog. You can't see anything clearly.
  • Low Uncertainty: The fog has lifted, and you can see the answer clearly.

The goal of InfoReasoner is to teach the AI to pick search queries that lift the fog. If a search query clears up the fog, the AI gets a reward. If a search query makes the fog thicker (or doesn't change it), the AI gets a penalty.

3. The Magic Trick: "Synthetic" Rewards

Here is the tricky part: How do you know if the fog lifted if you don't know the answer yet?

Usually, you'd need a human teacher to say, "Yes, that search was helpful." But the authors didn't want to hire humans to grade every single search. Instead, they built a self-checking system.

  • The Simulation: The AI generates a bunch of different possible answers to the riddle.
  • The Grouping: It groups these answers together. If it says "The band is Buzzcocks" and "It's the punk band from Bolton," the system recognizes these are the same idea, just phrased differently. It puts them in the same "bucket."
  • The Fog Meter: It counts how many different "buckets" (ideas) the AI is considering.
    • If the AI is considering 10 different, conflicting ideas, the "fog" is thick (high uncertainty).
    • If the AI is mostly sure it's one specific idea, the "fog" is thin (low uncertainty).

The Reward: When the AI searches for information, the system checks: Did this search make the AI's "buckets" smaller and more focused?

  • Yes? The AI gets a "Synthetic Semantic Information Gain" reward (a gold star for reducing confusion).
  • No? The AI gets a lower score.

4. Why This is Better

Think of it like training a dog.

  • Old Way: You only give the dog a treat when it finally catches the frisbee. If it runs in the wrong direction for 10 minutes, it doesn't know it was wrong until the very end.
  • InfoReasoner Way: You give the dog a treat every time it takes a step that points it closer to the frisbee, even if it hasn't caught it yet. This teaches the dog to be efficient and smart about how it moves, not just about the final catch.

5. The Results

The paper tested this on seven different types of riddles (questions) and math problems.

  • The Result: The AI trained with this "fog-lifting" reward got significantly better at answering questions than other AIs.
  • Efficiency: It also learned to be more concise. Instead of rambling and searching aimlessly, it learned to ask the right questions to clear the fog quickly.

Summary

InfoReasoner is a new training method that teaches AI agents to value information based on how much it clears up their confusion, rather than just waiting for the final answer to be right. It uses a clever "self-grading" system to give the AI constant feedback on whether its searches are helpful, leading to smarter, faster, and more accurate reasoning.

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 →