English

Learning Compositional Functions with Transformers from Easy-to-Hard Data

Machine Learning 2025-05-30 v1

Abstract

Transformer-based language models have demonstrated impressive capabilities across a range of complex reasoning tasks. Prior theoretical work exploring the expressive power of transformers has shown that they can efficiently perform multi-step reasoning tasks involving parallelizable computations. However, the learnability of such constructions, particularly the conditions on the data distribution that enable efficient learning via gradient-based optimization, remains an open question. Towards answering this question, in this work we study the learnability of the kk-fold composition task, which requires computing an interleaved composition of kk input permutations and kk hidden permutations, and can be expressed by a transformer with O(logk)O(\log k) layers. On the negative front, we prove a Statistical Query (SQ) lower bound showing that any SQ learner that makes only polynomially-many queries to an SQ oracle for the kk-fold composition task distribution must have sample size exponential in kk, thus establishing a statistical-computational gap. On the other hand, we show that this function class can be efficiently learned, with runtime and sample complexity polynomial in kk, by gradient descent on an O(logk)O(\log k)-depth transformer via two different curriculum learning strategies: one in which data consists of kk'-fold composition functions with kkk' \le k presented in increasing difficulty, and another in which all such data is presented simultaneously. Our work sheds light on the necessity and sufficiency of having both easy and hard examples in the data distribution for transformers to learn complex compositional tasks.

Keywords

Cite

@article{arxiv.2505.23683,
  title  = {Learning Compositional Functions with Transformers from Easy-to-Hard Data},
  author = {Zixuan Wang and Eshaan Nichani and Alberto Bietti and Alex Damian and Daniel Hsu and Jason D. Lee and Denny Wu},
  journal= {arXiv preprint arXiv:2505.23683},
  year   = {2025}
}

Comments

COLT 2025

R2 v1 2026-07-01T02:48:51.379Z