### Example ORQA Dataset Instance Source: https://github.com/nl4opt/orqa/blob/main/README.md This JSON object represents a single instance from the ORQA validation dataset. It includes the problem context, question, multiple-choice options, the target answer, and expert-created reasoning steps. ```json { "QUESTION_TYPE": "Q6", "CONTEXT": "As a programming director at the Starlight Network, you're tasked with creating a lineup for the prime-time broadcasting...", "QUESTION": " What are the decision activities of the optimization problem?", "OPTIONS": ["Due date", "Show broadcast order", "Show broadcast indicator", "Processing time"], "ARGET_ANSWER": 2, "REASONING": "The possible decision activities mentioned in options ..." } ``` -------------------------------- ### Download and Unzip ORQA Dataset Code Source: https://github.com/nl4opt/orqa/blob/main/README.md Use these bash commands to download the ORQA dataset code archive and unzip it. This is the recommended method for obtaining the dataset and associated code. ```bash !wget https://vbdai-notebooks.obs.cn-north-4.myhuaweicloud.com/orqa/code.zip !unzip -qo code.zip ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.