LGMay 8, 2024

Initialization is Critical to Whether Transformers Fit Composite Functions by Reasoning or Memorizing

arXiv:2405.05409v516 citationsh-index: 17NIPS
Originality Incremental advance
AI Analysis

This addresses the problem of improving transformer performance on compositional tasks for AI researchers, though it is incremental as it focuses on initialization tuning.

The study found that the initialization scale in transformers critically determines whether they learn reasoning-based solutions that capture compositional primitives or memory-based solutions that merely memorize mappings, with validation on real-world datasets.

Transformers have shown impressive capabilities across various tasks, but their performance on compositional problems remains a topic of debate. In this work, we investigate the mechanisms of how transformers behave on unseen compositional tasks. We discover that the parameter initialization scale plays a critical role in determining whether the model learns inferential (reasoning-based) solutions, which capture the underlying compositional primitives, or symmetric (memory-based) solutions, which simply memorize mappings without understanding the compositional structure. By analyzing the information flow and vector representations within the model, we reveal the distinct mechanisms underlying these solution types. We further find that inferential (reasoning-based) solutions exhibit low complexity bias, which we hypothesize is a key factor enabling them to learn individual mappings for single anchors. We validate our conclusions on various real-world datasets. Our findings provide valuable insights into the role of initialization scale in tuning the reasoning and memorizing ability and we propose the initialization rate $γ$ to be a convenient tunable hyper-parameter in common deep learning frameworks, where $1/d_{\mathrm{in}}^γ$ is the standard deviation of parameters of the layer with $d_{\mathrm{in}}$ input neurons.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes