Research Papers
OpenAI Cookbook
Chain of Thought Prompting
A prompting technique used to encourage the model to generate a series of intermediate reasoning steps. A less formal way to induce this behavior is to include �Let�s think step-by-step� in the prompt.
Resources:
Prompt Chaining
Combining multiple LLM calls together, with the output of one-step being the input to the next.
Resources:
Chain of Thought Prompting
A prompting technique used to encourage the model to generate a series of intermediate reasoning steps. A less formal way to induce this behavior is to include �Let�s think step-by-step� in the prompt.
Resources:
MemPrompt
MemPrompt maintains a memory of errors and user feedback, and uses them to prevent repetition of mistakes.
Resources: