top | item 41535209

(no title)

Skyy93 | 1 year ago

No it is not just search. Chain of thought is the generation of new context from the inputs combined with a divide and conquer strategy. The model does not really searches it just breaks the problem in smaller chunks.

discuss

order

darby_nine|1 year ago

I don't get the distinction. Are you not just searching through chunks?

int_19h|1 year ago

CoT is literally just telling an LLM to "reason through it step by step", so that it talks itself through the solution instead of just giving the final answer. There's no searching involved in any of that.