Coalition-Aware Skill Reliability for Self-Evolving Agents
This paper addresses the unresolved reliability of accumulated skills in self-evolving LLM agents by identifying coalition pollution and cross-domain utility reversal as key failure modes, and proposes Coalition-Aware Skill Selection (CASS) and Unsupervised Skill-Masked Coalition Optimizer (u-SMCO) to enhance task performance and generalization through reliability-aware skill management.
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 a digital assistant that learns from its own mistakes and successes, building a personal library of "skills" to solve new problems. These skills are not just raw memories of what happened, but distilled, reusable instructions—like a chef learning a specific technique for chopping onions that can be applied to any recipe. In the world of artificial intelligence, researchers have been teaching large language models to do exactly this: gather experiences, turn them into structured tools, and store them in a "skill bank" to be called upon later. The hope is that as the agent accumulates more skills, it becomes smarter and more capable, much like a human expert who gets better with years of practice.
However, a fundamental question has remained unanswered: does having a larger library of skills actually make the agent better? Or could the agent be hoarding tools that are useless, or even harmful, in certain situations? A new study by researchers from several institutions, including the Chinese Academy of Sciences and the University of Science and Technology of China, investigates this precise issue. They discovered that simply adding more skills to an agent's memory does not guarantee improvement. In fact, the way skills work together is far more complex than previously thought, and the current methods for deciding which skills to keep are often blind to hidden problems.
The researchers began by examining how these self-evolving agents decide whether to accept a new skill into their bank. Typically, an agent tries a new skill, sees if the overall performance improves, and if the score goes up even slightly, the skill is kept. The team realized this approach is flawed because it looks only at the final score, ignoring how the new skill interacts with the existing ones. They found that a new skill might be accepted because the overall score improved, but that improvement might actually be caused by an older, reliable skill that happens to be in the bank at the same time. The new skill itself might contribute nothing, or even drag the performance down, but its negative effect is hidden by the success of its partners. The researchers call this "coalition pollution." It is like a team where a new member is hired because the team's total output went up, not realizing that the new member did nothing, and the boost came entirely from an existing colleague who was already working hard. The new hire is kept, polluting the team with a member who adds no value and might even cause friction later.
The study also uncovered a second problem that occurs when an agent moves from one type of task to another. An agent might learn a skill that works perfectly in a source environment, such as answering questions about long stories, and then carry that same skill into a new environment, like solving logic puzzles. The researchers found that skills which are helpful in the first setting can become harmful in the second. They call this "cross-domain utility reversal." A tool that helps a chef chop vegetables efficiently might be a disaster if the chef tries to use that same chopping motion to assemble a delicate watch. The agent, however, does not know this; it assumes that because the skill worked before, it will work again. The study showed that without intervention, agents often carry these harmful skills into new domains, where they actively degrade performance.
To fix these issues, the team developed two new methods. The first, designed to stop coalition pollution, changes how the agent decides to keep a new skill. Instead of just looking at the final score, the new method tests the new skill against many different combinations of existing skills. It asks: "Does this skill help when it is paired with Skill A? Does it help when paired with Skill B?" By averaging these results, the system can tell if the skill is genuinely useful or if it is just riding on the coattails of others. This ensures that only skills that truly contribute to the team's success are added to the bank.
The second method addresses the problem of skills becoming harmful in new environments. Since agents often do not have labeled data to tell them if a skill is working in a new domain, the researchers created a way to test skills without needing answers. They use the agent's own ability to find the right information as a test. If removing a specific skill makes the agent better at finding the right information in the new environment, that skill is likely harmful and is masked, or turned off. This allows the agent to clean up its library of skills automatically, even when it is exploring a completely new territory without a teacher to guide it.
The researchers tested these methods on four different benchmarks, ranging from complex reading comprehension tasks to simulated robot navigation in virtual worlds. In every case, the agents using the new methods performed better than those using standard techniques. They solved more tasks correctly and generalized their skills to new situations more effectively. The study also showed that by focusing on how skills work together, the agents became less sensitive to random fluctuations in their training scores, leading to more stable learning.
The core finding of this work is that the reliability of a skill is not an inherent property of the skill itself. A skill is not simply "good" or "bad." Its value depends entirely on the company it keeps in the skill bank and the specific environment where it is being used. A skill that is a hero in one context can be a villain in another, and a skill that seems useless on its own might be essential when paired with the right partners. By recognizing that skills function as a team rather than as isolated tools, the researchers have provided a way to build agents that are not just smarter, but more trustworthy and adaptable. This shift in perspective moves the field away from simply accumulating more data and toward understanding the complex relationships that make learning truly effective.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.