Formula

Recursive Formula for Sub-Problem Solving

This formula presents a recursive or self-referential definition for solving the i-th sub-problem, pip_i. It is expressed as: ai=Si(pi,{p0,pi,ai})a_i = S_i(p_i, \{p_0, p_i, a_i\}) Here, the answer aia_i is defined by a function SiS_i that takes the current sub-problem pip_i as input. The context for solving includes the original problem p0p_0, the current sub-problem pip_i, and the answer aia_i itself. This implies that a valid answer aia_i must satisfy this recursive relationship.

Image 0

0

1

Updated 2025-10-08

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