Skills-in-Context Prompting: Unlocking Compositionality in Large Language Models
Jiaao Chen, Xiaoman Pan, Dian Yu, Kaiqiang Song, Xiaoyang Wang, Dong Yu, Jianshu Chen
TL;DR
The paper tackles the limited compositional generalization of LLMs by introducing Skills-in-Context (SKiC) prompting, a one-stage in-context framework that grounds reasoning in a curated set of foundational skills within the prompt. SKiC demonstrates near-perfect systematic generalization across diverse tasks by coupling explicit skill grounding with compositional exemplars and allowing the model to leverage both in-context and internal pre-trained skills. The approach shows strong transfer to new tasks and enables improved instruction tuning via SKiC-structured data, suggesting practical pathways to enhance reasoning capabilities in real-world settings. Overall, SKiC provides a simple, robust mechanism to unlock compositionality in LLMs and offers clear directions for scaling skill sets and integrating external tools in future work.
Abstract
We investigate how to elicit compositional generalization capabilities in large language models (LLMs). Compositional generalization empowers LLMs to solve complex problems by combining foundational skills, a critical reasoning ability akin to human intelligence. However, even the most advanced LLMs currently struggle with this form of reasoning. We examine this problem within the framework of in-context learning and find that demonstrating both foundational skills and compositional examples grounded in these skills within the same prompt context is crucial. We refer to this prompt structure as skills-in-context (SKiC). With as few as two exemplars, this in-context learning structure enables LLMs to tackle more challenging problems requiring innovative skill combinations, achieving near-perfect systematic generalization across a broad range of tasks. Intriguingly, SKiC also unlocks the latent potential of LLMs, allowing them to more actively utilize pre-existing internal skills acquired during earlier pretraining stages to solve complex reasoning problems. The SKiC structure is robust across different skill constructions and exemplar choices and demonstrates strong transferability to new tasks. Finally, inspired by our in-context learning study, we show that fine-tuning LLMs with SKiC-style data can elicit zero-shot weak-to-strong generalization, enabling the models to solve much harder problems directly with standard prompting.
