babilong / info /GPT.md
booydar's picture
add new results and model description tab
95cd467 verified

A newer version of the Gradio SDK is available: 4.44.1

Upgrade

We use the following prompts for GPT-4-Turbo and Mistral models:

qa1

I will give you context with the facts about positions of different persons hidden
in some random text and a question. You need to answer the question based only on
the information from the facts. If a person was in different locations, use the
latest location to answer the question.
<example>
Charlie went to the hallway. Judith come back to the kitchen. Charlie travelled to
balcony. Where is Charlie?
Answer: The most recent location of Charlie is balcony.
</example>
<example>
Alan moved to the garage. Charlie went to the beach. Alan went to the shop. Rouse
travelled to balcony. Where is Alan?
Answer: The most recent location of Alan is shop.
</example>
<context>
{qa1 query with noise}
</context>
QUESTION: {qa1 question}
Always return your answer in the following format: The most recent location of
’person’ is ’location’. Do not write anything else after that.

For prompts for other qa tasks please refer to the [ paper ].