File size: 1,063 Bytes
95cd467
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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](https://arxiv.org/abs/2402.10790) ].