|
## Data Format |
|
|
|
Each data instance consists of a paragraph (context), a question, and 4 candidate answers. The goal of each system is to determine the most plausible answer to the question by reading the paragraph. |
|
|
|
## Expected Output to Leaderboard |
|
If you intend to submit to the leaderboard [here](https://leaderboard.allenai.org/cosmosqa/submissions/get-started), please follow the data format described on the that page. The prediction file should contain one label per line. |
|
|
|
``` |
|
1 |
|
2 |
|
0 |
|
... |
|
``` |
|
|
|
|
|
## Disclamer |
|
|
|
* Since the source of Cosmos QA is from personal webblogs, they may contain offensive or inappropriate content. |
|
|