Formula

Formula for Sequential Sub-Problem Solving

In problem decomposition, the process of finding an answer for the ii-th sub-problem pip_i relies on evaluating it within the broader context of the problem-solving history. The generated answer aia_i is produced by a solver function Si()S_i(\cdot) that takes into account the original problem p0p_0, all previously formulated sub-problems p<ip_{<i}, and their corresponding answers a<ia_{<i}. The formal expression for this solving step is: ai=Si(pi,{p0,p<i,a<i})a_i = S_i(p_i, \{p_0, p_{<i}, a_{<i}\}).

Image 0

0

1

Updated 2026-05-02

Contributors are:

Who are from:

Tags

Ch.3 Prompting - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences

Ch.5 Inference - Foundations of Large Language Models

Related