jpeper's picture
Add annotation_data for dataset browser
0793f77
{
"Game": "Catan",
"Test Description": "Testing basic game understanding and rule understanding.",
"Difficulty Notes": "simple rule application",
"Question": "In the given gamestate image, how many cities are there for each player? Return the answer in the following format: [<player_color>: <number of cities>]. If a player has zero cities, include them in the answer with amount 0. Assume there are 3 players: red, blue, green.",
"Answer": "[red: 0, blue: 2, green: 1]",
"Rationale": "",
"game_state_url": [
"gamestates/images/catan/board_5.png"
],
"Game State Difficulty": 2,
"Rules Difficulty": 2,
"Strategy Difficulty": 0,
"tier": 2,
"json_game_state_url": "",
"ID": 2423
}