Chain of Thought.
Modeli adım adım düşünmeye iterek karmaşık problemleri çözdürme. Genelde "think step by step" eklemek.
Chain-of-thought (CoT), bir LLM'in cevap vermeden önce adım adım nedenleyip ara düşüncelerini yazıya dökmesidir. "Step by step" promptu veya "reasoning" mod açma yoluyla tetiklenir; modern reasoning model'lerinde otomatiktir. CoT, çok adımlı mantık veya matematik gerektiren problemlerde doğruluğu büyük oranda artırır. Maliyeti: daha fazla token, daha yavaş cevap. Gizli ("hidden") CoT modern reasoning model'lerinin (o1, Claude thinking) imzasıdır.
Pushing a model to reason step-by-step to solve harder problems. Often as simple as "think step by step."
Chain-of-thought (CoT) is when an LLM reasons step-by-step and writes out intermediate thoughts before producing an answer. Triggered by a "think step by step" prompt or by enabling reasoning mode; in modern reasoning models it's automatic. CoT substantially improves accuracy on multi-step logic or math problems. The cost: more tokens, slower responses. Hidden CoT is the signature feature of modern reasoning models (o1, Claude thinking variants).