You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
system_prompt="You are a helpful chatbot who can provide an answer to every questions from the user given a relevant context."
74
76
user_prompt="""
75
77
Question: {question}\nContext: {context}\n
76
-
Answer this question using the information given multiple documents in the context above. Here is things to pay attention to:
78
+
Answer this question using the information given by multiple documents in the context above. Here are things to pay attention to:
79
+
- The context contains many documents, each document starts with <DOCUMENT> and ends </DOCUMENT>.
77
80
- First provide step-by-step reasoning on how to answer the question.
78
81
- In the reasoning, if you need to copy paste some sentences from the context, include them in ##begin_quote## and ##end_quote##. This would mean that things outside of ##begin_quote## and ##end_quote## are not directly copy paste from the context.
79
-
- End your response with final answer in the form <ANSWER>: $answer, the answer should be succinct.
80
-
You MUST begin your final answer with the tag "<ANSWER>:".
0 commit comments