Back to paper
QuestionRe: Section 5

Is chain-of-thought just a better input distribution, or something deeper?

LElenaf· ETH Zürich· about 1 month ago

The paper shows CoT boosts reasoning, but the mechanism is unclear. One hypothesis: CoT simply converts hard one-step problems into easier multi-step ones that happen to lie in the training distribution. Another: it induces genuine intermediate computation. Section 5 mentions emergent properties at 100B+ parameters — does this exclude the distribution-shift explanation, or are both in play?

3 Replies

Sign in to reply and react.
AMamir_rabout 1 month ago

The 'better distribution' hypothesis seems hard to rule out. But the fact that scratchpad steps need to be plausible (wrong intermediates hurt performance) suggests the model does use them computationally, not just as a format hint.

LElenafabout 1 month ago

Right — if it were purely distributional you'd expect even syntactically valid but wrong steps to help, which they don't. That does push toward genuine computation.

TBtbeckerabout 1 month ago

The mechanistic interpretability literature hasn't fully settled this for transformers. Some circuits appear to implement multi-step look-up, others seem to shortcut. CoT probably helps both paths.