LGAICLMay 30, 2023

Dissecting Chain-of-Thought: Compositionality through In-Context Filtering and Learning

arXiv:2305.18869v221 citations
Originality Incremental advance
AI Analysis

This provides insights into the mechanics of CoT for improving reasoning in language models, but it is incremental as it builds on existing CoT research.

The study investigates how chain-of-thought (CoT) enables transformers to learn compositional functions like multi-layer perceptrons more efficiently by breaking down in-context learning into data-filtering and single-step learning phases, showing that CoT reduces sample complexity and helps learn complex functions that non-CoT methods struggle with.

Chain-of-thought (CoT) is a method that enables language models to handle complex reasoning tasks by decomposing them into simpler steps. Despite its success, the underlying mechanics of CoT are not yet fully understood. In an attempt to shed light on this, our study investigates the impact of CoT on the ability of transformers to in-context learn a simple to study, yet general family of compositional functions: multi-layer perceptrons (MLPs). In this setting, we find that the success of CoT can be attributed to breaking down in-context learning of a compositional function into two distinct phases: focusing on and filtering data related to each step of the composition and in-context learning the single-step composition function. Through both experimental and theoretical evidence, we demonstrate how CoT significantly reduces the sample complexity of in-context learning (ICL) and facilitates the learning of complex functions that non-CoT methods struggle with. Furthermore, we illustrate how transformers can transition from vanilla in-context learning to mastering a compositional function with CoT by simply incorporating additional layers that perform the necessary data-filtering for CoT via the attention mechanism. In addition to these test-time benefits, we show CoT helps accelerate pretraining by learning shortcuts to represent complex functions and filtering plays an important role in this process. These findings collectively provide insights into the mechanics of CoT, inviting further investigation of its role in complex reasoning tasks.

Foundations

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

Your Notes