Orensomekh commited on
Commit
eebb937
·
verified ·
1 Parent(s): 514cc66

Create Answer_File_Example.json

Browse files
Operational_Instructions/Answer_File_Example.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 17,
3
+ "question": "What is the capital of France?",
4
+ "passages": [
5
+ {
6
+ "passage": "Paris is the capital and most populous city of France.",
7
+ "doc_IDs": ["<urn:uuid:1234abcd-5678-efgh-9101-ijklmnopqrst>", "<urn:uuid:1234abcd-5678-efgh-9202-ijklmnopqrst>"]
8
+ },
9
+ {
10
+ "passage": "France is located in Western Europe.",
11
+ "doc_IDs": ["<urn:uuid:1234abcd-5678-efgh-9101-ijklmnopqrst>"]
12
+ }
13
+ ],
14
+ "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?",
15
+ "answer": "Paris"
16
+ }