LGAIFeb 12, 2024

Towards an Understanding of Stepwise Inference in Transformers: A Synthetic Graph Navigation Model

arXiv:2402.07757v113 citationsh-index: 18ICML
Originality Synthesis-oriented
AI Analysis

This work addresses the lack of understanding in stepwise inference for researchers, but it is incremental as it uses a synthetic model to study known phenomena.

The paper tackled the problem of understanding stepwise inference mechanisms in Transformers by proposing a synthetic graph navigation model, and found that it reproduces phenomena like reasoning gaps and biases, offering mechanistic hypotheses for deeper insights.

Stepwise inference protocols, such as scratchpads and chain-of-thought, help language models solve complex problems by decomposing them into a sequence of simpler subproblems. Despite the significant gain in performance achieved via these protocols, the underlying mechanisms of stepwise inference have remained elusive. To address this, we propose to study autoregressive Transformer models on a synthetic task that embodies the multi-step nature of problems where stepwise inference is generally most useful. Specifically, we define a graph navigation problem wherein a model is tasked with traversing a path from a start to a goal node on the graph. Despite is simplicity, we find we can empirically reproduce and analyze several phenomena observed at scale: (i) the stepwise inference reasoning gap, the cause of which we find in the structure of the training data; (ii) a diversity-accuracy tradeoff in model generations as sampling temperature varies; (iii) a simplicity bias in the model's output; and (iv) compositional generalization and a primacy bias with in-context exemplars. Overall, our work introduces a grounded, synthetic framework for studying stepwise inference and offers mechanistic hypotheses that can lay the foundation for a deeper understanding of this phenomenon.

Foundations

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

Your Notes