Cobus Greyling on LLMs, NLU, NLP, chatbots & voicebots • 0 implied HN points • 26 Oct 23
- LangChain now has a way to use DeepMind's Step-Back Prompting, which helps improve how AI answers questions. It allows the AI to first rephrase a question into a simpler one before answering.
- This process involves creating examples to guide the AI on how to respond. The AI uses these examples to learn how to generate better questions and answers.
- You need some specific installations and an OpenAI API Key to try this out in a coding environment. Once set up, you can easily run the Step-Back Prompting in your projects.