File size: 647 Bytes
eebb937
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "id": 17,
  "question": "What is the capital of France?",
  "passages": [
    {
      "passage": "Paris is the capital and most populous city of France.",
      "doc_IDs": ["<urn:uuid:1234abcd-5678-efgh-9101-ijklmnopqrst>", "<urn:uuid:1234abcd-5678-efgh-9202-ijklmnopqrst>"]
    },
    {
      "passage": "France is located in Western Europe.",
      "doc_IDs": ["<urn:uuid:1234abcd-5678-efgh-9101-ijklmnopqrst>"]
    }
  ],
  "final_prompt": "Using the following - Paris is the capital and most populous city of France - and - France is located in Western Europe - answer the question: What is the capital of France?",
  "answer": "Paris" 
}