Chain of Thought Prompting
ConceptChain of Thought (CoT) prompting is a technique that elicits intermediate natural language reasoning steps from large language models (LLMs) before producing a final answer. It was introduced by Wei et al. (2022) and is cited as a state-of-the-art prompting method. CoT has been adopted and adapted in code generation (Structured CoT) and is also a known surface for prompt-level backdoor attacks (BadChain).
WIKI
Chain of Thought Prompting
Definition
Chain of Thought (CoT) prompting is a prompting technique for large language models (LLMs) in which the model is asked to first generate a sequence of intermediate natural language reasoning steps (the "chain of thought") and then produce the final answer or output. The technique was introduced by Wei et al. in the paper Chain-of-Thought Prompting Elicits Reasoning in Large Language Models (NeurIPS 2022) [36].
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →