English

Towards Compositional Generalization of LLMs via Skill Taxonomy Guided Data Synthesis

Computation and Language 2026-01-08 v1 Artificial Intelligence

Abstract

Large Language Models (LLMs) and agent-based systems often struggle with compositional generalization due to a data bottleneck in which complex skill combinations follow a long-tailed, power-law distribution, limiting both instruction-following performance and generalization in agent-centric tasks. To address this challenge, we propose STEPS, a Skill Taxonomy guided Entropy-based Post-training data Synthesis framework for generating compositionally challenging data. STEPS explicitly targets compositional generalization by uncovering latent relationships among skills and organizing them into an interpretable, hierarchical skill taxonomy using structural information theory. Building on this taxonomy, we formulate data synthesis as a constrained information maximization problem, selecting skill combinations that maximize marginal structural information within the hierarchy while preserving semantic coherence. Experiments on challenging instruction-following benchmarks show that STEPS outperforms existing data synthesis baselines, while also yielding improved compositional generalization in downstream agent-based evaluations.

Keywords

Cite

@article{arxiv.2601.03676,
  title  = {Towards Compositional Generalization of LLMs via Skill Taxonomy Guided Data Synthesis},
  author = {Yifan Wei and Li Du and Xiaoyan Yu and Yang Feng and Angsheng Li},
  journal= {arXiv preprint arXiv:2601.03676},
  year   = {2026}
}

Comments

The code and data for our methods and experiments are available at https://github.com/weiyifan1023/STEPS

R2 v1 2026-07-01T08:53:53.206Z