Least-to-Most Prompting is a chain-of-thought technique where a language model is guided to solve a complex problem by first breaking it into a sequence of simpler sub-problems, then solving each sub-problem in order, using the solutions from prior steps to address subsequent ones. This method, introduced by researchers at Google in 2022, systematically reduces problem complexity through iterative decomposition and stepwise inference, making it highly effective for compositional reasoning tasks like symbolic manipulation, math word problems, and procedural planning.
