Not All Skills Help: Measuring and Repairing Agent Knowledge
- lab CatalyzeX
- lab DagsHub
- lab Gotit.pub
- lab Hugging Face
- lab ScienceCast
- lab alphaXiv
- lab arXivLabs
A new framework called ASSAY separates the generation of agent skills from their curation, showing that many accumulated skills can harm performance on specific tasks even when they appear beneficial overall, according to research submitted in 2026 [1]. Large language model agents can improve over time by storing natural-language skills drawn from experience, without requiring weight updates. But current systems rely entirely on the LLM’s own judgment to decide which skills to retain and when to apply them [1]. The researchers argue this approach conflates two distinct functions. Generating a skill from experience is a creative act that judgment handles well, while determining whether that skill actually helps requires empirical evidence across many tasks [2]. Creativity, broadly understood, involves generating novel and valuable ideas or solutions, a capacity that has been studied across psychology, business, and cognitive science [4]. To test this separation, the team measured per-skill causal contributions using randomized masking. They found pervasive causal heterogeneity: individual skills routinely helped on some task types while hurting on others, yet their opposing effects canceled out in aggregate, making the problem invisible to global curation methods [2]. ASSAY addresses this by computing a per-skill causal attribution on a small development set, restructuring the skill library offline, and suppressing skills with a negative predicted effect for each test task [1]. The framework was evaluated across seven base models from four providers on two benchmarks, AppWorld and tau-bench [2]. On AppWorld’s hardest split, DeepSeek-V3 reached 69.3% task-goal completion, a 47.4% relative improvement and a new state of the art among all published methods, including weight-tuned approaches [1]. On tau-bench retail, GPT-4.1 improved by 8.7% relative, moving past o4-mini, o1, and GPT-4.5 on the public leaderboard without any weight modification [2]. Ablation analysis traced the dominant gain to per-task masking, confirming that the bottleneck lies in matching skills to tasks at inference time rather than removing bad skills globally [1]. The code for ASSAY has been released on GitHub [2].
model-releaseapplicationresearch-paperbenchmarktool-releaseproduct-launchinfrastructure
Background sources we checked (10)
- arxiv.org ↗ LLM agents can improve without weight updates by accumulating natural-language skills from experience, but current systems entrust every decision about which skills to keep and how to apply them to LLM judgment alone. We argue that this conflates two distinct roles: generating a …
- en.wikipedia.org ↗ In industry, product lifecycle management (PLM) is the process of managing the entire lifecycle of a product from its inception through the engineering, design, and manufacture, as well as the service and disposal of manufactured products. PLM integrates people, data, processes, …
- en.wikipedia.org ↗ Creativity is the ability to generate novel and valuable ideas or works through the exercise of imagination. The products of creativity may be classified as either intangible or physical. Intangible products of creativity include ideas, scientific theories, literary works, musica…
- en.wikipedia.org ↗ Small and medium enterprises (SMEs) or small and medium businesses (SMBs) are businesses whose personnel and revenue numbers fall below certain limits. The abbreviation "SME" is used by many national agencies and international organizations, such as the World Bank, the OECD, the …
- en.wikipedia.org ↗ Lead poisoning, also known as plumbism and saturnism, is a type of metal poisoning caused by the presence of lead in the human body. Symptoms of lead poisoning may include abdominal pain, constipation, headaches, irritability, memory problems, infertility, numbness and tingling i…
- en.wikipedia.org ↗ Development communication refers to the use of communication to facilitate social development. Development communication engages stakeholders and policy makers, establishes conducive environments, assesses risks and opportunities and promotes information exchange to create positi…
- en.wikipedia.org ↗ Copper is a chemical element; it has symbol Cu (from Latin cuprum) and atomic number 29. It is a soft, malleable, and ductile metal with very high thermal and electrical conductivity. A freshly exposed surface of pure copper has a pinkish-orange color. Copper is used as a conduct…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- arxiv.org ↗ With the creation of new datasets, the question arises of whether the data in them is complementary to other datasets for training ML models (see recent reviews for a perspective of catalysts informatics22, 23, 24). This is especially important when consolidating data with a vari…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
Sources
- export.arxiv.org — Not All Skills Help: Measuring and Repairing Agent Knowledge ↗