title만 보았을 때 페이퍼에 대한 예상

Chain of Thought(CoT)와 어떤 차이가 존재할 것인가

Abstract

실제로 예상과 내용이 어떻게 달랐는가?

module 기반의 framework를 제시한 것으로 여기선 arbitrary graph라고 하는데 self loop를 제외하고 지원하는 operation이 없다. 결과적으로 planning 문제를 해결하지 못하고 있는 것 같다.

다만 여러 thought를 합친다는 아이디어와 방법, 구현은 매력적인 점

Introduction

Prompt engineering

resource-efficient approach for solving different LLM tasks. … If this description is appropriately formulated, the LLM solves the task using its autoregressive token-based mechanism for generating text.

Chain of Thouht

approach for prompting, in which one includes the intermediate steps of reasoning within the prompt

Self-Consistency with CoT(CoT-SC)

scheme where multiple CoTs are generated, and then the best one is selected as the outcome. … This facilitates using different paths of thoughts, and offers novel capabilities such as backtracking from non-promising outcomes.