Reasoning with LLMs
Improve LLM reasoning.
Concept
Include reasoning steps in prompt. LLM follows same pattern.
Benefits
Complex arithmetic. Logical deduction. Multi-step problems.
Variations
Zero-shot CoT: add "think step by step". Tree of thoughts: branch reasoning.
Key Takeaways
- Show reasoning steps in examples
- Improves complex tasks
- Zero-shot works sometimes