Do Transformers Have the Ability for Periodicity Generalization?
Huanyu Liu, Ge Li, Yihong Dong, Sihan Wu, Peixu Wang, Sihao Cheng, Taozhi Chen, Kechi Zhang, Hao Zhu, Tongxuan Liu
TL;DR
This work defines periodicity as invariance under transformations and frames it with group theory to distinguish sequence and rule periodicity, then extends to composite periodicity. It introduces the Coper dataset to evaluate interpolation (Hollow) and extrapolation (Extrapolation) in composite periodic tasks and reveals that current Transformer-based models, including RoPE-equipped variants and FANformer, can memorize seen periods but fail to generalize to unseen composite periodic rules. Key findings show RoPE can capture simple sequence periodicity but cannot generalize rule periodicity or composite periodicity; increasing data density and model size improves Hollow performance but has limited impact on Extrapolation. The study highlights the need for new architectures or inductive biases to achieve robust OOD periodicity generalization, with broad implications for reasoning and long-horizon generalization in AI systems, and provides a scalable benchmark for future research.
Abstract
Large language models (LLMs) based on the Transformer have demonstrated strong performance across diverse tasks. However, current models still exhibit substantial limitations in out-of-distribution (OOD) generalization compared with humans. We investigate this gap through periodicity, one of the basic OOD scenarios. Periodicity captures invariance amid variation. Periodicity generalization represents a model's ability to extract periodic patterns from training data and generalize to OOD scenarios. We introduce a unified interpretation of periodicity from the perspective of abstract algebra and reasoning, including both single and composite periodicity, to explain why Transformers struggle to generalize periodicity. Then we construct Coper about composite periodicity, a controllable generative benchmark with two OOD settings, Hollow and Extrapolation. Experiments reveal that periodicity generalization in Transformers is limited, where models can memorize periodic data during training, but cannot generalize to unseen composite periodicity. We release the source code to support future research.
