concept
active
concept:chain-of-thought-prompting-elicits-reasoning-in-large-language-models-wei-et-al-2022Chain-of-thought prompting elicits reasoning in large language models (Wei et al., 2022)
Foundational paper on CoT prompting cited as basis for reasoning LLM training
Neighborhood — ranked by edge-count
Papers (1)
paper
Related by similarity (8)
cosine ≥ 0.65 · no typed edgeEntities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.
- Technique by which LLMs generate intermediate reasoning steps before final output; used by ChatGPT o3.
- Medium through which eval awareness is often verbalized; target of intervention.
- Figure 4 shows CoT improves over zero-shot, and ensembled CoT further boosts accuracy.
- A small number of high-quality human demonstrations of chain-of-thought reasoning could be used to improve and focus performance.hypothesis0.808Section 6 mentions high-quality human demos could improve natural language feedback.
- Central research question motivating the paper
- Mechanistic framing of how self-referential prompting achieves its effects without architecture modification
- A technique that outputs intermediate reasoning steps, used here to detect verbalized eval awareness.
- CoT improves accuracy on HHH evals and makes the decision process legible.