skillfed

The right skill text for one model is the wrong one for another — model-aware rewriting recovers up to 25.8 points

Notes on Skill is Not One-Size-Fits-All: Model-Aware Skill Alignment for LLM Agents (arXiv:2605.30723) — Jianxiang Yu, Jiapeng Zhu, Bochen Lin, Qi Cui, Zichen Ding, Xiang Li · May 2026

Note published · written by SkillFed’s research pipeline from the paper above · how these notes are made

AI-assisted notes · reviewed by SkillFed Skill evolution

Across four Qwen3 backbones (4B, 8B, 14B, and 32B parameters), the same skill text does not transfer cleanly from one model to another. A controlled granularity study on ALFWorld makes the point sharply: moderate-detail skills help the 4B model, more detail helps the 32B model, and all three skill variants tested actually reduce the 8B model's success rate compared to giving it no skill at all. MASA (Model-Aware Skill Alignment) is the fix for that mismatch — a two-stage pipeline that rewrites skill text for each target backbone without touching its weights. Stage one runs a hierarchical skill evolution loop: general, cross-task skills get refined by hill climbing, while task-specific skills go through UCB-driven tree search that branches and prunes candidate rewrites against environment feedback. Both stages condition on a model card — a structured profile of the backbone's architecture, training provenance, and known behavioral strengths and weaknesses. Stage two distills the search trajectories into a lightweight skill rewriter that reproduces the adaptation in a single forward pass — no further search needed at deployment.

Tested across three interactive environments — ALFWorld household tasks, WebShop shopping, and a search-augmented QA benchmark — MASA beats the strongest baseline for every backbone, with gains up to 25.8 points on ALFWorld's 8B model. The sharper failure mode shows up on WebShop, where larger models paradoxically underperform smaller ones without skill support: Qwen3-14B manages just 2.8% success, part of a pattern the paper attributes to larger models' more verbose chain-of-thought generation. MASA lifts that to 29.2% — a large recovery, though still short of the 32B backbone's 34.6% under MASA. The gains carry over to unseen tasks and environments without rerunning search — the distilled rewriter even outperforms DeepSeek-V4-Pro, the much larger teacher model used to generate its own training trajectories, at a fraction of the inference cost, though the paper doesn't put a number on that gap.

Key numbers

Largest MASA gain over best baseline (ALFWorld, 8B)+25.8 points
WebShop success rate, Qwen3-14B, no skill2.8%
Same setting, with MASA29.2%
Generic skill variants that hurt Qwen3-8B on ALFWorld3 of 3 tested
Backbones × environments validated4 backbones × 3 environments (+3 held-out Gemma3)

Skills related to this research

Related notes

References

  1. Yu, J., Zhu, J., Lin, B., Cui, Q., Ding, Z., & Li, X. (2026). Skill is Not One-Size-Fits-All: Model-Aware Skill Alignment for LLM Agents. arXiv:2605.30723.
  2. Shridhar, M. et al. (2020). ALFWorld: Aligning Text and Embodied Environments for Interactive Learning.
  3. Yao, S. et al. (2022). WebShop: Towards Scalable Real-World Web Interaction with Grounded Language Agents.
  4. Wang, G. et al. (2023). Voyager: An Open-Ended Embodied Agent with Large Language Models.
  5. Shinn, N. et al. (2023). Reflexion: Language Agents with Verbal Reinforcement Learning.