Challenge / Operational_Instructions /Answer_Example.json
Orensomekh's picture
Rename Operational_Instructions/Answer_File_Example.json to Operational_Instructions/Answer_Example.json
02f95bb verified
raw
history blame contribute delete
647 Bytes
{
"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"
}