English

The role of positional encodings in the ARC benchmark

Artificial Intelligence 2025-02-04 v1 Machine Learning

Abstract

The Abstraction and Reasoning Corpus challenges AI systems to perform abstract reasoning with minimal training data, a task intuitive for humans but demanding for machine learning models. Using CodeT5+ as a case study, we demonstrate how limitations in positional encoding hinder reasoning and impact performance. This work further examines the role of positional encoding across transformer architectures, highlighting its critical influence on models of varying sizes and configurations. Comparing several strategies, we find that while 2D positional encoding and Rotary Position Embedding offer competitive performance, 2D encoding excels in data-constrained scenarios, emphasizing its effectiveness for ARC tasks

Keywords

Cite

@article{arxiv.2502.00174,
  title  = {The role of positional encodings in the ARC benchmark},
  author = {Guilherme H. Bandeira Costa and Miguel Freire and Arlindo L. Oliveira},
  journal= {arXiv preprint arXiv:2502.00174},
  year   = {2025}
}