JA EN
Glossary › chain

GLOSSARY

chain

appears in 3 paper titles

Definition

A structure where each step feeds the next — a sequence of reasoning steps, or a pipeline of model calls wired end to end. Both share a failure mode: an error early in the chain propagates through everything after it, and later steps tend to rationalise it rather than catch it. Contrast with tree- or graph-shaped alternatives that branch, letting you compare candidates or backtrack.

Explainers using this term