← Latest papers
💻 computer science

An Agent-Oriented Pluggable Experience-RAG Skill for Experience-Driven Retrieval Strategy Orchestration

This paper introduces Experience-RAG Skill, an agent-oriented pluggable module that dynamically orchestrates retrieval strategies by analyzing task contexts and consulting experience memory, thereby outperforming fixed pipelines and achieving competitive results across diverse heterogeneous tasks.

Original authors: Dutao Zhang, Tian Liao

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

Original authors: Dutao Zhang, Tian Liao

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 master chef (the Agent) trying to cook a meal based on a customer's order. In the past, your kitchen had a strict rule: no matter what the customer asked for, you always used the same single knife and the same single cutting board.

If the customer ordered a delicate fish, you used the knife. If they ordered a tough steak, you still used the same knife. Sometimes it worked, but often the result was messy or inefficient.

This paper introduces a new tool called Experience-RAG Skill. Think of this not as a new knife, but as a smart sous-chef who stands between you and your entire kitchen.

Here is how it works in simple terms:

1. The Problem: One Size Doesn't Fit All

The authors noticed that different types of questions need different ways of finding answers.

  • Factoid questions (e.g., "Who was the first president?") are like cutting a tomato; you need a sharp, direct tool.
  • Multi-hop questions (e.g., "Who directed the movie that starred the actor who won the Oscar in 2020?") are like deboning a chicken; you need a more complex, multi-step approach.
  • Scientific questions are like filleting a fish; they require extreme precision.

Old systems tried to use one "fixed" search method for all of these. The authors say this is like using a butter knife to chop a steak—it just doesn't work well for everything.

2. The Solution: The Smart Sous-Chef

The Experience-RAG Skill is a pluggable layer (like a smart assistant) that sits between the main Agent and the pool of available search tools (the "Retriever Pool").

When you give it a request, it does four things:

  1. Scene Analysis: It looks at the request and asks, "What kind of task is this? Is it simple? Is it complex? Is it scientific?"
  2. Experience Memory: It checks a "notebook" of past experiences. It remembers, "Last time we had a complex question like this, the 'Hybrid Search' tool worked best."
  3. Strategy Routing: Based on the scene and the memory, it picks the best tool from the kitchen (e.g., "Use the Dense Retriever" or "Use the Hybrid RRF").
  4. Packaging: It gathers the evidence and hands it back to you in a neat, organized package, so you don't have to worry about how it was found, just that it was found.

3. The Results: A Better Meal

The authors tested this smart sous-chef on three different types of "orders" (datasets):

  • Simple fact questions.
  • Complex, multi-step reasoning questions.
  • Scientific fact-checking.

The Outcome:

  • The smart sous-chef (Experience-RAG Skill) performed better than using any single tool fixed in place.
  • It was almost as good as the most advanced "adaptive" systems currently on the market, but with a key difference: it treats the choice of tool as a reusable skill that the Agent can learn and use, rather than hard-coding it into the system's brain.

4. The Catch (Limitations)

The paper is honest about what it doesn't do yet:

  • The Kitchen is Small: The tests were done on a small, sampled set of ingredients (documents), not a massive, real-world library.
  • The Rules are Simple: Right now, the "memory" mostly follows simple rules (e.g., "If it's scientific, use Tool X"). They tried to make it learn on its own, but the simple rules worked better for now.
  • Fixed Menu: It can only choose from the tools currently in the kitchen. It can't go out and buy new tools on the fly yet.

Summary

In short, this paper argues that instead of forcing a robot to use the same search method for every job, we should give it a smart manager. This manager looks at the job, remembers what worked in the past, picks the right search tool, and delivers the answer. It's a small but powerful step toward making AI agents more flexible and efficient.

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 →