paper-with-me

홈 › Papers

Can Models Learn Skill Composition from Examples?

2024-09-29 · Haoyu Zhao, Simran Kaur, Dingli Yu, Anirudh Goyal, Sanjeev Arora

As large language models (LLMs) become increasingly advanced, their ability to exhibit compositional generalization -- the capacity to combine learned skills in novel ways not encountered during training -- has garnered significant attention. This type of generalization, particularly in scenarios beyond training data, is also of great interest in the study of AI safety and alignment. A recent study introduced the SKILL-MIX evaluation, where models are tasked with composing a short paragraph demonstrating the use of a specified $k$-tuple of language skills. While small models struggled with composing even with $k=3$, larger models like GPT-4 performed reasonably well with $k=5$ and $6$. In this paper, we employ a setup akin to SKILL-MIX to evaluate the capacity of smaller models to learn compositional generalization from examples. Utilizing a diverse set of language skills -- including rhetorical, literary, reasoning, theory of mind, and common sense -- GPT-4 was used to generate text samples that exhibit random subsets of $k$ skills. Subsequent fine-tuning of 7B and 13B parameter models on these combined skill texts, for increasing values of $k$, revealed the following findings: (1) Training on combinations of $k=2$ and $3$ skills results in noticeable improvements in the ability to compose texts with $k=4$ and $5$ skills, despite models never having seen such examples during training. (2) When skill categories are split into training and held-out groups, models significantly improve at composing texts with held-out skills during testing despite having only seen training skills during fine-tuning, illustrating the efficacy of the training approach even with previously unseen skills. This study also suggests that incorporating skill-rich (potentially synthetic) text into training can substantially enhance the compositional capabilities of models.

📄 PDF Abstract BibTeX arXiv:2409.19808

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense Reasoning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Can Language Models Compose Skills In-Context?

2025-10-27 · Zidong Liu, Zhuoyan Xu, Zhenmei Shi, Yingyu Liang arxiv

Composing basic skills from simple tasks to accomplish composite tasks is crucial for modern intelligent systems. We investigate the in-context composition ability of language models to perform composite tasks that combi…

Jointly Learning Predicates and Actions Enables Zero-Shot Skill Composition

2026-05-20 · Benedict Quartey, Sebastian Castro, Eric Rosen, Wil Thomason 외 arxiv

Learning from Demonstration (LfD) enables robots to learn complex behaviors from expert examples, yet existing approaches often fail to generalize to new compositions of known skills without retraining. Modern generative…

Skills-in-Context Prompting: Unlocking Compositionality in Large Language Models

2023-08-01 · Jiaao Chen, Xiaoman Pan, Dian Yu, Kaiqiang Song 외

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 re…

In-Context LearningMathMathematical ReasoningMath Word Problem Solving+1

One-Shot Cross-Geometry Skill Transfer through Part Decomposition

2026-04-16 · Skye Thompson, Ondrej Biza, George Konidaris arxiv

Given a demonstration, a robot should be able to generalize a skill to any object it encounters-but existing approaches to skill transfer often fail to adapt to objects with unfamiliar shapes. Motivated by examples of im…

Skill-Aware Data Selection and Fine-Tuning for Data-Efficient Reasoning Distillation

2026-01-15 · Lechen Zhang, Yunxiang Zhang, Wei Hu, Lu Wang arxiv

Large reasoning models such as DeepSeek-R1 and their distilled variants achieve strong performance on complex reasoning tasks. Yet, distilling these models often demands large-scale data for supervised fine-tuning (SFT),…

Mathematical Reasoning