mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 04:55:14 +00:00
Templates (#12294)
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com> Co-authored-by: Lance Martin <lance@langchain.dev> Co-authored-by: Jacob Lee <jacoblee93@gmail.com>
This commit is contained in:
9
templates/stepback-qa-prompting/README.md
Normal file
9
templates/stepback-qa-prompting/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Step-Back Prompting (Question-Answering)
|
||||
|
||||
One prompting technique called "Step-Back" prompting can improve performance on complex questions by first asking a "step back" question. This can be combined with regular question-answering applications by then doing retrieval on both the original and step-back question.
|
||||
|
||||
Read the paper [here](https://arxiv.org/abs/2310.06117)
|
||||
|
||||
See an excelent blog post on this by Cobus Greyling [here](https://cobusgreyling.medium.com/a-new-prompt-engineering-technique-has-been-introduced-called-step-back-prompting-b00e8954cacb)
|
||||
|
||||
In this template we will replicate this technique. We modify the prompts used slightly to work better with chat models.
|
Reference in New Issue
Block a user