📄️ Overview
We have seen a number of prompting/prompt engineering methods thus far.
📄️ 🟡 LLMs Using Tools
MRKL Systems(@karpas2022mrkl) (Modular Reasoning, Knowledge and Language, pronounced "miracle")
📄️ 🟡 LLMs that Reason and Act
ReAct(@yao2022react)(reason, act) is a paradigm for enabling language models to solve complex
📄️ 🟡 Code as Reasoning
Program-aided Language Models (PAL)(@gao2022pal) are another example of a MRKL system.