NeFut Logo NeFut
Admin Login

[CS.AI] Increasing Skill Level Recruits Deeper Attention Layers in a Frozen Chess Transformer

Published at: 2026-09-23 22:00 Last updated: 2026-09-24 00:40
#AI #Machine Learning #Neural

Chess, with its deterministic environment and complex reasoning requirements, serves as an ideal testbed for probing the internal computation of Transformers. The Maia-3 chess Transformer accepts Elo rating as a conditioning input while keeping its weights fixed, allowing the network’s “skill level” to be varied from 700 to 2500.

We performed exhaustive head‑ablation across every Elo value and observed three key patterns:

  1. Increasing Elo monotonically pushes the causal center of mass of the computation to deeper layers for all pieces and move types;
  2. The depth shift is especially pronounced for specific tactics, notably knight forks;
  3. The migration consists of deeper heads being recruited for more specialized computations, while a shared shallow head maintains a roughly constant contribution.

These results suggest that conditioning inputs can redistribute computation within larger Transformers, affecting both the depth and specialization of the model’s reasoning.

Review

Original Source: https://arxiv.org/abs/2609.23917

[h] Back to Home