prompt engineering - chunhualiao/public-docs GitHub Wiki
prompts have different requirements
- reasoning
- knowledge
- computation
Program of Thoughts Prompting: Disentangling Computation from Reasoning for Numerical Reasoning Tasks
- “Question: In Fibonacci sequence, it follows the rule that each number is equal to the sum of the preceding two numbers. Assuming the first two numbers are 0 and 1, what is the 50th number in Fibonacci sequence?”