In [11]:
import json
with open('neuraltalk/data/flickr8k/dataset.json') as json_data:
d = json.load(json_data)
In [89]:
d['dataset']
Out[89]:
u'flickr8k'
In [185]:
sentences = [[] for i in range(801)]
In [186]:
sentences[0] = ["2 dogs", "2"]
sentences[1] = ["1 girl 1 hammer 1 ball", "3"]
sentences[2] = ["1 dog", "1"]
sentences[3] = ["1 dog", "1"]
sentences[4] = ["1 dog 1 frisbee", "2"]
sentences[5] = ["1 biker on road", "1"]
sentences[6] = ["3 men","3"]
sentences[7] = ["1 boy with 1 red shirt","2"]
sentences[8] = ["1 girl","1"]
sentences[9] = ["1 men skiing in mountains","1"]
sentences[10] = ["1 woman with 1 telescope","2"]
sentences[11] = ["13 shoes","13"]
sentences[12] = ["1 boat in ocean","1"]
sentences[13] = ["1 dog with 1 frisbee","2"]
sentences[14] = ["1 lady with 1 tv","2"]
sentences[15] = ["1 girl in green grass","1"]
sentences[16] = ["9 People","9"]
sentences[17] = ["2 men","2"]
sentences[18] = ["2 dogs","2"]
sentences[19] = ["3 kids one dog","3"]
sentences[20] = ["1 boy with blue wall","1"]
sentences[21] = ["1 dog with 1 stick"]
sentences[22] = ["2 dogs"]
sentences[23] = ["1 man with 1 ball"]
sentences[24] = ["1 dog"]
sentences[25] = ["6 people"]
sentences[26] = ["1 boy"]
sentences[27] = ["1 lady 1 boy 2 men"]
sentences[28] = ["2 girls"]
sentences[29] = ["3 kids 1 dog"]
sentences[30] = ["1 man"]
sentences[31] = ["1 dog through 1 hoop"]
sentences[32] = ["3 people on 1 bench"]
sentences[33] = ["1 dog"]
sentences[34] = ["2 people near lake"]
sentences[35] = ["3 people in forest"]
sentences[36] = ["1 car in rain"]
sentences[37] = ["1 boy with red shirt"]
sentences[38] = ["1 girl"]
sentences[39] = ["1 men skiing in mountains"]
sentences[40] = ["1 woman with 1 telescope"]
sentences[41] = ["2 girls"]
sentences[42] = ["3 bicycles"]
sentences[43] = ["1 dog"]
sentences[44] = ["2 kids 1 adult"]
sentences[45] = ["1 woman 2 dogs"]
sentences[46] = ["2 men"]
sentences[47] = ["1 girl"]
sentences[48] = ["6 men 1 girl"]
sentences[49] = ["1 dog"]
sentences[50] = ["1 man on mountain"]
sentences[51] = ["2 dogs"]
sentences[52] = ["1 car"]
sentences[53] = ["1 man with clothing in igloo"]
sentences[54] = ["1 dog"]
sentences[55] = ["1 man with hat"]
sentences[56] = ["1 man 1 dog"]
sentences[57] = ["3 people with cameras"]
sentences[58] = ["1 man skiing"]
sentences[59] = ["1 man climbing"]
sentences[60] = ["1 dog in lake"]
sentences[61] = ["1 dogs"]
sentences[62] = ["1 old man"]
sentences[63] = ["1 man with guitar"]
sentences[64] = ["2 dog"]
sentences[65] = ["1 man with hat"]
sentences[66] = ["1 girl"]
sentences[67] = ["2 men on bike"]
sentences[68] = ["2 men"]
sentences[69] = ["1 man on skateboard"]
sentences[70] = ["7 people on street"]
sentences[71] = ["1 man"]
sentences[72] = ["2 men with many dolls"]
sentences[73] = ["2 men in pool"]
sentences[74] = ["1 kid"]
sentences[75] = ["1 man"]
sentences[76] = ["1 dog"]
sentences[77] = ["1 man"]
sentences[78] = ["2 men"]
sentences[79] = ["1 boy"]
sentences[80] = ["3 surfers"]
sentences[81] = ["1 man on bike"]
sentences[82] = ["2 women 2 cars"]
sentences[83] = ["2 women 1 man"]
sentences[84] = ["1 man"]
sentences[85] = ["1 soccer player 1 ball"]
sentences[86] = ["1 man 1 woman"]
sentences[87] = ["1 racer 1 man"]
sentences[88] = ["2 women"]
sentences[89] = ["6 people"]
sentences[90] = ["1 woman on beach"]
sentences[91] = ["1 dog"]
sentences[92] = ["1 girl"]
sentences[93] = ["1 girl 3 balloons"]
sentences[94] = ["1 woman 1 girl"]
sentences[95] = ["1 boy"]
sentences[96] = ["2 men 1 blue box"]
sentences[97] = ["4 green hats 2 women"]
sentences[98] = ["2 dogs 1 ball"]
sentences[99] = ["1 boy"]
sentences[100] = ["lots of trees"]
In [187]:
sentences[101] = ["1 boy on 1 car"]
sentences[102] = ["2 girls 1 card"]
sentences[103] = ["1 dog 1 ball"]
sentences[104] = ["1 girl"]
sentences[105] = ["1 girl 1 tube"]
sentences[106] = ["1 man 1 snowboard"]
sentences[107] = ["1 boy on shovel"]
sentences[108] = ["1 girl 1 camera"]
sentences[109] = ["2 dogs 1 ball"]
sentences[110] = ["1 girl on slide"]
sentences[111] = ["2 women 1 piano"]
sentences[112] = ["1 dog"]
sentences[113] = ["1 woman 1 violin"]
sentences[114] = ["1 old woman"]
sentences[115] = ["1 man 1 woman"]
sentences[116] = ["1 man "]
sentences[117] = ["1 bird"]
sentences[118] = ["1 boy with sunglasses"]
sentences[119] = ["1 girl"]
sentences[120] = ["2 boys on skateboard"]
sentences[121] = ["1 bird with many seeds"]
sentences[122] = ["2 men"]
sentences[123] = ["1 man 1 bike"]
sentences[124] = ["many people"]
sentences[125] = ["1 woman 2 sticks"]
sentences[126] = ["1 skier"]
sentences[127] = ["1 dog on lake"]
sentences[128] = ["1 dog"]
sentences[129] = ["1 girl"]
sentences[130] = ["9 kids"]
sentences[131] = ["1 dog"]
sentences[132] = ["stadium full of people"]
sentences[133] = ["2 dogs 1 doll"]
sentences[134] = ["1 skier"]
sentences[135] = ["2 skaters"]
sentences[136] = ["3 kids"]
sentences[137] = ["1 bird"]
sentences[138] = ["2 dogs"]
sentences[139] = ["2 men boxing"]
sentences[140] = ["1 woman with 1 baby"]
sentences[141] = ["2 dogs"]
sentences[142] = ["1 girl 1 dog"]
sentences[143] = ["1 kids"]
sentences[144] = ["1 dog"]
sentences[145] = ["3 men 2 sticks"]
sentences[146] = ["1 man 1 bike"]
sentences[147] = ["3 men 2 tires 2 dogs"]
sentences[148] = ["1 woman 1 man"]
sentences[149] = ["1 boy 1 hoop"]
sentences[150] = ["1 man 1 log"]
sentences[151] = ["1 dog in pool"]
sentences[152] = ["2 baby boys"]
sentences[153] = ["1 plane"]
sentences[154] = ["1 dog"]
sentences[155] = ["2 women 1 man"]
sentences[156] = ["1 boy fishing"]
sentences[157] = ["4 boys"]
sentences[158] = ["1 woman and 3 children"]
sentences[159] = ["4 men"]
sentences[160] = ["1 woman"]
sentences[161] = ["1 man 3 dogs"]
sentences[162] = ["1 old man"]
sentences[163] = ["4 men"]
sentences[164] = ["2 men"]
sentences[165] = ["4 boys"]
sentences[166] = ["2 men"]
sentences[167] = ["2 dogs"]
sentences[168] = ["1 man on bike"]
sentences[169] = ["1 boy on scooter"]
sentences[170] = ["1 boy on skates"]
sentences[171] = ["2 boys"]
sentences[172] = ["2 men 1 dog"]
sentences[173] = ["1 man"]
sentences[174] = ["1 man"]
sentences[175] = ["1 dog with 1 ball"]
sentences[176] = ["1 man skating"]
sentences[177] = ["6 men"]
sentences[178] = ["1 man skiing"]
sentences[179] = ["1 man skating"]
sentences[180] = ["1 man skating"]
sentences[181] = ["1 man 1 woman"]
sentences[182] = ["1 man 1 woman"]
sentences[183] = ["4 women"]
sentences[184] = ["1 dog"]
sentences[185] = ["1 man in mountains"]
sentences[186] = ["1 dog"]
sentences[187] = ["1 boy"]
sentences[188] = ["1 boy"]
sentences[189] = ["1 boy in lake"]
sentences[190] = ["2 women"]
sentences[191] = ["1 dog"]
sentences[192] = ["1 boy skating"]
sentences[193] = ["3 dogs"]
sentences[194] = ["1 man on bike"]
sentences[195] = ["1 dog"]
sentences[196] = ["1 dog"]
sentences[197] = ["1 boy"]
sentences[198] = ["2 dogs 1 ball"]
sentences[199] = ["5 dogs"]
sentences[200] = ["1 dog"]
sentences[201] = ["1 dog"]
sentences[202] = ["2 boys"]
sentences[203] = ["1 man on bike"]
sentences[204] = ["1 girl"]
sentences[205] = ["1 dog"]
sentences[206] = ["1 woman 2 children"]
sentences[207] = ["1 man on skateboard"]
sentences[208] = ["1 boy"]
sentences[209] = ["4 men"]
sentences[210] = ["1 dog"]
sentences[211] = ["2 men surfing"]
sentences[212] = ["1 man"]
sentences[213] = ["5 men"]
sentences[214] = ["1 boy"]
sentences[215] = ["1 woman"]
sentences[216] = ["1 man on bike"]
sentences[217] = ["1 dog"]
sentences[218] = ["1 boy"]
sentences[219] = ["2 men 1 woman"]
sentences[220] = ["2 men"]
sentences[221] = ["2 girls"]
sentences[222] = ["1 woman on bike"]
sentences[223] = ["1 man 1 boy in car"]
sentences[224] = ["1 man"]
sentences[225] = ["25 birds"]
sentences[226] = ["1 man 1 woman 1 car"]
sentences[227] = ["1 boy"]
sentences[228] = ["1 boy"]
sentences[229] = ["1 man surfing"]
sentences[230] = ["2 girls"]
sentences[231] = ["1 woman"]
sentences[232] = ["1 woman 1 dog"]
sentences[233] = ["1 dog 1 ball"]
sentences[234] = [" 2 men"]
sentences[235] = ["9 people"]
sentences[236] = ["3 men"]
sentences[237] = ["2 dogs"]
sentences[238] = ["4 boys"]
sentences[239] = ["2 dogs"]
sentences[240] = ["1 man 1 leg"]
sentences[241] = ["2 women"]
sentences[242] = ["1 dog"]
sentences[243] = ["2 dogs"]
sentences[244] = ["7 people"]
sentences[245] = ["1 girl"]
sentences[246] = ["3 dogs"]
sentences[247] = ["1 dog"]
sentences[248] = ["2 people"]
sentences[249] = ["1 girl"]
sentences[250] = ["3 cars"]
sentences[251] = ["1 elephant"]
sentences[252] = ["2 children"]
sentences[253] = ["2 dogs"]
sentences[254] = ["2 people"]
sentences[255] = ["1 boy"]
sentences[256] = ["1 boy"]
sentences[257] = ["1 boy"]
sentences[258] = ["1 man on bike"]
sentences[259] = ["1 woman"]
sentences[260] = ["3 boys"]
sentences[261] = ["3 people"]
sentences[262] = ["3 children"]
sentences[263] = ["1 man"]
sentences[264] = ["1 man 2 women"]
sentences[265] = ["1 bird"]
sentences[266] = ["1 man"]
sentences[267] = ["1 boy"]
sentences[268] = ["9 people"]
sentences[269] = ["2 men"]
sentences[270] = ["1 dog"]
sentences[271] = ["2 people"]
sentences[272] = ["3 people 1 dog"]
sentences[273] = ["1 man"]
sentences[274] = ["1 man 1 woman"]
sentences[275] = ["1 dog"]
sentences[276] = ["4 men"]
sentences[277] = ["1 woman 3 mannequins"]
sentences[278] = ["1 woman"]
sentences[279] = ["2 dogs"]
sentences[280] = ["3 boys"]
sentences[281] = ["1 man"]
sentences[282] = [" 1 dog"]
sentences[283] = ["12 children"]
sentences[284] = ["2 dogs"]
sentences[285] = ["2 men"]
sentences[286] = ["1 dog"]
sentences[287] = ["1 dog"]
sentences[288] = ["2 people"]
sentences[289] = ["1 dogs"]
sentences[290] = ["1 man"]
sentences[291] = ["1 woman 1 horse"]
sentences[292] = ["many people"]
sentences[293] = ["2 women"]
sentences[294] = ["1 girl"]
sentences[295] = ["1 man"]
sentences[296] = ["1 woman"]
sentences[297] = ["3 people 1 child"]
sentences[298] = ["2 people 1 parachute"]
sentences[299] = ["2 dogs"]
sentences[300] = ["1 man"]
sentences[301] = ["1 man"]
sentences[302] = ["2 men"]
sentences[303] = ["1 women"]
sentences[304] = ["1 dog"]
sentences[305] = ["1 man 1 woman"]
sentences[306] = ["2 women"]
sentences[307] = ["1 boy"]
sentences[308] = ["1 man"]
sentences[309] = ["1 man on bike"]
sentences[310] = ["2 dogs"]
sentences[311] = ["3 children"]
sentences[312] = ["5 children"]
sentences[313] = ["1 man on skateboard"]
sentences[314] = ["1 woman"]
sentences[315] = ["1 child 1 woman"]
sentences[316] = ["3 children"]
sentences[317] = ["1 seal"]
sentences[318] = ["2 men"]
sentences[319] = ["6 women"]
sentences[320] = ["3 dogs"]
sentences[321] = ["1 girl"]
sentences[322] = ["2 boys"]
sentences[323] = ["1 boy"]
sentences[324] = ["2 children"]
sentences[325] = ["1 boy"]
sentences[326] = ["2 dogs"]
sentences[327] = ["2 men"]
sentences[328] = ["1 man"]
sentences[329] = ["1 dog"]
sentences[330] = ["1 man"]
sentences[331] = ["1 man 2 children"]
sentences[332] = ["1 dog"]
sentences[333] = ["1 woman"]
sentences[334] = ["1 dog"]
sentences[335] = ["1 dog"]
sentences[336] = ["2 dogs"]
sentences[337] = ["1 boy"]
sentences[338] = ["2 men surfing"]
sentences[339] = ["1 girl"]
sentences[340] = ["2 women"]
sentences[341] = ["2 men"]
sentences[342] = ["1 dog"]
sentences[343] = ["1 boy"]
sentences[344] = ["2 people 1 dog"]
sentences[345] = ["2 women"]
sentences[346] = ["1 man on bike"]
sentences[347] = ["1 dog"]
sentences[348] = ["2 women"]
sentences[349] = ["1 dog"]
sentences[350] = ["1 girl"]
sentences[351] = ["1 woman on skateboard"]
sentences[352] = ["2 women 1 man"]
sentences[353] = ["1 boy"]
sentences[354] = ["1 dog"]
sentences[355] = ["5 people"]
sentences[356] = ["4 legs"]
sentences[357] = ["1 dog"]
sentences[358] = ["1 man 1 horse"]
sentences[359] = ["1 man in mountain"]
sentences[360] = ["1 bag"]
sentences[361] = ["1 boy"]
sentences[362] = ["1 girl"]
sentences[363] = ["4 dogs"]
sentences[364] = ["4 dogs 1 man"]
sentences[365] = ["3 men 2 dogs"]
sentences[366] = ["1 dog"]
sentences[367] = ["1 man"]
sentences[368] = ["2 boys"]
sentences[369] = ["1 car"]
sentences[370] = ["2 girls"]
sentences[371] = ["1 man"]
sentences[372] = ["2 boys"]
sentences[373] = ["1 boy"]
sentences[374] = ["4 men"]
sentences[375] = ["1 man"]
sentences[376] = ["2 children"]
sentences[377] = ["5 people 3 dogs"]
sentences[378] = ["2 dogs"]
sentences[379] = ["2 boys"]
sentences[380] = ["3 men"]
sentences[381] = ["1 boy"]
sentences[382] = ["1 dog 1 ball"]
sentences[383] = ["2 horse 1 boy"]
sentences[384] = ["1 boy 3 men"]
sentences[385] = ["2 women"]
sentences[386] = ["1 man"]
sentences[387] = ["1 dog"]
sentences[388] = ["3 men 1 baby"]
sentences[389] = ["3 men"]
sentences[390] = ["1 dog"]
sentences[391] = ["1 girl"]
sentences[392] = ["1 boy"]
sentences[393] = ["1 dog"]
sentences[394] = ["5 children"]
sentences[395] = ["1 man"]
sentences[396] = ["1 boy skating"]
sentences[397] = ["2 men"]
sentences[398] = ["1 girl"]
sentences[399] = ["1 dog 1 ball"]
sentences[400] = ["1 man 1 snowboard"]
In [188]:
sentences[401] = ["1 old man"]
sentences[402] = ["1 dog"]
sentences[403] = ["2 girls 1 boy"]
sentences[404] = ["2 men"]
sentences[405] = ["2 children"]
sentences[406] = ["1 dog"]
sentences[407] = ["1 man in water"]
sentences[408] = ["2 dogs"]
sentences[409] = ["1 man 1 woman"]
sentences[410] = ["4 boys"]
sentences[411] = ["4 men on bikes"]
sentences[412] = ["2 dog"]
sentences[413] = ["1 woman 1 dog"]
sentences[414] = ["1 girl"]
sentences[415] = ["2 dogs"]
sentences[416] = ["1 man 1 skateboard"]
sentences[417] = ["5 women 5 men"]
sentences[418] = ["many people"]
sentences[419] = ["1 man"]
sentences[420] = ["1 dog"]
sentences[421] = ["1 man 1 baby"]
sentences[422] = ["1 man skating with many people"]
sentences[423] = ["1 man on bike"]
sentences[424] = ["1 woman"]
sentences[425] = ["1 woman"]
sentences[426] = ["2 dogs"]
sentences[427] = ["3 dogs"]
sentences[428] = ["1 woman 1 man"]
sentences[429] = ["1 man"]
sentences[430] = ["1 man"]
sentences[431] = ["1 woman with guitar"]
sentences[432] = ["1 man on bike"]
sentences[433] = ["2 children"]
sentences[434] = ["2 men 2 women"]
sentences[435] = ["1 girl"]
sentences[436] = ["1 girl"]
sentences[437] = ["1 boy"]
sentences[438] = ["1 girl"]
sentences[439] = ["5 men 4 elephants"]
sentences[440] = ["4 dogs"]
sentences[441] = ["1 boy"]
sentences[442] = ["1 girl in lake"]
sentences[443] = ["1 man"]
sentences[444] = ["1 dog"]
sentences[445] = ["1 man on bike"]
sentences[446] = ["1 boy on bike"]
sentences[447] = ["1 man"]
sentences[448] = ["1 dog"]
sentences[449] = ["1 car"]
sentences[450] = ["2 kids in car"]
sentences[451] = ["2 women 1 ball"]
sentences[452] = ["1 man snowboarding"]
sentences[453] = ["2 girls 1 ball"]
sentences[454] = ["3 dogs"]
sentences[455] = ["2 dogs"]
sentences[456] = ["1 man"]
sentences[457] = ["2 man"]
sentences[458] = ["1 girl 1 horse"]
sentences[459] = ["4 dogs"]
sentences[460] = ["2 kids 1 ball"]
sentences[461] = ["2 women 1 man 1 balloon"]
sentences[462] = ["1 woman"]
sentences[463] = ["1 girl"]
sentences[464] = ["1 man"]
sentences[465] = ["2 girls"]
sentences[466] = ["1 boy"]
sentences[467] = ["1 dog"]
sentences[468] = ["2 men"]
sentences[469] = ["1 girl on slide"]
sentences[470] = ["1 boy"]
sentences[471] = ["3 kites"]
sentences[472] = ["2 children 1 dog"]
sentences[473] = ["2 camel 2 children"]
sentences[474] = ["1 dog"]
sentences[475] = ["1 boy on skateboard"]
sentences[476] = ["2 men"]
sentences[477] = ["1 dog"]
sentences[478] = ["1 dog"]
sentences[479] = ["3 women 1 man"]
sentences[480] = ["1 boy in lake"]
sentences[481] = ["1 dog"]
sentences[482] = ["3 dogs"]
sentences[483] = ["1 woman"]
sentences[484] = ["1 dog"]
sentences[485] = ["1 girl 1 corn"]
sentences[486] = ["1 woman 1 man"]
sentences[487] = ["1 boy"]
sentences[488] = ["3 men"]
sentences[489] = ["1 dog"]
sentences[490] = ["1 girl 21 watermelon"]
sentences[491] = ["20 mats with many people"]
sentences[492] = ["1 man"]
sentences[493] = ["2 dogs"]
sentences[494] = ["1 man 1 hoop"]
sentences[495] = ["1 man 1 dog"]
sentences[496] = ["1 woman 1 dog"]
sentences[497] = ["3 boys"]
sentences[498] = ["2 men"]
sentences[499] = ["1 dog"]
sentences[500] = ["2 dogs"]
sentences[501] = ["1 man on mountain"]
sentences[502] = ["1 girl with bubbles"]
sentences[503] = ["1 man 1 woman with hats"]
sentences[504] = ["1 woman 1 girl"]
sentences[505] = ["3 boys"]
sentences[506] = ["1 girl"]
sentences[507] = ["1 woman"]
sentences[508] = ["1 man in forest"]
sentences[509] = ["1 man"]
sentences[510] = ["1 dog"]
sentences[511] = ["1 man 1 woman"]
sentences[512] = ["1 man kayaking"]
sentences[513] = ["1 girl"]
sentences[514] = ["1 plane"]
sentences[515] = ["5 people"]
sentences[516] = ["1 woman"]
sentences[517] = ["2 dogs"]
sentences[518] = ["1 woman"]
sentences[519] = ["1 woman"]
sentences[520] = ["1 man with skateboard"]
sentences[521] = ["1 dog"]
sentences[522] = ["1 horse"]
sentences[523] = ["3 men"]
sentences[524] = ["2 dogs"]
sentences[525] = ["1 man on mountain"]
sentences[526] = ["3 women"]
sentences[527] = ["3 dogs"]
sentences[528] = ["1 woman 1 man"]
sentences[529] = ["4 dogs"]
sentences[530] = ["1 woman"]
sentences[531] = ["1 dog"]
sentences[532] = ["2 people 2 dogs"]
sentences[533] = ["4 boys"]
sentences[534] = ["1 child"]
sentences[535] = ["5 men with bikes"]
sentences[536] = ["1 dog 3 legs"]
sentences[537] = ["1 boy"]
sentences[538] = ["1 boy"]
sentences[539] = ["4 dogs"]
sentences[540] = ["1 boy with many people"]
sentences[541] = ["4 children"]
sentences[542] = ["3 people"]
sentences[543] = ["1 man with many people"]
sentences[544] = ["2 people at lake"]
sentences[545] = ["1 woman"]
sentences[546] = ["1 child"]
sentences[547] = ["2 horse"]
sentences[548] = ["1 dog"]
sentences[549] = ["3 children 1 ball"]
sentences[550] = ["2 people"]
sentences[551] = ["2 children"]
sentences[552] = ["1 man"]
sentences[553] = ["1 dog with 1 ball"]
sentences[554] = ["1 dog"]
sentences[555] = ["2 men with many people"]
sentences[556] = ["2 children 1 ball"]
sentences[557] = ["2 children 2 balls"]
sentences[558] = ["4 children 1 ball"]
sentences[559] = ["1 man 1 woman"]
sentences[560] = ["1 man 1 dog"]
sentences[561] = ["many people"]
sentences[562] = ["1 man 1 dog"]
sentences[563] = ["1 woman 1 fish"]
sentences[564] = ["1 man 1 girl"]
sentences[565] = ["1 man with many people"]
sentences[566] = ["1 man 1 woman"]
sentences[567] = ["1 girl"]
sentences[568] = ["1 girl"]
sentences[569] = ["4 men"]
sentences[570] = ["4 people"]
sentences[571] = ["2 men on a mountain"]
sentences[572] = ["1 dog"]
sentences[573] = ["2 dogs"]
sentences[574] = ["1 man "]
sentences[575] = ["1 man"]
sentences[576] = ["1 dog"]
sentences[577] = ["1 man"]
sentences[578] = ["1 girl"]
sentences[579] = ["3 people"]
sentences[580] = ["1 man 1 woman"]
sentences[581] = ["1 women 2 children"]
sentences[582] = ["1 dog 1 ball"]
sentences[583] = ["1 dogs"]
sentences[584] = ["3 people "]
sentences[585] = ["2 children"]
sentences[586] = ["many people"]
sentences[587] = ["1 man surfing"]
sentences[588] = ["2 men 2 bike"]
sentences[589] = ["4 dogs"]
sentences[590] = ["1 man under stars"]
sentences[591] = ["1 dog"]
sentences[592] = ["4 men"]
sentences[593] = ["1 dogs"]
sentences[594] = ["1 man "]
sentences[595] = ["1 man"]
sentences[596] = ["1 man with parachute"]
sentences[597] = ["1 woman climbing"]
sentences[598] = ["1 man 1 boy"]
sentences[599] = ["2 girls"]
sentences[600] = ["1 girl"]
In [189]:
sentences[601] = ["1 girl with skates"]
sentences[602] = ["2 boys"]
sentences[603] = ["1 dogs"]
sentences[604] = ["1 man on skateboard"]
sentences[605] = ["1 dog"]
sentences[606] = ["1 boy fishing"]
sentences[607] = ["1 woman "]
sentences[608] = ["1 boy"]
sentences[609] = ["2 men on mountain"]
sentences[610] = ["2 girls on beach"]
sentences[611] = ["1 dog"]
sentences[612] = ["1 man on bike"]
sentences[613] = ["1 man climbing"]
sentences[614] = ["7 people"]
sentences[615] = ["1 dog"]
sentences[616] = ["1 man snowboarding"]
sentences[617] = ["1 dog "]
sentences[618] = ["2 people and many people"]
sentences[619] = ["2 dogs"]
sentences[620] = ["1 man 3 dogs"]
sentences[621] = ["2 women"]
sentences[622] = ["3 people"]
sentences[623] = ["2 men 1 ball"]
sentences[624] = ["1 boy"]
sentences[625] = ["2 women 1 man"]
sentences[626] = ["1 girl in mud"]
sentences[627] = ["1 dog "]
sentences[628] = ["1 boy"]
sentences[629] = ["1 man"]
sentences[630] = ["1 girl"]
sentences[631] = ["1 dog"]
sentences[632] = ["1 man 1 woman"]
sentences[633] = ["1 woman"]
sentences[634] = ["1 man on box"]
sentences[635] = ["5 people"]
sentences[636] = ["1 woman"]
sentences[637] = ["1 boy with hat "]
sentences[638] = ["1 boy"]
sentences[639] = ["2 men in mountain"]
sentences[640] = ["1 dog"]
sentences[641] = ["2 children"]
sentences[642] = ["1 girl"]
sentences[643] = ["1 baby boy"]
sentences[644] = ["2 dogs"]
sentences[645] = ["1 boy with sunglasses"]
sentences[646] = ["1 man surfing"]
sentences[647] = ["2 men "]
sentences[648] = ["many people"]
sentences[649] = ["1 woman"]
sentences[650] = ["1 man"]
sentences[651] = ["3 woman"]
sentences[652] = ["5 children"]
sentences[653] = ["1 man"]
sentences[654] = ["1 man"]
sentences[655] = ["1 dog with 1 ball"]
sentences[656] = ["2 girls on horses"]
sentences[657] = ["1 child "]
sentences[658] = ["1 girl"]
sentences[659] = ["3 women"]
sentences[660] = ["1 man"]
sentences[661] = ["1 girl"]
sentences[662] = ["1 boy surfing"]
sentences[663] = ["1 dog 1 frisbee"]
sentences[664] = ["1 boy"]
sentences[665] = ["1 dog "]
sentences[666] = ["1 boy"]
sentences[667] = ["2 men "]
sentences[668] = ["3 children"]
sentences[669] = ["1 man"]
sentences[670] = ["1 woman 1 girl"]
sentences[671] = ["1 man"]
sentences[672] = ["3 dogs 1 ball"]
sentences[673] = ["1 woman"]
sentences[674] = ["1 woman"]
sentences[675] = ["1 boy "]
sentences[676] = ["3 children"]
sentences[677] = ["1 man on bike "]
sentences[678] = ["1 boy"]
sentences[679] = ["1 dog"]
sentences[680] = ["1 man on bike"]
sentences[681] = ["7 men 7 horses"]
sentences[682] = ["1 man snowboarding"]
sentences[683] = ["3 men 1 ball"]
sentences[684] = ["3 dogs"]
sentences[685] = ["2 boys "]
sentences[686] = ["1 man on bike"]
sentences[687] = ["4 men "]
sentences[688] = ["1 man on skateboard"]
sentences[689] = ["1 dog"]
sentences[690] = ["1 man on mountain"]
sentences[691] = ["1 man on skateboard"]
sentences[692] = ["2 men with many people"]
sentences[693] = ["2 boys"]
sentences[694] = ["1 woman"]
sentences[695] = ["1 man on bike "]
sentences[696] = ["1 man 2 dogs"]
sentences[697] = ["1 girl "]
sentences[698] = ["1 man on bike"]
sentences[699] = ["1 dog"]
sentences[700] = ["1 man on skateboard"]
In [204]:
sentences[701] = ["3 boys"]
sentences[702] = ["1 old man"]
sentences[703] = ["1 girl"]
sentences[704] = ["1 dog"]
sentences[705] = ["2 women on lake "]
sentences[706] = ["many people"]
sentences[707] = ["1 dog with ball "]
sentences[708] = ["2 women"]
sentences[709] = ["1 man with bike"]
sentences[710] = ["3 people"]
sentences[711] = ["1 man 1 woman"]
sentences[712] = ["1 dog 1 hoop"]
sentences[713] = ["2 children"]
sentences[714] = ["1 boy 1 ball"]
sentences[715] = ["1 dog"]
sentences[716] = ["1 dog 1 frisbee"]
sentences[717] = ["1 man 1 bike"]
sentences[718] = ["1 man 1 boy"]
sentences[719] = ["1 girl"]
sentences[720] = ["1 man on mountains"]
sentences[721] = ["5 men"]
sentences[722] = ["1 man with many people"]
sentences[723] = ["1 woman"]
sentences[724] = ["1 girl"]
sentences[725] = ["1 baby"]
sentences[726] = ["1 man"]
sentences[727] = ["2 men"]
sentences[728] = ["1 boy"]
sentences[729] = ["2 men"]
sentences[730] = ["1 man on bike"]
sentences[731] = ["1 car"]
sentences[732] = ["1 man with many people"]
sentences[733] = ["1 man 1 woman"]
sentences[734] = ["1 woman"]
sentences[735] = ["3 children 1 ball"]
sentences[736] = ["2 men"]
sentences[737] = ["1 woman with hat"]
sentences[738] = ["1 man in water"]
sentences[739] = ["1 dog"]
sentences[740] = ["1 man on lake"]
sentences[741] = ["7 women"]
sentences[742] = ["6 children 1 ball"]
sentences[743] = ["1 dog"]
sentences[744] = ["2 dogs"]
sentences[745] = ["1 boy"]
sentences[746] = ["1 boy"]
sentences[747] = ["1 man 1 woman"]
sentences[748] = ["many people"]
sentences[749] = ["1 dog"]
sentences[750] = ["1 man"]
sentences[751] = ["1 girl"]
sentences[752] = ["1 man 1 woman"]
sentences[753] = ["1 boy"]
sentences[754] = ["1 dog"]
sentences[755] = ["1 girl"]
sentences[756] = ["1 dog with stick"]
sentences[757] = ["1 dog"]
sentences[758] = ["1 boy"]
sentences[759] = ["1 woman 1 girl 1 dog"]
sentences[760] = ["1 man"]
sentences[761] = ["1 woman"]
sentences[762] = ["1 girl"]
sentences[763] = ["1 old woman"]
sentences[764] = ["1 dog"]
sentences[765] = ["1 dog"]
sentences[766] = ["1 girl"]
sentences[767] = ["1 woman 1 ball"]
sentences[768] = ["1 man"]
sentences[769] = ["3 people"]
sentences[770] = ["1 man surfing"]
sentences[771] = ["2 men"]
sentences[772] = ["1 man 1 woman"]
sentences[773] = ["1 dog with stick"]
sentences[774] = ["1 man on bike"]
sentences[775] = ["1 man 1 woman"]
sentences[776] = ["1 boy"]
sentences[777] = ["1 dog"]
sentences[778] = ["1 man with cats"]
sentences[779] = ["1 dog"]
sentences[780] = ["7 people"]
sentences[781] = ["2 men"]
sentences[782] = ["1 dog"]
sentences[783] = ["1 woman 2 dogs"]
sentences[784] = ["1 man with drums"]
sentences[785] = ["2 dogs"]
sentences[786] = ["1 dog 1 frisbee"]
sentences[787] = ["1 man 3 bikes"]
sentences[788] = ["1 man 1 woman"]
sentences[789] = ["2 women"]
sentences[790] = ["1 man in pool"]
sentences[791] = ["8 people"]
sentences[792] = ["3 people"]
sentences[793] = ["1 man 1 ball"]
sentences[794] = ["3 dogs"]
sentences[795] = ["5 men with 1 ball"]
sentences[796] = ["2 dogs"]
sentences[797] = ["1 woman"]
sentences[798] = ["1 woman"]
sentences[799] = ["2 boys"]
sentences[800] = ["1 girl"]
In [151]:
sentences[0][0].split()
Out[151]:
['2', 'dogs']
In [205]:
json_temp = []
sent_counter = 0
for i in range(801):
filename = d['images'][i]['filename']
imgid = i
sentences2 = []
sentids = []
for j in range(len(sentences[i])):
sentences2.append({'tokens': sentences[i][j].split(), 'raw':sentences[i][j], 'sentid': sent_counter, 'imgid':imgid})
sentids.append(sent_counter)
sent_counter += 1
json_temp.append({'filename':filename, 'imgid':imgid, 'sentences':sentences2, 'split':'train', 'sentids':sentids})
In [206]:
json_temp = {'images':json_temp, 'dataset':d['dataset']}
In [207]:
pd.DataFrame(json_temp).to_json('dataset.json')
In [212]:
d['images'][0]['sentences'][0]
Out[212]:
{u'tokens': [u'a', u'black', u'dog', u'is', u'running', u'after', u'a', u'white', u'dog', u'in', u'the', u'snow'], u'raw': u'A black dog is running after a white dog in the snow .', u'imgid': 0, u'sentid': 0}
In [234]:
json_verb = []
verb_list = ['run','jump','skate','snowboard', 'swim']
for i in range(8000):
word_vect = []
for j in range(5):
word_vect += d['images'][i]['sentences'][j]['tokens']
for k in verb_list:
if k in word_vect:
json_verb.append(d['images'][i])
In [236]:
json_noun = []
noun_list = ['dog']
for i in range(8000):
word_vect = []
for j in range(5):
word_vect += d['images'][i]['sentences'][j]['tokens']
for k in noun_list:
if k in word_vect:
json_noun.append(d['images'][i])
In [238]:
json_noun = {'images':json_noun, 'dataset':d['dataset']}
pd.DataFrame(json_noun).to_json('dataset.json')
In [227]:
json_verb
Out[227]:
[{u'filename': u'3097196395_ec06075389.jpg', u'imgid': 22, u'sentences': [{u'tokens': [u'two', u'dogs', u'are', u'racing', u'on', u'a', u'ractrack'], u'raw': u'Two dogs are racing on a ractrack .', u'imgid': 22, u'sentid': 110}, {u'tokens': [u'two', u'dogs', u'race', u'across', u'the', u'track'], u'raw': u'two dogs race across the track .', u'imgid': 22, u'sentid': 111}, {u'tokens': [u'two', u'greyhounds', u'race'], u'raw': u'Two greyhounds race', u'imgid': 22, u'sentid': 112}, {u'tokens': [u'two', u'greyhounds', u'with', u'muzzles', u'race', u'along', u'the', u'inside', u'curb', u'of', u'a', u'railed', u'dirt', u'track'], u'raw': u'Two greyhounds with muzzles race along the inside curb of a railed dirt track .', u'imgid': 22, u'sentid': 113}, {u'tokens': [u'two', u'racing', u'dogs', u'run', u'around', u'a', u'track'], u'raw': u'Two racing dogs run around a track .', u'imgid': 22, u'sentid': 114}], u'split': u'train', u'sentids': [110, 111, 112, 113, 114]}, {u'filename': u'2363419943_717e6b119d.jpg', u'imgid': 94, u'sentences': [{u'tokens': [u'a', u'lady', u'and', u'her', u'little', u'girl', u'are', u'holding', u'hands', u'and', u'walking', u'up', u'the', u'sidewalk'], u'raw': u'A lady and her little girl are holding hands and walking up the sidewalk .', u'imgid': 94, u'sentid': 470}, {u'tokens': [u'a', u'mother', u'and', u'child', u'run', u'hand', u'in', u'hand', u'through', u'chinatown', u'in', u'an', u'american', u'city'], u'raw': u'A mother and child run hand in hand through Chinatown in an American City .', u'imgid': 94, u'sentid': 471}, {u'tokens': [u'a', u'woman', u'and', u'a', u'child', u'both', u'wearing', u'red', u'outfits', u'walking', u'up', u'a', u'street'], u'raw': u'a woman and a child both wearing red outfits walking up a street', u'imgid': 94, u'sentid': 472}, {u'tokens': [u'child', u'in', u'red', u'holding', u'the', u'hand', u'of', u'person', u'in', u'red', u'coat', u'walking', u'on', u'sidewalk', u'under', u'awnings'], u'raw': u'Child in red holding the hand of person in red coat walking on sidewalk under awnings .', u'imgid': 94, u'sentid': 473}, {u'tokens': [u'woman', u'and', u'little', u'girl', u'wearing', u'red', u'in', u'asian', u'area'], u'raw': u'woman and little girl wearing red in Asian area', u'imgid': 94, u'sentid': 474}], u'split': u'train', u'sentids': [470, 471, 472, 473, 474]}, {u'filename': u'584484388_0eeb36d03d.jpg', u'imgid': 98, u'sentences': [{u'tokens': [u'two', u'brown', u'dogs', u'are', u'playing', u'with', u'a', u'red', u'ball'], u'raw': u'Two brown dogs are playing with a red ball .', u'imgid': 98, u'sentid': 490}, {u'tokens': [u'two', u'brown', u'dogs', u'fight', u'over', u'a', u'red', u'ball', u'while', u'playing', u'in', u'the', u'grass'], u'raw': u'Two brown dogs fight over a red ball while playing in the grass .', u'imgid': 98, u'sentid': 491}, {u'tokens': [u'two', u'brown', u'dogs', u'run', u'over', u'the', u'grass', u'carrying', u'a', u'red', u'toy'], u'raw': u'Two brown dogs run over the grass carrying a red toy .', u'imgid': 98, u'sentid': 492}, {u'tokens': [u'two', u'daschunds', u'play', u'with', u'a', u'red', u'ball'], u'raw': u'Two daschunds play with a red ball', u'imgid': 98, u'sentid': 493}, {u'tokens': [u'two', u'little', u'wiener', u'dogs', u'are', u'running', u'on', u'the', u'grass', u'carrying', u'a', u'red', u'ball', u'between', u'them'], u'raw': u'Two little wiener dogs are running on the grass carrying a red ball between them .', u'imgid': 98, u'sentid': 494}], u'split': u'train', u'sentids': [490, 491, 492, 493, 494]}, {u'filename': u'3542418447_7c337360d6.jpg', u'imgid': 109, u'sentences': [{u'tokens': [u'a', u'black', u'dog', u'and', u'a', u'brown', u'dog', u'with', u'a', u'yellow', u'foam', u'soccer', u'ball', u'toy', u'on', u'a', u'grassy', u'field'], u'raw': u'A black dog and a brown dog with a yellow foam soccer ball toy on a grassy field', u'imgid': 109, u'sentid': 545}, {u'tokens': [u'a', u'brown', u'dog', u'and', u'a', u'black', u'dog', u'playing', u'with', u'a', u'yellow', u'soccer', u'ball'], u'raw': u'A brown dog and a black dog playing with a yellow soccer ball .', u'imgid': 109, u'sentid': 546}, {u'tokens': [u'two', u'dogs', u'on', u'a', u'lawn', u'play', u'with', u'a', u'plastic', u'toy', u'in', u'a', u'distorted', u'photograph'], u'raw': u'Two dogs on a lawn play with a plastic toy , in a distorted photograph .', u'imgid': 109, u'sentid': 547}, {u'tokens': [u'two', u'dogs', u'one', u'brown', u'one', u'black', u'with', u'a', u'yellow', u'toy', u'black', u'dog', u'has', u'mouth', u'open', u'and', u'brown', u'dog', u'has', u'the', u'toy'], u'raw': u'Two dogs , one brown one black with a yellow toy , black dog has mouth open and brown dog has the toy .', u'imgid': 109, u'sentid': 548}, {u'tokens': [u'two', u'dogs', u'run', u'to', u'catch', u'a', u'yellow', u'soccer', u'ball'], u'raw': u'Two dogs run to catch a yellow soccer ball .', u'imgid': 109, u'sentid': 549}], u'split': u'train', u'sentids': [545, 546, 547, 548, 549]}, {u'filename': u'478750151_e0adb5030a.jpg', u'imgid': 167, u'sentences': [{u'tokens': [u'a', u'white', u'dog', u'races', u'a', u'brown', u'dog', u'in', u'a', u'field', u'of', u'grass'], u'raw': u'A white dog races a brown dog in a field of grass .', u'imgid': 167, u'sentid': 835}, {u'tokens': [u'one', u'brown', u'and', u'one', u'white', u'dog', u'running', u'through', u'a', u'field'], u'raw': u'One brown and one white dog running through a field .', u'imgid': 167, u'sentid': 836}, {u'tokens': [u'the', u'brown', u'and', u'white', u'dogs', u'run', u'through', u'the', u'field'], u'raw': u'The brown and white dogs run through the field .', u'imgid': 167, u'sentid': 837}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'side', u'by', u'side', u'in', u'the', u'field'], u'raw': u'Two dogs are running side by side in the field .', u'imgid': 167, u'sentid': 838}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'the', u'brush'], u'raw': u'Two dogs run through the brush .', u'imgid': 167, u'sentid': 839}], u'split': u'train', u'sentids': [835, 836, 837, 838, 839]}, {u'filename': u'488352274_9a22064cb3.jpg', u'imgid': 237, u'sentences': [{u'tokens': [u'two', u'brown', u'dogs', u'are', u'running', u'on', u'the', u'sand'], u'raw': u'Two brown dogs are running on the sand .', u'imgid': 237, u'sentid': 1185}, {u'tokens': [u'two', u'brown', u'dogs', u'on', u'the', u'sand'], u'raw': u'Two brown dogs on the sand', u'imgid': 237, u'sentid': 1186}, {u'tokens': [u'two', u'brown', u'dogs', u'running', u'and', u'playing', u'on', u'a', u'beach'], u'raw': u'Two brown dogs running and playing on a beach .', u'imgid': 237, u'sentid': 1187}, {u'tokens': [u'two', u'brown', u'dogs', u'running', u'together', u'on', u'sand'], u'raw': u'Two brown dogs running together on sand', u'imgid': 237, u'sentid': 1188}, {u'tokens': [u'two', u'dogs', u'run', u'on', u'the', u'beach'], u'raw': u'Two dogs run on the beach .', u'imgid': 237, u'sentid': 1189}], u'split': u'train', u'sentids': [1185, 1186, 1187, 1188, 1189]}, {u'filename': u'3127142756_bf0bfcb571.jpg', u'imgid': 239, u'sentences': [{u'tokens': [u'two', u'black', u'dogs', u'in', u'the', u'snow'], u'raw': u'Two black dogs in the snow .', u'imgid': 239, u'sentid': 1195}, {u'tokens': [u'two', u'black', u'dogs', u'jump', u'in', u'the', u'snow'], u'raw': u'Two black dogs jump in the snow .', u'imgid': 239, u'sentid': 1196}, {u'tokens': [u'two', u'black', u'dogs', u'run', u'in', u'the', u'snow', u'in', u'a', u'field', u'of', u'dry', u'grass'], u'raw': u'Two black dogs run in the snow in a field of dry grass .', u'imgid': 239, u'sentid': 1197}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'and', u'playing', u'in', u'the', u'snow'], u'raw': u'Two dogs are running and playing in the snow', u'imgid': 239, u'sentid': 1198}, {u'tokens': [u'two', u'dogs', u'playing', u'in', u'the', u'snow'], u'raw': u'Two dogs playing in the snow .', u'imgid': 239, u'sentid': 1199}], u'split': u'train', u'sentids': [1195, 1196, 1197, 1198, 1199]}, {u'filename': u'2971211296_2587c3924d.jpg', u'imgid': 267, u'sentences': [{u'tokens': [u'a', u'boy', u'in', u'football', u'gear', u'running', u'with', u'the', u'football'], u'raw': u'A boy in football gear running with the football', u'imgid': 267, u'sentid': 1335}, {u'tokens': [u'a', u'child', u'runs', u'with', u'a', u'football'], u'raw': u'A child runs with a football .', u'imgid': 267, u'sentid': 1336}, {u'tokens': [u'child', u'in', u'football', u'uniform', u'running', u'on', u'grass'], u'raw': u'Child in football uniform running on grass .', u'imgid': 267, u'sentid': 1337}, {u'tokens': [u'the', u'boy', u'in', u'the', u'red', u'jersey', u'runs', u'with', u'the', u'football'], u'raw': u'The boy in the red jersey runs with the football .', u'imgid': 267, u'sentid': 1338}, {u'tokens': [u'the', u'boy', u'is', u'clutching', u'the', u'football', u'and', u'making', u'a', u'run', u'for', u'a', u'touchdown', u'while', u'looking', u'behind', u'him'], u'raw': u'The boy is clutching the football and making a run for a touchdown while looking behind him .', u'imgid': 267, u'sentid': 1339}], u'split': u'train', u'sentids': [1335, 1336, 1337, 1338, 1339]}, {u'filename': u'3027399066_ca85495775.jpg', u'imgid': 320, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'greyhound', u'dogs', u'racing', u'with', u'muzzles', u'covering', u'their', u'noses'], u'raw': u'A group of greyhound dogs racing with muzzles covering their noses .', u'imgid': 320, u'sentid': 1600}, {u'tokens': [u'a', u'group', u'of', u'greyhounds', u'racing', u'with', u'jerseys', u'and', u'muzzles'], u'raw': u'A group of greyhounds racing with jerseys and muzzles .', u'imgid': 320, u'sentid': 1601}, {u'tokens': [u'a', u'group', u'of', u'racing', u'dogs', u'wearing', u'striped', u'uniforms', u'with', u'numbers', u'run', u'down', u'a', u'track'], u'raw': u'A group of racing dogs wearing striped uniforms with numbers run down a track .', u'imgid': 320, u'sentid': 1602}, {u'tokens': [u'four', u'greyhound', u'dogs', u'are', u'racing', u'against', u'each', u'other', u'in', u'a', u'competition'], u'raw': u'Four greyhound dogs are racing against each other in a competition .', u'imgid': 320, u'sentid': 1603}, {u'tokens': [u'racing', u'dogs', u'wearing', u'jerseys', u'with', u'numbers', u'run', u'by'], u'raw': u'Racing dogs , wearing jerseys with numbers , run by .', u'imgid': 320, u'sentid': 1604}], u'split': u'train', u'sentids': [1600, 1601, 1602, 1603, 1604]}, {u'filename': u'2991771557_d98fa0a69f.jpg', u'imgid': 400, u'sentences': [{u'tokens': [u'a', u'man', u'with', u'a', u'skateboard', u'performs', u'a', u'trick'], u'raw': u'A man with a skateboard performs a trick .', u'imgid': 400, u'sentid': 2000}, {u'tokens': [u'a', u'snowboarder', u'does', u'a', u'trick', u'on', u'a', u'railing'], u'raw': u'A snowboarder does a trick on a railing .', u'imgid': 400, u'sentid': 2001}, {u'tokens': [u'a', u'snowboarder', u'grinding', u'down', u'a', u'side', u'rail'], u'raw': u'A snowboarder grinding down a side rail .', u'imgid': 400, u'sentid': 2002}, {u'tokens': [u'a', u'snowboarder', u'is', u'beginning', u'his', u'run'], u'raw': u'A snowboarder is beginning his run .', u'imgid': 400, u'sentid': 2003}, {u'tokens': [u'a', u'snowboarder', u'wearing', u'a', u'green', u'hat', u'is', u'riding', u'along', u'a', u'metal', u'railing'], u'raw': u'a snowboarder wearing a green hat is riding along a metal railing .', u'imgid': 400, u'sentid': 2004}], u'split': u'train', u'sentids': [2000, 2001, 2002, 2003, 2004]}, {u'filename': u'3436395540_63bc8f2fe0.jpg', u'imgid': 454, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'three', u'dogs', u'competing', u'in', u'a', u'competition'], u'raw': u'A group of three dogs competing in a competition .', u'imgid': 454, u'sentid': 2270}, {u'tokens': [u'three', u'dogs', u'in', u'colored', u'sweaters', u'run', u'across', u'grass', u'with', u'ladder', u'and', u'hand', u'in', u'background'], u'raw': u'Three dogs in colored sweaters run across grass , with ladder and hand in background .', u'imgid': 454, u'sentid': 2271}, {u'tokens': [u'three', u'dogs', u'racing', u'on', u'a', u'grass', u'track', u'wearing', u'different', u'colored', u'jerseys'], u'raw': u'Three dogs racing on a grass track wearing different colored jerseys .', u'imgid': 454, u'sentid': 2272}, {u'tokens': [u'three', u'dogs', u'run', u'through', u'the', u'grass', u'while', u'wearing', u'colored', u'shirts'], u'raw': u'Three dogs run through the grass while wearing colored shirts .', u'imgid': 454, u'sentid': 2273}, {u'tokens': [u'three', u'dogs', u'wearing', u'colored', u'outfits', u'running'], u'raw': u'Three dogs wearing colored outfits running .', u'imgid': 454, u'sentid': 2274}], u'split': u'train', u'sentids': [2270, 2271, 2272, 2273, 2274]}, {u'filename': u'3550459890_161f436c8d.jpg', u'imgid': 495, u'sentences': [{u'tokens': [u'a', u'man', u'about', u'to', u'throw', u'a', u'toy', u'for', u'a', u'dog', u'to', u'go', u'and', u'fetch'], u'raw': u'A man about to throw a toy for a dog to go and fetch .', u'imgid': 495, u'sentid': 2475}, {u'tokens': [u'a', u'man', u'throwing', u'a', u'ball', u'for', u'a', u'dog'], u'raw': u'A man throwing a ball for a dog .', u'imgid': 495, u'sentid': 2476}, {u'tokens': [u'a', u'man', u'throwing', u'a', u'red', u'stick', u'for', u'a', u'dog', u'to', u'fetch'], u'raw': u'A man throwing a red stick for a dog to fetch .', u'imgid': 495, u'sentid': 2477}, {u'tokens': [u'a', u'person', u'throws', u'a', u'red', u'toy', u'for', u'a', u'dog', u'to', u'run', u'for'], u'raw': u'A person throws a red toy for a dog to run for .', u'imgid': 495, u'sentid': 2478}, {u'tokens': [u'the', u'man', u'is', u'throwing', u'a', u'toy', u'to', u'a', u'brown', u'and', u'black', u'dog', u'in', u'the', u'park'], u'raw': u'The man is throwing a toy to a brown and black dog in the park .', u'imgid': 495, u'sentid': 2479}], u'split': u'train', u'sentids': [2475, 2476, 2477, 2478, 2479]}, {u'filename': u'2735979477_eef7c680f9.jpg', u'imgid': 524, u'sentences': [{u'tokens': [u'a', u'tan', u'dog', u'and', u'larger', u'white', u'dog', u'run', u'along', u'the', u'grass'], u'raw': u'A tan dog and larger white dog run along the grass .', u'imgid': 524, u'sentid': 2620}, {u'tokens': [u'two', u'big', u'dogs', u'brown', u'and', u'tan', u'are', u'running', u'in', u'grass'], u'raw': u'Two big dogs , brown and tan , are running in grass .', u'imgid': 524, u'sentid': 2621}, {u'tokens': [u'two', u'dogs', u'running', u'on', u'grass'], u'raw': u'Two dogs running on grass', u'imgid': 524, u'sentid': 2622}, {u'tokens': [u'two', u'golden', u'retreiver', u'dogs', u'are', u'running', u'on', u'the', u'grass'], u'raw': u'Two golden retreiver dogs are running on the grass .', u'imgid': 524, u'sentid': 2623}, {u'tokens': [u'two', u'large', u'dogs', u'running', u'in', u'some', u'grass'], u'raw': u'Two large dogs running in some grass .', u'imgid': 524, u'sentid': 2624}], u'split': u'train', u'sentids': [2620, 2621, 2622, 2623, 2624]}, {u'filename': u'3174196837_800689a2f3.jpg', u'imgid': 529, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'dogs', u'run', u'through', u'the', u'snowy', u'field'], u'raw': u'A group of dogs run through the snowy field .', u'imgid': 529, u'sentid': 2645}, {u'tokens': [u'four', u'dogs', u'happily', u'running', u'in', u'snow'], u'raw': u'Four dogs happily running in snow .', u'imgid': 529, u'sentid': 2646}, {u'tokens': [u'four', u'dogs', u'running', u'in', u'the', u'snow'], u'raw': u'Four dogs running in the snow', u'imgid': 529, u'sentid': 2647}, {u'tokens': [u'four', u'dogs', u'running', u'over', u'snow', u'covered', u'grass'], u'raw': u'Four dogs running over snow covered grass .', u'imgid': 529, u'sentid': 2648}, {u'tokens': [u'several', u'different', u'colored', u'dogs', u'running', u'in', u'a', u'snowy', u'field'], u'raw': u'Several different colored dogs running in a snowy field', u'imgid': 529, u'sentid': 2649}], u'split': u'train', u'sentids': [2645, 2646, 2647, 2648, 2649]}, {u'filename': u'268654674_d29e00b3d0.jpg', u'imgid': 532, u'sentences': [{u'tokens': [u'a', u'family', u'crossing', u'a', u'bridge'], u'raw': u'a family crossing a bridge', u'imgid': 532, u'sentid': 2660}, {u'tokens': [u'dog', u'and', u'women', u'with', u'baby', u'strollers', u'crossing', u'a', u'bridge', u'in', u'rural', u'area'], u'raw': u'Dog and women with baby strollers crossing a bridge in rural area .', u'imgid': 532, u'sentid': 2661}, {u'tokens': [u'people', u'with', u'strollers', u'walking', u'on', u'a', u'bridge'], u'raw': u'People with strollers walking on a bridge .', u'imgid': 532, u'sentid': 2662}, {u'tokens': [u'the', u'couple', u'pushed', u'the', u'strollers', u'across', u'the', u'wood', u'bridge', u'and', u'the', u'dogs', u'followed'], u'raw': u'The couple pushed the strollers across the wood bridge and the dogs followed .', u'imgid': 532, u'sentid': 2663}, {u'tokens': [u'two', u'mothers', u'are', u'pushing', u'baby', u'strollers', u'as', u'the', u'dogs', u'run', u'down'], u'raw': u'Two mothers are pushing baby strollers as the dogs run down .', u'imgid': 532, u'sentid': 2664}], u'split': u'train', u'sentids': [2660, 2661, 2662, 2663, 2664]}, {u'filename': u'641893280_36fd6e886a.jpg', u'imgid': 644, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'and', u'a', u'white', u'dog', u'are', u'running', u'across', u'a', u'stony', u'hillock'], u'raw': u'a brown dog and a white dog are running across a stony hillock .', u'imgid': 644, u'sentid': 3220}, {u'tokens': [u'two', u'brown', u'and', u'white', u'dogs', u'one', u'a', u'boxer', u'and', u'the', u'other', u'a', u'terrier', u'play', u'on', u'a', u'rock', u'covered', u'hill', u'with', u'a', u'blue', u'sky', u'and', u'powdery', u'clouds', u'in', u'the', u'background'], u'raw': u'Two brown and white dogs , one a boxer and the other a terrier , play on a rock covered hill with a blue sky and powdery clouds in the background .', u'imgid': 644, u'sentid': 3221}, {u'tokens': [u'two', u'brown', u'and', u'white', u'dogs', u'run', u'on', u'rocks', u'sky', u'in', u'background'], u'raw': u'Two brown and white dogs run on rocks , sky in background .', u'imgid': 644, u'sentid': 3222}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'along', u'a', u'rocky', u'hill'], u'raw': u'Two dogs are running along a rocky hill .', u'imgid': 644, u'sentid': 3223}, {u'tokens': [u'two', u'dogs', u'run', u'next', u'to', u'each', u'other', u'across', u'rough', u'terrain'], u'raw': u'Two dogs run next to each other across rough terrain .', u'imgid': 644, u'sentid': 3224}], u'split': u'train', u'sentids': [3220, 3221, 3222, 3223, 3224]}, {u'filename': u'3528966521_2e871ff6a1.jpg', u'imgid': 748, u'sentences': [{u'tokens': [u'joggers', u'running', u'down', u'a', u'rural', u'road', u'in', u'a', u'race'], u'raw': u'Joggers running down a rural road in a race .', u'imgid': 748, u'sentid': 3740}, {u'tokens': [u'marathon', u'runners', u'on', u'a', u'road', u'in', u'front', u'of', u'a', u'mountain', u'ridge'], u'raw': u'Marathon runners on a road in front of a mountain ridge .', u'imgid': 748, u'sentid': 3741}, {u'tokens': [u'people', u'running', u'down', u'a', u'two', u'lane', u'road'], u'raw': u'People running down a two lane road .', u'imgid': 748, u'sentid': 3742}, {u'tokens': [u'runners', u'run', u'down', u'the', u'road', u'with', u'mountains', u'in', u'the', u'background'], u'raw': u'Runners run down the road with mountains in the background .', u'imgid': 748, u'sentid': 3743}, {u'tokens': [u'several', u'people', u'run', u'down', u'a', u'highway', u'with', u'mountains', u'in', u'the', u'background'], u'raw': u'Several people run down a highway with mountains in the background .', u'imgid': 748, u'sentid': 3744}], u'split': u'train', u'sentids': [3740, 3741, 3742, 3743, 3744]}, {u'filename': u'3551003620_0b02d76f65.jpg', u'imgid': 780, u'sentences': [{u'tokens': [u'an', u'inline', u'skater', u'in', u'red', u'pants', u'and', u'blue', u'shirt', u'skates', u'between', u'green', u'cones'], u'raw': u'An inline skater in red pants and blue shirt skates between green cones .', u'imgid': 780, u'sentid': 3900}, {u'tokens': [u'a', u'person', u'in', u'red', u'pants', u'wearing', u'in', u'line', u'skates', u'weaves', u'through', u'green', u'cones'], u'raw': u'A person in red pants wearing in line skates weaves through green cones .', u'imgid': 780, u'sentid': 3901}, {u'tokens': [u'a', u'person', u'is', u'performing', u'a', u'rollerblading', u'trick', u'as', u'other', u'people', u'skate', u'and', u'run', u'nearby'], u'raw': u'A person is performing a rollerblading trick as other people skate and run nearby .', u'imgid': 780, u'sentid': 3902}, {u'tokens': [u'a', u'woman', u'rollerblading', u'around', u'green', u'cones'], u'raw': u'A woman rollerblading around green cones .', u'imgid': 780, u'sentid': 3903}, {u'tokens': [u'a', u'woman', u'skates', u'while', u'others', u'run', u'on', u'a', u'path'], u'raw': u'A woman skates while others run on a path .', u'imgid': 780, u'sentid': 3904}], u'split': u'train', u'sentids': [3900, 3901, 3902, 3903, 3904]}, {u'filename': u'3082934678_58534e9d2c.jpg', u'imgid': 796, u'sentences': [{u'tokens': [u'a', u'tan', u'dog', u'is', u'running', u'on', u'pavement', u'with', u'a', u'white', u'dog', u'running', u'on', u'grass', u'beside', u'it'], u'raw': u'A tan dog is running on pavement with a white dog running on grass beside it .', u'imgid': 796, u'sentid': 3980}, {u'tokens': [u'two', u'dogs', u'one', u'white', u'and', u'one', u'brown', u'run', u'alongside', u'each', u'other', u'near', u'a', u'grassy', u'field'], u'raw': u'Two dogs , one white and one brown , run alongside each other near a grassy field .', u'imgid': 796, u'sentid': 3981}, {u'tokens': [u'two', u'dogs', u'run', u'down', u'the', u'road'], u'raw': u'Two dogs run down the road .', u'imgid': 796, u'sentid': 3982}, {u'tokens': [u'two', u'tan', u'dogs', u'running', u'along', u'a', u'concrete', u'path', u'together'], u'raw': u'two tan dogs running along a concrete path together .', u'imgid': 796, u'sentid': 3983}, {u'tokens': [u'two', u'yellow', u'dogs', u'are', u'running', u'side', u'by', u'side', u'down', u'a', u'road'], u'raw': u'Two yellow dogs are running side by side down a road .', u'imgid': 796, u'sentid': 3984}], u'split': u'train', u'sentids': [3980, 3981, 3982, 3983, 3984]}, {u'filename': u'439916996_1ddb9dc8e7.jpg', u'imgid': 893, u'sentences': [{u'tokens': [u'brown', u'dogs', u'and', u'a', u'woman', u'in', u'a', u'yard'], u'raw': u'brown dogs and a woman in a yard', u'imgid': 893, u'sentid': 4465}, {u'tokens': [u'a', u'brown', u'dog', u'persues', u'a', u'frisbee', u'across', u'the', u'grass', u'as', u'the', u'thrower', u'watches'], u'raw': u'A brown dog persues a Frisbee across the grass as the thrower watches .', u'imgid': 893, u'sentid': 4466}, {u'tokens': [u'a', u'woman', u'in', u'a', u'blue', u'jacket', u'watches', u'as', u'her', u'two', u'brown', u'dogs', u'play', u'with', u'a', u'red', u'ball', u'in', u'a', u'grassy', u'yard'], u'raw': u'A woman in a blue jacket watches as her two brown dogs play with a red ball in a grassy yard .', u'imgid': 893, u'sentid': 4467}, {u'tokens': [u'a', u'woman', u'throws', u'a', u'frisbee', u'for', u'her', u'two', u'brown', u'dogs', u'to', u'chase'], u'raw': u'A woman throws a Frisbee for her two brown dogs to chase .', u'imgid': 893, u'sentid': 4468}, {u'tokens': [u'a', u'woman', u'watches', u'a', u'brown', u'dog', u'run', u'away', u'from', u'a', u'house', u'across', u'the', u'grass'], u'raw': u'A woman watches a brown dog run away from a house across the grass .', u'imgid': 893, u'sentid': 4469}], u'split': u'train', u'sentids': [4465, 4466, 4467, 4468, 4469]}, {u'filename': u'3117562746_62f57a02b5.jpg', u'imgid': 895, u'sentences': [{u'tokens': [u'a', u'dog', u'chases', u'another', u'dog'], u'raw': u'a dog chases another dog .', u'imgid': 895, u'sentid': 4475}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'through', u'the', u'snow', u'with', u'ball', u'in', u'their', u'mouths'], u'raw': u'Two dogs are running through the snow with ball in their mouths .', u'imgid': 895, u'sentid': 4476}, {u'tokens': [u'two', u'dogs', u'holding', u'red', u'balls', u'in', u'their', u'mouth', u'running', u'in', u'the', u'snow'], u'raw': u'Two dogs holding red balls in their mouth , running in the snow .', u'imgid': 895, u'sentid': 4477}, {u'tokens': [u'two', u'dogs', u'in', u'the', u'snow'], u'raw': u'Two dogs in the snow', u'imgid': 895, u'sentid': 4478}, {u'tokens': [u'two', u'tan', u'dogs', u'run', u'in', u'the', u'snow', u'carrying', u'red', u'balls', u'in', u'their', u'mouths'], u'raw': u'Two tan dogs run in the snow carrying red balls in their mouths .', u'imgid': 895, u'sentid': 4479}], u'split': u'train', u'sentids': [4475, 4476, 4477, 4478, 4479]}, {u'filename': u'1876536922_8fdf8d7028.jpg', u'imgid': 901, u'sentences': [{u'tokens': [u'two', u'dogs', u'are', u'running', u'through', u'water', u'carrying', u'a', u'rope', u'and', u'red', u'float', u'in', u'their', u'mouths'], u'raw': u'Two dogs are running through water carrying a rope and red float in their mouths .', u'imgid': 901, u'sentid': 4505}, {u'tokens': [u'two', u'dogs', u'carry', u'a', u'toy', u'out', u'of', u'the', u'ocean'], u'raw': u'Two dogs carry a toy out of the ocean .', u'imgid': 901, u'sentid': 4506}, {u'tokens': [u'two', u'dogs', u'carrying', u'a', u'red', u'toy', u'in', u'their', u'mouths', u'and', u'running', u'in', u'water'], u'raw': u'Two dogs carrying a red toy in their mouths and running in water .', u'imgid': 901, u'sentid': 4507}, {u'tokens': [u'two', u'dogs', u'carry', u'one', u'object', u'while', u'wading', u'in', u'the', u'ocean'], u'raw': u'Two dogs carry one object while wading in the ocean .', u'imgid': 901, u'sentid': 4508}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'the', u'water', u'and', u'both', u'hold', u'the', u'same', u'toy', u'in', u'their', u'mouths'], u'raw': u'Two dogs run through the water and both hold the same toy in their mouths .', u'imgid': 901, u'sentid': 4509}], u'split': u'train', u'sentids': [4505, 4506, 4507, 4508, 4509]}, {u'filename': u'3503471307_464a8f588c.jpg', u'imgid': 957, u'sentences': [{u'tokens': [u'a', u'boy', u'is', u'doing', u'a', u'jumping', u'stunt', u'on', u'a', u'bicycle', u'in', u'a', u'run', u'down', u'street'], u'raw': u'A boy is doing a jumping stunt on a bicycle in a run down street .', u'imgid': 957, u'sentid': 4785}, {u'tokens': [u'a', u'boy', u'is', u'in', u'the', u'air', u'on', u'his', u'bike'], u'raw': u'A boy is in the air on his bike .', u'imgid': 957, u'sentid': 4786}, {u'tokens': [u'a', u'boy', u'performs', u'a', u'one', u'handed', u'trick', u'on', u'his', u'bicycle', u'by', u'a', u'rundown', u'building'], u'raw': u'A boy performs a one-handed trick on his bicycle by a rundown building .', u'imgid': 957, u'sentid': 4787}, {u'tokens': [u'a', u'young', u'man', u'is', u'pulling', u'tricks', u'on', u'his', u'bike', u'in', u'front', u'of', u'a', u'warehouse'], u'raw': u'A young man is pulling tricks on his bike in front of a warehouse .', u'imgid': 957, u'sentid': 4788}, {u'tokens': [u'the', u'boy', u'does', u'a', u'jumps', u'his', u'bike', u'into', u'the', u'air'], u'raw': u'The boy does a jumps his bike into the air .', u'imgid': 957, u'sentid': 4789}], u'split': u'train', u'sentids': [4785, 4786, 4787, 4788, 4789]}, {u'filename': u'537479916_c033897fac.jpg', u'imgid': 996, u'sentences': [{u'tokens': [u'a', u'black', u'dog', u'finishes', u'running', u'down', u'a', u'blue', u'and', u'orange', u'ramp'], u'raw': u'A black dog finishes running down a blue and orange ramp .', u'imgid': 996, u'sentid': 4980}, {u'tokens': [u'a', u'black', u'dog', u'has', u'just', u'run', u'down', u'a', u'blue', u'and', u'red', u'ramp', u'on', u'an', u'obstacle', u'course'], u'raw': u'A black dog has just run down a blue and red ramp on an obstacle course .', u'imgid': 996, u'sentid': 4981}, {u'tokens': [u'a', u'dog', u'and', u'person', u'doing', u'an', u'agility', u'course'], u'raw': u'A dog and person doing an agility course .', u'imgid': 996, u'sentid': 4982}, {u'tokens': [u'a', u'dog', u'runs', u'dog', u'a', u'ramp'], u'raw': u'a dog runs dog a ramp .', u'imgid': 996, u'sentid': 4983}, {u'tokens': [u'a', u'dog', u'runs', u'down', u'a', u'ramp', u'past', u'its', u'trainer'], u'raw': u'A dog runs down a ramp past its trainer .', u'imgid': 996, u'sentid': 4984}], u'split': u'train', u'sentids': [4980, 4981, 4982, 4983, 4984]}, {u'filename': u'3136043366_b3f8607a0e.jpg', u'imgid': 1002, u'sentences': [{u'tokens': [u'a', u'bunch', u'of', u'football', u'players', u'in', u'blue'], u'raw': u'A bunch of football players in blue .', u'imgid': 1002, u'sentid': 5010}, {u'tokens': [u'a', u'football', u'team', u'in', u'blue', u'uniforms', u'run', u'out', u'of', u'a', u'smoke', u'cloud'], u'raw': u'A football team in blue uniforms run out of a smoke cloud .', u'imgid': 1002, u'sentid': 5011}, {u'tokens': [u'a', u'group', u'of', u'football', u'players', u'wearing', u'blue', u'uniforms', u'run', u'down', u'a', u'foggy', u'field'], u'raw': u'A group of football players wearing blue uniforms run down a foggy field .', u'imgid': 1002, u'sentid': 5012}, {u'tokens': [u'a', u'large', u'group', u'of', u'football', u'players', u'in', u'blue', u'jerseys', u'running', u'through', u'the', u'field'], u'raw': u'a large group of football players in blue jerseys running through the field .', u'imgid': 1002, u'sentid': 5013}, {u'tokens': [u'seven', u'american', u'footballers', u'in', u'blue', u'are', u'doing', u'a', u'victory', u'run', u'towards', u'camera'], u'raw': u'Seven American footballers in blue are doing a victory run towards camera .', u'imgid': 1002, u'sentid': 5014}], u'split': u'train', u'sentids': [5010, 5011, 5012, 5013, 5014]}, {u'filename': u'2708634088_a4686be24c.jpg', u'imgid': 1046, u'sentences': [{u'tokens': [u'two', u'brown', u'dogs', u'one', u'with', u'a', u'stick', u'in', u'its', u'mouth'], u'raw': u'two brown dogs one with a stick in its mouth', u'imgid': 1046, u'sentid': 5230}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'side', u'by', u'side', u'through', u'long', u'grass'], u'raw': u'Two dogs are running side by side through long grass .', u'imgid': 1046, u'sentid': 5231}, {u'tokens': [u'two', u'large', u'black', u'and', u'brown', u'dogs', u'run', u'through', u'the', u'tall', u'grass'], u'raw': u'Two large black and brown dogs run through the tall grass .', u'imgid': 1046, u'sentid': 5232}, {u'tokens': [u'two', u'large', u'dogs', u'bound', u'through', u'a', u'field'], u'raw': u'Two large dogs bound through a field .', u'imgid': 1046, u'sentid': 5233}, {u'tokens': [u'two', u'tall', u'black', u'dogs', u'run', u'through', u'tall', u'grass'], u'raw': u'Two tall black dogs run through tall grass .', u'imgid': 1046, u'sentid': 5234}], u'split': u'train', u'sentids': [5230, 5231, 5232, 5233, 5234]}, {u'filename': u'2564888404_b57f89d3c7.jpg', u'imgid': 1065, u'sentences': [{u'tokens': [u'one', u'black', u'dog', u'and', u'one', u'brown', u'and', u'white', u'dog', u'are', u'running', u'in', u'the', u'water'], u'raw': u'One black dog and one brown and white dog are running in the water .', u'imgid': 1065, u'sentid': 5325}, {u'tokens': [u'the', u'two', u'dogs', u'are', u'running', u'through', u'the', u'water', u'side', u'by', u'side'], u'raw': u'The two dogs are running through the water side by side .', u'imgid': 1065, u'sentid': 5326}, {u'tokens': [u'two', u'dogs', u'run', u'in', u'the', u'water'], u'raw': u'Two dogs run in the water .', u'imgid': 1065, u'sentid': 5327}, {u'tokens': [u'two', u'dogs', u'running', u'in', u'the', u'surf'], u'raw': u'Two dogs running in the surf .', u'imgid': 1065, u'sentid': 5328}, {u'tokens': [u'two', u'dogs', u'running', u'side', u'by', u'side', u'in', u'water'], u'raw': u'Two dogs running side by side in water .', u'imgid': 1065, u'sentid': 5329}], u'split': u'train', u'sentids': [5325, 5326, 5327, 5328, 5329]}, {u'filename': u'3584829998_25e59fdef3.jpg', u'imgid': 1079, u'sentences': [{u'tokens': [u'a', u'white', u'dog', u'and', u'a', u'black', u'and', u'white', u'dog', u'are', u'playing', u'while', u'two', u'more', u'black', u'dogs', u'move', u'towards', u'them'], u'raw': u'A white dog and a black and white dog are playing while two more black dogs move towards them .', u'imgid': 1079, u'sentid': 5395}, {u'tokens': [u'a', u'white', u'dog', u'two', u'black', u'dogs', u'and', u'a', u'black', u'and', u'white', u'dog', u'are', u'playing', u'on', u'the', u'edge', u'of', u'a', u'baseball', u'field'], u'raw': u'A white dog , two black dogs , and a black and white dog are playing on the edge of a baseball field .', u'imgid': 1079, u'sentid': 5396}, {u'tokens': [u'the', u'dogs', u'are', u'playing', u'at', u'the', u'baseball', u'field'], u'raw': u'The dogs are playing at the baseball field .', u'imgid': 1079, u'sentid': 5397}, {u'tokens': [u'the', u'dogs', u'are', u'running', u'on', u'the', u'grass', u'near', u'a', u'baseball', u'field'], u'raw': u'The dogs are running on the grass , near a baseball field .', u'imgid': 1079, u'sentid': 5398}, {u'tokens': [u'the', u'dogs', u'run', u'and', u'play', u'on', u'the', u'baseball', u'field'], u'raw': u'The dogs run and play on the baseball field .', u'imgid': 1079, u'sentid': 5399}], u'split': u'train', u'sentids': [5395, 5396, 5397, 5398, 5399]}, {u'filename': u'3677927146_1696f0b075.jpg', u'imgid': 1096, u'sentences': [{u'tokens': [u'several', u'large', u'dogs', u'are', u'running', u'through', u'a', u'large', u'grassy', u'area'], u'raw': u'Several large dogs are running through a large grassy area .', u'imgid': 1096, u'sentid': 5480}, {u'tokens': [u'three', u'dogs', u'moving', u'through', u'grass'], u'raw': u'Three dogs moving through grass .', u'imgid': 1096, u'sentid': 5481}, {u'tokens': [u'three', u'dogs', u'on', u'grass', u'running', u'towards', u'the', u'camera'], u'raw': u'Three dogs on grass running towards the camera .', u'imgid': 1096, u'sentid': 5482}, {u'tokens': [u'three', u'dogs', u'running', u'in', u'a', u'field', u'of', u'grass'], u'raw': u'Three dogs running in a field of grass .', u'imgid': 1096, u'sentid': 5483}, {u'tokens': [u'three', u'dogs', u'run', u'through', u'a', u'manicured', u'lawn'], u'raw': u'Three dogs run through a manicured lawn .', u'imgid': 1096, u'sentid': 5484}], u'split': u'train', u'sentids': [5480, 5481, 5482, 5483, 5484]}, {u'filename': u'1129704496_4a61441f2c.jpg', u'imgid': 1125, u'sentences': [{u'tokens': [u'a', u'brown', u'and', u'white', u'and', u'a', u'black', u'and', u'white', u'dog', u'hauling', u'in', u'a', u'floating', u'toy', u'from', u'the', u'ocean'], u'raw': u'A brown and white and a black and white dog hauling in a floating toy from the ocean .', u'imgid': 1125, u'sentid': 5625}, {u'tokens': [u'both', u'dogs', u'retrieve', u'the', u'play', u'toy', u'from', u'the', u'water'], u'raw': u'Both dogs retrieve the play toy from the water .', u'imgid': 1125, u'sentid': 5626}, {u'tokens': [u'two', u'dogs', u'in', u'the', u'ocean', u'playing', u'with', u'a', u'toy'], u'raw': u'Two dogs in the ocean playing with a toy', u'imgid': 1125, u'sentid': 5627}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'the', u'water', u'with', u'a', u'rope', u'in', u'their', u'mouths'], u'raw': u'Two dogs run through the water with a rope in their mouths .', u'imgid': 1125, u'sentid': 5628}, {u'tokens': [u'two', u'dogs', u'tug', u'at', u'a', u'chew', u'toy', u'in', u'the', u'surf'], u'raw': u'Two dogs tug at a chew toy in the surf .', u'imgid': 1125, u'sentid': 5629}], u'split': u'train', u'sentids': [5625, 5626, 5627, 5628, 5629]}, {u'filename': u'3406802138_ef77bbddd0.jpg', u'imgid': 1149, u'sentences': [{u'tokens': [u'two', u'dogs', u'kick', u'up', u'dirt', u'while', u'running', u'down', u'a', u'hill'], u'raw': u'Two dogs kick up dirt while running down a hill .', u'imgid': 1149, u'sentid': 5745}, {u'tokens': [u'two', u'dogs', u'running', u'in', u'the', u'dirt'], u'raw': u'Two dogs running in the dirt', u'imgid': 1149, u'sentid': 5746}, {u'tokens': [u'two', u'dogs', u'running', u'in', u'the', u'dirt'], u'raw': u'Two dogs running in the dirt .', u'imgid': 1149, u'sentid': 5747}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'dirt', u'and', u'weeds'], u'raw': u'Two dogs run through dirt and weeds .', u'imgid': 1149, u'sentid': 5748}, {u'tokens': [u'two', u'yellow', u'dogs', u'running', u'on', u'sand'], u'raw': u'Two yellow dogs running on sand .', u'imgid': 1149, u'sentid': 5749}], u'split': u'train', u'sentids': [5745, 5746, 5747, 5748, 5749]}, {u'filename': u'3342487512_fd33971dea.jpg', u'imgid': 1249, u'sentences': [{u'tokens': [u'a', u'person', u'wearing', u'protective', u'gear', u'on', u'a', u'snowboard', u'in', u'the', u'air', u'above', u'snow'], u'raw': u'A person wearing protective gear on a snowboard in the air above snow .', u'imgid': 1249, u'sentid': 6245}, {u'tokens': [u'a', u'snowboarder', u'doing', u'a', u'jump', u'on', u'a', u'k2', u'snowboard'], u'raw': u'A snowboarder doing a jump on a K2 snowboard .', u'imgid': 1249, u'sentid': 6246}, {u'tokens': [u'a', u'snowboarder', u'is', u'attempting', u'a', u'jump', u'on', u'a', u'crafted', u'ski', u'run'], u'raw': u'A snowboarder is attempting a jump on a crafted ski run .', u'imgid': 1249, u'sentid': 6247}, {u'tokens': [u'a', u'snow', u'boarder', u'is', u'performing', u'a', u'jump', u'whilst', u'riding', u'on', u'a', u'pink', u'snowboard'], u'raw': u'a snow-boarder is performing a jump whilst riding on a pink snowboard .', u'imgid': 1249, u'sentid': 6248}, {u'tokens': [u'a', u'snowboarder', u'makes', u'a', u'jump', u'and', u'does', u'a', u'trick', u'with', u'his', u'pink', u'blue', u'&', u'black', u'board'], u'raw': u'A snowboarder makes a jump and does a trick with his pink , blue & black board .', u'imgid': 1249, u'sentid': 6249}], u'split': u'train', u'sentids': [6245, 6246, 6247, 6248, 6249]}, {u'filename': u'2856456013_335297f587.jpg', u'imgid': 1296, u'sentences': [{u'tokens': [u'a', u'soccer', u'player', u'in', u'a', u'white', u'shirt', u'moves', u'to', u'run', u'past', u'a', u'player', u'from', u'the', u'opposite', u'team'], u'raw': u'A soccer player in a white shirt moves to run past a player from the opposite team .', u'imgid': 1296, u'sentid': 6480}, {u'tokens': [u'guy', u'in', u'white', u'trying', u'to', u'score', u'in', u'soccer', u'while', u'being', u'blocked', u'by', u'two', u'guys', u'in', u'orange', u'and', u'black'], u'raw': u'Guy in white trying to score in soccer while being blocked by two guys in orange and black', u'imgid': 1296, u'sentid': 6481}, {u'tokens': [u'number', u'3', u'has', u'the', u'soccer', u'ball', u'going', u'around', u'number', u'6', u'in', u'a', u'red', u'jersey'], u'raw': u'Number 3 has the soccer ball going around number 6 in a red jersey .', u'imgid': 1296, u'sentid': 6482}, {u'tokens': [u'the', u'soccer', u'player', u'in', u'red', u'is', u'trying', u'to', u'block', u'the', u'player', u'in', u'white'], u'raw': u'The soccer player in red is trying to block the player in white .', u'imgid': 1296, u'sentid': 6483}, {u'tokens': [u'three', u'boys', u'playing', u'soccer'], u'raw': u'Three boys playing soccer .', u'imgid': 1296, u'sentid': 6484}], u'split': u'train', u'sentids': [6480, 6481, 6482, 6483, 6484]}, {u'filename': u'495054019_3dee8a02f5.jpg', u'imgid': 1337, u'sentences': [{u'tokens': [u'a', u'white', u'haired', u'coach', u'is', u'coaching', u'his', u'team', u'of', u'young', u'men', u'while', u'they', u'run', u'towards', u'him'], u'raw': u'A white haired coach is coaching his team of young men while they run towards him .', u'imgid': 1337, u'sentid': 6685}, {u'tokens': [u'a', u'white', u'haired', u'coach', u'stands', u'in', u'front', u'of', u'a', u'group', u'of', u'high', u'school', u'age', u'boys', u'running', u'past', u'him'], u'raw': u'A white haired coach stands in front of a group of high school age boys running past him .', u'imgid': 1337, u'sentid': 6686}, {u'tokens': [u'three', u'teenage', u'boys', u'are', u'running', u'towards', u'an', u'older', u'man', u'in', u'a', u'white', u'shirt'], u'raw': u'Three teenage boys are running towards an older man in a white shirt .', u'imgid': 1337, u'sentid': 6687}, {u'tokens': [u'three', u'young', u'men', u'face', u'an', u'older', u'man', u'with', u'a', u'whistle'], u'raw': u'Three young men face an older man with a whistle .', u'imgid': 1337, u'sentid': 6688}, {u'tokens': [u'three', u'young', u'men', u'sprinting', u'past', u'their', u'coach', u'outside'], u'raw': u'Three young men sprinting past their coach outside .', u'imgid': 1337, u'sentid': 6689}], u'split': u'train', u'sentids': [6685, 6686, 6687, 6688, 6689]}, {u'filename': u'3260191163_6c1551eee8.jpg', u'imgid': 1338, u'sentences': [{u'tokens': [u'two', u'brown', u'dogs', u'are', u'playing', u'in', u'a', u'field'], u'raw': u'Two brown dogs are playing in a field .', u'imgid': 1338, u'sentid': 6690}, {u'tokens': [u'two', u'brown', u'dogs', u'are', u'wrestling', u'in', u'a', u'grassy', u'field'], u'raw': u'Two brown dogs are wrestling in a grassy field .', u'imgid': 1338, u'sentid': 6691}, {u'tokens': [u'two', u'brown', u'dogs', u'play', u'or', u'fight'], u'raw': u'Two brown dogs play or fight .', u'imgid': 1338, u'sentid': 6692}, {u'tokens': [u'two', u'dogs', u'run', u'across', u'the', u'grassy', u'field'], u'raw': u'Two dogs run across the grassy field .', u'imgid': 1338, u'sentid': 6693}, {u'tokens': [u'two', u'large', u'brown', u'dogs', u'run', u'along', u'a', u'field', u'playfully'], u'raw': u'Two large brown dogs run along a field playfully .', u'imgid': 1338, u'sentid': 6694}], u'split': u'train', u'sentids': [6690, 6691, 6692, 6693, 6694]}, {u'filename': u'2603690144_7a28b1d13c.jpg', u'imgid': 1391, u'sentences': [{u'tokens': [u'a', u'boy', u'and', u'a', u'dog', u'are', u'running', u'down', u'a', u'hill', u'away', u'from', u'a', u'crowd'], u'raw': u'A boy and a dog are running down a hill away from a crowd .', u'imgid': 1391, u'sentid': 6955}, {u'tokens': [u'a', u'boy', u'and', u'a', u'dog', u'run', u'ahead', u'of', u'a', u'group', u'of', u'people'], u'raw': u'A boy and a dog run ahead of a group of people .', u'imgid': 1391, u'sentid': 6956}, {u'tokens': [u'a', u'group', u'of', u'children', u'running', u'down', u'a', u'hill'], u'raw': u'A group of children running down a hill .', u'imgid': 1391, u'sentid': 6957}, {u'tokens': [u'a', u'group', u'of', u'children', u'running', u'with', u'a', u'dog', u'down', u'a', u'grassy', u'hill'], u'raw': u'a group of children running with a dog down a grassy hill .', u'imgid': 1391, u'sentid': 6958}, {u'tokens': [u'a', u'little', u'boy', u'and', u'a', u'dog', u'run', u'down', u'a', u'hill', u'behind', u'them', u'a', u'boy', u'on', u'a', u'mini', u'cycle', u'and', u'a', u'shouting', u'family'], u'raw': u'A little boy and a dog run down a hill , behind them , a boy on a mini cycle and a shouting family .', u'imgid': 1391, u'sentid': 6959}], u'split': u'train', u'sentids': [6955, 6956, 6957, 6958, 6959]}, {u'filename': u'2868324804_5cc8030484.jpg', u'imgid': 1511, u'sentences': [{u'tokens': [u'three', u'dark', u'haired', u'little', u'girls', u'running', u'across', u'a', u'field'], u'raw': u'Three dark haired little girls running across a field .', u'imgid': 1511, u'sentid': 7555}, {u'tokens': [u'three', u'girls', u'are', u'running', u'on', u'a', u'field', u'in', u'front', u'of', u'a', u'fence'], u'raw': u'Three girls are running on a field in front of a fence .', u'imgid': 1511, u'sentid': 7556}, {u'tokens': [u'three', u'girls', u'run', u'in', u'a', u'field', u'outside'], u'raw': u'Three girls run in a field outside .', u'imgid': 1511, u'sentid': 7557}, {u'tokens': [u'three', u'girls', u'run', u'on', u'a', u'grassy', u'field', u'with', u'a', u'building', u'in', u'the', u'background'], u'raw': u'Three girls run on a grassy field with a building in the background .', u'imgid': 1511, u'sentid': 7558}, {u'tokens': [u'three', u'little', u'girls', u'run', u'on', u'a', u'soccer', u'field'], u'raw': u'three little girls run on a soccer field .', u'imgid': 1511, u'sentid': 7559}], u'split': u'train', u'sentids': [7555, 7556, 7557, 7558, 7559]}, {u'filename': u'447722389_4b51b7e13d.jpg', u'imgid': 1526, u'sentences': [{u'tokens': [u'a', u'brown', u'and', u'white', u'dog', u'is', u'jumping', u'high', u'and', u'catching', u'a', u'blue', u'ball'], u'raw': u'A brown and white dog is jumping high and catching a blue ball .', u'imgid': 1526, u'sentid': 7630}, {u'tokens': [u'a', u'dog', u'is', u'jumping', u'and', u'catching', u'a', u'small', u'blue', u'ball', u'in', u'a', u'park', u'surrounded', u'by', u'two', u'other', u'dogs'], u'raw': u'A dog is jumping and catching a small , blue ball in a park surrounded by two other dogs .', u'imgid': 1526, u'sentid': 7631}, {u'tokens': [u'a', u'dog', u'jumps', u'and', u'catches', u'a', u'blue', u'ball', u'in', u'his', u'mouth'], u'raw': u'A dog jumps and catches a blue ball in his mouth .', u'imgid': 1526, u'sentid': 7632}, {u'tokens': [u'a', u'dog', u'jumps', u'in', u'the', u'air', u'to', u'catch', u'a', u'blue', u'ball'], u'raw': u'A dog jumps in the air to catch a blue ball .', u'imgid': 1526, u'sentid': 7633}, {u'tokens': [u'three', u'dogs', u'run', u'on', u'grass', u'one', u'leaps', u'to', u'catch', u'blue', u'ball'], u'raw': u'Three dogs run on grass , one leaps to catch blue ball .', u'imgid': 1526, u'sentid': 7634}], u'split': u'train', u'sentids': [7630, 7631, 7632, 7633, 7634]}, {u'filename': u'2759211664_d21393b668.jpg', u'imgid': 1541, u'sentences': [{u'tokens': [u'a', u'boy', u'in', u'a', u'red', u'shirt', u'and', u'white', u'shorts', u'is', u'standing', u'in', u'the', u'sand'], u'raw': u'A boy in a red shirt and white shorts is standing in the sand .', u'imgid': 1541, u'sentid': 7705}, {u'tokens': [u'a', u'boy', u'runs', u'along', u'a', u'beach', u'while', u'a', u'group', u'of', u'young', u'girls', u'watch'], u'raw': u'A boy runs along a beach while a group of young girls watch .', u'imgid': 1541, u'sentid': 7706}, {u'tokens': [u'a', u'boy', u'sprints', u'across', u'the', u'sand'], u'raw': u'a boy sprints across the sand .', u'imgid': 1541, u'sentid': 7707}, {u'tokens': [u'a', u'boy', u'wearing', u'a', u'red', u'shirt', u'is', u'running', u'through', u'the', u'sand'], u'raw': u'A boy wearing a red shirt is running through the sand .', u'imgid': 1541, u'sentid': 7708}, {u'tokens': [u'the', u'blonde', u'girl', u'is', u'watching', u'the', u'boy', u'run', u'barefoot', u'on', u'the', u'ground'], u'raw': u'The blonde girl is watching the boy run barefoot on the ground .', u'imgid': 1541, u'sentid': 7709}], u'split': u'train', u'sentids': [7705, 7706, 7707, 7708, 7709]}, {u'filename': u'3398745929_8cd3bbb8a8.jpg', u'imgid': 1542, u'sentences': [{u'tokens': [u'an', u'person', u'runs', u'at', u'the', u'waters', u'edge', u'at', u'the', u'ocean'], u'raw': u'An person runs at the waters edge at the ocean .', u'imgid': 1542, u'sentid': 7710}, {u'tokens': [u'a', u'person', u'is', u'running', u'across', u'the', u'beach', u'at', u'the', u'waters', u'edge'], u'raw': u'A person is running across the beach at the waters edge .', u'imgid': 1542, u'sentid': 7711}, {u'tokens': [u'a', u'person', u's', u'legs', u'backlit', u'run', u'through', u'the', u'surf'], u'raw': u"A person 's legs , backlit , run through the surf .", u'imgid': 1542, u'sentid': 7712}, {u'tokens': [u'someone', u'runs', u'along', u'the', u'beach', u'in', u'the', u'bright', u'sun'], u'raw': u'Someone runs along the beach in the bright sun .', u'imgid': 1542, u'sentid': 7713}, {u'tokens': [u'someone', u's', u'legs', u'are', u'in', u'frame', u'running', u'over', u'a', u'beach', u'shore'], u'raw': u"Someone 's legs are in frame running over a beach shore .", u'imgid': 1542, u'sentid': 7714}], u'split': u'train', u'sentids': [7710, 7711, 7712, 7713, 7714]}, {u'filename': u'3461437556_cc5e97f3ac.jpg', u'imgid': 1561, u'sentences': [{u'tokens': [u'dogs', u'on', u'grass'], u'raw': u'Dogs on grass .', u'imgid': 1561, u'sentid': 7805}, {u'tokens': [u'three', u'dogs', u'are', u'running', u'on', u'the', u'grass'], u'raw': u'Three dogs are running on the grass .', u'imgid': 1561, u'sentid': 7806}, {u'tokens': [u'three', u'dogs', u'one', u'white', u'and', u'two', u'brown', u'are', u'running', u'together', u'on', u'a', u'field', u'of', u'grass'], u'raw': u'Three dogs , one white and two brown , are running together on a field of grass .', u'imgid': 1561, u'sentid': 7807}, {u'tokens': [u'three', u'dogs', u'run', u'along', u'a', u'grassy', u'yard'], u'raw': u'Three dogs run along a grassy yard .', u'imgid': 1561, u'sentid': 7808}, {u'tokens': [u'three', u'dogs', u'run', u'together', u'in', u'the', u'grass'], u'raw': u'Three dogs run together in the grass .', u'imgid': 1561, u'sentid': 7809}], u'split': u'train', u'sentids': [7805, 7806, 7807, 7808, 7809]}, {u'filename': u'3613667665_1881c689ea.jpg', u'imgid': 1659, u'sentences': [{u'tokens': [u'a', u'black', u'dog', u'runs', u'across', u'the', u'water', u'at', u'a', u'beach', u'while', u'another', u'follows'], u'raw': u'A black dog runs across the water at a beach while another follows .', u'imgid': 1659, u'sentid': 8295}, {u'tokens': [u'a', u'pair', u'of', u'black', u'dogs', u'runs', u'in', u'the', u'surf'], u'raw': u'A pair of black dogs runs in the surf .', u'imgid': 1659, u'sentid': 8296}, {u'tokens': [u'dogs', u'run', u'in', u'the', u'surf'], u'raw': u'Dogs run in the surf .', u'imgid': 1659, u'sentid': 8297}, {u'tokens': [u'the', u'black', u'dog', u'is', u'running', u'through', u'the', u'water', u'on', u'the', u'beach'], u'raw': u'The black dog is running through the water on the beach .', u'imgid': 1659, u'sentid': 8298}, {u'tokens': [u'two', u'black', u'dogs', u'splash', u'through', u'the', u'waves', u'on', u'a', u'beach'], u'raw': u'Two black dogs splash through the waves on a beach .', u'imgid': 1659, u'sentid': 8299}], u'split': u'train', u'sentids': [8295, 8296, 8297, 8298, 8299]}, {u'filename': u'2309327462_82a24538d4.jpg', u'imgid': 1663, u'sentences': [{u'tokens': [u'a', u'dog', u'chases', u'another', u'dog'], u'raw': u'a dog chases another dog .', u'imgid': 1663, u'sentid': 8315}, {u'tokens': [u'the', u'white', u'and', u'brown', u'dog', u'is', u'shaking', u'its', u'ears'], u'raw': u'The white and brown dog is shaking its ears .', u'imgid': 1663, u'sentid': 8316}, {u'tokens': [u'two', u'dogs', u'are', u'playing', u'in', u'a', u'fenced', u'in', u'area', u'of', u'gravel'], u'raw': u'Two dogs are playing in a fenced in area of gravel .', u'imgid': 1663, u'sentid': 8317}, {u'tokens': [u'two', u'dogs', u'run', u'in', u'a', u'gravel', u'lot', u'with', u'a', u'fence', u'in', u'the', u'foreground'], u'raw': u'Two dogs run in a gravel lot with a fence in the foreground .', u'imgid': 1663, u'sentid': 8318}, {u'tokens': [u'two', u'dogs', u'walk', u'over', u'the', u'gravel', u'yard', u'inside', u'a', u'gated', u'area'], u'raw': u'Two dogs walk over the gravel yard inside a gated area .', u'imgid': 1663, u'sentid': 8319}], u'split': u'train', u'sentids': [8315, 8316, 8317, 8318, 8319]}, {u'filename': u'2672354635_3a03f76486.jpg', u'imgid': 1673, u'sentences': [{u'tokens': [u'several', u'brown', u'dogs', u'playing', u'with', u'a', u'tennis', u'ball', u'in', u'a', u'grassy', u'field'], u'raw': u'Several brown dogs playing with a tennis ball in a grassy field .', u'imgid': 1673, u'sentid': 8365}, {u'tokens': [u'three', u'brown', u'dogs', u'chase', u'a', u'tennis', u'ball'], u'raw': u'Three brown dogs chase a tennis ball .', u'imgid': 1673, u'sentid': 8366}, {u'tokens': [u'three', u'dogs', u'are', u'playing', u'outside', u'with', u'a', u'tennis', u'ball'], u'raw': u'Three dogs are playing outside with a tennis ball .', u'imgid': 1673, u'sentid': 8367}, {u'tokens': [u'three', u'dogs', u'play', u'with', u'a', u'ball', u'on', u'a', u'field'], u'raw': u'Three dogs play with a ball on a field .', u'imgid': 1673, u'sentid': 8368}, {u'tokens': [u'three', u'tan', u'dogs', u'run', u'after', u'a', u'tennis', u'ball'], u'raw': u'Three tan dogs run after a tennis ball .', u'imgid': 1673, u'sentid': 8369}], u'split': u'train', u'sentids': [8365, 8366, 8367, 8368, 8369]}, {u'filename': u'493507605_48fe8e3739.jpg', u'imgid': 1680, u'sentences': [{u'tokens': [u'a', u'black', u'dog', u'is', u'chasing', u'another', u'black', u'dog'], u'raw': u'A black dog is chasing another black dog .', u'imgid': 1680, u'sentid': 8400}, {u'tokens': [u'a', u'wet', u'black', u'dog', u'is', u'running', u'away', u'from', u'another', u'black', u'dog'], u'raw': u'A wet black dog is running away from another black dog .', u'imgid': 1680, u'sentid': 8401}, {u'tokens': [u'two', u'black', u'dogs', u'run', u'along', u'the', u'green', u'grass'], u'raw': u'Two black dogs run along the green grass .', u'imgid': 1680, u'sentid': 8402}, {u'tokens': [u'two', u'black', u'wet', u'dogs', u'running', u'on', u'grass'], u'raw': u'Two black , wet dogs running on grass .', u'imgid': 1680, u'sentid': 8403}, {u'tokens': [u'two', u'dogs', u'chasing', u'each', u'other', u'in', u'the', u'grass'], u'raw': u'Two dogs chasing each other in the grass', u'imgid': 1680, u'sentid': 8404}], u'split': u'train', u'sentids': [8400, 8401, 8402, 8403, 8404]}, {u'filename': u'1688699579_2f72328c7e.jpg', u'imgid': 1696, u'sentences': [{u'tokens': [u'a', u'small', u'dog', u'and', u'a', u'large', u'dog', u'carrying', u'a', u'stick', u'in', u'its', u'mouth', u'run', u'outside'], u'raw': u'A small dog and a large dog carrying a stick in its mouth run outside .', u'imgid': 1696, u'sentid': 8480}, {u'tokens': [u'a', u'smaller', u'white', u'dog', u'is', u'trying', u'to', u'get', u'a', u'hold', u'of', u'a', u'stick', u'that', u'a', u'bigger', u'tri', u'colored', u'dog', u'has', u'in', u'its', u'mouth'], u'raw': u'A smaller white dog is trying to get a hold of a stick that a bigger tri-colored dog has in its mouth .', u'imgid': 1696, u'sentid': 8481}, {u'tokens': [u'the', u'little', u'white', u'dog', u'is', u'trying', u'to', u'bite', u'onto', u'the', u'stick', u'that', u'the', u'black', u'dog', u'is', u'carrying'], u'raw': u'The little white dog is trying to bite onto the stick that the black dog is carrying .', u'imgid': 1696, u'sentid': 8482}, {u'tokens': [u'two', u'dogs', u'run', u'and', u'play', u'with', u'a', u'brown', u'stick'], u'raw': u'Two dogs run and play with a brown stick .', u'imgid': 1696, u'sentid': 8483}, {u'tokens': [u'two', u'dogs', u'run', u'for', u'a', u'stick'], u'raw': u'two dogs run for a stick .', u'imgid': 1696, u'sentid': 8484}], u'split': u'train', u'sentids': [8480, 8481, 8482, 8483, 8484]}, {u'filename': u'3625957413_e475943aa3.jpg', u'imgid': 1713, u'sentences': [{u'tokens': [u'a', u'black', u'and', u'white', u'dog', u'is', u'running', u'along', u'side', u'a', u'small', u'brown', u'or', u'white', u'dog', u'in', u'the', u'grass'], u'raw': u'A black and white dog is running along side a small brown or white dog in the grass .', u'imgid': 1713, u'sentid': 8565}, {u'tokens': [u'a', u'black', u'dog', u'chasing', u'a', u'brown', u'one'], u'raw': u'A black dog chasing a brown one .', u'imgid': 1713, u'sentid': 8566}, {u'tokens': [u'the', u'dogs', u'run', u'in', u'the', u'green', u'field'], u'raw': u'The dogs run in the green field .', u'imgid': 1713, u'sentid': 8567}, {u'tokens': [u'two', u'dogs', u'running', u'through', u'a', u'field'], u'raw': u'Two dogs running through a field .', u'imgid': 1713, u'sentid': 8568}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'a', u'field'], u'raw': u'Two dogs run through a field .', u'imgid': 1713, u'sentid': 8569}], u'split': u'train', u'sentids': [8565, 8566, 8567, 8568, 8569]}, {u'filename': u'2813588204_69fe7deb14.jpg', u'imgid': 1720, u'sentences': [{u'tokens': [u'two', u'brown', u'dogs', u'race', u'on', u'a', u'track'], u'raw': u'Two brown dogs race on a track .', u'imgid': 1720, u'sentid': 8600}, {u'tokens': [u'two', u'dogs', u'are', u'racing', u'and', u'have', u'muzzles', u'on', u'their', u'mouths'], u'raw': u'Two dogs are racing and have muzzles on their mouths .', u'imgid': 1720, u'sentid': 8601}, {u'tokens': [u'two', u'dogs', u'race', u'around', u'the', u'course'], u'raw': u'two dogs race around the course .', u'imgid': 1720, u'sentid': 8602}, {u'tokens': [u'two', u'dogs', u'wearing', u'racing', u'equipment', u'are', u'running', u'on', u'muddy', u'ground'], u'raw': u'Two dogs wearing racing equipment are running on muddy ground .', u'imgid': 1720, u'sentid': 8603}, {u'tokens': [u'two', u'racing', u'dogs', u'run', u'in', u'the', u'mud'], u'raw': u'Two racing dogs run in the mud .', u'imgid': 1720, u'sentid': 8604}], u'split': u'train', u'sentids': [8600, 8601, 8602, 8603, 8604]}, {u'filename': u'2195620255_6693479734.jpg', u'imgid': 1723, u'sentences': [{u'tokens': [u'two', u'brown', u'dogs', u'trot', u'along', u'frozen', u'ground', u'in', u'a', u'rural', u'setting'], u'raw': u'Two brown dogs trot along frozen ground in a rural setting .', u'imgid': 1723, u'sentid': 8615}, {u'tokens': [u'two', u'dogs', u'play', u'out', u'in', u'the', u'snow', u'covered', u'grass'], u'raw': u'Two dogs play out in the snow covered grass .', u'imgid': 1723, u'sentid': 8616}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'a', u'snow', u'patched', u'desert'], u'raw': u'Two dogs run through a snow-patched desert .', u'imgid': 1723, u'sentid': 8617}, {u'tokens': [u'two', u'golden', u'retrievers', u'running', u'in', u'a', u'slightly', u'snowy', u'desert'], u'raw': u'Two golden retrievers running in a slightly snowy desert .', u'imgid': 1723, u'sentid': 8618}, {u'tokens': [u'two', u'golden', u'retrievers', u'running', u'in', u'a', u'snow', u'dusted', u'field'], u'raw': u'Two golden retrievers running in a snow dusted field .', u'imgid': 1723, u'sentid': 8619}], u'split': u'train', u'sentids': [8615, 8616, 8617, 8618, 8619]}, {u'filename': u'3151492269_28d8edaa68.jpg', u'imgid': 1727, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'is', u'running', u'next', u'to', u'a', u'chain', u'link', u'fence', u'while', u'a', u'darker', u'dog', u'stands', u'nearby'], u'raw': u'A brown dog is running next to a chain link fence while a darker dog stands nearby .', u'imgid': 1727, u'sentid': 8635}, {u'tokens': [u'two', u'dogs', u'in', u'a', u'yard'], u'raw': u'Two dogs in a yard .', u'imgid': 1727, u'sentid': 8636}, {u'tokens': [u'two', u'dogs', u'run', u'around', u'inside', u'a', u'fence'], u'raw': u'Two dogs run around inside a fence .', u'imgid': 1727, u'sentid': 8637}, {u'tokens': [u'two', u'dogs', u'standing', u'in', u'the', u'grass', u'one', u'is', u'running'], u'raw': u'Two dogs standing in the grass , one is running .', u'imgid': 1727, u'sentid': 8638}, {u'tokens': [u'two', u'greyhounds', u'are', u'playing', u'in', u'a', u'fenced', u'yard'], u'raw': u'Two greyhounds are playing in a fenced yard .', u'imgid': 1727, u'sentid': 8639}], u'split': u'train', u'sentids': [8635, 8636, 8637, 8638, 8639]}, {u'filename': u'2776029171_5abdd5a22f.jpg', u'imgid': 1805, u'sentences': [{u'tokens': [u'a', u'little', u'boy', u'is', u'running', u'on', u'the', u'round', u'playing', u'with', u'a', u'little', u'girl'], u'raw': u'A little boy is running on the round playing with a little girl .', u'imgid': 1805, u'sentid': 9025}, {u'tokens': [u'a', u'young', u'boy', u'running', u'after', u'a', u'young', u'girl', u'on', u'a', u'beach'], u'raw': u'a young boy running after a young girl on a beach .', u'imgid': 1805, u'sentid': 9026}, {u'tokens': [u'two', u'boys', u'one', u'naked', u'one', u'in', u'a', u'skirt', u'run', u'on', u'the', u'sand'], u'raw': u'Two boys , one naked , one in a skirt , run on the sand .', u'imgid': 1805, u'sentid': 9027}, {u'tokens': [u'two', u'kids', u'chasing', u'each', u'other', u'in', u'the', u'sand'], u'raw': u'Two kids chasing each other in the sand .', u'imgid': 1805, u'sentid': 9028}, {u'tokens': [u'two', u'small', u'children', u'running', u'on', u'a', u'beach'], u'raw': u'Two small children running on a beach .', u'imgid': 1805, u'sentid': 9029}], u'split': u'train', u'sentids': [9025, 9026, 9027, 9028, 9029]}, {u'filename': u'2480820830_bdec1f5b76.jpg', u'imgid': 1835, u'sentences': [{u'tokens': [u'two', u'black', u'dogs', u'are', u'jumping', u'in', u'waves', u'at', u'the', u'beach'], u'raw': u'Two black dogs are jumping in waves at the beach', u'imgid': 1835, u'sentid': 9175}, {u'tokens': [u'two', u'black', u'dogs', u'play', u'in', u'the', u'waves', u'at', u'the', u'beach'], u'raw': u'Two black dogs play in the waves at the beach .', u'imgid': 1835, u'sentid': 9176}, {u'tokens': [u'two', u'black', u'dogs', u'run', u'into', u'the', u'white', u'waves', u'on', u'a', u'beach'], u'raw': u'Two black dogs run into the white waves on a beach .', u'imgid': 1835, u'sentid': 9177}, {u'tokens': [u'two', u'dog', u'are', u'playing', u'the', u'waves', u'at', u'a', u'beach'], u'raw': u'Two dog are playing the waves at a beach .', u'imgid': 1835, u'sentid': 9178}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'around', u'in', u'the', u'water'], u'raw': u'Two dogs are running around in the water .', u'imgid': 1835, u'sentid': 9179}], u'split': u'train', u'sentids': [9175, 9176, 9177, 9178, 9179]}, {u'filename': u'1523800748_a59e980eee.jpg', u'imgid': 1836, u'sentences': [{u'tokens': [u'boy', u'and', u'girl', u'running', u'along', u'the', u'beach'], u'raw': u'Boy and girl running along the beach .', u'imgid': 1836, u'sentid': 9180}, {u'tokens': [u'two', u'children', u'run', u'in', u'the', u'sand', u'along', u'the', u'shore'], u'raw': u'Two children run in the sand , along the shore .', u'imgid': 1836, u'sentid': 9181}, {u'tokens': [u'two', u'children', u'run', u'towards', u'the', u'lagoon'], u'raw': u'Two children run towards the lagoon .', u'imgid': 1836, u'sentid': 9182}, {u'tokens': [u'two', u'little', u'kids', u'are', u'running', u'through', u'the', u'sand', u'to', u'get', u'to', u'the', u'ocean'], u'raw': u'Two little kids are running through the sand to get to the ocean .', u'imgid': 1836, u'sentid': 9183}, {u'tokens': [u'two', u'young', u'children', u'running', u'along', u'a', u'sandy', u'beach'], u'raw': u'Two young children running along a sandy beach .', u'imgid': 1836, u'sentid': 9184}], u'split': u'train', u'sentids': [9180, 9181, 9182, 9183, 9184]}, {u'filename': u'279901198_e7a88c855a.jpg', u'imgid': 1897, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'being', u'chased', u'in', u'a', u'rural', u'area'], u'raw': u'A brown dog being chased in a rural area', u'imgid': 1897, u'sentid': 9485}, {u'tokens': [u'a', u'few', u'brown', u'dogs', u'play', u'in', u'some', u'dirt', u'near', u'woods'], u'raw': u'A few brown dogs play in some dirt near woods .', u'imgid': 1897, u'sentid': 9486}, {u'tokens': [u'a', u'group', u'of', u'dogs', u'running', u'outside', u'down', u'a', u'dirt', u'trail'], u'raw': u'a group of dogs running outside down a dirt trail .', u'imgid': 1897, u'sentid': 9487}, {u'tokens': [u'the', u'dogs', u'are', u'running', u'outdoors', u'near', u'a', u'wooded', u'area'], u'raw': u'The dogs are running outdoors near a wooded area .', u'imgid': 1897, u'sentid': 9488}, {u'tokens': [u'two', u'brown', u'dogs', u'run', u'along', u'a', u'gravel', u'road', u'while', u'another', u'dog', u'watches'], u'raw': u'Two brown dogs run along a gravel road while another dog watches .', u'imgid': 1897, u'sentid': 9489}], u'split': u'train', u'sentids': [9485, 9486, 9487, 9488, 9489]}, {u'filename': u'762947607_2001ee4c72.jpg', u'imgid': 1899, u'sentences': [{u'tokens': [u'a', u'boy', u'walks', u'in', u'a', u'meadow', u'near', u'some', u'trees'], u'raw': u'A boy walks in a meadow near some trees .', u'imgid': 1899, u'sentid': 9495}, {u'tokens': [u'a', u'little', u'boy', u'in', u'a', u'blue', u'shirt', u'is', u'running', u'through', u'a', u'forested', u'green', u'area'], u'raw': u'A little boy in a blue shirt is running through a forested green area .', u'imgid': 1899, u'sentid': 9496}, {u'tokens': [u'a', u'little', u'boy', u'in', u'shorts', u'and', u't', u'shirt', u'run', u'in', u'a', u'field', u'of', u'grass', u'towards', u'some', u'trees'], u'raw': u'A little boy in shorts and t-shirt run in a field of grass towards some trees .', u'imgid': 1899, u'sentid': 9497}, {u'tokens': [u'a', u'youg', u'boy', u'in', u'a', u'blue', u'shirt', u'walks', u'through', u'a', u'park'], u'raw': u'A youg boy in a blue shirt walks through a park .', u'imgid': 1899, u'sentid': 9498}, {u'tokens': [u'little', u'boy', u'running', u'in', u'a', u'grassy', u'field', u'towards', u'a', u'tree'], u'raw': u'Little boy running in a grassy field towards a tree .', u'imgid': 1899, u'sentid': 9499}], u'split': u'train', u'sentids': [9495, 9496, 9497, 9498, 9499]}, {u'filename': u'2271264741_aa8f73f87c.jpg', u'imgid': 1910, u'sentences': [{u'tokens': [u'two', u'dogs', u'are', u'running', u'together', u'down', u'a', u'with', u'path', u'covered', u'in', u'dead', u'leaves'], u'raw': u'Two dogs are running together down a with path covered in dead leaves .', u'imgid': 1910, u'sentid': 9550}, {u'tokens': [u'two', u'dogs', u'run', u'along', u'a', u'path', u'strewn', u'with', u'dead', u'leaves'], u'raw': u'Two dogs run along a path strewn with dead leaves .', u'imgid': 1910, u'sentid': 9551}, {u'tokens': [u'two', u'dogs', u'run', u'down', u'a', u'trail', u'as', u'autumn', u'leaves', u'cover', u'the', u'ground'], u'raw': u'Two dogs run down a trail as autumn leaves cover the ground', u'imgid': 1910, u'sentid': 9552}, {u'tokens': [u'two', u'dogs', u'run', u'together', u'through', u'the', u'leaves', u'that', u'have', u'fallen'], u'raw': u'Two dogs run together through the leaves that have fallen .', u'imgid': 1910, u'sentid': 9553}, {u'tokens': [u'two', u'large', u'dogs', u'walking', u'together', u'through', u'a', u'trail', u'with', u'leaves', u'on', u'the', u'ground'], u'raw': u'Two large dogs walking together through a trail with leaves on the ground .', u'imgid': 1910, u'sentid': 9554}], u'split': u'train', u'sentids': [9550, 9551, 9552, 9553, 9554]}, {u'filename': u'324355356_859988a710.jpg', u'imgid': 1917, u'sentences': [{u'tokens': [u'two', u'staffordshire', u'terriers', u'race', u'through', u'a', u'field', u'in', u'the', u'woods'], u'raw': u'Two staffordshire terriers race through a field in the woods', u'imgid': 1917, u'sentid': 9585}, {u'tokens': [u'two', u'brown', u'dogs', u'running', u'in', u'a', u'grassy', u'field'], u'raw': u'Two brown dogs running in a grassy field .', u'imgid': 1917, u'sentid': 9586}, {u'tokens': [u'two', u'dogs', u'running', u'in', u'the', u'woods'], u'raw': u'Two dogs running in the woods .', u'imgid': 1917, u'sentid': 9587}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'a', u'grassy', u'patch', u'that', u'is', u'surrounded', u'by', u'trees'], u'raw': u'two dogs run through a grassy patch that is surrounded by trees .', u'imgid': 1917, u'sentid': 9588}, {u'tokens': [u'two', u'tan', u'dogs', u'run', u'along', u'a', u'field', u'at', u'the', u'edge', u'of', u'a', u'woods'], u'raw': u'Two tan dogs run along a field at the edge of a woods .', u'imgid': 1917, u'sentid': 9589}], u'split': u'train', u'sentids': [9585, 9586, 9587, 9588, 9589]}, {u'filename': u'2663248626_f000f2661d.jpg', u'imgid': 1918, u'sentences': [{u'tokens': [u'a', u'black', u'and', u'white', u'dog', u'chasing', u'a', u'tan', u'and', u'white', u'dog', u'across', u'a', u'path'], u'raw': u'A black and white dog chasing a tan and white dog across a path .', u'imgid': 1918, u'sentid': 9590}, {u'tokens': [u'a', u'dog', u'runs', u'behind', u'another', u'at', u'a', u'park'], u'raw': u'A dog runs behind another at a park .', u'imgid': 1918, u'sentid': 9591}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'across', u'a', u'grassy', u'path'], u'raw': u'two dogs are running across a grassy path .', u'imgid': 1918, u'sentid': 9592}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'quickly', u'through', u'a', u'park'], u'raw': u'Two dogs are running quickly through a park .', u'imgid': 1918, u'sentid': 9593}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'the', u'park'], u'raw': u'Two dogs run through the park .', u'imgid': 1918, u'sentid': 9594}], u'split': u'train', u'sentids': [9590, 9591, 9592, 9593, 9594]}, {u'filename': u'3289433994_4c67aab384.jpg', u'imgid': 1938, u'sentences': [{u'tokens': [u'a', u'black', u'and', u'a', u'black', u'dog', u'are', u'running', u'side', u'by', u'side'], u'raw': u'A black and a black dog are running side by side .', u'imgid': 1938, u'sentid': 9690}, {u'tokens': [u'a', u'rotweiler', u'with', u'a', u'tennis', u'ball', u'in', u'its', u'mouth', u'and', u'a', u'black', u'lab', u'running', u'in', u'the', u'snow'], u'raw': u'A Rotweiler with a tennis ball in its mouth and a black lab running in the snow .', u'imgid': 1938, u'sentid': 9691}, {u'tokens': [u'two', u'black', u'dogs', u'run', u'with', u'a', u'tennis', u'ball', u'across', u'the', u'snowy', u'dirt'], u'raw': u'Two black dogs run with a tennis ball across the snowy dirt .', u'imgid': 1938, u'sentid': 9692}, {u'tokens': [u'two', u'dogs', u'run', u'in', u'the', u'snow', u'one', u'has', u'a', u'ball'], u'raw': u'Two dogs run in the snow ; one has a ball .', u'imgid': 1938, u'sentid': 9693}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'the', u'snow', u'one', u'with', u'a', u'tennis', u'ball'], u'raw': u'Two dogs run through the snow , one with a tennis ball .', u'imgid': 1938, u'sentid': 9694}], u'split': u'train', u'sentids': [9690, 9691, 9692, 9693, 9694]}, {u'filename': u'2939464283_fc1a834976.jpg', u'imgid': 1981, u'sentences': [{u'tokens': [u'a', u'football', u'player', u'catching', u'the', u'football'], u'raw': u'a football player catching the football .', u'imgid': 1981, u'sentid': 9905}, {u'tokens': [u'a', u'football', u'player', u'in', u'a', u'brown', u'jersey', u'jumping', u'up', u'to', u'catch', u'a', u'football'], u'raw': u'a football player in a brown jersey jumping up to catch a football', u'imgid': 1981, u'sentid': 9906}, {u'tokens': [u'a', u'football', u'player', u'jumps', u'up', u'to', u'catch', u'the', u'ball', u'while', u'others', u'run', u'towards', u'him'], u'raw': u'A football player jumps up to catch the ball while others run towards him .', u'imgid': 1981, u'sentid': 9907}, {u'tokens': [u'football', u'players', u'playing', u'football'], u'raw': u'Football players playing football .', u'imgid': 1981, u'sentid': 9908}, {u'tokens': [u'the', u'football', u'player', u'jumps', u'into', u'the', u'air', u'to', u'catch', u'a', u'football'], u'raw': u'The football player jumps into the air to catch a football .', u'imgid': 1981, u'sentid': 9909}], u'split': u'train', u'sentids': [9905, 9906, 9907, 9908, 9909]}, {u'filename': u'2451114871_8617ae2f16.jpg', u'imgid': 2002, u'sentences': [{u'tokens': [u'dogs', u'run', u'at', u'a', u'dog', u'racetrack'], u'raw': u'Dogs run at a dog racetrack .', u'imgid': 2002, u'sentid': 10010}, {u'tokens': [u'dogs', u'with', u'muzzles', u'are', u'racing', u'around', u'a', u'sandy', u'track'], u'raw': u'Dogs with muzzles are racing around a sandy track .', u'imgid': 2002, u'sentid': 10011}, {u'tokens': [u'four', u'dogs', u'in', u'blue', u'green', u'red', u'and', u'black', u'jerseys', u'are', u'racing'], u'raw': u'Four dogs in blue , green , red and black jerseys are racing .', u'imgid': 2002, u'sentid': 10012}, {u'tokens': [u'four', u'dogs', u'race', u'around', u'a', u'turn'], u'raw': u'Four dogs race around a turn .', u'imgid': 2002, u'sentid': 10013}, {u'tokens': [u'greyhounds', u'racing', u'chasing', u'a', u'mechanical', u'rabbit', u'around', u'the', u'track'], u'raw': u'Greyhounds racing chasing a mechanical rabbit around the track .', u'imgid': 2002, u'sentid': 10014}], u'split': u'train', u'sentids': [10010, 10011, 10012, 10013, 10014]}, {u'filename': u'2855667597_bf6ceaef8e.jpg', u'imgid': 2046, u'sentences': [{u'tokens': [u'four', u'black', u'dogs', u'run', u'across', u'the', u'grass'], u'raw': u'Four black dogs run across the grass .', u'imgid': 2046, u'sentid': 10230}, {u'tokens': [u'four', u'black', u'dogs', u'running', u'over', u'grass'], u'raw': u'Four black dogs running over grass .', u'imgid': 2046, u'sentid': 10231}, {u'tokens': [u'four', u'black', u'dogs', u'run', u'together', u'on', u'bright', u'green', u'grass'], u'raw': u'Four black dogs run together on bright green grass .', u'imgid': 2046, u'sentid': 10232}, {u'tokens': [u'four', u'dogs', u'run', u'on', u'field'], u'raw': u'Four dogs run on field', u'imgid': 2046, u'sentid': 10233}, {u'tokens': [u'the', u'four', u'large', u'black', u'dogs', u'are', u'running', u'on', u'the', u'grass'], u'raw': u'The four large , black dogs are running on the grass .', u'imgid': 2046, u'sentid': 10234}], u'split': u'train', u'sentids': [10230, 10231, 10232, 10233, 10234]}, {u'filename': u'542648687_adf13c406b.jpg', u'imgid': 2092, u'sentences': [{u'tokens': [u'two', u'dogs', u'run', u'in', u'a', u'field', u'looking', u'at', u'an', u'unseen', u'frisbee'], u'raw': u'Two dogs run in a field looking at an unseen Frisbee .', u'imgid': 2092, u'sentid': 10460}, {u'tokens': [u'two', u'black', u'and', u'white', u'dogs', u'in', u'a', u'field', u'of', u'flowers', u'and', u'grass'], u'raw': u'Two black and white dogs in a field of flowers and grass .', u'imgid': 2092, u'sentid': 10461}, {u'tokens': [u'two', u'black', u'and', u'white', u'dogs', u'look', u'toward', u'something', u'in', u'the', u'air', u'while', u'running', u'in', u'a', u'grassy', u'field'], u'raw': u'Two black and white dogs look toward something in the air while running in a grassy field .', u'imgid': 2092, u'sentid': 10462}, {u'tokens': [u'two', u'black', u'and', u'white', u'dogs', u'running', u'in', u'a', u'flowery', u'field'], u'raw': u'two black and white dogs running in a flowery field', u'imgid': 2092, u'sentid': 10463}, {u'tokens': [u'two', u'dogs', u'change', u'direction', u'in', u'an', u'uncut', u'field', u'surrounded', u'by', u'low', u'brush'], u'raw': u'Two dogs change direction in an uncut field surrounded by low brush .', u'imgid': 2092, u'sentid': 10464}], u'split': u'train', u'sentids': [10460, 10461, 10462, 10463, 10464]}, {u'filename': u'3506607642_40037b3fbf.jpg', u'imgid': 2094, u'sentences': [{u'tokens': [u'two', u'boys', u'go', u'after', u'a', u'soccer', u'ball', u'during', u'a', u'game', u'while', u'a', u'goalie', u'waits'], u'raw': u'Two boys go after a soccer ball during a game while a goalie waits .', u'imgid': 2094, u'sentid': 10470}, {u'tokens': [u'two', u'boys', u'run', u'after', u'a', u'soccer', u'ball', u'during', u'a', u'game'], u'raw': u'Two boys run after a soccer ball during a game .', u'imgid': 2094, u'sentid': 10471}, {u'tokens': [u'two', u'opposing', u'soccer', u'players', u'run', u'toward', u'the', u'ball', u'while', u'a', u'goalies', u'prepares', u'a', u'block'], u'raw': u'Two opposing soccer players run toward the ball while a goalies prepares a block .', u'imgid': 2094, u'sentid': 10472}, {u'tokens': [u'two', u'players', u'run', u'for', u'the', u'soccer', u'ball'], u'raw': u'two players run for the soccer ball .', u'imgid': 2094, u'sentid': 10473}, {u'tokens': [u'two', u'young', u'soccer', u'players', u'race', u'to', u'the', u'goal'], u'raw': u'Two young soccer players race to the goal .', u'imgid': 2094, u'sentid': 10474}], u'split': u'train', u'sentids': [10470, 10471, 10472, 10473, 10474]}, {u'filename': u'2895403073_906768cafa.jpg', u'imgid': 2122, u'sentences': [{u'tokens': [u'one', u'dog', u'baring', u'teeth', u'at', u'two', u'other', u'dogs', u'running', u'on', u'the', u'sand'], u'raw': u'One dog baring teeth at two other dogs running on the sand .', u'imgid': 2122, u'sentid': 10610}, {u'tokens': [u'one', u'dog', u'is', u'bearing', u'its', u'teeth', u'at', u'the', u'other', u'two', u'dogs', u'as', u'they', u'run', u'beside', u'the', u'water'], u'raw': u'One dog is bearing its teeth at the other two dogs as they run beside the water .', u'imgid': 2122, u'sentid': 10611}, {u'tokens': [u'the', u'dog', u'on', u'the', u'right', u'is', u'baring', u'his', u'teeth', u'at', u'the', u'other', u'two', u'dogs'], u'raw': u'The dog on the right is baring his teeth at the other two dogs .', u'imgid': 2122, u'sentid': 10612}, {u'tokens': [u'the', u'three', u'dogs', u'are', u'running', u'through', u'sand', u'near', u'a', u'lake'], u'raw': u'The three dogs are running through sand near a lake .', u'imgid': 2122, u'sentid': 10613}, {u'tokens': [u'three', u'dogs', u'fighting', u'on', u'the', u'shore', u'of', u'a', u'lake'], u'raw': u'Three dogs fighting on the shore of a lake .', u'imgid': 2122, u'sentid': 10614}], u'split': u'train', u'sentids': [10610, 10611, 10612, 10613, 10614]}, {u'filename': u'221973402_ecb1cd51f1.jpg', u'imgid': 2128, u'sentences': [{u'tokens': [u'a', u'black', u'dog', u'chases', u'a', u'boy', u'wearing', u'red', u'and', u'blue'], u'raw': u'a black dog chases a boy wearing red and blue .', u'imgid': 2128, u'sentid': 10640}, {u'tokens': [u'a', u'boy', u'plays', u'with', u'a', u'dog', u'and', u'a', u'frisbee'], u'raw': u'A boy plays with a dog and a Frisbee .', u'imgid': 2128, u'sentid': 10641}, {u'tokens': [u'a', u'dog', u'with', u'a', u'frisbee', u'in', u'its', u'mouth', u'chasing', u'a', u'boy', u'in', u'a', u'field'], u'raw': u'A dog with a Frisbee in its mouth chasing a boy in a field .', u'imgid': 2128, u'sentid': 10642}, {u'tokens': [u'a', u'red', u'shirted', u'boy', u'and', u'a', u'black', u'dog', u'with', u'a', u'frisbee', u'run', u'in', u'the', u'green', u'grass'], u'raw': u'A red shirted boy and a black dog with a Frisbee run in the green grass .', u'imgid': 2128, u'sentid': 10643}, {u'tokens': [u'the', u'small', u'boy', u'is', u'running', u'in', u'front', u'of', u'a', u'black', u'dog', u'with', u'a', u'frisbee', u'in', u'its', u'mouth'], u'raw': u'The small boy is running in front of a black dog with a Frisbee in its mouth .', u'imgid': 2128, u'sentid': 10644}], u'split': u'train', u'sentids': [10640, 10641, 10642, 10643, 10644]}, {u'filename': u'2616009069_82561da2e5.jpg', u'imgid': 2148, u'sentences': [{u'tokens': [u'a', u'white', u'and', u'a', u'brown', u'dog', u'running', u'through', u'a', u'grassy', u'area'], u'raw': u'A white and a brown dog running through a grassy area .', u'imgid': 2148, u'sentid': 10740}, {u'tokens': [u'two', u'dogs', u'romp', u'through', u'a', u'meadow', u'of', u'high', u'grasses'], u'raw': u'Two dogs romp through a meadow of high grasses', u'imgid': 2148, u'sentid': 10741}, {u'tokens': [u'two', u'dogs', u'run', u'in', u'a', u'field', u'of', u'tall', u'grass'], u'raw': u'Two dogs run in a field of tall grass .', u'imgid': 2148, u'sentid': 10742}, {u'tokens': [u'two', u'dogs', u'running', u'through', u'the', u'grass'], u'raw': u'Two dogs running through the grass .', u'imgid': 2148, u'sentid': 10743}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'a', u'field'], u'raw': u'Two dogs run through a field .', u'imgid': 2148, u'sentid': 10744}], u'split': u'train', u'sentids': [10740, 10741, 10742, 10743, 10744]}, {u'filename': u'3195969533_98f5de0fab.jpg', u'imgid': 2172, u'sentences': [{u'tokens': [u'the', u'black', u'dog', u'on', u'the', u'right', u'is', u'dominant', u'over', u'the', u'other', u'two', u'dogs'], u'raw': u'The black dog on the right is dominant over the other two dogs .', u'imgid': 2172, u'sentid': 10860}, {u'tokens': [u'three', u'dogs', u'are', u'running', u'around', u'in', u'the', u'snow'], u'raw': u'Three dogs are running around in the snow .', u'imgid': 2172, u'sentid': 10861}, {u'tokens': [u'three', u'dogs', u'in', u'the', u'snow'], u'raw': u'Three dogs in the snow .', u'imgid': 2172, u'sentid': 10862}, {u'tokens': [u'three', u'dogs', u'playing', u'in', u'the', u'deep', u'snow', u'outside'], u'raw': u'Three dogs playing in the deep snow outside .', u'imgid': 2172, u'sentid': 10863}, {u'tokens': [u'three', u'large', u'dogs', u'run', u'around', u'in', u'white', u'snow'], u'raw': u'Three large dogs run around in white snow .', u'imgid': 2172, u'sentid': 10864}], u'split': u'train', u'sentids': [10860, 10861, 10862, 10863, 10864]}, {u'filename': u'3313232606_4ce7e16b87.jpg', u'imgid': 2193, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'men', u'in', u'white', u'shirts', u'and', u'dark', u'shorts', u'are', u'running', u'on', u'an', u'athletic', u'field'], u'raw': u'A group of men in white shirts and dark shorts are running on an athletic field .', u'imgid': 2193, u'sentid': 10965}, {u'tokens': [u'a', u'group', u'of', u'people', u'in', u'matching', u'uniforms', u'jogging', u'around', u'a', u'track'], u'raw': u'A group of people in matching uniforms jogging around a track .', u'imgid': 2193, u'sentid': 10966}, {u'tokens': [u'a', u'group', u'of', u'soccer', u'players', u'run', u'a', u'lap'], u'raw': u'A group of soccer players run a lap .', u'imgid': 2193, u'sentid': 10967}, {u'tokens': [u'a', u'team', u'of', u'men', u'jog', u'around', u'orange', u'cones'], u'raw': u'A team of men jog around orange cones .', u'imgid': 2193, u'sentid': 10968}, {u'tokens': [u'a', u'team', u'of', u'soccer', u'players', u'in', u'white', u'strips', u'are', u'running', u'around', u'cones', u'on', u'a', u'sports', u'field'], u'raw': u'A team of soccer players in white strips are running around cones on a sports field .', u'imgid': 2193, u'sentid': 10969}], u'split': u'train', u'sentids': [10965, 10966, 10967, 10968, 10969]}, {u'filename': u'3195040792_a03954a19f.jpg', u'imgid': 2226, u'sentences': [{u'tokens': [u'three', u'dogs', u'are', u'running', u'down', u'a', u'snow', u'covered', u'hill'], u'raw': u'Three dogs are running down a snow covered hill .', u'imgid': 2226, u'sentid': 11130}, {u'tokens': [u'three', u'dogs', u'in', u'the', u'snow'], u'raw': u'Three dogs in the snow .', u'imgid': 2226, u'sentid': 11131}, {u'tokens': [u'three', u'dogs', u'jump', u'run', u'and', u'play', u'in', u'the', u'snowy', u'landscape'], u'raw': u'Three dogs jump , run and play in the snowy landscape .', u'imgid': 2226, u'sentid': 11132}, {u'tokens': [u'three', u'dogs', u'racing', u'down', u'a', u'snowy', u'path', u'together'], u'raw': u'Three dogs racing down a snowy path together .', u'imgid': 2226, u'sentid': 11133}, {u'tokens': [u'three', u'dogs', u'running', u'in', u'the', u'snow'], u'raw': u'Three dogs running in the snow .', u'imgid': 2226, u'sentid': 11134}], u'split': u'train', u'sentids': [11130, 11131, 11132, 11133, 11134]}, {u'filename': u'3724487641_d2096f10e5.jpg', u'imgid': 2233, u'sentences': [{u'tokens': [u'a', u'bunch', u'of', u'little', u'boys', u'in', u'bathing', u'trunks', u'running'], u'raw': u'A bunch of little boys in bathing trunks running .', u'imgid': 2233, u'sentid': 11165}, {u'tokens': [u'two', u'wet', u'boys', u'in', u'swim', u'trunks', u'run'], u'raw': u'Two wet boys in swim trunks run .', u'imgid': 2233, u'sentid': 11166}, {u'tokens': [u'two', u'young', u'boys', u'competing', u'in', u'a', u'race'], u'raw': u'two young boys competing in a race .', u'imgid': 2233, u'sentid': 11167}, {u'tokens': [u'two', u'young', u'boys', u'in', u'bathing', u'suits', u'walk'], u'raw': u'Two young boys in bathing suits walk', u'imgid': 2233, u'sentid': 11168}, {u'tokens': [u'young', u'boys', u'running', u'along', u'the', u'pavement'], u'raw': u'Young boys running along the pavement .', u'imgid': 2233, u'sentid': 11169}], u'split': u'train', u'sentids': [11165, 11166, 11167, 11168, 11169]}, {u'filename': u'2616284322_b13e7c344e.jpg', u'imgid': 2247, u'sentences': [{u'tokens': [u'a', u'race', u'dog', u'leaps', u'a', u'large', u'stride', u'as', u'others', u'follow', u'behind'], u'raw': u'A race dog leaps a large stride as others follow behind .', u'imgid': 2247, u'sentid': 11235}, {u'tokens': [u'dogs', u'wearing', u'numbered', u'jerseys', u'running', u'at', u'a', u'track'], u'raw': u'Dogs wearing numbered jerseys running at a track .', u'imgid': 2247, u'sentid': 11236}, {u'tokens': [u'the', u'dogs', u'run', u'a', u'race', u'at', u'the', u'track'], u'raw': u'The dogs run a race at the track .', u'imgid': 2247, u'sentid': 11237}, {u'tokens': [u'the', u'number', u'four', u'dog', u'ahead', u'of', u'other', u'dogs'], u'raw': u'The number four dog ahead of other dogs .', u'imgid': 2247, u'sentid': 11238}, {u'tokens': [u'the', u'racing', u'dog', u'with', u'the', u'4', u'jersey', u'surges', u'ahead', u'of', u'the', u'dog', u'with', u'the', u'5', u'jersey'], u'raw': u'The racing dog with the " 4 " jersey surges ahead of the dog with the " 5 " jersey .', u'imgid': 2247, u'sentid': 11239}], u'split': u'train', u'sentids': [11235, 11236, 11237, 11238, 11239]}, {u'filename': u'2568656919_6e49d2a82b.jpg', u'imgid': 2359, u'sentences': [{u'tokens': [u'two', u'dogs', u'racing', u'across', u'the', u'water', u'toward', u'a', u'beach'], u'raw': u'Two dogs racing across the water toward a beach .', u'imgid': 2359, u'sentid': 11795}, {u'tokens': [u'two', u'dogs', u'run', u'in', u'the', u'shallow', u'water', u'at', u'the', u'beach'], u'raw': u'Two dogs run in the shallow water at the beach .', u'imgid': 2359, u'sentid': 11796}, {u'tokens': [u'two', u'dogs', u'running', u'in', u'shallow', u'water'], u'raw': u'Two dogs running in shallow water .', u'imgid': 2359, u'sentid': 11797}, {u'tokens': [u'two', u'dogs', u'running', u'in', u'water', u'by', u'a', u'beach'], u'raw': u'Two dogs running in water by a beach .', u'imgid': 2359, u'sentid': 11798}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'shallow', u'water', u'in', u'a', u'bay'], u'raw': u'Two dogs run through shallow water in a bay .', u'imgid': 2359, u'sentid': 11799}], u'split': u'train', u'sentids': [11795, 11796, 11797, 11798, 11799]}, {u'filename': u'3101796900_59c15e0edc.jpg', u'imgid': 2380, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'and', u'a', u'black', u'dog', u'are', u'playing', u'with', u'a', u'red', u'frisbee'], u'raw': u'A brown dog and a black dog are playing with a red Frisbee .', u'imgid': 2380, u'sentid': 11900}, {u'tokens': [u'a', u'lack', u'dog', u'and', u'a', u'brown', u'and', u'white', u'dog', u'run', u'on', u'a', u'gravel', u'surface', u'with', u'something', u'red', u'underfoot'], u'raw': u'A lack dog and a brown and white dog run on a gravel surface with something red underfoot .', u'imgid': 2380, u'sentid': 11901}, {u'tokens': [u'a', u'large', u'black', u'dog', u'in', u'the', u'dirt', u'with', u'a', u'small', u'brown', u'dog'], u'raw': u'A large black dog in the dirt with a small brown dog .', u'imgid': 2380, u'sentid': 11902}, {u'tokens': [u'a', u'large', u'brown', u'dog', u'and', u'a', u'larger', u'black', u'dog', u'playing', u'together', u'with', u'a', u'ball'], u'raw': u'A large brown dog and a larger black dog playing together with a ball .', u'imgid': 2380, u'sentid': 11903}, {u'tokens': [u'two', u'dogs', u'are', u'chasing', u'a', u'ball'], u'raw': u'Two dogs are chasing a ball .', u'imgid': 2380, u'sentid': 11904}], u'split': u'train', u'sentids': [11900, 11901, 11902, 11903, 11904]}, {u'filename': u'1169307342_e7a4685a5c.jpg', u'imgid': 2395, u'sentences': [{u'tokens': [u'a', u'big', u'brown', u'dog', u'plays', u'with', u'a', u'smaller', u'grey', u'dog', u'on', u'the', u'grass'], u'raw': u'A big brown dog plays with a smaller grey dog on the grass .', u'imgid': 2395, u'sentid': 11975}, {u'tokens': [u'the', u'dark', u'brown', u'dog', u'is', u'playing', u'with', u'the', u'light', u'brown', u'dog'], u'raw': u'The dark brown dog is playing with the light brown dog .', u'imgid': 2395, u'sentid': 11976}, {u'tokens': [u'two', u'brown', u'dogs', u'are', u'running', u'through', u'the', u'grass'], u'raw': u'Two brown dogs are running through the grass .', u'imgid': 2395, u'sentid': 11977}, {u'tokens': [u'two', u'brown', u'dogs', u'run', u'side', u'by', u'side'], u'raw': u'Two brown dogs run side by side .', u'imgid': 2395, u'sentid': 11978}, {u'tokens': [u'two', u'dogs', u'running', u'and', u'playing', u'rough', u'in', u'the', u'grass'], u'raw': u'Two dogs running and playing rough in the grass .', u'imgid': 2395, u'sentid': 11979}], u'split': u'train', u'sentids': [11975, 11976, 11977, 11978, 11979]}, {u'filename': u'3526018344_450c517a72.jpg', u'imgid': 2418, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'dogs', u'playing'], u'raw': u'a group of dogs playing', u'imgid': 2418, u'sentid': 12090}, {u'tokens': [u'four', u'dogs', u'run', u'in', u'a', u'field'], u'raw': u'Four dogs run in a field .', u'imgid': 2418, u'sentid': 12091}, {u'tokens': [u'four', u'dogs', u'two', u'brown', u'and', u'two', u'white', u'playing', u'in', u'the', u'grass'], u'raw': u'Four dogs two brown and two white playing in the grass .', u'imgid': 2418, u'sentid': 12092}, {u'tokens': [u'four', u'small', u'dogs', u'running', u'through', u'a', u'green', u'field', u'with', u'yellow', u'flowers', u'in', u'the', u'background'], u'raw': u'four small dogs running through a green field with yellow flowers in the background', u'imgid': 2418, u'sentid': 12093}, {u'tokens': [u'two', u'white', u'dogs', u'and', u'two', u'brown', u'dogs', u'running', u'through', u'the', u'grass'], u'raw': u'Two white dogs and two brown dogs running through the grass .', u'imgid': 2418, u'sentid': 12094}], u'split': u'train', u'sentids': [12090, 12091, 12092, 12093, 12094]}, {u'filename': u'2061397486_53a61e17c5.jpg', u'imgid': 2452, u'sentences': [{u'tokens': [u'a', u'black', u'dog', u'with', u'brown', u'markings', u'wearing', u'a', u'red', u'vest', u'trots', u'down', u'a', u'path'], u'raw': u'A black dog with brown markings wearing a red vest trots down a path .', u'imgid': 2452, u'sentid': 12260}, {u'tokens': [u'a', u'brown', u'and', u'black', u'dog', u'is', u'running', u'along', u'a', u'grassy', u'path', u'wearing', u'a', u'red', u'jacket'], u'raw': u'A brown and black dog is running along a grassy path wearing a red jacket .', u'imgid': 2452, u'sentid': 12261}, {u'tokens': [u'a', u'dog', u'with', u'a', u'reflective', u'garmet', u'running', u'down', u'a', u'rural', u'road'], u'raw': u'A dog with a reflective garmet running down a rural road', u'imgid': 2452, u'sentid': 12262}, {u'tokens': [u'brown', u'and', u'black', u'dog', u'with', u'red', u'and', u'white', u'jacket', u'run', u'on', u'road', u'in', u'rural', u'area'], u'raw': u'Brown and black dog with red and white jacket run on road in rural area .', u'imgid': 2452, u'sentid': 12263}, {u'tokens': [u'dog', u'with', u'a', u'red', u'cape', u'running', u'on', u'a', u'dirt', u'road'], u'raw': u'Dog with a red cape running on a dirt road .', u'imgid': 2452, u'sentid': 12264}], u'split': u'train', u'sentids': [12260, 12261, 12262, 12263, 12264]}, {u'filename': u'495340319_705f2e63d6.jpg', u'imgid': 2477, u'sentences': [{u'tokens': [u'boys', u'playing', u'tag', u'football', u'run', u'down', u'the', u'field'], u'raw': u'Boys playing tag football run down the field .', u'imgid': 2477, u'sentid': 12385}, {u'tokens': [u'one', u'kid', u'is', u'chasing', u'another', u'kid', u'who', u'is', u'holding', u'a', u'football'], u'raw': u'One kid is chasing another kid who is holding a football .', u'imgid': 2477, u'sentid': 12386}, {u'tokens': [u'one', u'kid', u'is', u'running', u'across', u'a', u'field', u'carrying', u'a', u'football', u'while', u'another', u'is', u'close', u'behind', u'grabbing', u'for', u'his', u'flags'], u'raw': u'One kid is running across a field carrying a football while another is close behind grabbing for his flags .', u'imgid': 2477, u'sentid': 12387}, {u'tokens': [u'two', u'children', u'playing', u'tag', u'football'], u'raw': u'Two children playing tag football .', u'imgid': 2477, u'sentid': 12388}, {u'tokens': [u'two', u'little', u'boys', u'play', u'football', u'on', u'green', u'grass'], u'raw': u'Two little boys play football on green grass .', u'imgid': 2477, u'sentid': 12389}], u'split': u'train', u'sentids': [12385, 12386, 12387, 12388, 12389]}, {u'filename': u'2755362721_368cbde668.jpg', u'imgid': 2478, u'sentences': [{u'tokens': [u'a', u'greyhound', u'racing'], u'raw': u'A greyhound racing .', u'imgid': 2478, u'sentid': 12390}, {u'tokens': [u'a', u'muzzled', u'greyhound', u'dog', u'wearing', u'yellow', u'and', u'black', u'is', u'running', u'on', u'the', u'track'], u'raw': u'A muzzled greyhound dog wearing yellow and black is running on the track .', u'imgid': 2478, u'sentid': 12391}, {u'tokens': [u'a', u'race', u'dog', u's', u'feet', u'dig', u'in', u'the', u'mud', u'as', u'he', u'makes', u'his', u'way', u'around', u'a', u'curve'], u'raw': u"A race dog 's feet dig in the mud as he makes his way around a curve .", u'imgid': 2478, u'sentid': 12392}, {u'tokens': [u'sand', u'is', u'kicked', u'up', u'as', u'two', u'animals', u'run'], u'raw': u'Sand is kicked up as two animals run .', u'imgid': 2478, u'sentid': 12393}, {u'tokens': [u'two', u'dogs', u'on', u'a', u'wet', u'sandy', u'track'], u'raw': u'Two dogs on a wet , sandy track .', u'imgid': 2478, u'sentid': 12394}], u'split': u'train', u'sentids': [12390, 12391, 12392, 12393, 12394]}, {u'filename': u'2606433181_f8f9d38579.jpg', u'imgid': 2499, u'sentences': [{u'tokens': [u'two', u'dogs', u'play', u'in', u'grass'], u'raw': u'Two dogs play in grass .', u'imgid': 2499, u'sentid': 12495}, {u'tokens': [u'two', u'dogs', u'running', u'in', u'grass'], u'raw': u'two dogs running in grass', u'imgid': 2499, u'sentid': 12496}, {u'tokens': [u'two', u'pale', u'dogs', u'run', u'in', u'grass'], u'raw': u'Two pale dogs run in grass .', u'imgid': 2499, u'sentid': 12497}, {u'tokens': [u'two', u'white', u'dogs', u'run', u'on', u'the', u'grass', u'next', u'to', u'a', u'road'], u'raw': u'Two white dogs run on the grass next to a road .', u'imgid': 2499, u'sentid': 12498}, {u'tokens': [u'two', u'white', u'dogs', u'run', u'side', u'by', u'side', u'in', u'green', u'grass'], u'raw': u'Two white dogs run side by side in green grass .', u'imgid': 2499, u'sentid': 12499}], u'split': u'train', u'sentids': [12495, 12496, 12497, 12498, 12499]}, {u'filename': u'1517807181_ca6588f2a0.jpg', u'imgid': 2507, u'sentences': [{u'tokens': [u'two', u'children', u'are', u'playing', u'with', u'a', u'kite', u'out', u'in', u'wide', u'open', u'countryside'], u'raw': u'Two children are playing with a kite out in wide open countryside .', u'imgid': 2507, u'sentid': 12535}, {u'tokens': [u'two', u'children', u'running', u'in', u'a', u'field'], u'raw': u'Two children running in a field .', u'imgid': 2507, u'sentid': 12536}, {u'tokens': [u'two', u'children', u'running', u'in', u'a', u'field', u'with', u'a', u'kite', u'there', u'is', u'a', u'fence', u'in', u'the', u'background', u'and', u'mountains'], u'raw': u'Two children running in a field with a kite there is a fence in the background and mountains', u'imgid': 2507, u'sentid': 12537}, {u'tokens': [u'two', u'young', u'girls', u'fly', u'a', u'kite'], u'raw': u'two young girls fly a kite .', u'imgid': 2507, u'sentid': 12538}, {u'tokens': [u'two', u'young', u'girls', u'run', u'across', u'a', u'field', u'as', u'they', u'fly', u'a', u'kite', u'in', u'the', u'cloud', u'covered', u'sky'], u'raw': u'Two young girls run across a field as they fly a kite in the cloud-covered sky .', u'imgid': 2507, u'sentid': 12539}], u'split': u'train', u'sentids': [12535, 12536, 12537, 12538, 12539]}, {u'filename': u'3170551725_1276644eab.jpg', u'imgid': 2513, u'sentences': [{u'tokens': [u'a', u'person', u'does', u'a', u'trick', u'in', u'the', u'air', u'on', u'a', u'skateboard'], u'raw': u'A person does a trick in the air on a skateboard .', u'imgid': 2513, u'sentid': 12565}, {u'tokens': [u'a', u'snowboarder', u'is', u'leaping', u'a', u'mogul'], u'raw': u'A snowboarder is leaping a mogul .', u'imgid': 2513, u'sentid': 12566}, {u'tokens': [u'there', u'are', u'two', u'people', u'on', u'a', u'ski', u'run', u'and', u'one', u'is', u'high', u'in', u'the', u'air', u'making', u'a', u'jump'], u'raw': u'There are two people on a ski run and one is high in the air making a jump .', u'imgid': 2513, u'sentid': 12567}, {u'tokens': [u'there', u'are', u'two', u'snowboarders', u'one', u'who', u'is', u'dressed', u'in', u'white', u'is', u'doing', u'a', u'trick'], u'raw': u'There are two snowboarders , one , who is dressed in white , is doing a trick .', u'imgid': 2513, u'sentid': 12568}, {u'tokens': [u'three', u'people', u'are', u'in', u'the', u'snow'], u'raw': u'Three people are in the snow .', u'imgid': 2513, u'sentid': 12569}], u'split': u'train', u'sentids': [12565, 12566, 12567, 12568, 12569]}, {u'filename': u'3106883334_419f3fb16f.jpg', u'imgid': 2518, u'sentences': [{u'tokens': [u'a', u'dark', u'brown', u'dog', u'runs', u'behind', u'a', u'yellow', u'dog', u'in', u'the', u'grass'], u'raw': u'A dark brown dog runs behind a yellow dog in the grass .', u'imgid': 2518, u'sentid': 12590}, {u'tokens': [u'one', u'tan', u'dog', u'running', u'on', u'the', u'grass', u'with', u'a', u'brown', u'dog', u'running', u'close', u'behind'], u'raw': u'one tan dog running on the grass with a brown dog running close behind', u'imgid': 2518, u'sentid': 12591}, {u'tokens': [u'the', u'two', u'dogs', u'one', u'dark', u'and', u'one', u'light', u'colored', u'are', u'running', u'outdoors'], u'raw': u'The two dogs , one dark and one light colored , are running outdoors .', u'imgid': 2518, u'sentid': 12592}, {u'tokens': [u'two', u'brown', u'dogs', u'are', u'running', u'through', u'a', u'grassy', u'area'], u'raw': u'Two brown dogs are running through a grassy area .', u'imgid': 2518, u'sentid': 12593}, {u'tokens': [u'two', u'dogs', u'run', u'over', u'the', u'grass'], u'raw': u'Two dogs run over the grass .', u'imgid': 2518, u'sentid': 12594}], u'split': u'train', u'sentids': [12590, 12591, 12592, 12593, 12594]}, {u'filename': u'3271084924_4778d556cc.jpg', u'imgid': 2536, u'sentences': [{u'tokens': [u'four', u'dogs', u'run', u'in', u'the', u'grass'], u'raw': u'Four dogs run in the grass .', u'imgid': 2536, u'sentid': 12680}, {u'tokens': [u'three', u'dogs', u'walking', u'in', u'the', u'grass'], u'raw': u'Three dogs walking in the grass .', u'imgid': 2536, u'sentid': 12681}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'in', u'the', u'field'], u'raw': u'Two dogs are running in the field .', u'imgid': 2536, u'sentid': 12682}, {u'tokens': [u'two', u'dogs', u'run', u'in', u'the', u'grass', u'as', u'a', u'third', u'dog', u'watches', u'from', u'behind', u'them'], u'raw': u'Two dogs run in the grass as a third dog watches from behind them .', u'imgid': 2536, u'sentid': 12683}, {u'tokens': [u'two', u'large', u'dogs', u'running', u'while', u'a', u'third', u'watches'], u'raw': u'Two large dogs running while a third watches .', u'imgid': 2536, u'sentid': 12684}], u'split': u'train', u'sentids': [12680, 12681, 12682, 12683, 12684]}, {u'filename': u'2957071266_1b40ec7d96.jpg', u'imgid': 2560, u'sentences': [{u'tokens': [u'a', u'black', u'and', u'a', u'cream', u'dog', u'run', u'through', u'a', u'field', u'in', u'front', u'of', u'a', u'blue', u'house'], u'raw': u'a black and a cream dog run through a field in front of a blue house', u'imgid': 2560, u'sentid': 12800}, {u'tokens': [u'a', u'black', u'dog', u'and', u'a', u'white', u'dog', u'run', u'across', u'a', u'field', u'behind', u'a', u'house'], u'raw': u'A black dog and a white dog run across a field behind a house .', u'imgid': 2560, u'sentid': 12801}, {u'tokens': [u'two', u'dogs', u'running', u'in', u'a', u'field', u'in', u'front', u'of', u'a', u'house'], u'raw': u'Two dogs running in a field in front of a house .', u'imgid': 2560, u'sentid': 12802}, {u'tokens': [u'two', u'dogs', u'together', u'in', u'a', u'field', u'of', u'grass', u'within', u'sight', u'of', u'a', u'beautiful', u'home'], u'raw': u'Two dogs together in a field of grass within sight of a beautiful home .', u'imgid': 2560, u'sentid': 12803}, {u'tokens': [u'two', u'large', u'dogs', u'are', u'running', u'off', u'together', u'through', u'the', u'field'], u'raw': u'Two large dogs are running off together through the field .', u'imgid': 2560, u'sentid': 12804}], u'split': u'train', u'sentids': [12800, 12801, 12802, 12803, 12804]}, {u'filename': u'2384147448_c1869070d3.jpg', u'imgid': 2561, u'sentences': [{u'tokens': [u'a', u'light', u'brown', u'colored', u'dog', u'is', u'playing', u'ball', u'with', u'a', u'redish', u'brown', u'colored', u'dog', u'in', u'a', u'fenced', u'in', u'area'], u'raw': u'A light brown colored dog is playing ball with a redish brown colored dog in a fenced in area .', u'imgid': 2561, u'sentid': 12805}, {u'tokens': [u'one', u'dog', u'with', u'an', u'object', u'in', u'its', u'mouth', u'is', u'met', u'by', u'another', u'dog', u'nearby', u'a', u'fence'], u'raw': u'One dog with an object in its mouth is met by another dog nearby a fence .', u'imgid': 2561, u'sentid': 12806}, {u'tokens': [u'two', u'brown', u'and', u'white', u'dogs', u'running', u'on', u'a', u'grassy', u'but', u'brown', u'fenced', u'yard'], u'raw': u'Two brown and white dogs running on a grassy but brown fenced yard .', u'imgid': 2561, u'sentid': 12807}, {u'tokens': [u'two', u'dogs', u'are', u'facing', u'each', u'other'], u'raw': u'Two dogs are facing each other .', u'imgid': 2561, u'sentid': 12808}, {u'tokens': [u'two', u'dogs', u'run', u'around', u'in', u'an', u'outdoor', u'enclosure'], u'raw': u'Two dogs run around in an outdoor enclosure .', u'imgid': 2561, u'sentid': 12809}], u'split': u'train', u'sentids': [12805, 12806, 12807, 12808, 12809]}, {u'filename': u'2607130765_97833d6ce1.jpg', u'imgid': 2600, u'sentences': [{u'tokens': [u'a', u'bunch', u'of', u'little', u'kids', u'are', u'playing', u'soccer'], u'raw': u'A bunch of little kids are playing soccer .', u'imgid': 2600, u'sentid': 13000}, {u'tokens': [u'children', u'play', u'in', u'a', u'soccer', u'game'], u'raw': u'Children play in a soccer game .', u'imgid': 2600, u'sentid': 13001}, {u'tokens': [u'little', u'kids', u'playing', u'soccer'], u'raw': u'Little kids playing soccer', u'imgid': 2600, u'sentid': 13002}, {u'tokens': [u'little', u'kids', u'run', u'toward', u'the', u'goal', u'while', u'playing', u'soccer'], u'raw': u'Little kids run toward the goal while playing soccer .', u'imgid': 2600, u'sentid': 13003}, {u'tokens': [u'the', u'children', u'are', u'running', u'through', u'the', u'grass', u'playing', u'soccer'], u'raw': u'The children are running through the grass playing soccer .', u'imgid': 2600, u'sentid': 13004}], u'split': u'train', u'sentids': [13000, 13001, 13002, 13003, 13004]}, {u'filename': u'3576060775_d9121519cc.jpg', u'imgid': 2636, u'sentences': [{u'tokens': [u'dogs', u'playing', u'with', u'their', u'owner', u'by', u'a', u'pond'], u'raw': u'dogs playing with their owner by a pond', u'imgid': 2636, u'sentid': 13180}, {u'tokens': [u'a', u'girl', u'runs', u'along', u'a', u'river', u'bank', u'with', u'two', u'black', u'dogs'], u'raw': u'A girl runs along a river bank with two black dogs .', u'imgid': 2636, u'sentid': 13181}, {u'tokens': [u'a', u'person', u'dressed', u'in', u'jeans', u'running', u'with', u'two', u'dogs', u'on', u'the', u'shore', u'of', u'a', u'lake'], u'raw': u'A person dressed in jeans running with two dogs on the shore of a lake .', u'imgid': 2636, u'sentid': 13182}, {u'tokens': [u'two', u'dogs', u'run', u'with', u'a', u'young', u'child', u'along', u'a', u'lake'], u'raw': u'Two dogs run with a young child along a lake', u'imgid': 2636, u'sentid': 13183}, {u'tokens': [u'woman', u'running', u'with', u'two', u'dogs', u'near', u'water'], u'raw': u'Woman running with two dogs near water .', u'imgid': 2636, u'sentid': 13184}], u'split': u'train', u'sentids': [13180, 13181, 13182, 13183, 13184]}, {u'filename': u'3654103642_075f8af4f4.jpg', u'imgid': 2644, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'and', u'a', u'white', u'dog', u'run', u'along', u'an', u'ocean', u'shoreline'], u'raw': u'A brown dog and a white dog run along an ocean shoreline', u'imgid': 2644, u'sentid': 13220}, {u'tokens': [u'a', u'white', u'dog', u'and', u'a', u'brown', u'dog', u'run', u'alongside', u'each', u'other', u'at', u'the', u'beach'], u'raw': u'A white dog and a brown dog run alongside each other at the beach .', u'imgid': 2644, u'sentid': 13221}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'on', u'a', u'beach'], u'raw': u'Two dogs are running on a beach .', u'imgid': 2644, u'sentid': 13222}, {u'tokens': [u'two', u'dogs', u'chase', u'along', u'the', u'beach'], u'raw': u'Two dogs chase along the beach .', u'imgid': 2644, u'sentid': 13223}, {u'tokens': [u'two', u'dogs', u'one', u'white', u'and', u'one', u'brown', u'are', u'running', u'together', u'on', u'a', u'beach'], u'raw': u'Two dogs one white and one brown are running together on a beach .', u'imgid': 2644, u'sentid': 13224}], u'split': u'train', u'sentids': [13220, 13221, 13222, 13223, 13224]}, {u'filename': u'3472540184_b0420b921a.jpg', u'imgid': 2645, u'sentences': [{u'tokens': [u'an', u'older', u'boy', u'chases', u'a', u'laughing', u'younger', u'boy', u'on', u'the', u'grass'], u'raw': u'An older boy chases a laughing younger boy on the grass .', u'imgid': 2645, u'sentid': 13225}, {u'tokens': [u'two', u'boys', u'are', u'running', u'one', u's', u'smiling', u'and', u'being', u'touched', u'by', u'the', u'other'], u'raw': u"Two boys are running ; one 's smiling and being touched by the other .", u'imgid': 2645, u'sentid': 13226}, {u'tokens': [u'two', u'children', u'run', u'and', u'play', u'in', u'the', u'grass'], u'raw': u'Two children run and play in the grass .', u'imgid': 2645, u'sentid': 13227}, {u'tokens': [u'two', u'young', u'boys', u'are', u'running', u'through', u'a', u'grassy', u'area'], u'raw': u'Two young boys are running through a grassy area .', u'imgid': 2645, u'sentid': 13228}, {u'tokens': [u'two', u'young', u'boys', u'run', u'across', u'a', u'green', u'yard'], u'raw': u'Two young boys run across a green yard .', u'imgid': 2645, u'sentid': 13229}], u'split': u'train', u'sentids': [13225, 13226, 13227, 13228, 13229]}, {u'filename': u'2903469015_a1e7d969c2.jpg', u'imgid': 2649, u'sentences': [{u'tokens': [u'a', u'greyhound', u'wearing', u'a', u'yellow', u'jacket', u'runs', u'a', u'race'], u'raw': u'A greyhound wearing a yellow jacket runs a race .', u'imgid': 2649, u'sentid': 13245}, {u'tokens': [u'a', u'greyhound', u'wearing', u'number', u'8', u'is', u'racing'], u'raw': u'A greyhound wearing number 8 is racing .', u'imgid': 2649, u'sentid': 13246}, {u'tokens': [u'muzzled', u'greyhounds', u'are', u'racing', u'along', u'a', u'dog', u'track'], u'raw': u'Muzzled greyhounds are racing along a dog track .', u'imgid': 2649, u'sentid': 13247}, {u'tokens': [u'two', u'greyhounds', u'with', u'numbers', u'run', u'in', u'a', u'race', u'on', u'a', u'track'], u'raw': u'Two greyhounds with numbers run in a race on a track .', u'imgid': 2649, u'sentid': 13248}, {u'tokens': [u'two', u'muzzled', u'greyhounds', u'dogs', u'racing', u'around', u'a', u'track'], u'raw': u'two muzzled greyhounds dogs racing around a track .', u'imgid': 2649, u'sentid': 13249}], u'split': u'train', u'sentids': [13245, 13246, 13247, 13248, 13249]}, {u'filename': u'2273591668_069dcb4641.jpg', u'imgid': 2679, u'sentences': [{u'tokens': [u'a', u'dog', u'is', u'carrying', u'a', u'red', u'toy', u'in', u'its', u'mouth', u'running', u'in', u'a', u'field', u'of', u'brown', u'grass', u'next', u'to', u'a', u'second', u'dog'], u'raw': u'A dog is carrying a red toy in its mouth running in a field of brown grass next to a second dog .', u'imgid': 2679, u'sentid': 13395}, {u'tokens': [u'two', u'brown', u'dogs', u'running', u'through', u'a', u'field', u'with', u'a', u'red', u'toy'], u'raw': u'Two brown dogs running through a field with a red toy', u'imgid': 2679, u'sentid': 13396}, {u'tokens': [u'two', u'brown', u'dogs', u'run', u'side', u'by', u'side', u'and', u'one', u'dog', u'is', u'carrying', u'an', u'orange', u'container', u'in', u'its', u'mouth'], u'raw': u'Two brown dogs run side by side and one dog is carrying an orange container in its mouth .', u'imgid': 2679, u'sentid': 13397}, {u'tokens': [u'two', u'brown', u'dogs', u'wearing', u'orange', u'collars', u'are', u'running', u'through', u'some', u'tall', u'grass', u'one', u'carrying', u'an', u'orange', u'item'], u'raw': u'Two brown dogs wearing orange collars are running through some tall grass , one carrying an orange item .', u'imgid': 2679, u'sentid': 13398}, {u'tokens': [u'two', u'greyish', u'brown', u'dogs', u'play', u'with', u'an', u'orange', u'toy'], u'raw': u'Two greyish brown dogs play with an orange toy .', u'imgid': 2679, u'sentid': 13399}], u'split': u'train', u'sentids': [13395, 13396, 13397, 13398, 13399]}, {u'filename': u'457875937_982588d918.jpg', u'imgid': 2727, u'sentences': [{u'tokens': [u'two', u'black', u'brown', u'and', u'white', u'dogs', u'running', u'in', u'green', u'grass', u'with', u'ears', u'up', u'on', u'heads'], u'raw': u'Two black , brown and white dogs running in green grass with ears up on heads .', u'imgid': 2727, u'sentid': 13635}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'a', u'field', u'of', u'grass'], u'raw': u'Two dogs run through a field of grass', u'imgid': 2727, u'sentid': 13636}, {u'tokens': [u'two', u'fluffy', u'dogs', u'run', u'through', u'the', u'grass'], u'raw': u'Two fluffy dogs run through the grass .', u'imgid': 2727, u'sentid': 13637}, {u'tokens': [u'two', u'look', u'alike', u'dogs', u'running', u'in', u'the', u'green', u'grass'], u'raw': u'Two look-alike dogs running in the green grass .', u'imgid': 2727, u'sentid': 13638}, {u'tokens': [u'two', u'small', u'dogs', u'run', u'through', u'the', u'grass'], u'raw': u'Two small dogs run through the grass .', u'imgid': 2727, u'sentid': 13639}], u'split': u'train', u'sentids': [13635, 13636, 13637, 13638, 13639]}, {u'filename': u'2298097636_c5de0079de.jpg', u'imgid': 2756, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'is', u'running', u'alongside', u'a', u'black', u'dog', u'in', u'a', u'field'], u'raw': u'A brown dog is running alongside a black dog in a field .', u'imgid': 2756, u'sentid': 13780}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'on', u'the', u'grass'], u'raw': u'Two dogs are running on the grass .', u'imgid': 2756, u'sentid': 13781}, {u'tokens': [u'two', u'dogs', u'running', u'on', u'grass'], u'raw': u'Two dogs running on grass .', u'imgid': 2756, u'sentid': 13782}, {u'tokens': [u'two', u'dogs', u'run', u'side', u'by', u'side', u'on', u'the', u'grass'], u'raw': u'Two dogs run side-by-side on the grass .', u'imgid': 2756, u'sentid': 13783}, {u'tokens': [u'two', u'large', u'dogs', u'are', u'running', u'together', u'through', u'the', u'grass'], u'raw': u'Two large dogs are running together through the grass .', u'imgid': 2756, u'sentid': 13784}], u'split': u'train', u'sentids': [13780, 13781, 13782, 13783, 13784]}, {u'filename': u'3252985078_c4ee2aca4e.jpg', u'imgid': 2775, u'sentences': [{u'tokens': [u'a', u'crowd', u'of', u'men', u'wearing', u'paper', u'numbers', u'on', u'their', u'shirts', u'run', u'in', u'a', u'race'], u'raw': u'A crowd of men wearing paper numbers on their shirts run in a race .', u'imgid': 2775, u'sentid': 13875}, {u'tokens': [u'a', u'group', u'of', u'people', u'are', u'running', u'a', u'race'], u'raw': u'A group of people are running a race .', u'imgid': 2775, u'sentid': 13876}, {u'tokens': [u'a', u'large', u'pack', u'of', u'men', u'jog', u'in', u'a', u'race'], u'raw': u'A large pack of men jog in a race .', u'imgid': 2775, u'sentid': 13877}, {u'tokens': [u'people', u'with', u'numbers', u'on', u'their', u'chests', u'are', u'running', u'in', u'a', u'pack'], u'raw': u'People with numbers on their chests are running in a pack .', u'imgid': 2775, u'sentid': 13878}, {u'tokens': [u'there', u'is', u'a', u'large', u'crowd', u'of', u'runners'], u'raw': u'There is a large crowd of runners .', u'imgid': 2775, u'sentid': 13879}], u'split': u'train', u'sentids': [13875, 13876, 13877, 13878, 13879]}, {u'filename': u'691770760_48ce80a674.jpg', u'imgid': 2834, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'leaping', u'from', u'a', u'dock', u'into', u'the', u'water'], u'raw': u'A brown dog leaping from a dock into the water .', u'imgid': 2834, u'sentid': 14170}, {u'tokens': [u'a', u'dog', u'is', u'distance', u'jumping', u'into', u'a', u'pool', u'of', u'water', u'while', u'spectators', u'are', u'watching'], u'raw': u'A dog is distance jumping into a pool of water while spectators are watching .', u'imgid': 2834, u'sentid': 14171}, {u'tokens': [u'a', u'tan', u'dog', u'leaps', u'into', u'the', u'water'], u'raw': u'A tan dog leaps into the water .', u'imgid': 2834, u'sentid': 14172}, {u'tokens': [u'dog', u'leaps', u'into', u'pool', u'marked', u'for', u'distance', u'man', u'and', u'woman', u'watch', u'in', u'background'], u'raw': u'Dog leaps into pool marked for distance , man and woman watch in background .', u'imgid': 2834, u'sentid': 14173}, {u'tokens': [u'two', u'people', u'watch', u'a', u'dog', u'run', u'along', u'a', u'blue', u'cloth', u'with', u'numbers', u'on', u'it'], u'raw': u'Two people watch a dog run along a blue cloth with numbers on it .', u'imgid': 2834, u'sentid': 14174}], u'split': u'train', u'sentids': [14170, 14171, 14172, 14173, 14174]}, {u'filename': u'241346709_23204cc2bc.jpg', u'imgid': 2893, u'sentences': [{u'tokens': [u'a', u'football', u'player', u'clutches', u'the', u'ball', u'while', u'running', u'down', u'the', u'field'], u'raw': u'A football player clutches the ball while running down the field .', u'imgid': 2893, u'sentid': 14465}, {u'tokens': [u'a', u'football', u'player', u'running', u'with', u'the', u'ball'], u'raw': u'A football player running with the ball .', u'imgid': 2893, u'sentid': 14466}, {u'tokens': [u'a', u'football', u'player', u'running', u'with', u'the', u'ball', u'at', u'a', u'game'], u'raw': u'A football player running with the ball at a game .', u'imgid': 2893, u'sentid': 14467}, {u'tokens': [u'a', u'football', u'player', u'wearing', u'a', u'gold', u'helmet', u'runs', u'holding', u'a', u'football'], u'raw': u'A football player wearing a gold helmet runs holding a football .', u'imgid': 2893, u'sentid': 14468}, {u'tokens': [u'an', u'american', u'footballer', u'in', u'a', u'white', u'strip', u'is', u'making', u'a', u'run', u'with', u'the', u'ball'], u'raw': u'an American footballer in a white strip is making a run with the ball .', u'imgid': 2893, u'sentid': 14469}], u'split': u'train', u'sentids': [14465, 14466, 14467, 14468, 14469]}, {u'filename': u'2263655670_517890f5b7.jpg', u'imgid': 2903, u'sentences': [{u'tokens': [u'a', u'german', u'shepherd', u'jumps', u'at', u'a', u'small', u'white', u'dog'], u'raw': u'A German shepherd jumps at a small white dog .', u'imgid': 2903, u'sentid': 14515}, {u'tokens': [u'a', u'large', u'dog', u'runs', u'through', u'a', u'field', u'with', u'a', u'smaller', u'dog'], u'raw': u'A large dog runs through a field with a smaller dog .', u'imgid': 2903, u'sentid': 14516}, {u'tokens': [u'the', u'german', u'shepherd', u'dog', u'is', u'running', u'after', u'the', u'white', u'dog', u'while', u'they', u'both', u'are', u'running', u'on', u'the', u'grass'], u'raw': u'The German Shepherd dog is running after the white dog while they both are running on the grass .', u'imgid': 2903, u'sentid': 14517}, {u'tokens': [u'two', u'dogs', u'play', u'in', u'the', u'grass'], u'raw': u'Two dogs play in the grass .', u'imgid': 2903, u'sentid': 14518}, {u'tokens': [u'two', u'dogs', u'run', u'and', u'play', u'in', u'the', u'long', u'dry', u'grass'], u'raw': u'Two dogs run and play in the long dry grass .', u'imgid': 2903, u'sentid': 14519}], u'split': u'train', u'sentids': [14515, 14516, 14517, 14518, 14519]}, {u'filename': u'2672588619_3849930e99.jpg', u'imgid': 2912, u'sentences': [{u'tokens': [u'three', u'children', u'run', u'by', u'the', u'water'], u'raw': u'Three children run by the water .', u'imgid': 2912, u'sentid': 14560}, {u'tokens': [u'three', u'children', u'running', u'down', u'a', u'sidewalk', u'next', u'to', u'a', u'river'], u'raw': u'Three children running down a sidewalk next to a river .', u'imgid': 2912, u'sentid': 14561}, {u'tokens': [u'three', u'children', u'run', u'on', u'a', u'sidewalk', u'with', u'a', u'river', u'on', u'one', u'side', u'and', u'a', u'wall', u'on', u'the', u'other'], u'raw': u'Three children run on a sidewalk with a river on one side and a wall on the other .', u'imgid': 2912, u'sentid': 14562}, {u'tokens': [u'three', u'children', u'run', u'on', u'the', u'walkway', u'by', u'the', u'river'], u'raw': u'Three children run on the walkway by the river .', u'imgid': 2912, u'sentid': 14563}, {u'tokens': [u'three', u'kids', u'one', u'holding', u'a', u'closed', u'umbrella', u'run', u'around', u'on', u'a', u'sidewalk', u'next', u'to', u'a', u'river'], u'raw': u'Three kids , one holding a closed umbrella , run around on a sidewalk next to a river .', u'imgid': 2912, u'sentid': 14564}], u'split': u'train', u'sentids': [14560, 14561, 14562, 14563, 14564]}, {u'filename': u'2472634822_7d5d2858c0.jpg', u'imgid': 2938, u'sentences': [{u'tokens': [u'a', u'boy', u'and', u'a', u'dog', u'run', u'through', u'the', u'grass'], u'raw': u'A boy and a dog run through the grass .', u'imgid': 2938, u'sentid': 14690}, {u'tokens': [u'a', u'boy', u'wearing', u'a', u'red', u'shirt', u'runs', u'across', u'the', u'grass', u'with', u'a', u'furry', u'dog'], u'raw': u'A boy wearing a red shirt runs across the grass with a furry dog .', u'imgid': 2938, u'sentid': 14691}, {u'tokens': [u'a', u'child', u'and', u'a', u'dog', u'running', u'across', u'a', u'grassy', u'lawn'], u'raw': u'A child and a dog running across a grassy lawn .', u'imgid': 2938, u'sentid': 14692}, {u'tokens': [u'a', u'large', u'dog', u'chases', u'a', u'boy', u'through', u'a', u'field'], u'raw': u'A large dog chases a boy through a field .', u'imgid': 2938, u'sentid': 14693}, {u'tokens': [u'a', u'young', u'asian', u'boy', u'running', u'with', u'a', u'white', u'and', u'grey', u'dog', u'on', u'green', u'grass'], u'raw': u'A young Asian boy running with a white and grey dog on green grass .', u'imgid': 2938, u'sentid': 14694}], u'split': u'train', u'sentids': [14690, 14691, 14692, 14693, 14694]}, {u'filename': u'3705976184_53ae07e898.jpg', u'imgid': 2940, u'sentences': [{u'tokens': [u'a', u'lady', u'and', u'her', u'large', u'brown', u'and', u'black', u'dog', u'out', u'for', u'a', u'run', u'in', u'a', u'grassy', u'place'], u'raw': u'A lady and her large brown and black dog out for a run in a grassy place', u'imgid': 2940, u'sentid': 14700}, {u'tokens': [u'a', u'woman', u'and', u'her', u'black', u'and', u'brown', u'dog', u'running', u'through', u'a', u'field', u'in', u'the', u'woods'], u'raw': u'a woman and her black and brown dog running through a field in the woods', u'imgid': 2940, u'sentid': 14701}, {u'tokens': [u'a', u'woman', u'in', u'a', u'white', u'shirt', u'is', u'running', u'with', u'a', u'dog', u'in', u'the', u'grass'], u'raw': u'A woman in a white shirt is running with a dog in the grass .', u'imgid': 2940, u'sentid': 14702}, {u'tokens': [u'a', u'woman', u'is', u'running', u'with', u'a', u'dog', u'in', u'a', u'grassy', u'field', u'with', u'trees', u'in', u'the', u'background'], u'raw': u'A woman is running with a dog in a grassy field with trees in the background .', u'imgid': 2940, u'sentid': 14703}, {u'tokens': [u'a', u'woman', u'running', u'through', u'a', u'grassy', u'area', u'with', u'a', u'brown', u'and', u'black', u'dog'], u'raw': u'A woman running through a grassy area with a brown and black dog .', u'imgid': 2940, u'sentid': 14704}], u'split': u'train', u'sentids': [14700, 14701, 14702, 14703, 14704]}, {u'filename': u'2258951972_92763fddab.jpg', u'imgid': 2961, u'sentences': [{u'tokens': [u'two', u'gray', u'dogs', u'run', u'together', u'over', u'the', u'green', u'grass'], u'raw': u'Two gray dogs run together over the green grass .', u'imgid': 2961, u'sentid': 14805}, {u'tokens': [u'two', u'gray', u'speckled', u'dogs', u'running', u'down', u'grass', u'hill', u'trees', u'in', u'background'], u'raw': u'Two gray , speckled dogs running down grass hill , trees in background .', u'imgid': 2961, u'sentid': 14806}, {u'tokens': [u'two', u'grey', u'dogs', u'running', u'in', u'green', u'grass'], u'raw': u'Two grey dogs running in green grass .', u'imgid': 2961, u'sentid': 14807}, {u'tokens': [u'two', u'identical', u'dogs', u'bound', u'across', u'a', u'lush', u'green', u'meadow'], u'raw': u'Two identical dogs bound across a lush green meadow .', u'imgid': 2961, u'sentid': 14808}, {u'tokens': [u'two', u'large', u'gray', u'dogs', u'running', u'through', u'a', u'grassy', u'field'], u'raw': u'Two large gray dogs running through a grassy field .', u'imgid': 2961, u'sentid': 14809}], u'split': u'train', u'sentids': [14805, 14806, 14807, 14808, 14809]}, {u'filename': u'2602866141_be9928408d.jpg', u'imgid': 2988, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'boys', u'is', u'watching', u'another', u'boy', u'walk', u'away'], u'raw': u'A group of boys is watching another boy walk away .', u'imgid': 2988, u'sentid': 14940}, {u'tokens': [u'a', u'group', u'of', u'boys', u'with', u'croquet', u'equipment', u'stands', u'on', u'a', u'lawn'], u'raw': u'A group of boys with croquet equipment stands on a lawn .', u'imgid': 2988, u'sentid': 14941}, {u'tokens': [u'a', u'kid', u'runs', u'in', u'the', u'opposite', u'direction', u'of', u'others', u'who', u'were', u'playing', u'a', u'game'], u'raw': u'A kid runs in the opposite direction of others who were playing a game .', u'imgid': 2988, u'sentid': 14942}, {u'tokens': [u'boys', u'are', u'standing', u'outside', u'of', u'a', u'brick', u'establishment', u'whie', u'one', u'boy', u'starts', u'to', u'run'], u'raw': u'Boys are standing outside of a brick establishment whie one boy starts to run .', u'imgid': 2988, u'sentid': 14943}, {u'tokens': [u'six', u'pre', u'teen', u'boys', u'posing', u'in', u'front', u'of', u'an', u'old', u'building'], u'raw': u'Six pre-teen boys posing in front of an old building', u'imgid': 2988, u'sentid': 14944}], u'split': u'train', u'sentids': [14940, 14941, 14942, 14943, 14944]}, {u'filename': u'2306186887_0bd8ed3792.jpg', u'imgid': 3003, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'is', u'playing', u'with', u'a', u'red', u'toy', u'while', u'another', u'brown', u'dog', u'bounds', u'towards', u'the', u'camera'], u'raw': u'A brown dog is playing with a red toy while another brown dog bounds towards the camera .', u'imgid': 3003, u'sentid': 15015}, {u'tokens': [u'the', u'dogs', u'run', u'and', u'play', u'with', u'a', u'red', u'ball'], u'raw': u'The dogs run and play with a red ball .', u'imgid': 3003, u'sentid': 15016}, {u'tokens': [u'the', u'little', u'brown', u'dogs', u'with', u'floppy', u'ears', u'are', u'playing', u'with', u'a', u'red', u'ball'], u'raw': u'The little brown dogs with floppy ears are playing with a red ball .', u'imgid': 3003, u'sentid': 15017}, {u'tokens': [u'the', u'two', u'dogs', u'one', u'holding', u'a', u'ball', u'in', u'its', u'mouth', u'run', u'through', u'the', u'grass'], u'raw': u'The two dogs , one holding a ball in its mouth , run through the grass .', u'imgid': 3003, u'sentid': 15018}, {u'tokens': [u'two', u'brown', u'dogs', u'are', u'playing', u'on', u'the', u'grass', u'and', u'one', u'of', u'them', u'is', u'carrying', u'a', u'red', u'ball'], u'raw': u'Two brown dogs are playing on the grass , and one of them is carrying a red ball .', u'imgid': 3003, u'sentid': 15019}], u'split': u'train', u'sentids': [15015, 15016, 15017, 15018, 15019]}, {u'filename': u'241345522_c3c266a02a.jpg', u'imgid': 3007, u'sentences': [{u'tokens': [u'a', u'man', u'runs', u'on', u'the', u'football', u'field', u'carrying', u'the', u'ball', u'in', u'front', u'of', u'the', u'ref'], u'raw': u'A man runs on the football field carrying the ball in front of the ref .', u'imgid': 3007, u'sentid': 15035}, {u'tokens': [u'a', u'man', u'runs', u'with', u'the', u'football', u'at', u'a', u'professional', u'or', u'collegiate', u'game'], u'raw': u'A man runs with the football at a professional or collegiate game .', u'imgid': 3007, u'sentid': 15036}, {u'tokens': [u'an', u'american', u'footballer', u'in', u'a', u'white', u'and', u'purple', u'strip', u'is', u'making', u'a', u'run', u'with', u'the', u'ball'], u'raw': u'An American footballer in a white and purple strip is making a run with the ball .', u'imgid': 3007, u'sentid': 15037}, {u'tokens': [u'a', u'uw', u'football', u'player', u'runs', u'with', u'the', u'ball'], u'raw': u'A UW football player runs with the ball .', u'imgid': 3007, u'sentid': 15038}, {u'tokens': [u'the', u'football', u'player', u'runs', u'with', u'the', u'ball', u'across', u'the', u'field'], u'raw': u'The football player runs with the ball across the field .', u'imgid': 3007, u'sentid': 15039}], u'split': u'train', u'sentids': [15035, 15036, 15037, 15038, 15039]}, {u'filename': u'3626998066_3ae11ee278.jpg', u'imgid': 3011, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'chases', u'another', u'brown', u'dog', u'who', u'has', u'a', u'green', u'ball'], u'raw': u'A brown dog chases another brown dog who has a green ball .', u'imgid': 3011, u'sentid': 15055}, {u'tokens': [u'two', u'black', u'dogs', u'are', u'running', u'in', u'the', u'grass', u'one', u'has', u'a', u'green', u'ball', u'in', u'his', u'mouth'], u'raw': u'Two black dogs are running in the grass , one has a green ball in his mouth .', u'imgid': 3011, u'sentid': 15056}, {u'tokens': [u'two', u'brown', u'dogs', u'are', u'playing', u'with', u'a', u'green', u'toy', u'on', u'grass'], u'raw': u'Two brown dogs are playing with a green toy on grass .', u'imgid': 3011, u'sentid': 15057}, {u'tokens': [u'two', u'brown', u'dogs', u'run', u'through', u'a', u'field'], u'raw': u'Two brown dogs run through a field .', u'imgid': 3011, u'sentid': 15058}, {u'tokens': [u'two', u'brown', u'dogs', u'run', u'together'], u'raw': u'Two brown dogs run together .', u'imgid': 3011, u'sentid': 15059}], u'split': u'train', u'sentids': [15055, 15056, 15057, 15058, 15059]}, {u'filename': u'2718376488_3c62f7642c.jpg', u'imgid': 3049, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'bulls', u'are', u'running', u'down', u'a', u'street', u'as', u'people', u'run', u'and', u'others', u'watch'], u'raw': u'A group of bulls are running down a street as people run and others watch .', u'imgid': 3049, u'sentid': 15245}, {u'tokens': [u'cows', u'and', u'people', u'running', u'down', u'street'], u'raw': u'Cows and people running down street', u'imgid': 3049, u'sentid': 15246}, {u'tokens': [u'hundreds', u'of', u'people', u'watch', u'as', u'people', u'partake', u'in', u'the', u'bull', u'run'], u'raw': u'Hundreds of people watch as people partake in the bull-run .', u'imgid': 3049, u'sentid': 15247}, {u'tokens': [u'the', u'bulls', u'are', u'chasing', u'the', u'runners'], u'raw': u'The bulls are chasing the runners .', u'imgid': 3049, u'sentid': 15248}, {u'tokens': [u'the', u'bulls', u'are', u'coming', u'down', u'the', u'street', u'with', u'people', u'to', u'the', u'right', u'of', u'them', u'and', u'a', u'building', u'behind', u'them'], u'raw': u'The bulls are coming down the street with people to the right of them and a building behind them .', u'imgid': 3049, u'sentid': 15249}], u'split': u'train', u'sentids': [15245, 15246, 15247, 15248, 15249]}, {u'filename': u'3490597800_8f94f7d353.jpg', u'imgid': 3054, u'sentences': [{u'tokens': [u'one', u'dog', u'is', u'standing', u'on', u'the', u'beach', u'as', u'another', u'dog', u'runs', u'into', u'the', u'ocean'], u'raw': u'One dog is standing on the beach as another dog runs into the ocean .', u'imgid': 3054, u'sentid': 15270}, {u'tokens': [u'two', u'dogs', u'on', u'the', u'beach', u'running', u'into', u'the', u'water'], u'raw': u'Two dogs on the beach , running into the water', u'imgid': 3054, u'sentid': 15271}, {u'tokens': [u'two', u'dogs', u'play', u'on', u'the', u'shore'], u'raw': u'Two dogs play on the shore .', u'imgid': 3054, u'sentid': 15272}, {u'tokens': [u'two', u'dogs', u'run', u'from', u'the', u'beach', u'into', u'the', u'water'], u'raw': u'Two dogs run from the beach into the water .', u'imgid': 3054, u'sentid': 15273}, {u'tokens': [u'two', u'wet', u'dogs', u'run', u'into', u'the', u'surf', u'at', u'sunset'], u'raw': u'Two wet dogs run into the surf at sunset .', u'imgid': 3054, u'sentid': 15274}], u'split': u'train', u'sentids': [15270, 15271, 15272, 15273, 15274]}, {u'filename': u'3521201948_9049197f20.jpg', u'imgid': 3080, u'sentences': [{u'tokens': [u'a', u'5', u'dog', u'race', u'where', u'all', u'the', u'dogs', u'have', u'mussels'], u'raw': u'A 5 dog race where all the dogs have mussels .', u'imgid': 3080, u'sentid': 15400}, {u'tokens': [u'five', u'large', u'dogs', u'run', u'through', u'a', u'fenced', u'grass', u'area', u'while', u'wearing', u'muzzles'], u'raw': u'Five large dogs run through a fenced grass area while wearing muzzles .', u'imgid': 3080, u'sentid': 15401}, {u'tokens': [u'five', u'large', u'dogs', u'with', u'long', u'tails', u'play', u'together', u'on', u'a', u'grassy', u'field', u'with', u'blue', u'and', u'red', u'balls'], u'raw': u'Five large dogs with long tails play together on a grassy field with blue and red balls .', u'imgid': 3080, u'sentid': 15402}, {u'tokens': [u'five', u'muzzled', u'greyhounds', u'are', u'running', u'in', u'a', u'grassy', u'field'], u'raw': u'Five muzzled greyhounds are running in a grassy field .', u'imgid': 3080, u'sentid': 15403}, {u'tokens': [u'muzzled', u'greyhound', u'dogs', u'running', u'in', u'a', u'pack'], u'raw': u'Muzzled greyhound dogs running in a pack .', u'imgid': 3080, u'sentid': 15404}], u'split': u'train', u'sentids': [15400, 15401, 15402, 15403, 15404]}, {u'filename': u'1095590286_c654f7e5a9.jpg', u'imgid': 3096, u'sentences': [{u'tokens': [u'a', u'blond', u'dog', u'and', u'a', u'black', u'and', u'white', u'dog', u'run', u'in', u'a', u'dirt', u'field'], u'raw': u'A blond dog and a black and white dog run in a dirt field .', u'imgid': 3096, u'sentid': 15480}, {u'tokens': [u'a', u'dog', u'chases', u'another', u'dog'], u'raw': u'a dog chases another dog .', u'imgid': 3096, u'sentid': 15481}, {u'tokens': [u'a', u'yellow', u'dog', u'and', u'a', u'black', u'and', u'white', u'dog', u'are', u'running', u'in', u'the', u'dirt'], u'raw': u'A yellow dog and a black and white dog are running in the dirt .', u'imgid': 3096, u'sentid': 15482}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'in', u'a', u'field'], u'raw': u'Two dogs are running in a field .', u'imgid': 3096, u'sentid': 15483}, {u'tokens': [u'two', u'dogs', u'running', u'around'], u'raw': u'two dogs running around', u'imgid': 3096, u'sentid': 15484}], u'split': u'train', u'sentids': [15480, 15481, 15482, 15483, 15484]}, {u'filename': u'3023178539_836b50cd43.jpg', u'imgid': 3098, u'sentences': [{u'tokens': [u'the', u'boys', u'dressed', u'in', u'athletic', u'wear', u'perform', u'exercises', u'on', u'the', u'grass'], u'raw': u'The boys dressed in athletic wear perform exercises on the grass .', u'imgid': 3098, u'sentid': 15490}, {u'tokens': [u'two', u'boys', u'are', u'running', u'around', u'a', u'field'], u'raw': u'Two boys are running around a field .', u'imgid': 3098, u'sentid': 15491}, {u'tokens': [u'two', u'men', u'are', u'running', u'side', u'by', u'side', u'in', u'a', u'field'], u'raw': u'Two men are running side by side in a field .', u'imgid': 3098, u'sentid': 15492}, {u'tokens': [u'two', u'men', u'run', u'across', u'a', u'field', u'near', u'a', u'parking', u'lot'], u'raw': u'Two men run across a field near a parking lot', u'imgid': 3098, u'sentid': 15493}, {u'tokens': [u'two', u'teenagers', u'playing', u'ultimate', u'frisbee'], u'raw': u'two teenagers playing ultimate Frisbee', u'imgid': 3098, u'sentid': 15494}], u'split': u'train', u'sentids': [15490, 15491, 15492, 15493, 15494]}, {u'filename': u'3650986674_3e101c606b.jpg', u'imgid': 3102, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'and', u'a', u'tan', u'dog', u'run', u'on', u'a', u'beach'], u'raw': u'A brown dog and a tan dog run on a beach .', u'imgid': 3102, u'sentid': 15510}, {u'tokens': [u'dogs', u'chase', u'each', u'other', u'through', u'water'], u'raw': u'Dogs chase each other through water .', u'imgid': 3102, u'sentid': 15511}, {u'tokens': [u'the', u'black', u'dog', u'and', u'the', u'brown', u'dog', u'are', u'on', u'the', u'ground'], u'raw': u'The black dog and the brown dog are on the ground .', u'imgid': 3102, u'sentid': 15512}, {u'tokens': [u'two', u'dogs', u'play', u'in', u'shallow', u'water'], u'raw': u'Two dogs play in shallow water .', u'imgid': 3102, u'sentid': 15513}, {u'tokens': [u'two', u'dogs', u'running', u'on', u'the', u'beach'], u'raw': u'two dogs running on the beach', u'imgid': 3102, u'sentid': 15514}], u'split': u'train', u'sentids': [15510, 15511, 15512, 15513, 15514]}, {u'filename': u'854333409_38bc1da9dc.jpg', u'imgid': 3117, u'sentences': [{u'tokens': [u'the', u'dog', u'on', u'the', u'right', u'has', u'a', u'red', u'object', u'in', u'his', u'mouth', u'and', u'the', u'other', u'dog', u'has', u'biting', u'it'], u'raw': u'The dog on the right has a red object in his mouth , and the other dog has biting it .', u'imgid': 3117, u'sentid': 15585}, {u'tokens': [u'two', u'black', u'dogs', u'playing', u'with', u'orange', u'object', u'run', u'across', u'grass'], u'raw': u'Two black dogs playing with orange object run across grass .', u'imgid': 3117, u'sentid': 15586}, {u'tokens': [u'two', u'black', u'dogs', u'play', u'with', u'a', u'toy'], u'raw': u'Two black dogs play with a toy .', u'imgid': 3117, u'sentid': 15587}, {u'tokens': [u'two', u'black', u'labs', u'run', u'one', u'carrying', u'an', u'orange', u'dog', u'toy'], u'raw': u'Two black labs run , one carrying an orange dog toy .', u'imgid': 3117, u'sentid': 15588}, {u'tokens': [u'two', u'dark', u'dogs', u'run', u'together', u'and', u'one', u'holds', u'something', u'in', u'its', u'mouth'], u'raw': u'Two dark dogs run together and one holds something in its mouth .', u'imgid': 3117, u'sentid': 15589}], u'split': u'train', u'sentids': [15585, 15586, 15587, 15588, 15589]}, {u'filename': u'3266306177_7994dc2865.jpg', u'imgid': 3133, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'is', u'running', u'in', u'the', u'snow', u'with', u'a', u'smaller', u'black', u'dog', u'running', u'behind', u'it'], u'raw': u'A brown dog is running in the snow with a smaller black dog running behind it .', u'imgid': 3133, u'sentid': 15665}, {u'tokens': [u'a', u'large', u'brown', u'dog', u'and', u'small', u'black', u'dog', u'walk', u'on', u'the', u'snow'], u'raw': u'A large brown dog and small black dog walk on the snow .', u'imgid': 3133, u'sentid': 15666}, {u'tokens': [u'a', u'little', u'black', u'dog', u'and', u'a', u'large', u'brown', u'dog', u'are', u'out', u'in', u'the', u'snow'], u'raw': u'A little black dog and a large brown dog are out in the snow .', u'imgid': 3133, u'sentid': 15667}, {u'tokens': [u'two', u'dogs', u'a', u'big', u'dog', u'and', u'a', u'small', u'dog', u'run', u'in', u'the', u'snow'], u'raw': u'Two dogs , a big dog and a small dog , run in the snow .', u'imgid': 3133, u'sentid': 15668}, {u'tokens': [u'two', u'dogs', u'are', u'standing', u'in', u'snow', u'the', u'smaller', u'one', u'barking', u'at', u'the', u'larger', u'one'], u'raw': u'Two dogs are standing in snow , the smaller one barking at the larger one .', u'imgid': 3133, u'sentid': 15669}], u'split': u'train', u'sentids': [15665, 15666, 15667, 15668, 15669]}, {u'filename': u'2295447147_458cfea65a.jpg', u'imgid': 3159, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'in', u'a', u'field'], u'raw': u'A brown dog in a field .', u'imgid': 3159, u'sentid': 15795}, {u'tokens': [u'a', u'brown', u'dog', u'in', u'mid', u'run', u'in', u'grass'], u'raw': u'A brown dog in mid-run in grass .', u'imgid': 3159, u'sentid': 15796}, {u'tokens': [u'a', u'brown', u'dog', u'in', u'two', u'black', u'collars', u'running', u'through', u'a', u'grassy', u'field'], u'raw': u'A brown dog in two black collars running through a grassy field .', u'imgid': 3159, u'sentid': 15797}, {u'tokens': [u'a', u'dog', u'running', u'in', u'a', u'field'], u'raw': u'A dog running in a field .', u'imgid': 3159, u'sentid': 15798}, {u'tokens': [u'a', u'light', u'brown', u'dog', u'with', u'a', u'dark', u'collar', u'bounding', u'through', u'grass'], u'raw': u'A light brown dog with a dark collar bounding through grass .', u'imgid': 3159, u'sentid': 15799}], u'split': u'train', u'sentids': [15795, 15796, 15797, 15798, 15799]}, {u'filename': u'3372340429_91c4f4af30.jpg', u'imgid': 3209, u'sentences': [{u'tokens': [u'a', u'few', u'dogs', u'jumping', u'around', u'in', u'the', u'snow'], u'raw': u'a few dogs jumping around in the snow', u'imgid': 3209, u'sentid': 16045}, {u'tokens': [u'a', u'large', u'dog', u'and', u'two', u'smaller', u'dogs', u'running', u'around', u'in', u'the', u'snow'], u'raw': u'A large dog and two smaller dogs running around in the snow .', u'imgid': 3209, u'sentid': 16046}, {u'tokens': [u'three', u'dogs', u'are', u'in', u'the', u'snow', u'in', u'front', u'of', u'a', u'fence'], u'raw': u'Three dogs are in the snow in front of a fence .', u'imgid': 3209, u'sentid': 16047}, {u'tokens': [u'three', u'dogs', u'playing', u'in', u'the', u'snow'], u'raw': u'Three dogs playing in the snow .', u'imgid': 3209, u'sentid': 16048}, {u'tokens': [u'three', u'dogs', u'run', u'around', u'in', u'the', u'snow'], u'raw': u'Three dogs run around in the snow .', u'imgid': 3209, u'sentid': 16049}], u'split': u'train', u'sentids': [16045, 16046, 16047, 16048, 16049]}, {u'filename': u'3546027589_253553252a.jpg', u'imgid': 3214, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'children', u'playing', u'soccer', u'and', u'talking', u'outside', u'a', u'restaurant'], u'raw': u'A group of children playing soccer and talking outside a restaurant .', u'imgid': 3214, u'sentid': 16070}, {u'tokens': [u'a', u'group', u'of', u'people', u'playing', u'soccer', u'in', u'a', u'less', u'developed', u'part', u'of', u'town'], u'raw': u'A group of people playing soccer in a less developed part of town .', u'imgid': 3214, u'sentid': 16071}, {u'tokens': [u'several', u'kids', u'standing', u'around', u'on', u'the', u'streets', u'one', u'playing', u'with', u'a', u'ball'], u'raw': u'several kids standing around on the streets one playing with a ball', u'imgid': 3214, u'sentid': 16072}, {u'tokens': [u'six', u'boys', u'are', u'sitting', u'and', u'playing', u'in', u'a', u'run', u'down', u'area'], u'raw': u'Six boys are sitting and playing in a run down area .', u'imgid': 3214, u'sentid': 16073}, {u'tokens': [u'the', u'children', u'are', u'talking', u'and', u'playing', u'in', u'the', u'street'], u'raw': u'The children are talking and playing in the street .', u'imgid': 3214, u'sentid': 16074}], u'split': u'train', u'sentids': [16070, 16071, 16072, 16073, 16074]}, {u'filename': u'2562347802_c049a2ba88.jpg', u'imgid': 3222, u'sentences': [{u'tokens': [u'the', u'dogs', u'are', u'walking', u'in', u'the', u'desert'], u'raw': u'The dogs are walking in the desert .', u'imgid': 3222, u'sentid': 16110}, {u'tokens': [u'two', u'dogs', u'are', u'walking', u'away', u'from', u'the', u'camera', u'through', u'shrubs', u'and', u'grass'], u'raw': u'Two dogs are walking away from the camera through shrubs and grass .', u'imgid': 3222, u'sentid': 16111}, {u'tokens': [u'two', u'dogs', u'playing', u'outside'], u'raw': u'Two dogs playing outside .', u'imgid': 3222, u'sentid': 16112}, {u'tokens': [u'two', u'dogs', u'run', u'across', u'dry', u'ground'], u'raw': u'two dogs run across dry ground .', u'imgid': 3222, u'sentid': 16113}, {u'tokens': [u'two', u'dogs', u'walking', u'along', u'dirt', u'path'], u'raw': u'Two dogs walking along dirt path .', u'imgid': 3222, u'sentid': 16114}], u'split': u'train', u'sentids': [16110, 16111, 16112, 16113, 16114]}, {u'filename': u'3159447439_c1496cbaea.jpg', u'imgid': 3246, u'sentences': [{u'tokens': [u'two', u'brown', u'dogs', u'are', u'running', u'through', u'the', u'green', u'grass'], u'raw': u'Two brown dogs are running through the green grass .', u'imgid': 3246, u'sentid': 16230}, {u'tokens': [u'two', u'brown', u'dogs', u'run', u'through', u'the', u'grass'], u'raw': u'Two brown dogs run through the grass .', u'imgid': 3246, u'sentid': 16231}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'through', u'the', u'grass'], u'raw': u'Two dogs are running through the grass .', u'imgid': 3246, u'sentid': 16232}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'grass'], u'raw': u'Two dogs run through grass .', u'imgid': 3246, u'sentid': 16233}, {u'tokens': [u'two', u'light', u'colored', u'dogs', u'running', u'in', u'the', u'grass'], u'raw': u'Two light colored dogs running in the grass .', u'imgid': 3246, u'sentid': 16234}], u'split': u'train', u'sentids': [16230, 16231, 16232, 16233, 16234]}, {u'filename': u'1304100320_c8990a1539.jpg', u'imgid': 3247, u'sentences': [{u'tokens': [u'the', u'two', u'dogs', u'are', u'running', u'through', u'a', u'field', u'of', u'flowers'], u'raw': u'The two dogs are running through a field of flowers .', u'imgid': 3247, u'sentid': 16235}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'through', u'a', u'field', u'of', u'pink', u'flowers'], u'raw': u'Two dogs are running through a field of pink flowers .', u'imgid': 3247, u'sentid': 16236}, {u'tokens': [u'two', u'dogs', u'bound', u'over', u'a', u'flower', u'covered', u'hill'], u'raw': u'Two dogs bound over a flower-covered hill .', u'imgid': 3247, u'sentid': 16237}, {u'tokens': [u'two', u'dogs', u'playing', u'in', u'a', u'misty', u'field', u'filled', u'with', u'purple', u'flowers'], u'raw': u'Two dogs playing in a misty field filled with purple flowers', u'imgid': 3247, u'sentid': 16238}, {u'tokens': [u'two', u'gray', u'dogs', u'run', u'through', u'a', u'field', u'of', u'pink', u'heather'], u'raw': u'Two gray dogs run through a field of pink heather .', u'imgid': 3247, u'sentid': 16239}], u'split': u'train', u'sentids': [16235, 16236, 16237, 16238, 16239]}, {u'filename': u'1130401779_8c30182e3e.jpg', u'imgid': 3273, u'sentences': [{u'tokens': [u'two', u'brown', u'dogs', u'are', u'creating', u'large', u'splashes', u'as', u'they', u'run', u'in', u'a', u'river'], u'raw': u'Two brown dogs are creating large splashes as they run in a river .', u'imgid': 3273, u'sentid': 16365}, {u'tokens': [u'two', u'brown', u'dogs', u'in', u'the', u'water'], u'raw': u'Two brown dogs in the water .', u'imgid': 3273, u'sentid': 16366}, {u'tokens': [u'two', u'brown', u'dogs', u'running', u'through', u'water'], u'raw': u'Two brown dogs running through water .', u'imgid': 3273, u'sentid': 16367}, {u'tokens': [u'two', u'brown', u'dogs', u'runs', u'through', u'the', u'water'], u'raw': u'Two brown dogs runs through the water .', u'imgid': 3273, u'sentid': 16368}, {u'tokens': [u'two', u'dogs', u'splash', u'through', u'the', u'water'], u'raw': u'Two dogs splash through the water .', u'imgid': 3273, u'sentid': 16369}], u'split': u'train', u'sentids': [16365, 16366, 16367, 16368, 16369]}, {u'filename': u'2044063458_fcc76a7636.jpg', u'imgid': 3286, u'sentences': [{u'tokens': [u'two', u'dachshunds', u'one', u'black', u'the', u'other', u'brown', u'run', u'on', u'grass'], u'raw': u'Two dachshunds , one black the other brown , run on grass .', u'imgid': 3286, u'sentid': 16430}, {u'tokens': [u'two', u'dachshunds', u'run', u'in', u'the', u'grass', u'with', u'a', u'blue', u'ball'], u'raw': u'Two dachshunds run in the grass with a blue ball .', u'imgid': 3286, u'sentid': 16431}, {u'tokens': [u'two', u'dogs', u'chase', u'a', u'blue', u'ball', u'in', u'a', u'field'], u'raw': u'Two dogs chase a blue ball in a field .', u'imgid': 3286, u'sentid': 16432}, {u'tokens': [u'two', u'small', u'dogs', u'are', u'chasing', u'a', u'ball'], u'raw': u'Two small dogs are chasing a ball .', u'imgid': 3286, u'sentid': 16433}, {u'tokens': [u'two', u'small', u'dogs', u'playing', u'in', u'a', u'field', u'with', u'a', u'small', u'ball'], u'raw': u'Two small dogs playing in a field with a small ball .', u'imgid': 3286, u'sentid': 16434}], u'split': u'train', u'sentids': [16430, 16431, 16432, 16433, 16434]}, {u'filename': u'2157003092_eaeb977789.jpg', u'imgid': 3313, u'sentences': [{u'tokens': [u'a', u'black', u'dog', u'is', u'trying', u'to', u'run', u'with', u'its', u'legs', u'buried', u'in', u'the', u'snow'], u'raw': u'A black dog is trying to run with its legs buried in the snow .', u'imgid': 3313, u'sentid': 16565}, {u'tokens': [u'a', u'black', u'dog', u'with', u'tan', u'markings', u'stands', u'in', u'deep', u'snow', u'there', u'is', u'an', u'evergreen', u'to', u'the', u'right'], u'raw': u'A black dog with tan markings stands in deep snow ; there is an evergreen to the right .', u'imgid': 3313, u'sentid': 16566}, {u'tokens': [u'a', u'dog', u'plays', u'in', u'the', u'snow'], u'raw': u'a dog plays in the snow .', u'imgid': 3313, u'sentid': 16567}, {u'tokens': [u'dog', u'lies', u'in', u'snow'], u'raw': u'Dog lies in snow .', u'imgid': 3313, u'sentid': 16568}, {u'tokens': [u'the', u'dog', u'is', u'trying', u'to', u'outrun', u'the', u'deep', u'snow'], u'raw': u'The dog is trying to outrun the deep snow .', u'imgid': 3313, u'sentid': 16569}], u'split': u'train', u'sentids': [16565, 16566, 16567, 16568, 16569]}, {u'filename': u'3354200211_35348e47d8.jpg', u'imgid': 3356, u'sentences': [{u'tokens': [u'a', u'bunch', u'of', u'people', u'walking', u'down', u'the', u'street'], u'raw': u'A bunch of people walking down the street .', u'imgid': 3356, u'sentid': 16780}, {u'tokens': [u'adults', u'and', u'children', u'dressed', u'for', u'cold', u'weather', u'in', u'a', u'road', u'race'], u'raw': u'Adults and children dressed for cold weather in a road race .', u'imgid': 3356, u'sentid': 16781}, {u'tokens': [u'a', u'group', u'of', u'people', u'run', u'down', u'a', u'city', u'street'], u'raw': u'A group of people run down a city street .', u'imgid': 3356, u'sentid': 16782}, {u'tokens': [u'many', u'people', u'are', u'jogging', u'along', u'the', u'street', u'by', u'a', u'green', u'fence'], u'raw': u'Many people are jogging along the street by a green fence .', u'imgid': 3356, u'sentid': 16783}, {u'tokens': [u'many', u'people', u'run', u'in', u'a', u'race', u'on', u'a', u'street'], u'raw': u'Many people run in a race on a street .', u'imgid': 3356, u'sentid': 16784}], u'split': u'train', u'sentids': [16780, 16781, 16782, 16783, 16784]}, {u'filename': u'2298077331_f9a1488067.jpg', u'imgid': 3499, u'sentences': [{u'tokens': [u'a', u'black', u'dog', u'and', u'a', u'brown', u'dog', u'run', u'along', u'a', u'dirt', u'path'], u'raw': u'A black dog and a brown dog run along a dirt path .', u'imgid': 3499, u'sentid': 17495}, {u'tokens': [u'a', u'black', u'dog', u'runs', u'with', u'a', u'white', u'dog'], u'raw': u'A black dog runs with a white dog', u'imgid': 3499, u'sentid': 17496}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'down', u'a', u'dirt', u'path', u'in', u'a', u'grassy', u'field'], u'raw': u'Two dogs are running down a dirt path in a grassy field .', u'imgid': 3499, u'sentid': 17497}, {u'tokens': [u'two', u'dogs', u'run', u'and', u'play', u'together', u'on', u'a', u'narrow', u'dirt', u'path', u'in', u'the', u'middle', u'of', u'a', u'field'], u'raw': u'Two dogs run and play together on a narrow dirt path in the middle of a field .', u'imgid': 3499, u'sentid': 17498}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'the', u'grass', u'outside'], u'raw': u'Two dogs run through the grass outside .', u'imgid': 3499, u'sentid': 17499}], u'split': u'train', u'sentids': [17495, 17496, 17497, 17498, 17499]}, {u'filename': u'2466093839_33bbc8cbd9.jpg', u'imgid': 3508, u'sentences': [{u'tokens': [u'a', u'little', u'boy', u'quickly', u'pushes', u'another', u'child', u'on', u'a', u'riding', u'toy'], u'raw': u'A little boy quickly pushes another child on a riding toy .', u'imgid': 3508, u'sentid': 17540}, {u'tokens': [u'blurry', u'image', u'of', u'one', u'young', u'boy', u'being', u'pushed', u'in', u'a', u'cart', u'by', u'another'], u'raw': u'Blurry image of one young boy being pushed in a cart by another .', u'imgid': 3508, u'sentid': 17541}, {u'tokens': [u'one', u'boy', u'is', u'pushing', u'another', u'boy', u'down', u'a', u'street', u'in', u'a', u'doll', u'carriage'], u'raw': u'One boy is pushing another boy down a street in a doll carriage .', u'imgid': 3508, u'sentid': 17542}, {u'tokens': [u'one', u'boy', u'is', u'running', u'and', u'pushing', u'another', u'little', u'boy', u'on', u'a', u'toy', u'with', u'wheels', u'on', u'it'], u'raw': u'One boy is running and pushing another little boy on a toy with wheels on it .', u'imgid': 3508, u'sentid': 17543}, {u'tokens': [u'two', u'young', u'kids', u'play', u'and', u'run'], u'raw': u'Two young kids play and run .', u'imgid': 3508, u'sentid': 17544}], u'split': u'train', u'sentids': [17540, 17541, 17542, 17543, 17544]}, {u'filename': u'3122606953_a979dd3d33.jpg', u'imgid': 3540, u'sentences': [{u'tokens': [u'a', u'little', u'black', u'dog', u'chases', u'another', u'little', u'black', u'dog', u'through', u'thick', u'snow'], u'raw': u'A little black dog chases another little black dog through thick snow .', u'imgid': 3540, u'sentid': 17700}, {u'tokens': [u'two', u'black', u'dogs', u'walking', u'through', u'the', u'snow'], u'raw': u'Two black dogs walking through the snow .', u'imgid': 3540, u'sentid': 17701}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'through', u'snow', u'away', u'from', u'the', u'camera'], u'raw': u'Two dogs are running through snow , away from the camera .', u'imgid': 3540, u'sentid': 17702}, {u'tokens': [u'two', u'dogs', u'of', u'the', u'same', u'breed', u'are', u'running', u'through', u'snow', u'that', u'has', u'buried', u'grass'], u'raw': u'Two dogs of the same breed are running through snow that has buried grass .', u'imgid': 3540, u'sentid': 17703}, {u'tokens': [u'two', u'large', u'black', u'dogs', u'run', u'through', u'the', u'snow'], u'raw': u'Two large black dogs run through the snow .', u'imgid': 3540, u'sentid': 17704}], u'split': u'train', u'sentids': [17700, 17701, 17702, 17703, 17704]}, {u'filename': u'3427614912_b147d083b2.jpg', u'imgid': 3583, u'sentences': [{u'tokens': [u'two', u'boys', u'are', u'sprinting', u'on', u'a', u'running', u'track'], u'raw': u'Two boys are sprinting on a running track .', u'imgid': 3583, u'sentid': 17915}, {u'tokens': [u'two', u'boys', u'race', u'each', u'other', u'on', u'foot'], u'raw': u'Two boys race each other on foot .', u'imgid': 3583, u'sentid': 17916}, {u'tokens': [u'two', u'men', u'in', u'a', u'running', u'contest'], u'raw': u'Two men in a running contest .', u'imgid': 3583, u'sentid': 17917}, {u'tokens': [u'two', u'young', u'men', u'running', u'along', u'a', u'track'], u'raw': u'two young men running along a track .', u'imgid': 3583, u'sentid': 17918}, {u'tokens': [u'two', u'young', u'men', u'run', u'on', u'a', u'track', u'outside'], u'raw': u'Two young men run on a track outside .', u'imgid': 3583, u'sentid': 17919}], u'split': u'train', u'sentids': [17915, 17916, 17917, 17918, 17919]}, {u'filename': u'2115631346_9585a479b0.jpg', u'imgid': 3610, u'sentences': [{u'tokens': [u'two', u'brown', u'dogs', u'are', u'running', u'through', u'the', u'snow'], u'raw': u'Two brown dogs are running through the snow .', u'imgid': 3610, u'sentid': 18050}, {u'tokens': [u'two', u'brown', u'dogs', u'run', u'across', u'a', u'large', u'snowy', u'yard'], u'raw': u'Two brown dogs run across a large snowy yard .', u'imgid': 3610, u'sentid': 18051}, {u'tokens': [u'two', u'brown', u'dogs', u'running', u'through', u'the', u'snow'], u'raw': u'two brown dogs running through the snow .', u'imgid': 3610, u'sentid': 18052}, {u'tokens': [u'two', u'dogs', u'race', u'across', u'a', u'snowy', u'field'], u'raw': u'Two dogs race across a snowy field .', u'imgid': 3610, u'sentid': 18053}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'a', u'snowy', u'field'], u'raw': u'Two dogs run through a snowy field .', u'imgid': 3610, u'sentid': 18054}], u'split': u'train', u'sentids': [18050, 18051, 18052, 18053, 18054]}, {u'filename': u'1449370354_380c4123c9.jpg', u'imgid': 3638, u'sentences': [{u'tokens': [u'kids', u'running', u'across', u'the', u'grass'], u'raw': u'Kids running across the grass .', u'imgid': 3638, u'sentid': 18190}, {u'tokens': [u'three', u'young', u'boys', u'are', u'running', u'on', u'grass'], u'raw': u'Three young boys are running on grass .', u'imgid': 3638, u'sentid': 18191}, {u'tokens': [u'two', u'boys', u'one', u'wearing', u'glasses', u'run', u'across', u'grass', u'third', u'child', u'partially', u'in', u'shot'], u'raw': u'Two boys , one wearing glasses , run across grass . Third child partially in shot .', u'imgid': 3638, u'sentid': 18192}, {u'tokens': [u'two', u'young', u'boys', u'running', u'on', u'a', u'grassy', u'field'], u'raw': u'two young boys running on a grassy field', u'imgid': 3638, u'sentid': 18193}, {u'tokens': [u'young', u'boys', u'running', u'on', u'grass'], u'raw': u'Young boys running on grass .', u'imgid': 3638, u'sentid': 18194}], u'split': u'train', u'sentids': [18190, 18191, 18192, 18193, 18194]}, {u'filename': u'490044494_d2d546be8d.jpg', u'imgid': 3652, u'sentences': [{u'tokens': [u'three', u'brown', u'puppies', u'running', u'in', u'the', u'grass'], u'raw': u'Three brown puppies running in the grass .', u'imgid': 3652, u'sentid': 18260}, {u'tokens': [u'three', u'dogs', u'are', u'running', u'through', u'the', u'grass'], u'raw': u'Three dogs are running through the grass .', u'imgid': 3652, u'sentid': 18261}, {u'tokens': [u'three', u'dogs', u'run', u'through', u'a', u'field'], u'raw': u'Three dogs run through a field .', u'imgid': 3652, u'sentid': 18262}, {u'tokens': [u'three', u'small', u'puppies', u'run', u'through', u'the', u'green', u'grass'], u'raw': u'Three small puppies run through the green grass .', u'imgid': 3652, u'sentid': 18263}, {u'tokens': [u'three', u'tan', u'and', u'brown', u'dogs', u'are', u'running', u'over', u'grass'], u'raw': u'Three tan and brown dogs are running over grass .', u'imgid': 3652, u'sentid': 18264}], u'split': u'train', u'sentids': [18260, 18261, 18262, 18263, 18264]}, {u'filename': u'3041348852_872c027c16.jpg', u'imgid': 3655, u'sentences': [{u'tokens': [u'five', u'small', u'white', u'dogs', u'are', u'wearing', u'muzzles', u'and', u'running'], u'raw': u'Five small white dogs are wearing muzzles and running .', u'imgid': 3655, u'sentid': 18275}, {u'tokens': [u'five', u'white', u'and', u'white', u'and', u'brown', u'muzzled', u'dogs', u'run', u'across', u'a', u'green', u'grassy', u'lawn'], u'raw': u'Five white and white and brown , muzzled dogs run across a green , grassy lawn .', u'imgid': 3655, u'sentid': 18276}, {u'tokens': [u'five', u'white', u'dogs', u'with', u'muzzles', u'are', u'running', u'towards', u'the', u'camera'], u'raw': u'Five white dogs with muzzles are running towards the camera .', u'imgid': 3655, u'sentid': 18277}, {u'tokens': [u'little', u'muzzled', u'white', u'dogs', u'are', u'running', u'in', u'the', u'grass'], u'raw': u'Little muzzled white dogs are running in the grass .', u'imgid': 3655, u'sentid': 18278}, {u'tokens': [u'several', u'dogs', u'in', u'muzzles', u'are', u'racing', u'on', u'the', u'grass'], u'raw': u'Several dogs in muzzles are racing on the grass .', u'imgid': 3655, u'sentid': 18279}], u'split': u'train', u'sentids': [18275, 18276, 18277, 18278, 18279]}, {u'filename': u'344078103_4b23931ce5.jpg', u'imgid': 3678, u'sentences': [{u'tokens': [u'two', u'black', u'dogs', u'in', u'the', u'snow'], u'raw': u'Two black dogs in the snow', u'imgid': 3678, u'sentid': 18390}, {u'tokens': [u'two', u'black', u'dogs', u'on', u'a', u'snow', u'covered', u'ground', u'the', u'ground', u'appears', u'blue', u'in', u'the', u'background', u'one', u'dog', u'is', u'jumping', u'with', u'feet', u'off', u'the', u'ground'], u'raw': u'Two black dogs on a snow covered ground , the ground appears blue in the background , one dog is jumping with feet off the ground .', u'imgid': 3678, u'sentid': 18391}, {u'tokens': [u'two', u'black', u'dogs', u'playing', u'in', u'the', u'snow'], u'raw': u'Two black dogs playing in the snow .', u'imgid': 3678, u'sentid': 18392}, {u'tokens': [u'two', u'black', u'dogs', u'play', u'in', u'snow'], u'raw': u'Two black dogs play in snow .', u'imgid': 3678, u'sentid': 18393}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'the', u'snow'], u'raw': u'Two dogs run through the snow .', u'imgid': 3678, u'sentid': 18394}], u'split': u'train', u'sentids': [18390, 18391, 18392, 18393, 18394]}, {u'filename': u'2624457062_89efc497a8.jpg', u'imgid': 3709, u'sentences': [{u'tokens': [u'a', u'boarded', u'up', u'painted', u'white', u'brick', u'building', u'with', u'a', u'man', u'standing', u'in', u'front'], u'raw': u'A boarded-up painted white brick building with a man standing in front .', u'imgid': 3709, u'sentid': 18545}, {u'tokens': [u'a', u'man', u'poses', u'in', u'front', u'of', u'a', u'run', u'down', u'house'], u'raw': u'A man poses in front of a run down house', u'imgid': 3709, u'sentid': 18546}, {u'tokens': [u'an', u'older', u'looking', u'man', u'with', u'glasses', u'and', u'a', u'white', u'mustache', u'is', u'in', u'front', u'of', u'an', u'abandon', u'building'], u'raw': u'An older looking man with glasses and a white mustache is in front of an abandon building .', u'imgid': 3709, u'sentid': 18547}, {u'tokens': [u'an', u'older', u'man', u'stands', u'outside', u'a', u'old', u'boarded', u'up', u'building'], u'raw': u'An older man stands outside a old boarded up building .', u'imgid': 3709, u'sentid': 18548}, {u'tokens': [u'an', u'old', u'man', u'stands', u'in', u'front', u'of', u'a', u'rundown', u'building'], u'raw': u'An old man stands in front of a rundown building .', u'imgid': 3709, u'sentid': 18549}], u'split': u'train', u'sentids': [18545, 18546, 18547, 18548, 18549]}, {u'filename': u'1351315701_6580b51c41.jpg', u'imgid': 3716, u'sentences': [{u'tokens': [u'a', u'black', u'and', u'a', u'white', u'dog', u'are', u'running', u'on', u'the', u'grass'], u'raw': u'A black and a white dog are running on the grass .', u'imgid': 3716, u'sentid': 18580}, {u'tokens': [u'a', u'black', u'dog', u'and', u'a', u'white', u'dog', u'race', u'in', u'a', u'grassy', u'field', u'while', u'spectators', u'look', u'on'], u'raw': u'A black dog and a white dog race in a grassy field while spectators look on .', u'imgid': 3716, u'sentid': 18581}, {u'tokens': [u'a', u'white', u'dog', u'and', u'a', u'black', u'dog', u'running', u'side', u'by', u'side', u'on', u'the', u'grass', u'while', u'onlookers', u'watch'], u'raw': u'A white dog and a black dog running side by side on the grass while onlookers watch .', u'imgid': 3716, u'sentid': 18582}, {u'tokens': [u'two', u'dogs', u'a', u'pitbull', u'and', u'a', u'black', u'labrador', u'run', u'side', u'by', u'side'], u'raw': u'Two dogs , a pitbull and a black Labrador , run side by side .', u'imgid': 3716, u'sentid': 18583}, {u'tokens': [u'two', u'dogs', u'racing', u'in', u'a', u'field', u'with', u'people', u'looking', u'on'], u'raw': u'Two dogs racing in a field , with people looking on .', u'imgid': 3716, u'sentid': 18584}], u'split': u'train', u'sentids': [18580, 18581, 18582, 18583, 18584]}, {u'filename': u'3601569729_bf4bf82768.jpg', u'imgid': 3722, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'race', u'horses', u'run', u'down', u'a', u'track', u'carrying', u'jockeys'], u'raw': u'A group of race horses run down a track carrying jockeys .', u'imgid': 3722, u'sentid': 18610}, {u'tokens': [u'a', u'horse', u'race'], u'raw': u'A horse race .', u'imgid': 3722, u'sentid': 18611}, {u'tokens': [u'jockeys', u'on', u'horses', u'during', u'a', u'race'], u'raw': u'Jockeys on horses during a race .', u'imgid': 3722, u'sentid': 18612}, {u'tokens': [u'the', u'horses', u'race', u'on', u'the', u'dirt', u'track', u'while', u'their', u'riders', u'urge', u'them', u'on'], u'raw': u'The horses race on the dirt track while their riders urge them on .', u'imgid': 3722, u'sentid': 18613}, {u'tokens': [u'there', u'are', u'riders', u'and', u'horses', u'in', u'a', u'horse', u'race', u'going', u'around', u'a', u'track'], u'raw': u'There are riders and horses in a horse race , going around a track .', u'imgid': 3722, u'sentid': 18614}], u'split': u'train', u'sentids': [18610, 18611, 18612, 18613, 18614]}, {u'filename': u'486300784_2cc7a770ff.jpg', u'imgid': 3729, u'sentences': [{u'tokens': [u'two', u'dogs', u'running', u'in', u'a', u'body', u'of', u'water', u'that', u'is', u'light', u'blue', u'with', u'tip', u'of', u'an', u'island', u'of', u'grass', u'showing'], u'raw': u'Two dogs running in a body of water that is light blue with tip of an island of grass showing', u'imgid': 3729, u'sentid': 18645}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'the', u'water', u'near', u'a', u'beach', u'with', u'land', u'on', u'the', u'horizon'], u'raw': u'Two dogs run through the water near a beach , with land on the horizon .', u'imgid': 3729, u'sentid': 18646}, {u'tokens': [u'two', u'dogs', u'run', u'towards', u'shore', u'through', u'shallow', u'water'], u'raw': u'Two dogs run towards shore through shallow water .', u'imgid': 3729, u'sentid': 18647}, {u'tokens': [u'two', u'dogs', u'splash', u'through', u'the', u'lake'], u'raw': u'Two dogs splash through the lake .', u'imgid': 3729, u'sentid': 18648}, {u'tokens': [u'two', u'grey', u'dogs', u'running', u'through', u'the', u'shallow', u'water', u'of', u'a', u'lake'], u'raw': u'Two grey dogs running through the shallow water of a lake .', u'imgid': 3729, u'sentid': 18649}], u'split': u'train', u'sentids': [18645, 18646, 18647, 18648, 18649]}, {u'filename': u'72218201_e0e9c7d65b.jpg', u'imgid': 3734, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'children', u'run', u'a', u'footrace', u'in', u'the', u'snow'], u'raw': u'A group of children run a footrace in the snow .', u'imgid': 3734, u'sentid': 18670}, {u'tokens': [u'a', u'group', u'of', u'young', u'boys', u'race', u'on', u'a', u'snowy', u'day'], u'raw': u'A group of young boys race on a snowy day .', u'imgid': 3734, u'sentid': 18671}, {u'tokens': [u'school', u'kids', u'racing', u'in', u'the', u'snow'], u'raw': u'School kids racing in the snow .', u'imgid': 3734, u'sentid': 18672}, {u'tokens': [u'the', u'children', u'are', u'running', u'in', u'the', u'snow', u'with', u'fences', u'in', u'the', u'background'], u'raw': u'The children are running in the snow with fences in the background .', u'imgid': 3734, u'sentid': 18673}, {u'tokens': [u'the', u'young', u'runners', u'are', u'racing', u'through', u'the', u'snow'], u'raw': u'The young runners are racing through the snow .', u'imgid': 3734, u'sentid': 18674}], u'split': u'train', u'sentids': [18670, 18671, 18672, 18673, 18674]}, {u'filename': u'273248777_eaf0288ab3.jpg', u'imgid': 3747, u'sentences': [{u'tokens': [u'a', u'football', u'player', u'in', u'a', u'full', u'stadium', u'jumping', u'and', u'recieving', u'a', u'football'], u'raw': u'A football player in a full stadium jumping and recieving a football .', u'imgid': 3747, u'sentid': 18735}, {u'tokens': [u'the', u'american', u'footballer', u'in', u'yellow', u'catches', u'the', u'ball', u'whilst', u'under', u'pressure', u'from', u'the', u'payer', u'in', u'white'], u'raw': u'The American footballer in yellow catches the ball whilst under pressure from the payer in white .', u'imgid': 3747, u'sentid': 18736}, {u'tokens': [u'two', u'football', u'players', u'playing', u'football', u'before', u'a', u'huge', u'crowd'], u'raw': u'Two football players playing football before a huge crowd .', u'imgid': 3747, u'sentid': 18737}, {u'tokens': [u'two', u'football', u'players', u'run', u'into', u'each', u'other'], u'raw': u'Two football players run into each other .', u'imgid': 3747, u'sentid': 18738}, {u'tokens': [u'two', u'men', u'vie', u'for', u'a', u'football'], u'raw': u'Two men vie for a football .', u'imgid': 3747, u'sentid': 18739}], u'split': u'train', u'sentids': [18735, 18736, 18737, 18738, 18739]}, {u'filename': u'3076052114_233f42ae5b.jpg', u'imgid': 3782, u'sentences': [{u'tokens': [u'two', u'black', u'brown', u'and', u'white', u'dogs', u'run', u'along', u'the', u'countryside', u'with', u'white', u'sheep', u'in', u'the', u'background'], u'raw': u'Two black , brown and white dogs run along the countryside with white sheep in the background .', u'imgid': 3782, u'sentid': 18910}, {u'tokens': [u'two', u'black', u'dogs', u'run', u'in', u'a', u'grass', u'field', u'with', u'two', u'white', u'sheep', u'in', u'the', u'background'], u'raw': u'Two black dogs run in a grass field with two white sheep in the background .', u'imgid': 3782, u'sentid': 18911}, {u'tokens': [u'two', u'dogs', u'are', u'walking', u'through', u'a', u'sheep', u'field'], u'raw': u'two dogs are walking through a sheep field .', u'imgid': 3782, u'sentid': 18912}, {u'tokens': [u'two', u'dogs', u'run', u'in', u'a', u'field', u'herding', u'sheep'], u'raw': u'Two dogs run in a field herding sheep .', u'imgid': 3782, u'sentid': 18913}, {u'tokens': [u'two', u'dogs', u'running', u'across', u'a', u'green', u'field', u'with', u'two', u'white', u'animals', u'in', u'the', u'background'], u'raw': u'Two dogs running across a green field with two white animals in the background .', u'imgid': 3782, u'sentid': 18914}], u'split': u'train', u'sentids': [18910, 18911, 18912, 18913, 18914]}, {u'filename': u'559102835_472ff702b5.jpg', u'imgid': 3801, u'sentences': [{u'tokens': [u'two', u'boys', u'and', u'a', u'ball'], u'raw': u'Two boys and a ball', u'imgid': 3801, u'sentid': 19005}, {u'tokens': [u'two', u'boys', u'are', u'playing', u'with', u'a', u'soccer', u'ball', u'on', u'a', u'sports', u'field'], u'raw': u'Two boys are playing with a soccer ball on a sports field .', u'imgid': 3801, u'sentid': 19006}, {u'tokens': [u'two', u'boys', u'run', u'after', u'a', u'soccer', u'ball', u'on', u'a', u'field'], u'raw': u'Two boys run after a soccer ball on a field .', u'imgid': 3801, u'sentid': 19007}, {u'tokens': [u'two', u'children', u'play', u'soccer', u'on', u'green', u'grass'], u'raw': u'Two children play soccer on green grass .', u'imgid': 3801, u'sentid': 19008}, {u'tokens': [u'two', u'little', u'boys', u'playing', u'soccer', u'on', u'a', u'field'], u'raw': u'Two little boys playing soccer on a field .', u'imgid': 3801, u'sentid': 19009}], u'split': u'train', u'sentids': [19005, 19006, 19007, 19008, 19009]}, {u'filename': u'3484842724_ef1124c87a.jpg', u'imgid': 3833, u'sentences': [{u'tokens': [u'a', u'baseball', u'player', u'is', u'trying', u'to', u'run', u'to', u'a', u'base', u'while', u'the', u'baseman', u'catches', u'the', u'ball'], u'raw': u'A baseball player is trying to run to a base while the baseman catches the ball .', u'imgid': 3833, u'sentid': 19165}, {u'tokens': [u'a', u'softball', u'player', u'runs', u'towards', u'first', u'base', u'while', u'the', u'pitcher', u'attempts', u'to', u'throw', u'her', u'out'], u'raw': u'A softball player runs towards first base while the pitcher attempts to throw her out .', u'imgid': 3833, u'sentid': 19166}, {u'tokens': [u'the', u'first', u'baseman', u'makes', u'hte', u'catch', u'just', u'in', u'time', u'to', u'get', u'the', u'runner', u'out', u'in', u'this', u'softball', u'game'], u'raw': u'The first baseman makes hte catch just in time to get the runner out in this softball game .', u'imgid': 3833, u'sentid': 19167}, {u'tokens': [u'three', u'people', u'play', u'baseball', u'on', u'a', u'field', u'at', u'a', u'park'], u'raw': u'Three people play baseball on a field at a park .', u'imgid': 3833, u'sentid': 19168}, {u'tokens': [u'three', u'young', u'women', u'are', u'playing', u'softball'], u'raw': u'Three young women are playing softball .', u'imgid': 3833, u'sentid': 19169}], u'split': u'train', u'sentids': [19165, 19166, 19167, 19168, 19169]}, {u'filename': u'3431121650_056db85987.jpg', u'imgid': 3841, u'sentences': [{u'tokens': [u'dogs', u'run', u'out', u'of', u'the', u'water', u'toward', u'a', u'rocky', u'beach'], u'raw': u'Dogs run out of the water toward a rocky beach .', u'imgid': 3841, u'sentid': 19205}, {u'tokens': [u'three', u'dogs', u'are', u'in', u'the', u'water', u'next', u'to', u'a', u'rocky', u'shorline'], u'raw': u'Three dogs are in the water next to a rocky shorline .', u'imgid': 3841, u'sentid': 19206}, {u'tokens': [u'three', u'dogs', u'play', u'in', u'the', u'shallows', u'next', u'to', u'a', u'rocky', u'shore'], u'raw': u'Three dogs play in the shallows next to a rocky shore .', u'imgid': 3841, u'sentid': 19207}, {u'tokens': [u'two', u'large', u'dogs', u'and', u'a', u'small', u'dog', u'play', u'in', u'a', u'lake'], u'raw': u'Two large dogs and a small dog play in a lake .', u'imgid': 3841, u'sentid': 19208}, {u'tokens': [u'two', u'medium', u'dogs', u'and', u'a', u'small', u'dog', u'are', u'playing', u'in', u'shallow', u'water'], u'raw': u'Two medium dogs and a small dog are playing in shallow water .', u'imgid': 3841, u'sentid': 19209}], u'split': u'train', u'sentids': [19205, 19206, 19207, 19208, 19209]}, {u'filename': u'2689358407_9932f1b20c.jpg', u'imgid': 3842, u'sentences': [{u'tokens': [u'a', u'young', u'boy', u'plays', u'in', u'the', u'water', u'fountain'], u'raw': u'A young boy plays in the water fountain .', u'imgid': 3842, u'sentid': 19210}, {u'tokens': [u'a', u'young', u'boy', u'running', u'through', u'a', u'water', u'fountain'], u'raw': u'a young boy running through a water fountain', u'imgid': 3842, u'sentid': 19211}, {u'tokens': [u'two', u'boys', u'are', u'playing', u'in', u'a', u'sprinkler'], u'raw': u'Two boys are playing in a sprinkler .', u'imgid': 3842, u'sentid': 19212}, {u'tokens': [u'two', u'boys', u'play', u'in', u'a', u'park', u'fountain'], u'raw': u'Two boys play in a park fountain .', u'imgid': 3842, u'sentid': 19213}, {u'tokens': [u'two', u'children', u'run', u'through', u'a', u'sprinkler'], u'raw': u'Two children run through a sprinkler .', u'imgid': 3842, u'sentid': 19214}], u'split': u'train', u'sentids': [19210, 19211, 19212, 19213, 19214]}, {u'filename': u'3324375078_9441f72898.jpg', u'imgid': 3879, u'sentences': [{u'tokens': [u'dogs', u'playing', u'in', u'the', u'snow'], u'raw': u'Dogs playing in the snow', u'imgid': 3879, u'sentid': 19395}, {u'tokens': [u'three', u'dogs', u'are', u'in', u'the', u'snow'], u'raw': u'Three dogs are in the snow .', u'imgid': 3879, u'sentid': 19396}, {u'tokens': [u'three', u'dogs', u'one', u'black', u'and', u'two', u'blond', u'run', u'in', u'the', u'snow'], u'raw': u'Three dogs , one black and two blond , run in the snow .', u'imgid': 3879, u'sentid': 19397}, {u'tokens': [u'three', u'dogs', u'race', u'through', u'the', u'snow'], u'raw': u'three dogs race through the snow', u'imgid': 3879, u'sentid': 19398}, {u'tokens': [u'three', u'large', u'dogs', u'enjoy', u'a', u'romp', u'in', u'the', u'snow'], u'raw': u'Three large dogs enjoy a romp in the snow .', u'imgid': 3879, u'sentid': 19399}], u'split': u'train', u'sentids': [19395, 19396, 19397, 19398, 19399]}, {u'filename': u'2236016316_f476cbbf06.jpg', u'imgid': 3972, u'sentences': [{u'tokens': [u'a', u'young', u'girl', u'in', u'a', u'green', u'shirt', u'is', u'running', u'in', u'a', u'gym'], u'raw': u'A young girl in a green shirt is running in a gym .', u'imgid': 3972, u'sentid': 19860}, {u'tokens': [u'a', u'young', u'girl', u'in', u'a', u'green', u'shirt', u'playing', u'basketball'], u'raw': u'A young girl in a green shirt playing basketball .', u'imgid': 3972, u'sentid': 19861}, {u'tokens': [u'children', u'run', u'inside', u'a', u'court'], u'raw': u'Children run inside a court .', u'imgid': 3972, u'sentid': 19862}, {u'tokens': [u'the', u'young', u'basketball', u'player', u'moves', u'into', u'the', u'front', u'court'], u'raw': u'The young basketball player moves into the front court .', u'imgid': 3972, u'sentid': 19863}, {u'tokens': [u'two', u'team', u'players', u'wearing', u'green', u'shirts', u'running', u'along', u'the', u'court'], u'raw': u'two team players wearing green shirts running along the court .', u'imgid': 3972, u'sentid': 19864}], u'split': u'train', u'sentids': [19860, 19861, 19862, 19863, 19864]}, {u'filename': u'2698614194_b4e6e11dff.jpg', u'imgid': 4000, u'sentences': [{u'tokens': [u'five', u'men', u'play', u'football'], u'raw': u'five men play football .', u'imgid': 4000, u'sentid': 20000}, {u'tokens': [u'five', u'young', u'men', u'playing', u'rugby'], u'raw': u'Five young men playing rugby .', u'imgid': 4000, u'sentid': 20001}, {u'tokens': [u'the', u'player', u'wearing', u'the', u'black', u'and', u'white', u'jersey', u'jumps', u'for', u'the', u'ball', u'amidst', u'two', u'players', u'from', u'the', u'other', u'team', u'as', u'his', u'two', u'teammates', u'run', u'to', u'help', u'him'], u'raw': u'The player wearing the black and white jersey jumps for the ball amidst two players from the other team as his two teammates run to help him .', u'imgid': 4000, u'sentid': 20002}, {u'tokens': [u'the', u'three', u'men', u'leaped', u'in', u'the', u'air', u'in', u'an', u'effort', u'to', u'grab', u'the', u'ball'], u'raw': u'The three men leaped in the air in an effort to grab the ball .', u'imgid': 4000, u'sentid': 20003}, {u'tokens': [u'three', u'rugby', u'players', u'all', u'trying', u'to', u'catch', u'a', u'ball'], u'raw': u'Three rugby players all trying to catch a ball .', u'imgid': 4000, u'sentid': 20004}], u'split': u'train', u'sentids': [20000, 20001, 20002, 20003, 20004]}, {u'filename': u'1056873310_49c665eb22.jpg', u'imgid': 4018, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'is', u'running', u'after', u'a', u'black', u'dog', u'on', u'a', u'rocky', u'shore'], u'raw': u'A brown dog is running after a black dog on a rocky shore .', u'imgid': 4018, u'sentid': 20090}, {u'tokens': [u'a', u'brown', u'dog', u'is', u'running', u'after', u'the', u'black', u'dog'], u'raw': u'A brown dog is running after the black dog .', u'imgid': 4018, u'sentid': 20091}, {u'tokens': [u'two', u'dogs', u'playing', u'on', u'a', u'beach'], u'raw': u'Two dogs playing on a beach .', u'imgid': 4018, u'sentid': 20092}, {u'tokens': [u'two', u'dogs', u'run', u'across', u'stones', u'near', u'a', u'body', u'of', u'water'], u'raw': u'Two dogs run across stones near a body of water .', u'imgid': 4018, u'sentid': 20093}, {u'tokens': [u'two', u'dogs', u'run', u'towards', u'each', u'other', u'on', u'a', u'rocky', u'area', u'with', u'water', u'in', u'the', u'background'], u'raw': u'Two dogs run towards each other on a rocky area with water in the background .', u'imgid': 4018, u'sentid': 20094}], u'split': u'train', u'sentids': [20090, 20091, 20092, 20093, 20094]}, {u'filename': u'2623982903_58ec7c5026.jpg', u'imgid': 4032, u'sentences': [{u'tokens': [u'dogs', u'race', u'each', u'other', u'on', u'a', u'muddy', u'track'], u'raw': u'Dogs race each other on a muddy track .', u'imgid': 4032, u'sentid': 20160}, {u'tokens': [u'greyhounds', u'race', u'on', u'a', u'track'], u'raw': u'Greyhounds race on a track .', u'imgid': 4032, u'sentid': 20161}, {u'tokens': [u'muzzled', u'greyhounds', u'are', u'racing', u'on', u'the', u'track'], u'raw': u'Muzzled greyhounds are racing on the track .', u'imgid': 4032, u'sentid': 20162}, {u'tokens': [u'race', u'dogs', u'midair', u'while', u'they', u'run'], u'raw': u'Race dogs midair while they run .', u'imgid': 4032, u'sentid': 20163}, {u'tokens': [u'several', u'dogs', u'running', u'a', u'race', u'on', u'a', u'dirt', u'track', u'while', u'wearing', u'numbers'], u'raw': u'Several dogs running a race on a dirt track while wearing numbers .', u'imgid': 4032, u'sentid': 20164}], u'split': u'train', u'sentids': [20160, 20161, 20162, 20163, 20164]}, {u'filename': u'3038760935_9a713510eb.jpg', u'imgid': 4038, u'sentences': [{u'tokens': [u'the', u'two', u'dogs', u'are', u'jumping'], u'raw': u'The two dogs are jumping .', u'imgid': 4038, u'sentid': 20190}, {u'tokens': [u'two', u'brown', u'and', u'white', u'dogs', u'racing', u'across', u'a', u'lawn'], u'raw': u'Two brown and white dogs racing across a lawn .', u'imgid': 4038, u'sentid': 20191}, {u'tokens': [u'two', u'brown', u'and', u'white', u'dogs', u'running', u'across', u'grass'], u'raw': u'Two brown and white dogs running across grass .', u'imgid': 4038, u'sentid': 20192}, {u'tokens': [u'two', u'dogs', u'run', u'together', u'across', u'a', u'grassy', u'lawn'], u'raw': u'Two dogs run together across a grassy lawn .', u'imgid': 4038, u'sentid': 20193}, {u'tokens': [u'two', u'small', u'white', u'and', u'brown', u'dogs', u'bound', u'in', u'unison'], u'raw': u'Two small white and brown dogs bound in unison .', u'imgid': 4038, u'sentid': 20194}], u'split': u'train', u'sentids': [20190, 20191, 20192, 20193, 20194]}, {u'filename': u'1814086703_33390d5fc7.jpg', u'imgid': 4073, u'sentences': [{u'tokens': [u'a', u'dog', u'looks', u'behind', u'itself'], u'raw': u'A dog looks behind itself .', u'imgid': 4073, u'sentid': 20365}, {u'tokens': [u'a', u'tan', u'dog', u'is', u'running', u'alongside', u'another', u'dog', u'outside'], u'raw': u'A tan dog is running alongside another dog outside', u'imgid': 4073, u'sentid': 20366}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'next', u'to', u'each', u'other', u'on', u'the', u'grass'], u'raw': u'Two dogs are running next to each other on the grass .', u'imgid': 4073, u'sentid': 20367}, {u'tokens': [u'two', u'dogs', u'run', u'together', u'near', u'the', u'leaves'], u'raw': u'Two dogs run together near the leaves .', u'imgid': 4073, u'sentid': 20368}, {u'tokens': [u'two', u'small', u'dogs', u'run', u'on', u'a', u'dirt', u'road', u'covered', u'in', u'leafs'], u'raw': u'Two small dogs run on a dirt road covered in leafs .', u'imgid': 4073, u'sentid': 20369}], u'split': u'train', u'sentids': [20365, 20366, 20367, 20368, 20369]}, {u'filename': u'3372214646_cc2ceb182f.jpg', u'imgid': 4095, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'greyhounds', u'race', u'on', u'a', u'track'], u'raw': u'A group of greyhounds race on a track .', u'imgid': 4095, u'sentid': 20475}, {u'tokens': [u'a', u'kangaroo', u'wearing', u'a', u'yellow', u'and', u'black', u'striped', u'vest', u'with', u'the', u'number', u'eight', u'on', u'it', u'is', u'hopping'], u'raw': u'A kangaroo wearing a yellow and black striped vest with the number eight on it is hopping .', u'imgid': 4095, u'sentid': 20476}, {u'tokens': [u'many', u'dogs', u'race', u'around', u'the', u'track'], u'raw': u'many dogs race around the track .', u'imgid': 4095, u'sentid': 20477}, {u'tokens': [u'muzzled', u'greyhounds', u'are', u'racing', u'along', u'a', u'dog', u'track'], u'raw': u'Muzzled greyhounds are racing along a dog track .', u'imgid': 4095, u'sentid': 20478}, {u'tokens': [u'race', u'dogs', u'run', u'their', u'fastest', u'down', u'a', u'sandy', u'track'], u'raw': u'Race dogs run their fastest down a sandy track .', u'imgid': 4095, u'sentid': 20479}], u'split': u'train', u'sentids': [20475, 20476, 20477, 20478, 20479]}, {u'filename': u'3583065748_7d149a865c.jpg', u'imgid': 4104, u'sentences': [{u'tokens': [u'a', u'black', u'and', u'a', u'black', u'dog', u'are', u'running'], u'raw': u'A black and a black dog are running .', u'imgid': 4104, u'sentid': 20520}, {u'tokens': [u'a', u'black', u'and', u'white', u'dog', u'chases', u'a', u'bigger', u'dog', u'across', u'the', u'grass'], u'raw': u'A black and white dog chases a bigger dog across the grass .', u'imgid': 4104, u'sentid': 20521}, {u'tokens': [u'one', u'dog', u'chases', u'another', u'in', u'the', u'grass'], u'raw': u'One dog chases another in the grass .', u'imgid': 4104, u'sentid': 20522}, {u'tokens': [u'two', u'brindle', u'dogs', u'running', u'in', u'the', u'grass'], u'raw': u'Two brindle dogs running in the grass .', u'imgid': 4104, u'sentid': 20523}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'the', u'grass'], u'raw': u'Two dogs run through the grass .', u'imgid': 4104, u'sentid': 20524}], u'split': u'train', u'sentids': [20520, 20521, 20522, 20523, 20524]}, {u'filename': u'3430526230_234b3550f6.jpg', u'imgid': 4112, u'sentences': [{u'tokens': [u'the', u'dogs', u'run', u'through', u'the', u'field', u'near', u'the', u'water'], u'raw': u'The dogs run through the field near the water .', u'imgid': 4112, u'sentid': 20560}, {u'tokens': [u'two', u'black', u'dogs', u'are', u'chasing', u'each', u'other', u'through', u'shallow', u'grass', u'toward', u'water'], u'raw': u'Two black dogs are chasing each other through shallow grass toward water .', u'imgid': 4112, u'sentid': 20561}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'towards', u'the', u'water', u'through', u'brown', u'grass'], u'raw': u'Two dogs are running towards the water through brown grass .', u'imgid': 4112, u'sentid': 20562}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'toward', u'the', u'water'], u'raw': u'Two dogs are running toward the water .', u'imgid': 4112, u'sentid': 20563}, {u'tokens': [u'two', u'dogs', u'run', u'two', u'a', u'pond', u'on', u'a', u'winter', u'day'], u'raw': u'Two dogs run two a pond on a winter day .', u'imgid': 4112, u'sentid': 20564}], u'split': u'train', u'sentids': [20560, 20561, 20562, 20563, 20564]}, {u'filename': u'2272489996_95b0a62d15.jpg', u'imgid': 4184, u'sentences': [{u'tokens': [u'two', u'black', u'and', u'white', u'dogs', u'run', u'across', u'a', u'green', u'field'], u'raw': u'Two black and white dogs run across a green field .', u'imgid': 4184, u'sentid': 20920}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'across', u'a', u'grassy', u'field'], u'raw': u'Two dogs are running across a grassy field .', u'imgid': 4184, u'sentid': 20921}, {u'tokens': [u'two', u'dogs', u'with', u'black', u'and', u'white', u'markings', u'running', u'with', u'their', u'mouths', u'open'], u'raw': u'Two dogs with black and white markings running with their mouths open .', u'imgid': 4184, u'sentid': 20922}, {u'tokens': [u'two', u'terriers', u'running', u'in', u'a', u'grassy', u'area'], u'raw': u'Two terriers running in a grassy area .', u'imgid': 4184, u'sentid': 20923}, {u'tokens': [u'two', u'white', u'and', u'black', u'dogs', u'running', u'in', u'the', u'grass'], u'raw': u'Two white and black dogs running in the grass .', u'imgid': 4184, u'sentid': 20924}], u'split': u'train', u'sentids': [20920, 20921, 20922, 20923, 20924]}, {u'filename': u'268704620_8a8cef4cb3.jpg', u'imgid': 4214, u'sentences': [{u'tokens': [u'two', u'little', u'white', u'dogs', u'are', u'playing', u'in', u'the', u'snow'], u'raw': u'Two little white dogs are playing in the snow .', u'imgid': 4214, u'sentid': 21070}, {u'tokens': [u'two', u'little', u'white', u'dogs', u'are', u'playing', u'outside', u'in', u'the', u'snow'], u'raw': u'Two little white dogs are playing outside in the snow .', u'imgid': 4214, u'sentid': 21071}, {u'tokens': [u'two', u'white', u'dogs', u'are', u'running', u'alongside', u'one', u'another', u'in', u'snowy', u'grass'], u'raw': u'Two white dogs are running alongside one another in snowy grass .', u'imgid': 4214, u'sentid': 21072}, {u'tokens': [u'two', u'white', u'dogs', u'running', u'in', u'the', u'snow'], u'raw': u'Two white dogs running in the snow .', u'imgid': 4214, u'sentid': 21073}, {u'tokens': [u'two', u'white', u'dogs', u'run', u'through', u'a', u'fiels', u'with', u'snow'], u'raw': u'Two white dogs run through a fiels with snow .', u'imgid': 4214, u'sentid': 21074}], u'split': u'train', u'sentids': [21070, 21071, 21072, 21073, 21074]}, {u'filename': u'673806038_0a3682a83f.jpg', u'imgid': 4281, u'sentences': [{u'tokens': [u'a', u'boy', u'in', u'a', u'green', u'wetsuit', u'takes', u'his', u'turn', u'in', u'a', u'water', u'sprinkler', u'and', u'a', u'group', u'of', u'others', u'wait'], u'raw': u'A boy in a green wetsuit takes his turn in a water sprinkler and a group of others wait .', u'imgid': 4281, u'sentid': 21405}, {u'tokens': [u'a', u'group', u'of', u'children', u'play', u'in', u'a', u'sprinkler', u'outside'], u'raw': u'A group of children play in a sprinkler outside .', u'imgid': 4281, u'sentid': 21406}, {u'tokens': [u'children', u'are', u'taking', u'turns', u'running', u'through', u'a', u'water', u'sprinkler'], u'raw': u'Children are taking turns running through a water sprinkler .', u'imgid': 4281, u'sentid': 21407}, {u'tokens': [u'several', u'kids', u'run', u'and', u'play', u'in', u'the', u'sprinklers'], u'raw': u'Several kids run and play in the sprinklers .', u'imgid': 4281, u'sentid': 21408}, {u'tokens': [u'the', u'boy', u'takes', u'his', u'turn', u'through', u'the', u'sprinkler', u'and', u'jumps', u'with', u'joy'], u'raw': u'The boy takes his turn through the sprinkler and jumps with joy .', u'imgid': 4281, u'sentid': 21409}], u'split': u'train', u'sentids': [21405, 21406, 21407, 21408, 21409]}, {u'filename': u'272940778_a184dbea42.jpg', u'imgid': 4311, u'sentences': [{u'tokens': [u'a', u'black', u'and', u'a', u'brown', u'dog', u'running', u'in', u'the', u'grass'], u'raw': u'A black and a brown dog running in the grass .', u'imgid': 4311, u'sentid': 21555}, {u'tokens': [u'a', u'black', u'dog', u'and', u'a', u'brown', u'dog', u'are', u'running', u'towards', u'camera'], u'raw': u'A black dog and a brown dog are running towards camera .', u'imgid': 4311, u'sentid': 21556}, {u'tokens': [u'two', u'dogs', u'are', u'chasing', u'each', u'other', u'on', u'green', u'grass'], u'raw': u'Two dogs are chasing each other on green grass .', u'imgid': 4311, u'sentid': 21557}, {u'tokens': [u'two', u'dogs', u'run', u'around', u'in', u'a', u'field', u'playing'], u'raw': u'Two dogs run around in a field playing .', u'imgid': 4311, u'sentid': 21558}, {u'tokens': [u'two', u'dogs', u'running'], u'raw': u'Two dogs running .', u'imgid': 4311, u'sentid': 21559}], u'split': u'train', u'sentids': [21555, 21556, 21557, 21558, 21559]}, {u'filename': u'303795791_98ebc1d19a.jpg', u'imgid': 4329, u'sentences': [{u'tokens': [u'one', u'small', u'dog', u'chases', u'another', u'across', u'grass'], u'raw': u'One small dog chases another across grass .', u'imgid': 4329, u'sentid': 21645}, {u'tokens': [u'two', u'dogs', u'run', u'on', u'the', u'grass'], u'raw': u'Two dogs run on the grass .', u'imgid': 4329, u'sentid': 21646}, {u'tokens': [u'two', u'little', u'white', u'dogs', u'with', u'brown', u'spots', u'are', u'running', u'in', u'the', u'grass'], u'raw': u'Two little white dogs with brown spots are running in the grass .', u'imgid': 4329, u'sentid': 21647}, {u'tokens': [u'two', u'small', u'white', u'and', u'brown', u'dogs', u'chase', u'after', u'each', u'other', u'in', u'the', u'grass'], u'raw': u'Two small white and brown dogs chase after each other in the grass .', u'imgid': 4329, u'sentid': 21648}, {u'tokens': [u'two', u'spotted', u'dogs', u'are', u'running', u'through', u'a', u'field'], u'raw': u'two spotted dogs are running through a field', u'imgid': 4329, u'sentid': 21649}], u'split': u'train', u'sentids': [21645, 21646, 21647, 21648, 21649]}, {u'filename': u'3510219078_670b6b3157.jpg', u'imgid': 4350, u'sentences': [{u'tokens': [u'a', u'black', u'dog', u'and', u'a', u'brown', u'and', u'white', u'dog', u'running', u'and', u'playing'], u'raw': u'A black dog and a brown and white dog running and playing .', u'imgid': 4350, u'sentid': 21750}, {u'tokens': [u'a', u'black', u'dog', u'chasing', u'a', u'brown', u'and', u'white', u'dog', u'very', u'quickly', u'over', u'a', u'lawn'], u'raw': u'A black dog chasing a brown and white dog very quickly over a lawn .', u'imgid': 4350, u'sentid': 21751}, {u'tokens': [u'a', u'black', u'dog', u'is', u'chasing', u'a', u'brown', u'and', u'white', u'dog', u'across', u'the', u'grass'], u'raw': u'A black dog is chasing a brown and white dog across the grass .', u'imgid': 4350, u'sentid': 21752}, {u'tokens': [u'two', u'dogs', u'play', u'in', u'the', u'park'], u'raw': u'Two dogs play in the park .', u'imgid': 4350, u'sentid': 21753}, {u'tokens': [u'two', u'dogs', u'run', u'in', u'a', u'field'], u'raw': u'Two dogs run in a field .', u'imgid': 4350, u'sentid': 21754}], u'split': u'train', u'sentids': [21750, 21751, 21752, 21753, 21754]}, {u'filename': u'366548880_3d3e914746.jpg', u'imgid': 4363, u'sentences': [{u'tokens': [u'two', u'dogs', u'jump', u'in', u'a', u'snowy', u'field', u'with', u'snowcapped', u'rocks', u'in', u'the', u'background'], u'raw': u'two dogs jump in a snowy field with snowcapped rocks in the background', u'imgid': 4363, u'sentid': 21815}, {u'tokens': [u'two', u'dogs', u'leap', u'through', u'snowy', u'grass', u'and', u'rocks'], u'raw': u'Two dogs leap through snowy grass and rocks .', u'imgid': 4363, u'sentid': 21816}, {u'tokens': [u'two', u'dogs', u'running', u'and', u'jumping', u'through', u'a', u'snowy', u'area'], u'raw': u'Two dogs running and jumping through a snowy area .', u'imgid': 4363, u'sentid': 21817}, {u'tokens': [u'two', u'large', u'dogs', u'one', u'light', u'colored', u'and', u'one', u'dark', u'running', u'through', u'snowy', u'terrain'], u'raw': u'Two large dogs , one light colored and one dark , running through snowy terrain .', u'imgid': 4363, u'sentid': 21818}, {u'tokens': [u'two', u'medium', u'sized', u'dogs', u'run', u'across', u'the', u'snow'], u'raw': u'Two medium sized dogs run across the snow .', u'imgid': 4363, u'sentid': 21819}], u'split': u'train', u'sentids': [21815, 21816, 21817, 21818, 21819]}, {u'filename': u'1312020846_5abb4a9be2.jpg', u'imgid': 4387, u'sentences': [{u'tokens': [u'two', u'little', u'puppies', u'chase', u'each', u'other', u'on', u'a', u'stone', u'wall'], u'raw': u'Two little puppies chase each other on a stone wall .', u'imgid': 4387, u'sentid': 21935}, {u'tokens': [u'two', u'puppies', u'run', u'across', u'flat', u'stones', u'in', u'garden', u'area'], u'raw': u'Two puppies run across flat stones in garden area .', u'imgid': 4387, u'sentid': 21936}, {u'tokens': [u'two', u'puppies', u'walking', u'on', u'stones'], u'raw': u'Two puppies walking on stones .', u'imgid': 4387, u'sentid': 21937}, {u'tokens': [u'two', u'small', u'puppies', u'run', u'along', u'the', u'edge', u'of', u'a', u'stone', u'wall', u'nearby', u'a', u'heavily', u'foliaged', u'area'], u'raw': u'Two small puppies run along the edge of a stone wall nearby a heavily foliaged area .', u'imgid': 4387, u'sentid': 21938}, {u'tokens': [u'two', u'small', u'tan', u'puppies', u'walking', u'on', u'a', u'stone', u'path'], u'raw': u'two small tan puppies walking on a stone path', u'imgid': 4387, u'sentid': 21939}], u'split': u'train', u'sentids': [21935, 21936, 21937, 21938, 21939]}, {u'filename': u'3562470436_6e193643ce.jpg', u'imgid': 4405, u'sentences': [{u'tokens': [u'three', u'black', u'dogs', u'playing', u'in', u'a', u'fenced', u'area', u'with', u'a', u'ball'], u'raw': u'Three black dogs playing in a fenced area with a ball .', u'imgid': 4405, u'sentid': 22025}, {u'tokens': [u'three', u'black', u'dogs', u'running', u'after', u'an', u'orange', u'ball'], u'raw': u'Three black dogs running after an orange ball .', u'imgid': 4405, u'sentid': 22026}, {u'tokens': [u'three', u'dogs', u'are', u'playing', u'with', u'a', u'red', u'ball', u'in', u'a', u'field'], u'raw': u'Three dogs are playing with a red ball in a field .', u'imgid': 4405, u'sentid': 22027}, {u'tokens': [u'three', u'dogs', u'play', u'with', u'a', u'red', u'ball'], u'raw': u'Three dogs play with a red ball .', u'imgid': 4405, u'sentid': 22028}, {u'tokens': [u'three', u'dogs', u'run', u'after', u'a', u'ball', u'in', u'a', u'field'], u'raw': u'Three dogs run after a ball in a field .', u'imgid': 4405, u'sentid': 22029}], u'split': u'train', u'sentids': [22025, 22026, 22027, 22028, 22029]}, {u'filename': u'315021440_122d56ebd7.jpg', u'imgid': 4467, u'sentences': [{u'tokens': [u'the', u'two', u'dogs', u'are', u'running', u'toward', u'the', u'camera'], u'raw': u'The two dogs are running toward the camera .', u'imgid': 4467, u'sentid': 22335}, {u'tokens': [u'two', u'dogs', u'running', u'along', u'dirt', u'path'], u'raw': u'Two dogs running along dirt path .', u'imgid': 4467, u'sentid': 22336}, {u'tokens': [u'two', u'dogs', u'running', u'down', u'a', u'path', u'in', u'the', u'woods'], u'raw': u'Two dogs running down a path in the woods .', u'imgid': 4467, u'sentid': 22337}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'a', u'field'], u'raw': u'Two dogs run through a field .', u'imgid': 4467, u'sentid': 22338}, {u'tokens': [u'two', u'long', u'haired', u'dogs', u'racing', u'down', u'a', u'forest', u'path'], u'raw': u'Two long haired dogs racing down a forest path .', u'imgid': 4467, u'sentid': 22339}], u'split': u'train', u'sentids': [22335, 22336, 22337, 22338, 22339]}, {u'filename': u'2084157130_f288e492e4.jpg', u'imgid': 4540, u'sentences': [{u'tokens': [u'a', u'black', u'and', u'white', u'dog', u'runs', u'beside', u'a', u'brown', u'dog', u'in', u'a', u'green', u'field'], u'raw': u'A black and white dog runs beside a brown dog in a green field .', u'imgid': 4540, u'sentid': 22700}, {u'tokens': [u'the', u'black', u'and', u'white', u'dog', u'along', u'with', u'the', u'brown', u'dog', u'are', u'galloping', u'outside'], u'raw': u'The black and white dog along with the brown dog are galloping outside', u'imgid': 4540, u'sentid': 22701}, {u'tokens': [u'two', u'dogs', u'race', u'through', u'a', u'field'], u'raw': u'Two dogs race through a field .', u'imgid': 4540, u'sentid': 22702}, {u'tokens': [u'two', u'dogs', u'run', u'across', u'the', u'grassy', u'field'], u'raw': u'Two dogs run across the grassy field .', u'imgid': 4540, u'sentid': 22703}, {u'tokens': [u'two', u'dogs', u'running', u'fast', u'in', u'the', u'grass'], u'raw': u'Two dogs running fast in the grass .', u'imgid': 4540, u'sentid': 22704}], u'split': u'train', u'sentids': [22700, 22701, 22702, 22703, 22704]}, {u'filename': u'2256231539_05c27179f1.jpg', u'imgid': 4571, u'sentences': [{u'tokens': [u'a', u'child', u'holds', u'a', u'football', u'and', u'runs', u'from', u'other', u'children'], u'raw': u'A child holds a football and runs from other children .', u'imgid': 4571, u'sentid': 22855}, {u'tokens': [u'a', u'young', u'boy', u'in', u'a', u'blue', u'uniform', u'running', u'with', u'a', u'football', u'while', u'playing', u'a', u'game', u'of', u'flag', u'football'], u'raw': u'A young boy in a blue uniform running with a football while playing a game of flag football .', u'imgid': 4571, u'sentid': 22856}, {u'tokens': [u'a', u'young', u'boy', u'weating', u'blue', u'shorts', u'and', u'cleats', u'holding', u'a', u'football', u'running', u'from', u'other', u'boys'], u'raw': u'A young boy weating blue shorts and cleats holding a football running from other boys .', u'imgid': 4571, u'sentid': 22857}, {u'tokens': [u'a', u'young', u'male', u'carrying', u'a', u'football', u'and', u'running', u'while', u'two', u'other', u'boys', u'run', u'behind', u'him'], u'raw': u'A young male carrying a football and running while two other boys run behind him .', u'imgid': 4571, u'sentid': 22858}, {u'tokens': [u'the', u'boy', u'in', u'blue', u'runs', u'with', u'the', u'ball', u'whilst', u'being', u'chased', u'by', u'two', u'boys', u'in', u'red'], u'raw': u'The boy in blue runs with the ball whilst being chased by two boys in red .', u'imgid': 4571, u'sentid': 22859}], u'split': u'train', u'sentids': [22855, 22856, 22857, 22858, 22859]}, {u'filename': u'3552796830_2dd2aa9c2c.jpg', u'imgid': 4608, u'sentences': [{u'tokens': [u'two', u'men', u'in', u'camouflage', u'pants', u'are', u'running', u'past', u'a', u'parking', u'lot'], u'raw': u'Two men in camouflage pants are running past a parking lot .', u'imgid': 4608, u'sentid': 23040}, {u'tokens': [u'two', u'men', u'in', u'camouflage', u'pants', u'are', u'running', u'past', u'a', u'parking', u'lot'], u'raw': u'Two men in camouflage pants are running past a parking lot .', u'imgid': 4608, u'sentid': 23041}, {u'tokens': [u'two', u'men', u'run', u'through', u'a', u'parking', u'lot', u'wearing', u'camouflage', u'pants'], u'raw': u'Two men run through a parking lot wearing camouflage pants .', u'imgid': 4608, u'sentid': 23042}, {u'tokens': [u'two', u'men', u'wearing', u'army', u'pants', u'are', u'running', u'next', u'to', u'a', u'fence'], u'raw': u'Two men wearing army pants are running next to a fence .', u'imgid': 4608, u'sentid': 23043}, {u'tokens': [u'two', u'soldiers', u'are', u'running', u'down', u'a', u'track'], u'raw': u'Two soldiers are running down a track .', u'imgid': 4608, u'sentid': 23044}], u'split': u'train', u'sentids': [23040, 23041, 23042, 23043, 23044]}, {u'filename': u'3110018626_307a123b59.jpg', u'imgid': 4619, u'sentences': [{u'tokens': [u'two', u'brown', u'and', u'black', u'dogs', u'run', u'through', u'the', u'dry', u'grass'], u'raw': u'Two brown and black dogs run through the dry grass .', u'imgid': 4619, u'sentid': 23095}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'in', u'a', u'field'], u'raw': u'Two dogs are running in a field .', u'imgid': 4619, u'sentid': 23096}, {u'tokens': [u'two', u'dogs', u'run', u'around', u'together', u'in', u'the', u'field'], u'raw': u'Two dogs run around together in the field .', u'imgid': 4619, u'sentid': 23097}, {u'tokens': [u'two', u'dogs', u'running', u'through', u'high', u'grass'], u'raw': u'Two dogs running through high grass .', u'imgid': 4619, u'sentid': 23098}, {u'tokens': [u'two', u'large', u'dogs', u'frolic', u'in', u'a', u'grassy', u'field'], u'raw': u'Two large dogs frolic in a grassy field .', u'imgid': 4619, u'sentid': 23099}], u'split': u'train', u'sentids': [23095, 23096, 23097, 23098, 23099]}, {u'filename': u'2313230479_13f87c6bf3.jpg', u'imgid': 4643, u'sentences': [{u'tokens': [u'a', u'black', u'and', u'white', u'dog', u'running', u'in', u'front', u'of', u'a', u'brown', u'dog', u'in', u'the', u'grass'], u'raw': u'A black and white dog running in front of a brown dog in the grass .', u'imgid': 4643, u'sentid': 23215}, {u'tokens': [u'a', u'brown', u'dog', u'and', u'a', u'white', u'and', u'black', u'dog', u'are', u'running', u'in', u'grass'], u'raw': u'A brown dog and a white and black dog are running in grass .', u'imgid': 4643, u'sentid': 23216}, {u'tokens': [u'a', u'brown', u'dog', u'and', u'black', u'and', u'white', u'dog', u'run', u'along', u'the', u'green', u'grass'], u'raw': u'A brown dog and black and white dog run along the green grass .', u'imgid': 4643, u'sentid': 23217}, {u'tokens': [u'two', u'dogs', u'a', u'golden', u'one', u'and', u'a', u'white', u'one', u'with', u'black', u'patches', u'are', u'running', u'towards', u'something'], u'raw': u'Two dogs , a golden one and a white one with black patches , are running towards something .', u'imgid': 4643, u'sentid': 23218}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'together', u'through', u'the', u'grass'], u'raw': u'Two dogs are running together through the grass .', u'imgid': 4643, u'sentid': 23219}], u'split': u'train', u'sentids': [23215, 23216, 23217, 23218, 23219]}, {u'filename': u'1685990174_09c4fb7df8.jpg', u'imgid': 4693, u'sentences': [{u'tokens': [u'a', u'bunch', u'of', u'kids', u'run', u'on', u'a', u'school', u'play', u'field'], u'raw': u'A bunch of kids run on a school play field .', u'imgid': 4693, u'sentid': 23465}, {u'tokens': [u'a', u'group', u'of', u'children', u'in', u'a', u'field'], u'raw': u'A group of children in a field .', u'imgid': 4693, u'sentid': 23466}, {u'tokens': [u'a', u'group', u'of', u'children', u'running', u'in', u'the', u'grass'], u'raw': u'A group of children running in the grass .', u'imgid': 4693, u'sentid': 23467}, {u'tokens': [u'kids', u'play', u'soccer', u'on', u'a', u'field'], u'raw': u'Kids play soccer on a field .', u'imgid': 4693, u'sentid': 23468}, {u'tokens': [u'kids', u'running', u'in', u'the', u'field'], u'raw': u'Kids running in the field .', u'imgid': 4693, u'sentid': 23469}], u'split': u'train', u'sentids': [23465, 23466, 23467, 23468, 23469]}, {u'filename': u'2275029674_6d4891c20e.jpg', u'imgid': 4740, u'sentences': [{u'tokens': [u'a', u'white', u'dog', u'with', u'a', u'red', u'collar', u'and', u'a', u'beige', u'dog', u'run', u'near', u'a', u'pool', u'with', u'cats', u'in', u'the', u'background'], u'raw': u'A white dog with a red collar and a beige dog run near a pool with cats in the background .', u'imgid': 4740, u'sentid': 23700}, {u'tokens': [u'two', u'little', u'white', u'dogs', u'running'], u'raw': u'Two little white dogs running .', u'imgid': 4740, u'sentid': 23701}, {u'tokens': [u'two', u'small', u'white', u'dogs', u'playing'], u'raw': u'Two small white dogs playing', u'imgid': 4740, u'sentid': 23702}, {u'tokens': [u'two', u'white', u'dogs', u'are', u'running', u'together'], u'raw': u'Two white dogs are running together .', u'imgid': 4740, u'sentid': 23703}, {u'tokens': [u'two', u'white', u'puppies', u'play', u'near', u'a', u'pool'], u'raw': u'Two white puppies play near a pool .', u'imgid': 4740, u'sentid': 23704}], u'split': u'train', u'sentids': [23700, 23701, 23702, 23703, 23704]}, {u'filename': u'1689658980_0074d81d28.jpg', u'imgid': 4743, u'sentences': [{u'tokens': [u'the', u'two', u'dogs', u'are', u'enjoying', u'a', u'run', u'through', u'the', u'surf'], u'raw': u'The two dogs are enjoying a run through the surf .', u'imgid': 4743, u'sentid': 23715}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'through', u'the', u'surf'], u'raw': u'Two dogs are running through the surf .', u'imgid': 4743, u'sentid': 23716}, {u'tokens': [u'two', u'dogs', u'play', u'in', u'the', u'surf'], u'raw': u'Two dogs play in the surf .', u'imgid': 4743, u'sentid': 23717}, {u'tokens': [u'two', u'dogs', u'running', u'through', u'the', u'water', u'on', u'a', u'beach'], u'raw': u'Two dogs running through the water on a beach .', u'imgid': 4743, u'sentid': 23718}, {u'tokens': [u'two', u'dogs', u'run', u'out', u'of', u'the', u'ocean', u'lake'], u'raw': u'Two dogs run out of the ocean lake .', u'imgid': 4743, u'sentid': 23719}], u'split': u'train', u'sentids': [23715, 23716, 23717, 23718, 23719]}, {u'filename': u'3471066276_fb1e82e905.jpg', u'imgid': 4822, u'sentences': [{u'tokens': [u'a', u'black', u'dog', u'chasing', u'another', u'black', u'dog', u'down', u'a', u'grass', u'covered', u'hill'], u'raw': u'A black dog chasing another black dog down a grass covered hill .', u'imgid': 4822, u'sentid': 24110}, {u'tokens': [u'one', u'black', u'dog', u'and', u'one', u'mixed', u'color', u'dog', u'run', u'down', u'a', u'hill'], u'raw': u'One black dog and one mixed color dog run down a hill .', u'imgid': 4822, u'sentid': 24111}, {u'tokens': [u'two', u'black', u'dogs', u'run', u'through', u'a', u'field'], u'raw': u'Two black dogs run through a field .', u'imgid': 4822, u'sentid': 24112}, {u'tokens': [u'two', u'dogs', u'race', u'across', u'a', u'field', u'on', u'a', u'sunny', u'day'], u'raw': u'Two dogs race across a field on a sunny day .', u'imgid': 4822, u'sentid': 24113}, {u'tokens': [u'two', u'dogs', u'running', u'in', u'a', u'field', u'of', u'dry', u'grass', u'on', u'a', u'clear', u'day'], u'raw': u'Two dogs running in a field of dry grass on a clear day .', u'imgid': 4822, u'sentid': 24114}], u'split': u'train', u'sentids': [24110, 24111, 24112, 24113, 24114]}, {u'filename': u'900144365_03cd1899e3.jpg', u'imgid': 4860, u'sentences': [{u'tokens': [u'a', u'girl', u'in', u'black', u'clothes', u'leads', u'the', u'way', u'in', u'a', u'race'], u'raw': u'A girl in black clothes leads the way in a race .', u'imgid': 4860, u'sentid': 24300}, {u'tokens': [u'marathon', u'runners', u'are', u'racing', u'on', u'a', u'city', u'street', u'with', u'other', u'people', u'standing', u'around'], u'raw': u'Marathon runners are racing on a city street , with other people standing around .', u'imgid': 4860, u'sentid': 24301}, {u'tokens': [u'runners', u'in', u'a', u'race', u'run', u'down', u'a', u'busy', u'street'], u'raw': u'Runners in a race run down a busy street', u'imgid': 4860, u'sentid': 24302}, {u'tokens': [u'runners', u'who', u'are', u'competing', u'sprint', u'down', u'the', u'street'], u'raw': u'Runners who are competing sprint down the street .', u'imgid': 4860, u'sentid': 24303}, {u'tokens': [u'two', u'women', u'runners', u'in', u'athletic', u'shorts', u'and', u'bras', u'going', u'down', u'a', u'city', u'street'], u'raw': u'Two women runners in athletic shorts and bras going down a city street .', u'imgid': 4860, u'sentid': 24304}], u'split': u'train', u'sentids': [24300, 24301, 24302, 24303, 24304]}, {u'filename': u'2233426944_0959835ced.jpg', u'imgid': 4910, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'dogs', u'run', u'down', u'a', u'dry', u'field'], u'raw': u'A group of dogs run down a dry field .', u'imgid': 4910, u'sentid': 24550}, {u'tokens': [u'four', u'dogs', u'run', u'in', u'a', u'field', u'behind', u'a', u'barn'], u'raw': u'Four dogs run in a field behind a barn .', u'imgid': 4910, u'sentid': 24551}, {u'tokens': [u'four', u'dogs', u'run', u'toward', u'a', u'tennis', u'ball', u'while', u'another', u'stands', u'in', u'the', u'background'], u'raw': u'Four dogs run toward a tennis ball while another stands in the background .', u'imgid': 4910, u'sentid': 24552}, {u'tokens': [u'several', u'diferent', u'colored', u'dogs', u'running', u'through', u'the', u'grass'], u'raw': u'several diferent colored dogs running through the grass', u'imgid': 4910, u'sentid': 24553}, {u'tokens': [u'the', u'dogs', u'are', u'playing', u'with', u'a', u'tennis', u'ball', u'in', u'the', u'yard'], u'raw': u'The dogs are playing with a tennis ball in the yard .', u'imgid': 4910, u'sentid': 24554}], u'split': u'train', u'sentids': [24550, 24551, 24552, 24553, 24554]}, {u'filename': u'2426828433_ce894d1c54.jpg', u'imgid': 4943, u'sentences': [{u'tokens': [u'three', u'black', u'dogs', u'on', u'grass'], u'raw': u'Three black dogs on grass .', u'imgid': 4943, u'sentid': 24715}, {u'tokens': [u'three', u'black', u'dogs', u'play', u'in', u'the', u'glass'], u'raw': u'Three black dogs play in the glass .', u'imgid': 4943, u'sentid': 24716}, {u'tokens': [u'three', u'black', u'dogs', u'play', u'in', u'the', u'grass'], u'raw': u'Three black dogs play in the grass .', u'imgid': 4943, u'sentid': 24717}, {u'tokens': [u'three', u'dogs', u'run', u'through', u'the', u'grass'], u'raw': u'three dogs run through the grass .', u'imgid': 4943, u'sentid': 24718}, {u'tokens': [u'three', u'large', u'black', u'dogs', u'are', u'playing', u'in', u'the', u'grass'], u'raw': u'Three large black dogs are playing in the grass .', u'imgid': 4943, u'sentid': 24719}], u'split': u'train', u'sentids': [24715, 24716, 24717, 24718, 24719]}, {u'filename': u'3724150944_fc62e8d5e0.jpg', u'imgid': 4990, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'young', u'boys', u'on', u'opposing', u'teams', u'are', u'playing', u'soccer'], u'raw': u'A group of young boys on opposing teams are playing soccer .', u'imgid': 4990, u'sentid': 24950}, {u'tokens': [u'children', u'playing', u'soccer', u'near', u'the', u'goal', u'net'], u'raw': u'Children playing soccer near the goal net .', u'imgid': 4990, u'sentid': 24951}, {u'tokens': [u'four', u'boys', u'playing', u'soccer'], u'raw': u'Four boys playing soccer .', u'imgid': 4990, u'sentid': 24952}, {u'tokens': [u'four', u'children', u'run', u'along', u'a', u'grassy', u'field', u'playing', u'soccer'], u'raw': u'Four children run along a grassy field playing soccer .', u'imgid': 4990, u'sentid': 24953}, {u'tokens': [u'the', u'young', u'boy', u'in', u'the', u'red', u'shirt', u'is', u'kicking', u'a', u'soccer', u'ball'], u'raw': u'The young boy in the red shirt is kicking a soccer ball .', u'imgid': 4990, u'sentid': 24954}], u'split': u'train', u'sentids': [24950, 24951, 24952, 24953, 24954]}, {u'filename': u'3276895962_c053263d01.jpg', u'imgid': 5032, u'sentences': [{u'tokens': [u'a', u'black', u'dog', u'and', u'a', u'brown', u'and', u'white', u'dog', u'play', u'in', u'a', u'field'], u'raw': u'A black dog and a brown-and-white dog play in a field .', u'imgid': 5032, u'sentid': 25160}, {u'tokens': [u'a', u'black', u'dog', u'and', u'a', u'brown', u'and', u'white', u'dog', u'running', u'in', u'the', u'grass'], u'raw': u'A black dog and a brown and white dog running in the grass .', u'imgid': 5032, u'sentid': 25161}, {u'tokens': [u'a', u'black', u'dog', u'and', u'a', u'white', u'and', u'brown', u'dog', u'running', u'in', u'a', u'grassy', u'field'], u'raw': u'A black dog and a white and brown dog running in a grassy field', u'imgid': 5032, u'sentid': 25162}, {u'tokens': [u'two', u'dogs', u'running', u'in', u'a', u'field'], u'raw': u'Two dogs running in a field .', u'imgid': 5032, u'sentid': 25163}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'the', u'grass'], u'raw': u'Two dogs run through the grass .', u'imgid': 5032, u'sentid': 25164}], u'split': u'train', u'sentids': [25160, 25161, 25162, 25163, 25164]}, {u'filename': u'2913818905_8e4d9aa82a.jpg', u'imgid': 5094, u'sentences': [{u'tokens': [u'a', u'black', u'dog', u'and', u'a', u'black', u'and', u'white', u'dog', u'are', u'running', u'in', u'dirt'], u'raw': u'A black dog and a black and white dog are running in dirt .', u'imgid': 5094, u'sentid': 25470}, {u'tokens': [u'a', u'black', u'dog', u'and', u'a', u'black', u'and', u'white', u'dog', u'are', u'running', u'on', u'sandy', u'ground'], u'raw': u'A black dog and a black and white dog are running on sandy ground .', u'imgid': 5094, u'sentid': 25471}, {u'tokens': [u'two', u'dogs', u'running', u'on', u'wet', u'sand'], u'raw': u'Two dogs running on wet sand .', u'imgid': 5094, u'sentid': 25472}, {u'tokens': [u'two', u'dogs', u'one', u'black', u'the', u'other', u'black', u'and', u'white', u'runs', u'on', u'the', u'beach'], u'raw': u'Two dogs , one black , the other black and white runs on the beach .', u'imgid': 5094, u'sentid': 25473}, {u'tokens': [u'two', u'large', u'dogs', u'run', u'in', u'the', u'sand'], u'raw': u'Two large dogs run in the sand .', u'imgid': 5094, u'sentid': 25474}], u'split': u'train', u'sentids': [25470, 25471, 25472, 25473, 25474]}, {u'filename': u'3247598959_5b2348444c.jpg', u'imgid': 5108, u'sentences': [{u'tokens': [u'a', u'brown', u'black', u'and', u'white', u'dog', u'play', u'in', u'a', u'grassy', u'field'], u'raw': u'A brown , black , and white dog play in a grassy field .', u'imgid': 5108, u'sentid': 25540}, {u'tokens': [u'a', u'white', u'dog', u'a', u'brown', u'dog', u'and', u'a', u'black', u'dog', u'frolicking', u'in', u'a', u'grassy', u'field'], u'raw': u'A white dog , a brown dog , and a black dog frolicking in a grassy field .', u'imgid': 5108, u'sentid': 25541}, {u'tokens': [u'three', u'dogs', u'running', u'on', u'a', u'grassy', u'field'], u'raw': u'Three dogs running on a grassy field .', u'imgid': 5108, u'sentid': 25542}, {u'tokens': [u'three', u'dogs', u'run', u'on', u'wide', u'grassy', u'outdoor', u'area'], u'raw': u'Three dogs run on wide , grassy , outdoor area .', u'imgid': 5108, u'sentid': 25543}, {u'tokens': [u'white', u'brown', u'and', u'black', u'dogs', u'running', u'across', u'a', u'grassy', u'lawn'], u'raw': u'White , brown , and black dogs running across a grassy lawn .', u'imgid': 5108, u'sentid': 25544}], u'split': u'train', u'sentids': [25540, 25541, 25542, 25543, 25544]}, {u'filename': u'2188192752_09d9fc5431.jpg', u'imgid': 5158, u'sentences': [{u'tokens': [u'a', u'boy', u'runs', u'in', u'a', u'race', u'while', u'onlookers', u'watch'], u'raw': u'A boy runs in a race while onlookers watch .', u'imgid': 5158, u'sentid': 25790}, {u'tokens': [u'a', u'boy', u'runs', u'past', u'a', u'group', u'of', u'people', u'with', u'balloons', u'in', u'a', u'race'], u'raw': u'A boy runs past a group of people with balloons in a race .', u'imgid': 5158, u'sentid': 25791}, {u'tokens': [u'a', u'boy', u'runs', u'while', u'another', u'family', u'is', u'standing', u'by'], u'raw': u'A boy runs while another family is standing by .', u'imgid': 5158, u'sentid': 25792}, {u'tokens': [u'a', u'group', u'of', u'people', u'look', u'to', u'the', u'side', u'and', u'a', u'boy', u'starts', u'to', u'run'], u'raw': u'A group of people look to the side and a boy starts to run .', u'imgid': 5158, u'sentid': 25793}, {u'tokens': [u'a', u'young', u'boy', u'is', u'running', u'a', u'race'], u'raw': u'A young boy is running a race .', u'imgid': 5158, u'sentid': 25794}], u'split': u'train', u'sentids': [25790, 25791, 25792, 25793, 25794]}, {u'filename': u'295258727_eaf75e0887.jpg', u'imgid': 5160, u'sentences': [{u'tokens': [u'two', u'black', u'dogs', u'running', u'down', u'either', u'side', u'of', u'a', u'paved', u'pathway'], u'raw': u'two black dogs running down either side of a paved pathway', u'imgid': 5160, u'sentid': 25800}, {u'tokens': [u'two', u'distant', u'black', u'dogs', u'running', u'across', u'grass', u'at', u'camera', u'alongside', u'a', u'path'], u'raw': u'Two distant black dogs running across grass at camera , alongside a path .', u'imgid': 5160, u'sentid': 25801}, {u'tokens': [u'two', u'dogs', u'bound', u'across', u'the', u'grass', u'next', u'to', u'a', u'road'], u'raw': u'Two dogs bound across the grass next to a road .', u'imgid': 5160, u'sentid': 25802}, {u'tokens': [u'two', u'dogs', u'running', u'in', u'the', u'grass', u'along', u'a', u'pathway', u'that', u'leads', u'to', u'a', u'building'], u'raw': u'Two dogs running in the grass along a pathway that leads to a building .', u'imgid': 5160, u'sentid': 25803}, {u'tokens': [u'two', u'dogs', u'run', u'on', u'either', u'side', u'of', u'a', u'road', u'opposite', u'from', u'one', u'another'], u'raw': u'Two dogs run on either side of a road opposite from one another .', u'imgid': 5160, u'sentid': 25804}], u'split': u'train', u'sentids': [25800, 25801, 25802, 25803, 25804]}, {u'filename': u'252802010_3d47bee500.jpg', u'imgid': 5166, u'sentences': [{u'tokens': [u'a', u'brown', u'and', u'white', u'dog', u'playing', u'with', u'black', u'dog'], u'raw': u'A brown and white dog playing with black dog .', u'imgid': 5166, u'sentid': 25830}, {u'tokens': [u'two', u'dogs', u'look', u'at', u'one', u'another', u'outside'], u'raw': u'Two dogs look at one another outside .', u'imgid': 5166, u'sentid': 25831}, {u'tokens': [u'two', u'dogs', u'playing'], u'raw': u'two dogs playing', u'imgid': 5166, u'sentid': 25832}, {u'tokens': [u'two', u'small', u'dogs', u'playing', u'with', u'each', u'other', u'in', u'the', u'grass'], u'raw': u'two small dogs playing with each other in the grass', u'imgid': 5166, u'sentid': 25833}, {u'tokens': [u'two', u'small', u'dogs', u'run', u'across', u'the', u'green', u'grass'], u'raw': u'Two small dogs run across the green grass .', u'imgid': 5166, u'sentid': 25834}], u'split': u'train', u'sentids': [25830, 25831, 25832, 25833, 25834]}, {u'filename': u'2075041394_0b3ea1822d.jpg', u'imgid': 5253, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'chasseing', u'a', u'white', u'dog'], u'raw': u'A brown dog chasseing a white dog .', u'imgid': 5253, u'sentid': 26265}, {u'tokens': [u'a', u'tan', u'dog', u'chases', u'a', u'white', u'dog', u'through', u'the', u'leafy', u'grass'], u'raw': u'A tan dog chases a white dog through the leafy grass', u'imgid': 5253, u'sentid': 26266}, {u'tokens': [u'a', u'white', u'dog', u'is', u'walking', u'through', u'the', u'leafy', u'grass', u'while', u'a', u'brown', u'dog', u'is', u'about', u'to', u'bite', u'it'], u'raw': u'A white dog is walking through the leafy grass while a brown dog is about to bite it .', u'imgid': 5253, u'sentid': 26267}, {u'tokens': [u'one', u'white', u'dog', u'and', u'one', u'brown', u'dog', u'playing', u'with', u'a', u'stick'], u'raw': u'One white dog and one brown dog playing with a stick .', u'imgid': 5253, u'sentid': 26268}, {u'tokens': [u'two', u'little', u'dogs', u'run', u'through', u'the', u'leaves'], u'raw': u'Two little dogs run through the leaves .', u'imgid': 5253, u'sentid': 26269}], u'split': u'train', u'sentids': [26265, 26266, 26267, 26268, 26269]}, {u'filename': u'2738255684_0324ed062d.jpg', u'imgid': 5280, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'greyhound', u'dogs', u'runs', u'around', u'a', u'dirt', u'track'], u'raw': u'A group of greyhound dogs runs around a dirt track .', u'imgid': 5280, u'sentid': 26400}, {u'tokens': [u'greyhounds', u'race', u'on', u'a', u'sandy', u'track', u'with', u'the', u'dog', u'in', u'green', u'taking', u'the', u'lead'], u'raw': u'Greyhounds race on a sandy track with the dog in green taking the lead .', u'imgid': 5280, u'sentid': 26401}, {u'tokens': [u'race', u'dogs', u'run', u'around', u'a', u'curve'], u'raw': u'Race dogs run around a curve .', u'imgid': 5280, u'sentid': 26402}, {u'tokens': [u'the', u'horses', u'are', u'racing', u'along', u'the', u'dirt', u'track'], u'raw': u'The horses are racing along the dirt track .', u'imgid': 5280, u'sentid': 26403}, {u'tokens': [u'three', u'muzzled', u'greyhounds', u'race', u'around', u'a', u'turn', u'in', u'a', u'track'], u'raw': u'Three muzzled greyhounds race around a turn in a track .', u'imgid': 5280, u'sentid': 26404}], u'split': u'train', u'sentids': [26400, 26401, 26402, 26403, 26404]}, {u'filename': u'2310233145_910cb5b4c8.jpg', u'imgid': 5328, u'sentences': [{u'tokens': [u'a', u'child', u'in', u'orange', u'walking', u'on', u'wooden', u'walkway', u'built', u'in', u'a', u'body', u'of', u'water'], u'raw': u'A child in orange walking on wooden walkway built in a body of water .', u'imgid': 5328, u'sentid': 26640}, {u'tokens': [u'two', u'children', u'are', u'running', u'down', u'a', u'bridge', u'across', u'a', u'lake'], u'raw': u'Two children are running down a bridge across a lake .', u'imgid': 5328, u'sentid': 26641}, {u'tokens': [u'two', u'children', u'run', u'along', u'a', u'boardwalk', u'that', u'crosses', u'over', u'a', u'body', u'of', u'water'], u'raw': u'Two children run along a boardwalk that crosses over a body of water .', u'imgid': 5328, u'sentid': 26642}, {u'tokens': [u'two', u'children', u'walking', u'on', u'a', u'wooden', u'pier', u'over', u'water'], u'raw': u'Two children walking on a wooden pier over water .', u'imgid': 5328, u'sentid': 26643}, {u'tokens': [u'two', u'children', u'wearing', u'orange', u'walk', u'across', u'a', u'long', u'pier'], u'raw': u'Two children wearing orange walk across a long pier .', u'imgid': 5328, u'sentid': 26644}], u'split': u'train', u'sentids': [26640, 26641, 26642, 26643, 26644]}, {u'filename': u'2507312812_768b53b023.jpg', u'imgid': 5329, u'sentences': [{u'tokens': [u'a', u'black', u'dog', u'and', u'a', u'grey', u'dog', u'run', u'on', u'the', u'beach'], u'raw': u'A black dog and a grey dog run on the beach .', u'imgid': 5329, u'sentid': 26645}, {u'tokens': [u'a', u'black', u'dog', u'and', u'a', u'white', u'dog', u'are', u'running', u'across', u'a', u'sandy', u'beach', u'by', u'the', u'ocean'], u'raw': u'a black dog and a white dog are running across a sandy beach by the ocean .', u'imgid': 5329, u'sentid': 26646}, {u'tokens': [u'a', u'black', u'dog', u'is', u'chasing', u'another', u'dog', u'along', u'the', u'beach'], u'raw': u'A black dog is chasing another dog along the beach .', u'imgid': 5329, u'sentid': 26647}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'on', u'sand', u'along', u'the', u'body', u'of', u'water'], u'raw': u'Two dogs are running on sand along the body of water', u'imgid': 5329, u'sentid': 26648}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'on', u'the', u'beach', u'along', u'the', u'water'], u'raw': u'Two dogs are running on the beach along the water .', u'imgid': 5329, u'sentid': 26649}], u'split': u'train', u'sentids': [26645, 26646, 26647, 26648, 26649]}, {u'filename': u'2867736861_43c9487a65.jpg', u'imgid': 5353, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'is', u'playing', u'with', u'a', u'ball', u'in', u'the', u'water'], u'raw': u'A brown dog is playing with a ball in the water .', u'imgid': 5353, u'sentid': 26765}, {u'tokens': [u'a', u'brown', u'dog', u'is', u'running', u'through', u'water', u'carrying', u'a', u'ball', u'in', u'its', u'mouth'], u'raw': u'a brown dog is running through water carrying a ball in its mouth .', u'imgid': 5353, u'sentid': 26766}, {u'tokens': [u'a', u'dog', u'has', u'run', u'into', u'the', u'water', u'to', u'catch', u'a', u'ball', u'in', u'his', u'mouth'], u'raw': u'A dog has run into the water to catch a ball in his mouth .', u'imgid': 5353, u'sentid': 26767}, {u'tokens': [u'a', u'dog', u'running', u'through', u'water', u'with', u'a', u'ball', u'in', u'its', u'mouth'], u'raw': u'A dog running through water with a ball in its mouth', u'imgid': 5353, u'sentid': 26768}, {u'tokens': [u'yellow', u'dog', u'catches', u'ball', u'in', u'shallow', u'waters'], u'raw': u'Yellow dog catches ball in shallow waters .', u'imgid': 5353, u'sentid': 26769}], u'split': u'train', u'sentids': [26765, 26766, 26767, 26768, 26769]}, {u'filename': u'2064417101_3b9d817f4a.jpg', u'imgid': 5360, u'sentences': [{u'tokens': [u'a', u'greyhound', u'dog', u'race', u'is', u'happening', u'at', u'the', u'track'], u'raw': u'A greyhound dog race is happening at the track .', u'imgid': 5360, u'sentid': 26800}, {u'tokens': [u'three', u'dogs', u'racing', u'on', u'a', u'dirt', u'track'], u'raw': u'Three dogs racing on a dirt track', u'imgid': 5360, u'sentid': 26801}, {u'tokens': [u'three', u'dogs', u'run', u'across', u'the', u'track'], u'raw': u'three dogs run across the track .', u'imgid': 5360, u'sentid': 26802}, {u'tokens': [u'three', u'greyhound', u'dogs', u'race', u'around', u'a', u'dark', u'track'], u'raw': u'Three greyhound dogs race around a dark track .', u'imgid': 5360, u'sentid': 26803}, {u'tokens': [u'three', u'greyhounds', u'reach', u'the', u'finish', u'line'], u'raw': u'Three greyhounds reach the finish line .', u'imgid': 5360, u'sentid': 26804}], u'split': u'train', u'sentids': [26800, 26801, 26802, 26803, 26804]}, {u'filename': u'2921793132_ef19f1dd44.jpg', u'imgid': 5371, u'sentences': [{u'tokens': [u'a', u'team', u'of', u'girl', u'soccer', u'players', u'are', u'running', u'down', u'the', u'field', u'chasing', u'the', u'ball'], u'raw': u'A team of girl soccer players are running down the field chasing the ball .', u'imgid': 5371, u'sentid': 26855}, {u'tokens': [u'a', u'team', u'of', u'girl', u's', u'soccer', u'players', u'in', u'red', u'uniforms', u'run', u'for', u'the', u'ball'], u'raw': u"A team of girl 's soccer players in red uniforms run for the ball .", u'imgid': 5371, u'sentid': 26856}, {u'tokens': [u'girls', u'run', u'for', u'the', u'soccer', u'ball', u'during', u'a', u'game'], u'raw': u'Girls run for the soccer ball during a game .', u'imgid': 5371, u'sentid': 26857}, {u'tokens': [u'kids', u'playing', u'soccer'], u'raw': u'Kids playing soccer .', u'imgid': 5371, u'sentid': 26858}, {u'tokens': [u'young', u'girls', u'playing', u'soccer'], u'raw': u'Young girls playing soccer .', u'imgid': 5371, u'sentid': 26859}], u'split': u'train', u'sentids': [26855, 26856, 26857, 26858, 26859]}, {u'filename': u'36422830_55c844bc2d.jpg', u'imgid': 5375, u'sentences': [{u'tokens': [u'a', u'four', u'wheel', u'drive', u'car', u'is', u'navigating', u'along', u'a', u'rocky', u'off', u'road', u'trail'], u'raw': u'A four wheel drive car is navigating along a rocky off road trail .', u'imgid': 5375, u'sentid': 26875}, {u'tokens': [u'a', u'jeep', u'sidewalks', u'on', u'some', u'rocks'], u'raw': u'A jeep sidewalks on some rocks .', u'imgid': 5375, u'sentid': 26876}, {u'tokens': [u'a', u'red', u'jeep', u'hangs', u'from', u'the', u'edge', u'of', u'a', u'rocky', u'cliff', u'as', u'a', u'girl', u'looks', u'on'], u'raw': u'A red jeep hangs from the edge of a rocky cliff as a girl looks on .', u'imgid': 5375, u'sentid': 26877}, {u'tokens': [u'a', u'red', u'truck', u'is', u'driving', u'over', u'a', u'rocky', u'surface'], u'raw': u'A red truck is driving over a rocky surface .', u'imgid': 5375, u'sentid': 26878}, {u'tokens': [u'a', u'woman', u'stands', u'next', u'to', u'a', u'red', u'suv', u'that', u'has', u'run', u'off', u'into', u'a', u'ditch'], u'raw': u'A woman stands next to a red SUV that has run off into a ditch .', u'imgid': 5375, u'sentid': 26879}], u'split': u'train', u'sentids': [26875, 26876, 26877, 26878, 26879]}, {u'filename': u'2158247955_484f0a1f11.jpg', u'imgid': 5464, u'sentences': [{u'tokens': [u'the', u'three', u'dogs', u'are', u'running', u'down', u'a', u'snowy', u'track'], u'raw': u'The three dogs are running down a snowy track .', u'imgid': 5464, u'sentid': 27320}, {u'tokens': [u'three', u'dogs', u'are', u'running', u'across', u'snow', u'with', u'a', u'tire', u'track', u'in', u'it'], u'raw': u'Three dogs are running across snow with a tire track in it .', u'imgid': 5464, u'sentid': 27321}, {u'tokens': [u'three', u'dogs', u'are', u'turning', u'direction', u'along', u'a', u'snow', u'tread', u'leading', u'from', u'a', u'low', u'cut', u'field'], u'raw': u'Three dogs are turning direction along a snow tread leading from a low cut field .', u'imgid': 5464, u'sentid': 27322}, {u'tokens': [u'three', u'dogs', u'run', u'in', u'the', u'snow'], u'raw': u'Three dogs run in the snow .', u'imgid': 5464, u'sentid': 27323}, {u'tokens': [u'three', u'dogs', u'running', u'on', u'tire', u'tracks', u'in', u'snow'], u'raw': u'Three dogs running on tire tracks in snow .', u'imgid': 5464, u'sentid': 27324}], u'split': u'train', u'sentids': [27320, 27321, 27322, 27323, 27324]}, {u'filename': u'3251646144_d9f4ccca3f.jpg', u'imgid': 5478, u'sentences': [{u'tokens': [u'a', u'boy', u'is', u'running', u'in', u'a', u'spinning', u'metal', u'tunnel', u'in', u'the', u'playground'], u'raw': u'A boy is running in a spinning metal tunnel in the playground .', u'imgid': 5478, u'sentid': 27390}, {u'tokens': [u'a', u'boy', u'plays', u'at', u'the', u'playground'], u'raw': u'A boy plays at the playground .', u'imgid': 5478, u'sentid': 27391}, {u'tokens': [u'a', u'boy', u'run', u'through', u'a', u'big', u'wheel'], u'raw': u'a boy run through a big wheel .', u'imgid': 5478, u'sentid': 27392}, {u'tokens': [u'a', u'man', u'is', u'at', u'a', u'park', u'and', u'about', u'to', u'enter', u'a', u'large', u'round', u'structure'], u'raw': u'A man is at a park and about to enter a large round structure .', u'imgid': 5478, u'sentid': 27393}, {u'tokens': [u'two', u'children', u'play', u'on', u'large', u'barrel', u'hoops', u'on', u'a', u'playground'], u'raw': u'Two children play on large barrel hoops on a playground .', u'imgid': 5478, u'sentid': 27394}], u'split': u'train', u'sentids': [27390, 27391, 27392, 27393, 27394]}, {u'filename': u'566921157_07c18a41e2.jpg', u'imgid': 5480, u'sentences': [{u'tokens': [u'a', u'brown', u'and', u'a', u'brown', u'dog', u'are', u'running'], u'raw': u'A brown and a brown dog are running .', u'imgid': 5480, u'sentid': 27400}, {u'tokens': [u'two', u'dogs', u'running', u'in', u'the', u'dirt'], u'raw': u'Two dogs running in the dirt', u'imgid': 5480, u'sentid': 27401}, {u'tokens': [u'two', u'dogs', u'running', u'over', u'packed', u'dirt', u'and', u'rocks'], u'raw': u'Two dogs running over packed dirt and rocks', u'imgid': 5480, u'sentid': 27402}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'mud'], u'raw': u'Two dogs run through mud .', u'imgid': 5480, u'sentid': 27403}, {u'tokens': [u'two', u'large', u'dogs', u'run', u'along', u'a', u'muddy', u'path'], u'raw': u'Two large dogs run along a muddy path .', u'imgid': 5480, u'sentid': 27404}], u'split': u'train', u'sentids': [27400, 27401, 27402, 27403, 27404]}, {u'filename': u'3279524184_d5e2ffbaed.jpg', u'imgid': 5494, u'sentences': [{u'tokens': [u'two', u'black', u'and', u'white', u'dogs', u'and', u'one', u'has', u'something', u'blue', u'in', u'its', u'mouth'], u'raw': u'Two black and white dogs and one has something blue in its mouth .', u'imgid': 5494, u'sentid': 27470}, {u'tokens': [u'two', u'black', u'and', u'white', u'dogs', u'run', u'through', u'a', u'field'], u'raw': u'Two black and white dogs run through a field .', u'imgid': 5494, u'sentid': 27471}, {u'tokens': [u'two', u'white', u'dogs', u'are', u'running', u'through', u'a', u'field'], u'raw': u'Two white dogs are running through a field .', u'imgid': 5494, u'sentid': 27472}, {u'tokens': [u'two', u'white', u'dogs', u'run', u'along', u'a', u'light', u'colored', u'field', u'and', u'one', u'has', u'a', u'blue', u'toy'], u'raw': u'Two white dogs run along a light colored field and one has a blue toy .', u'imgid': 5494, u'sentid': 27473}, {u'tokens': [u'two', u'white', u'dogs', u'with', u'black', u'spots', u'jumping', u'through', u'the', u'grass'], u'raw': u'Two white dogs with black spots jumping through the grass .', u'imgid': 5494, u'sentid': 27474}], u'split': u'train', u'sentids': [27470, 27471, 27472, 27473, 27474]}, {u'filename': u'3262475923_f1f77fcd9f.jpg', u'imgid': 5496, u'sentences': [{u'tokens': [u'the', u'two', u'men', u'are', u'playing', u'frisbee', u'in', u'a', u'field'], u'raw': u'The two men are playing Frisbee in a field .', u'imgid': 5496, u'sentid': 27480}, {u'tokens': [u'two', u'men', u'in', u'long', u'sleeved', u'clothing', u'are', u'playing', u'frisbee', u'in', u'a', u'park'], u'raw': u'Two men in long sleeved clothing are playing Frisbee in a park .', u'imgid': 5496, u'sentid': 27481}, {u'tokens': [u'two', u'men', u'in', u'wintry', u'athletic', u'clothing', u'play', u'ultimate', u'frisbee'], u'raw': u'Two men in wintry athletic clothing play ultimate Frisbee .', u'imgid': 5496, u'sentid': 27482}, {u'tokens': [u'two', u'men', u'play', u'frisbee', u'in', u'the', u'park'], u'raw': u'Two men play Frisbee in the park .', u'imgid': 5496, u'sentid': 27483}, {u'tokens': [u'two', u'player', u'run', u'for', u'the', u'frisbee'], u'raw': u'two player run for the Frisbee .', u'imgid': 5496, u'sentid': 27484}], u'split': u'train', u'sentids': [27480, 27481, 27482, 27483, 27484]}, {u'filename': u'3712923460_1b20ebb131.jpg', u'imgid': 5502, u'sentences': [{u'tokens': [u'a', u'bunch', u'of', u'people', u'in', u'camo', u'pants', u'run'], u'raw': u'a bunch of people in camo pants run .', u'imgid': 5502, u'sentid': 27510}, {u'tokens': [u'a', u'group', u'of', u'men', u'and', u'woman', u'wearing', u'army', u'pants', u'and', u'a', u'white', u'shirt', u'are', u'running'], u'raw': u'A group of men and woman wearing army pants and a white shirt are running .', u'imgid': 5502, u'sentid': 27511}, {u'tokens': [u'a', u'group', u'of', u'men', u'in', u'camouflage', u'pants', u'and', u'white', u't', u'shirts', u'are', u'running', u'in', u'a', u'drill', u'yard'], u'raw': u'A group of men in camouflage pants and white t-shirts are running in a drill yard .', u'imgid': 5502, u'sentid': 27512}, {u'tokens': [u'a', u'group', u'of', u'people', u'in', u'army', u'pants', u'running'], u'raw': u'A group of people in army pants running .', u'imgid': 5502, u'sentid': 27513}, {u'tokens': [u'a', u'group', u'of', u'people', u'wearing', u'army', u'clothes', u'run', u'together', u'down', u'the', u'street'], u'raw': u'A group of people wearing army clothes run together down the street .', u'imgid': 5502, u'sentid': 27514}], u'split': u'train', u'sentids': [27510, 27511, 27512, 27513, 27514]}, {u'filename': u'2657643451_b9ddb0b58f.jpg', u'imgid': 5581, u'sentences': [{u'tokens': [u'a', u'person', u'and', u'a', u'dog', u'run', u'on', u'a', u'paved', u'road', u'near', u'a', u'forest'], u'raw': u'A person and a dog run on a paved road near a forest .', u'imgid': 5581, u'sentid': 27905}, {u'tokens': [u'a', u'person', u'runs', u'with', u'a', u'dog'], u'raw': u'A person runs with a dog .', u'imgid': 5581, u'sentid': 27906}, {u'tokens': [u'a', u'person', u'jogs', u'down', u'a', u'gravel', u'road', u'after', u'a', u'small', u'dog'], u'raw': u'A person jogs down a gravel road after a small dog .', u'imgid': 5581, u'sentid': 27907}, {u'tokens': [u'a', u'woman', u'and', u'dog', u'running', u'down', u'an', u'asphalt', u'tree', u'lined', u'road'], u'raw': u'A woman and dog running down an asphalt , tree lined road .', u'imgid': 5581, u'sentid': 27908}, {u'tokens': [u'someone', u'in', u'a', u'green', u'shirt', u'running', u'behind', u'a', u'small', u'dog'], u'raw': u'Someone in a green shirt running behind a small dog .', u'imgid': 5581, u'sentid': 27909}], u'split': u'train', u'sentids': [27905, 27906, 27907, 27908, 27909]}, {u'filename': u'3187364311_4c2a87083b.jpg', u'imgid': 5634, u'sentences': [{u'tokens': [u'a', u'person', u'throws', u'an', u'object', u'as', u'a', u'furry', u'dog', u'jumps', u'to', u'chase', u'it'], u'raw': u'A person throws an object as a furry dog jumps to chase it .', u'imgid': 5634, u'sentid': 28170}, {u'tokens': [u'a', u'woman', u'in', u'black', u'is', u'throwing', u'a', u'stick', u'for', u'a', u'brown', u'dog', u'to', u'run', u'after'], u'raw': u'A woman in black is throwing a stick for a brown dog to run after .', u'imgid': 5634, u'sentid': 28171}, {u'tokens': [u'a', u'woman', u'is', u'getting', u'her', u'dog', u'to', u'jump', u'in', u'the', u'air'], u'raw': u'A woman is getting her dog to jump in the air .', u'imgid': 5634, u'sentid': 28172}, {u'tokens': [u'a', u'woman', u'playing', u'with', u'a', u'shaggy', u'dog'], u'raw': u'A woman playing with a shaggy dog', u'imgid': 5634, u'sentid': 28173}, {u'tokens': [u'a', u'woman', u'plays', u'in', u'the', u'wind', u'with', u'a', u'furry', u'brown', u'dog'], u'raw': u'A woman plays in the wind , with a furry brown dog .', u'imgid': 5634, u'sentid': 28174}], u'split': u'train', u'sentids': [28170, 28171, 28172, 28173, 28174]}, {u'filename': u'3178489390_13a6ae7524.jpg', u'imgid': 5640, u'sentences': [{u'tokens': [u'two', u'boys', u'are', u'walking', u'up', u'the', u'beach', u'with', u'a', u'bunch', u'of', u'ducks', u'behind', u'them'], u'raw': u'Two boys are walking up the beach with a bunch of ducks behind them .', u'imgid': 5640, u'sentid': 28200}, {u'tokens': [u'two', u'children', u'walking', u'up', u'a', u'hill', u'away', u'from', u'ducks', u'on', u'a', u'lake'], u'raw': u'Two children walking up a hill away from ducks on a lake .', u'imgid': 5640, u'sentid': 28201}, {u'tokens': [u'two', u'little', u'boys', u'running', u'from', u'a', u'lake', u'with', u'ducks'], u'raw': u'Two little boys running from a lake with ducks', u'imgid': 5640, u'sentid': 28202}, {u'tokens': [u'two', u'young', u'boys', u'playing', u'with', u'ducks', u'near', u'the', u'water'], u'raw': u'Two young boys playing with ducks near the water .', u'imgid': 5640, u'sentid': 28203}, {u'tokens': [u'two', u'young', u'boys', u'run', u'on', u'the', u'beach', u'with', u'ducks', u'behind', u'them', u'in', u'the', u'pond'], u'raw': u'Two young boys run on the beach with ducks behind them in the pond .', u'imgid': 5640, u'sentid': 28204}], u'split': u'train', u'sentids': [28200, 28201, 28202, 28203, 28204]}, {u'filename': u'2393298349_e659308218.jpg', u'imgid': 5674, u'sentences': [{u'tokens': [u'a', u'dog', u'and', u'a', u'goat', u'chase', u'two', u'kids', u'playing', u'soccer'], u'raw': u'A dog and a goat chase two kids playing soccer .', u'imgid': 5674, u'sentid': 28370}, {u'tokens': [u'there', u'are', u'two', u'kids', u'a', u'soccer', u'ball', u'a', u'dog', u'and', u'a', u'goat', u'outside', u'in', u'a', u'field'], u'raw': u'There are two kids , a soccer ball , a dog and a goat outside in a field .', u'imgid': 5674, u'sentid': 28371}, {u'tokens': [u'two', u'boys', u'play', u'soccer', u'while', u'a', u'dog', u'and', u'a', u'goat', u'run', u'after', u'them'], u'raw': u'Two boys play soccer while a dog and a goat run after them .', u'imgid': 5674, u'sentid': 28372}, {u'tokens': [u'two', u'children', u'are', u'playing', u'soccer', u'near', u'to', u'a', u'black', u'dog', u'and', u'a', u'white', u'goat'], u'raw': u'Two children are playing soccer near to a black dog and a white goat .', u'imgid': 5674, u'sentid': 28373}, {u'tokens': [u'two', u'children', u'are', u'playing', u'with', u'a', u'soccer', u'ball', u'in', u'a', u'grassy', u'field', u'also', u'containing', u'a', u'white', u'goat', u'and', u'a', u'small', u'black', u'dog'], u'raw': u'Two children are playing with a soccer ball in a grassy field also containing a white goat and a small black dog .', u'imgid': 5674, u'sentid': 28374}], u'split': u'train', u'sentids': [28370, 28371, 28372, 28373, 28374]}, {u'filename': u'2519812011_f85c3b5cb5.jpg', u'imgid': 5683, u'sentences': [{u'tokens': [u'a', u'couple', u'people', u'running', u'through', u'a', u'large', u'sidewalk', u'fountain'], u'raw': u'a couple people running through a large sidewalk fountain', u'imgid': 5683, u'sentid': 28415}, {u'tokens': [u'a', u'young', u'boy', u'is', u'running', u'through', u'a', u'water', u'fountain'], u'raw': u'A young boy is running through a water fountain .', u'imgid': 5683, u'sentid': 28416}, {u'tokens': [u'children', u'are', u'under', u'a', u'large', u'fountain', u'in', u'the', u'city'], u'raw': u'Children are under a large fountain in the city .', u'imgid': 5683, u'sentid': 28417}, {u'tokens': [u'child', u'runs', u'through', u'city', u'fountain'], u'raw': u'Child runs through city fountain', u'imgid': 5683, u'sentid': 28418}, {u'tokens': [u'some', u'children', u'run', u'through', u'a', u'fountain'], u'raw': u'Some children run through a fountain .', u'imgid': 5683, u'sentid': 28419}], u'split': u'train', u'sentids': [28415, 28416, 28417, 28418, 28419]}, {u'filename': u'2208631481_3e4a5675e1.jpg', u'imgid': 5692, u'sentences': [{u'tokens': [u'a', u'black', u'dog', u'is', u'running', u'across', u'a', u'field'], u'raw': u'A black dog is running across a field .', u'imgid': 5692, u'sentid': 28460}, {u'tokens': [u'a', u'black', u'dog', u'is', u'running', u'in', u'a', u'field', u'of', u'grass', u'and', u'another', u'black', u'dog', u'can', u'be', u'seen', u'behind', u'him'], u'raw': u'A black dog is running in a field of grass and another black dog can be seen behind him .', u'imgid': 5692, u'sentid': 28461}, {u'tokens': [u'the', u'two', u'black', u'dogs', u'are', u'running', u'through', u'the', u'grass'], u'raw': u'The two black dogs are running through the grass .', u'imgid': 5692, u'sentid': 28462}, {u'tokens': [u'two', u'black', u'dogs', u'are', u'running', u'in', u'the', u'grass', u'together'], u'raw': u'Two black dogs are running in the grass together .', u'imgid': 5692, u'sentid': 28463}, {u'tokens': [u'two', u'black', u'dogs', u'run', u'through', u'a', u'field'], u'raw': u'Two black dogs run through a field .', u'imgid': 5692, u'sentid': 28464}], u'split': u'train', u'sentids': [28460, 28461, 28462, 28463, 28464]}, {u'filename': u'2887614578_ed7ba21775.jpg', u'imgid': 5857, u'sentences': [{u'tokens': [u'there', u'are', u'two', u'large', u'dogs', u'running', u'about', u'in', u'a', u'field'], u'raw': u'There are two large dogs running about in a field .', u'imgid': 5857, u'sentid': 29285}, {u'tokens': [u'two', u'brown', u'dogs', u'running', u'in', u'grass', u'with', u'fence', u'and', u'trees', u'in', u'the', u'background'], u'raw': u'Two brown dogs running in grass with fence and trees in the background .', u'imgid': 5857, u'sentid': 29286}, {u'tokens': [u'two', u'brown', u'dogs', u'run', u'through', u'a', u'grassy', u'field'], u'raw': u'Two brown dogs run through a grassy field .', u'imgid': 5857, u'sentid': 29287}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'in', u'a', u'grassy', u'field'], u'raw': u'Two dogs are running in a grassy field', u'imgid': 5857, u'sentid': 29288}, {u'tokens': [u'two', u'red', u'dogs', u'running', u'in', u'green', u'grass', u'by', u'a', u'fence'], u'raw': u'Two red dogs running in green grass by a fence .', u'imgid': 5857, u'sentid': 29289}], u'split': u'train', u'sentids': [29285, 29286, 29287, 29288, 29289]}, {u'filename': u'3170856184_efabfd0297.jpg', u'imgid': 5876, u'sentences': [{u'tokens': [u'a', u'cricket', u'player', u'is', u'bowling', u'the', u'ball', u'as', u'the', u'batsman', u'is', u'getting', u'ready', u'to', u'run'], u'raw': u'A cricket player is bowling the ball as the batsman is getting ready to run .', u'imgid': 5876, u'sentid': 29380}, {u'tokens': [u'a', u'man', u'winds', u'up', u'for', u'pitching', u'a', u'cricket', u'ball', u'in', u'a', u'professional', u'cricket', u'game'], u'raw': u'A man winds up for pitching a cricket ball in a professional cricket game .', u'imgid': 5876, u'sentid': 29381}, {u'tokens': [u'the', u'two', u'men', u'are', u'playing', u'cricket', u'in', u'a', u'stadium'], u'raw': u'The two men are playing cricket in a stadium .', u'imgid': 5876, u'sentid': 29382}, {u'tokens': [u'two', u'guys', u'dressed', u'in', u'white', u'play', u'cricket'], u'raw': u'Two guys dressed in white play Cricket .', u'imgid': 5876, u'sentid': 29383}, {u'tokens': [u'two', u'men', u'with', u'cricket', u'equipment', u'play', u'on', u'the', u'field', u'with', u'an', u'audience', u'behind', u'them'], u'raw': u'Two men with cricket equipment play on the field with an audience behind them .', u'imgid': 5876, u'sentid': 29384}], u'split': u'train', u'sentids': [29380, 29381, 29382, 29383, 29384]}, {u'filename': u'2439384468_58934deab6.jpg', u'imgid': 5938, u'sentences': [{u'tokens': [u'two', u'black', u'and', u'brown', u'dobermans', u'running', u'in', u'a', u'field', u'playing', u'ball'], u'raw': u'Two black and brown dobermans running in a field playing ball .', u'imgid': 5938, u'sentid': 29690}, {u'tokens': [u'two', u'black', u'and', u'brown', u'dogs', u'are', u'running', u'through', u'a', u'field'], u'raw': u'Two black and brown dogs are running through a field .', u'imgid': 5938, u'sentid': 29691}, {u'tokens': [u'two', u'doberman', u's', u'run', u'through', u'a', u'field', u'while', u'one', u'of', u'them', u'holds', u'a', u'tennis', u'ball', u'in', u'its', u'mouth'], u'raw': u"Two doberman 's run through a field while one of them holds a tennis ball in its mouth .", u'imgid': 5938, u'sentid': 29692}, {u'tokens': [u'two', u'dogs', u'run', u'around', u'together', u'in', u'the', u'field'], u'raw': u'Two dogs run around together in the field .', u'imgid': 5938, u'sentid': 29693}, {u'tokens': [u'two', u'large', u'black', u'dogs', u'one', u'with', u'a', u'ball', u'in', u'its', u'mouth', u'are', u'running', u'through', u'tall', u'grass'], u'raw': u'Two large black dogs , one with a ball in its mouth , are running through tall grass .', u'imgid': 5938, u'sentid': 29694}], u'split': u'train', u'sentids': [29690, 29691, 29692, 29693, 29694]}, {u'filename': u'3158327361_6f1a518228.jpg', u'imgid': 6055, u'sentences': [{u'tokens': [u'a', u'couple', u'of', u'people', u'running', u'on', u'the', u'shore', u'near', u'the', u'beach'], u'raw': u'a couple of people running on the shore near the beach .', u'imgid': 6055, u'sentid': 30275}, {u'tokens': [u'a', u'man', u'and', u'a', u'woman', u'hopping', u'acrouss', u'hot', u'sand'], u'raw': u'A man and a woman hopping acrouss hot sand .', u'imgid': 6055, u'sentid': 30276}, {u'tokens': [u'people', u'running', u'away', u'from', u'seagulls', u'on', u'the', u'beach'], u'raw': u'People running away from seagulls on the beach .', u'imgid': 6055, u'sentid': 30277}, {u'tokens': [u'two', u'people', u'run', u'in', u'the', u'sand', u'at', u'the', u'beach'], u'raw': u'Two people run in the sand at the beach .', u'imgid': 6055, u'sentid': 30278}, {u'tokens': [u'two', u'people', u'run', u'along', u'a', u'beach', u'with', u'seagulls'], u'raw': u'Two people run along a beach with seagulls', u'imgid': 6055, u'sentid': 30279}], u'split': u'val', u'sentids': [30275, 30276, 30277, 30278, 30279]}, {u'filename': u'396763804_3b7f1e12a8.jpg', u'imgid': 6066, u'sentences': [{u'tokens': [u'a', u'black', u'and', u'white', u'dog', u'is', u'running', u'through', u'the', u'sand', u'on', u'a', u'beach'], u'raw': u'A black and white dog is running through the sand on a beach .', u'imgid': 6066, u'sentid': 30330}, {u'tokens': [u'a', u'brown', u'dog', u'with', u'white', u'paws', u'running', u'on', u'the', u'beach'], u'raw': u'A brown dog with white paws running on the beach .', u'imgid': 6066, u'sentid': 30331}, {u'tokens': [u'there', u'are', u'two', u'dogs', u'running', u'on', u'the', u'beach', u'outside'], u'raw': u'There are two dogs running on the beach outside .', u'imgid': 6066, u'sentid': 30332}, {u'tokens': [u'two', u'dogs', u'are', u'playing', u'on', u'the', u'beach', u'together'], u'raw': u'Two dogs are playing on the beach together .', u'imgid': 6066, u'sentid': 30333}, {u'tokens': [u'two', u'dogs', u'run', u'along', u'a', u'beach'], u'raw': u'Two dogs run along a beach .', u'imgid': 6066, u'sentid': 30334}], u'split': u'val', u'sentids': [30330, 30331, 30332, 30333, 30334]}, {u'filename': u'255741044_1102982213.jpg', u'imgid': 6078, u'sentences': [{u'tokens': [u'two', u'brown', u'and', u'white', u'dogs', u'are', u'next', u'to', u'each', u'other', u'with', u'red', u'toys', u'in', u'their', u'mouths'], u'raw': u'Two brown and white dogs are next to each other with red toys in their mouths .', u'imgid': 6078, u'sentid': 30390}, {u'tokens': [u'two', u'bulldogs', u'running', u'togerther', u'in', u'the', u'grass', u'with', u'their', u'tongue', u's', u'hanging', u'out'], u'raw': u"two bulldogs running togerther in the grass with their tongue 's hanging out .", u'imgid': 6078, u'sentid': 30391}, {u'tokens': [u'two', u'dogs', u'running', u'through', u'grass', u'next', u'to', u'a', u'street'], u'raw': u'Two dogs running through grass next to a street .', u'imgid': 6078, u'sentid': 30392}, {u'tokens': [u'two', u'dogs', u'running', u'up', u'a', u'grassy', u'hill'], u'raw': u'Two dogs running up a grassy hill .', u'imgid': 6078, u'sentid': 30393}, {u'tokens': [u'two', u'dogs', u'run', u'up', u'a', u'hill', u'with', u'their', u'tongues', u'out'], u'raw': u'Two dogs run up a hill with their tongues out .', u'imgid': 6078, u'sentid': 30394}], u'split': u'val', u'sentids': [30390, 30391, 30392, 30393, 30394]}, {u'filename': u'1164131282_b30926f332.jpg', u'imgid': 6109, u'sentences': [{u'tokens': [u'a', u'grey', u'dog', u'beside', u'a', u'black', u'and', u'white', u'dog', u'running', u'in', u'green', u'grass'], u'raw': u'A grey dog beside a black and white dog running in green grass .', u'imgid': 6109, u'sentid': 30545}, {u'tokens': [u'two', u'dogs', u'are', u'wrestling', u'in', u'a', u'grassy', u'field'], u'raw': u'two dogs are wrestling in a grassy field .', u'imgid': 6109, u'sentid': 30546}, {u'tokens': [u'two', u'dogs', u'playing', u'in', u'a', u'field', u'wrestling', u'with', u'each', u'other'], u'raw': u'two dogs , playing in a field , wrestling with each other', u'imgid': 6109, u'sentid': 30547}, {u'tokens': [u'two', u'dogs', u'run', u'along', u'a', u'grassy', u'field', u'while', u'one', u'bites', u'the', u'other'], u'raw': u'Two dogs run along a grassy field while one bites the other .', u'imgid': 6109, u'sentid': 30548}, {u'tokens': [u'two', u'dogs', u'wrestle', u'in', u'a', u'field'], u'raw': u'Two dogs wrestle in a field .', u'imgid': 6109, u'sentid': 30549}], u'split': u'val', u'sentids': [30545, 30546, 30547, 30548, 30549]}, {u'filename': u'3608752424_01a1cfd8a6.jpg', u'imgid': 6116, u'sentences': [{u'tokens': [u'a', u'couple', u'of', u'dogs', u'running', u'through', u'the', u'water', u'with', u'trees', u'in', u'the', u'background'], u'raw': u'a couple of dogs running through the water with trees in the background', u'imgid': 6116, u'sentid': 30580}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'through', u'a', u'small', u'pond'], u'raw': u'Two dogs are running through a small pond', u'imgid': 6116, u'sentid': 30581}, {u'tokens': [u'two', u'dogs', u'play', u'in', u'a', u'river', u'one', u'is', u'making', u'a', u'splash'], u'raw': u'Two dogs play in a river , one is making a splash .', u'imgid': 6116, u'sentid': 30582}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'the', u'water', u'near', u'trees'], u'raw': u'Two dogs run through the water near trees .', u'imgid': 6116, u'sentid': 30583}, {u'tokens': [u'two', u'dogs', u'standing', u'in', u'a', u'lake'], u'raw': u'Two dogs standing in a lake .', u'imgid': 6116, u'sentid': 30584}], u'split': u'val', u'sentids': [30580, 30581, 30582, 30583, 30584]}, {u'filename': u'560278886_df4bd2e212.jpg', u'imgid': 6132, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'young', u'soccer', u'players', u'run', u'down', u'the', u'field', u'after', u'the', u'ball'], u'raw': u'A group of young soccer players run down the field after the ball .', u'imgid': 6132, u'sentid': 30660}, {u'tokens': [u'boys', u'are', u'playing', u'soccer'], u'raw': u'Boys are playing soccer .', u'imgid': 6132, u'sentid': 30661}, {u'tokens': [u'the', u'soccer', u'player', u'in', u'the', u'checked', u'shirt', u'is', u'moving', u'the', u'ball', u'pursued', u'by', u'the', u'players', u'on', u'the', u'other', u'team'], u'raw': u'The soccer player in the checked shirt is moving the ball pursued by the players on the other team .', u'imgid': 6132, u'sentid': 30662}, {u'tokens': [u'two', u'boys', u'soccer', u'teams', u'play', u'one', u'boy', u'goes', u'after', u'the', u'ball'], u'raw': u'Two boys soccer teams play , one boy goes after the ball .', u'imgid': 6132, u'sentid': 30663}, {u'tokens': [u'two', u'teams', u'of', u'boys', u'playing', u'soccer'], u'raw': u'Two teams of boys playing soccer .', u'imgid': 6132, u'sentid': 30664}], u'split': u'val', u'sentids': [30660, 30661, 30662, 30663, 30664]}, {u'filename': u'3250076419_eb3de15063.jpg', u'imgid': 6164, u'sentences': [{u'tokens': [u'three', u'dogs', u'are', u'playing', u'together', u'in', u'the', u'dirt'], u'raw': u'Three dogs are playing together in the dirt .', u'imgid': 6164, u'sentid': 30820}, {u'tokens': [u'three', u'dogs', u'of', u'varying', u'sizes', u'and', u'colors', u'stand', u'on', u'dirt'], u'raw': u'Three dogs of varying sizes and colors stand on dirt .', u'imgid': 6164, u'sentid': 30821}, {u'tokens': [u'three', u'dogs', u'running', u'in', u'the', u'dirt'], u'raw': u'Three dogs running in the dirt .', u'imgid': 6164, u'sentid': 30822}, {u'tokens': [u'three', u'dogs', u'run', u'together'], u'raw': u'three dogs run together .', u'imgid': 6164, u'sentid': 30823}, {u'tokens': [u'three', u'dogs', u'who', u'are', u'brown', u'white', u'and', u'black', u'(', u'respectively', u')', u'play', u'with', u'one', u'another', u'in', u'a', u'dirt', u'field'], u'raw': u'Three dogs who are brown , white , and black ( respectively ) play with one another in a dirt field .', u'imgid': 6164, u'sentid': 30824}], u'split': u'val', u'sentids': [30820, 30821, 30822, 30823, 30824]}, {u'filename': u'3541491057_61a49588d9.jpg', u'imgid': 6196, u'sentences': [{u'tokens': [u'brown', u'dog', u'and', u'german', u'shepherd', u'standing', u'near', u'each', u'other', u'in', u'the', u'grass', u'near', u'water'], u'raw': u'Brown dog and German shepherd standing near each other in the grass near water .', u'imgid': 6196, u'sentid': 30980}, {u'tokens': [u'two', u'dogs', u'are', u'playing', u'in', u'a', u'grassy', u'field'], u'raw': u'Two dogs are playing in a grassy field', u'imgid': 6196, u'sentid': 30981}, {u'tokens': [u'two', u'dogs', u'are', u'playing', u'in', u'a', u'grassy', u'field', u'in', u'a', u'park', u'with', u'a', u'lake', u'in', u'the', u'background'], u'raw': u'Two dogs are playing in a grassy field in a park with a lake in the background .', u'imgid': 6196, u'sentid': 30982}, {u'tokens': [u'two', u'dogs', u'play', u'in', u'a', u'field'], u'raw': u'Two dogs play in a field .', u'imgid': 6196, u'sentid': 30983}, {u'tokens': [u'two', u'large', u'dogs', u'run', u'in', u'green', u'grass', u'with', u'water', u'in', u'the', u'background'], u'raw': u'Two large dogs run in green grass with water in the background .', u'imgid': 6196, u'sentid': 30984}], u'split': u'val', u'sentids': [30980, 30981, 30982, 30983, 30984]}, {u'filename': u'2296166785_292a4e9f4c.jpg', u'imgid': 6282, u'sentences': [{u'tokens': [u'two', u'children', u'jumping', u'int', u'the', u'sand', u'on', u'a', u'beach', u'the', u'sand', u'is', u'being', u'kicked', u'up', u'and', u'the', u'water', u'is', u'bright', u'blue'], u'raw': u'Two children jumping int the sand on a beach , the sand is being kicked up and the water is bright blue .', u'imgid': 6282, u'sentid': 31410}, {u'tokens': [u'two', u'children', u'jump', u'as', u'they', u'run', u'down', u'a', u'large', u'sand', u'dune', u'towards', u'the', u'beach'], u'raw': u'Two children jump as they run down a large sand dune towards the beach .', u'imgid': 6282, u'sentid': 31411}, {u'tokens': [u'two', u'girls', u'holding', u'hands', u'and', u'jumping', u'as', u'they', u'walk', u'downhill', u'on', u'beach'], u'raw': u'Two girls holding hands and jumping as they walk downhill on beach .', u'imgid': 6282, u'sentid': 31412}, {u'tokens': [u'two', u'kids', u'running', u'down', u'a', u'sand', u'dune', u'to', u'the', u'beach'], u'raw': u'Two kids running down a sand dune to the beach .', u'imgid': 6282, u'sentid': 31413}, {u'tokens': [u'two', u'people', u'jump', u'off', u'a', u'sand', u'dune', u'on', u'a', u'beach'], u'raw': u'Two people jump off a sand dune on a beach', u'imgid': 6282, u'sentid': 31414}], u'split': u'val', u'sentids': [31410, 31411, 31412, 31413, 31414]}, {u'filename': u'435739506_2daf7f4887.jpg', u'imgid': 6295, u'sentences': [{u'tokens': [u'a', u'dog', u'approachs', u'a', u'small', u'creature', u'in', u'a', u'barren', u'snowy', u'field'], u'raw': u'A dog approachs a small creature in a barren , snowy field .', u'imgid': 6295, u'sentid': 31475}, {u'tokens': [u'black', u'dog', u'in', u'a', u'snowy', u'field'], u'raw': u'Black dog in a snowy field .', u'imgid': 6295, u'sentid': 31476}, {u'tokens': [u'black', u'dog', u'running', u'through', u'a', u'grassy', u'area'], u'raw': u'Black dog running through a grassy area .', u'imgid': 6295, u'sentid': 31477}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'towards', u'some', u'long', u'grass', u'in', u'the', u'scrubland'], u'raw': u'Two dogs are running towards some long grass in the scrubland .', u'imgid': 6295, u'sentid': 31478}, {u'tokens': [u'two', u'dogs', u'run', u'in', u'a', u'field', u'of', u'brown', u'grass'], u'raw': u'Two dogs run in a field of brown grass .', u'imgid': 6295, u'sentid': 31479}], u'split': u'val', u'sentids': [31475, 31476, 31477, 31478, 31479]}, {u'filename': u'2874984466_1aafec2c9f.jpg', u'imgid': 6313, u'sentences': [{u'tokens': [u'a', u'black', u'and', u'white', u'dog', u'is', u'playing', u'with', u'a', u'sheep', u'in', u'a', u'field'], u'raw': u'A black and white dog is playing with a sheep in a field .', u'imgid': 6313, u'sentid': 31565}, {u'tokens': [u'a', u'dog', u'and', u'sheep', u'run', u'together'], u'raw': u'A dog and sheep run together .', u'imgid': 6313, u'sentid': 31566}, {u'tokens': [u'a', u'dog', u'herds', u'a', u'sheep'], u'raw': u'A dog herds a sheep .', u'imgid': 6313, u'sentid': 31567}, {u'tokens': [u'a', u'sheep', u'chases', u'a', u'dog'], u'raw': u'a sheep chases a dog .', u'imgid': 6313, u'sentid': 31568}, {u'tokens': [u'the', u'black', u'and', u'white', u'dog', u'is', u'herding', u'the', u'sheep'], u'raw': u'The black and white dog is herding the sheep .', u'imgid': 6313, u'sentid': 31569}], u'split': u'val', u'sentids': [31565, 31566, 31567, 31568, 31569]}, {u'filename': u'3278581900_8ce75a5332.jpg', u'imgid': 6369, u'sentences': [{u'tokens': [u'a', u'toddler', u'boy', u'in', u'a', u'sailor', u'suit', u'and', u'a', u'little', u'girl', u'run', u'in', u'the', u'sand'], u'raw': u'A toddler boy in a sailor suit and a little girl run in the sand .', u'imgid': 6369, u'sentid': 31845}, {u'tokens': [u'two', u'kids', u'run', u'through', u'grey', u'sand'], u'raw': u'Two kids run through grey sand .', u'imgid': 6369, u'sentid': 31846}, {u'tokens': [u'two', u'small', u'children', u'walk', u'down', u'a', u'sandy', u'beach'], u'raw': u'Two small children walk down a sandy beach .', u'imgid': 6369, u'sentid': 31847}, {u'tokens': [u'two', u'smiling', u'kids', u'walking', u'on', u'sand'], u'raw': u'two smiling kids walking on sand', u'imgid': 6369, u'sentid': 31848}, {u'tokens': [u'two', u'young', u'children', u'are', u'on', u'sand'], u'raw': u'Two young children are on sand .', u'imgid': 6369, u'sentid': 31849}], u'split': u'val', u'sentids': [31845, 31846, 31847, 31848, 31849]}, {u'filename': u'2987121689_f9de6c479b.jpg', u'imgid': 6387, u'sentences': [{u'tokens': [u'a', u'man', u'in', u'a', u'white', u'sports', u'uniform', u'tries', u'to', u'fend', u'off', u'another', u'player', u'in', u'a', u'black', u'and', u'yellow', u'uniform', u'while', u'the', u'ball', u'floats', u'in', u'midair'], u'raw': u'A man in a white sports uniform tries to fend off another player in a black and yellow uniform while the ball floats in midair .', u'imgid': 6387, u'sentid': 31935}, {u'tokens': [u'two', u'soccer', u'opponents', u'run', u'and', u'fight', u'for', u'the', u'soocerball', u'on', u'a', u'grassy', u'field'], u'raw': u'Two soccer opponents run and fight for the soocerball on a grassy field .', u'imgid': 6387, u'sentid': 31936}, {u'tokens': [u'two', u'soccer', u'players', u'are', u'going', u'after', u'the', u'ball'], u'raw': u'Two soccer players are going after the ball .', u'imgid': 6387, u'sentid': 31937}, {u'tokens': [u'two', u'soccer', u'players', u'battle', u'for', u'the', u'ball', u'during', u'an', u'intense', u'match'], u'raw': u'Two soccer players battle for the ball during an intense match .', u'imgid': 6387, u'sentid': 31938}, {u'tokens': [u'two', u'young', u'men', u'on', u'opposing', u'soccer', u'teams', u'are', u'competing', u'to', u'get', u'the', u'ball', u'on', u'a', u'soccer', u'field'], u'raw': u'Two young men on opposing soccer teams are competing to get the ball on a soccer field .', u'imgid': 6387, u'sentid': 31939}], u'split': u'val', u'sentids': [31935, 31936, 31937, 31938, 31939]}, {u'filename': u'2282522980_45cfa8e0cf.jpg', u'imgid': 6425, u'sentences': [{u'tokens': [u'the', u'dog', u'with', u'the', u'green', u'collar', u'and', u'ball', u'is', u'running', u'behind', u'the', u'dog', u'with', u'the', u'red', u'collar'], u'raw': u'The dog with the green collar and ball is running behind the dog with the red collar', u'imgid': 6425, u'sentid': 32125}, {u'tokens': [u'two', u'dogs', u'enjoy', u'playing', u'in', u'the', u'cold', u'of', u'the', u'snow'], u'raw': u'Two dogs enjoy playing in the cold of the snow .', u'imgid': 6425, u'sentid': 32126}, {u'tokens': [u'two', u'dogs', u'play', u'in', u'the', u'snow'], u'raw': u'Two dogs play in the snow .', u'imgid': 6425, u'sentid': 32127}, {u'tokens': [u'two', u'dogs', u'play', u'in', u'the', u'snow', u'together'], u'raw': u'Two dogs play in the snow together .', u'imgid': 6425, u'sentid': 32128}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'the', u'snow'], u'raw': u'Two dogs run through the snow .', u'imgid': 6425, u'sentid': 32129}], u'split': u'val', u'sentids': [32125, 32126, 32127, 32128, 32129]}, {u'filename': u'2403376030_903521c371.jpg', u'imgid': 6440, u'sentences': [{u'tokens': [u'a', u'dog', u'and', u'its', u'owner', u'takes', u'a', u'run'], u'raw': u'A dog and its owner takes a run .', u'imgid': 6440, u'sentid': 32200}, {u'tokens': [u'a', u'woman', u'in', u'a', u'black', u'hooded', u'sweatshirt', u'walking', u'with', u'a', u'large', u'dog'], u'raw': u'A woman in a black hooded sweatshirt walking with a large dog .', u'imgid': 6440, u'sentid': 32201}, {u'tokens': [u'a', u'woman', u'in', u'a', u'black', u'sweatshirt', u'is', u'walking', u'on', u'a', u'dock', u'with', u'a', u'wet', u'dog'], u'raw': u'A woman in a black sweatshirt is walking on a dock with a wet dog .', u'imgid': 6440, u'sentid': 32202}, {u'tokens': [u'a', u'woman', u'walks', u'a', u'dog', u'down', u'a', u'wooden', u'path'], u'raw': u'A woman walks a dog down a wooden path .', u'imgid': 6440, u'sentid': 32203}, {u'tokens': [u'the', u'girl', u'with', u'the', u'black', u't', u'shirt', u'is', u'out', u'with', u'a', u'large', u'brown', u'dog'], u'raw': u'The girl with the black T-shirt is out with a large brown dog .', u'imgid': 6440, u'sentid': 32204}], u'split': u'val', u'sentids': [32200, 32201, 32202, 32203, 32204]}, {u'filename': u'3154152744_4e93ec8a62.jpg', u'imgid': 6448, u'sentences': [{u'tokens': [u'two', u'black', u'dogs', u'playing', u'fetch', u'with', u'a', u'red', u'toy'], u'raw': u'two black dogs playing fetch with a red toy', u'imgid': 6448, u'sentid': 32240}, {u'tokens': [u'two', u'black', u'dogs', u'run', u'through', u'the', u'snow', u'with', u'a', u'red', u'toy', u'in', u'one', u'dog', u's', u'mouth'], u'raw': u"Two black dogs run through the snow with a red toy in one dog 's mouth .", u'imgid': 6448, u'sentid': 32241}, {u'tokens': [u'two', u'dogs', u'are', u'chewing', u'at', u'a', u'red', u'object', u'whilst', u'running', u'in', u'the', u'snow'], u'raw': u'Two dogs are chewing at a red object whilst running in the snow .', u'imgid': 6448, u'sentid': 32242}, {u'tokens': [u'two', u'dogs', u'fighting', u'over', u'a', u'toy', u'in', u'the', u'snow'], u'raw': u'Two dogs fighting over a toy in the snow .', u'imgid': 6448, u'sentid': 32243}, {u'tokens': [u'two', u'dogs', u'playing', u'together', u'in', u'the', u'snow'], u'raw': u'Two dogs playing together in the snow .', u'imgid': 6448, u'sentid': 32244}], u'split': u'val', u'sentids': [32240, 32241, 32242, 32243, 32244]}, {u'filename': u'3532098999_4e07a0a17e.jpg', u'imgid': 6479, u'sentences': [{u'tokens': [u'a', u'little', u'dog', u'chases', u'a', u'chihuahua'], u'raw': u'A little dog chases a Chihuahua .', u'imgid': 6479, u'sentid': 32395}, {u'tokens': [u'dogs', u'enjoy', u'chasing', u'each', u'other', u'in', u'the', u'park'], u'raw': u'Dogs enjoy chasing each other in the park .', u'imgid': 6479, u'sentid': 32396}, {u'tokens': [u'some', u'dogs', u'running', u'through', u'the', u'park'], u'raw': u'Some dogs running through the park .', u'imgid': 6479, u'sentid': 32397}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'around', u'in', u'a', u'fenced', u'in', u'area'], u'raw': u'Two dogs are running around in a fenced in area .', u'imgid': 6479, u'sentid': 32398}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'a', u'field'], u'raw': u'Two dogs run through a field .', u'imgid': 6479, u'sentid': 32399}], u'split': u'val', u'sentids': [32395, 32396, 32397, 32398, 32399]}, {u'filename': u'2772084628_c0ae29d87a.jpg', u'imgid': 6541, u'sentences': [{u'tokens': [u'boys', u'running', u'up', u'a', u'stone', u'road', u'towards', u'a', u'brick', u'building'], u'raw': u'Boys running up a stone road towards a brick building .', u'imgid': 6541, u'sentid': 32705}, {u'tokens': [u'four', u'boys', u'run', u'away', u'up', u'an', u'incline'], u'raw': u'Four boys run away up an incline .', u'imgid': 6541, u'sentid': 32706}, {u'tokens': [u'four', u'children', u'are', u'running', u'up', u'a', u'path', u'towards', u'a', u'red', u'brick', u'building'], u'raw': u'four children are running up a path towards a red brick building .', u'imgid': 6541, u'sentid': 32707}, {u'tokens': [u'four', u'children', u'run', u'up', u'a', u'small', u'hill'], u'raw': u'Four children run up a small hill .', u'imgid': 6541, u'sentid': 32708}, {u'tokens': [u'the', u'four', u'children', u'are', u'running', u'to', u'a', u'brick', u'building'], u'raw': u'The four children are running to a brick building .', u'imgid': 6541, u'sentid': 32709}], u'split': u'val', u'sentids': [32705, 32706, 32707, 32708, 32709]}, {u'filename': u'3463268965_f22884fc69.jpg', u'imgid': 6588, u'sentences': [{u'tokens': [u'a', u'man', u'in', u'camo', u'pants', u'and', u'a', u'blue', u'and', u'white', u'shirt', u'running', u'on', u'a', u'concrete', u'surface', u'with', u'other', u'men', u'dressed', u'the', u'same', u'running', u'behind', u'him'], u'raw': u'A man in camo pants and a blue and white shirt running on a concrete surface with other men dressed the same running behind him .', u'imgid': 6588, u'sentid': 32940}, {u'tokens': [u'a', u'man', u'races', u'another', u'man', u'in', u'the', u'background'], u'raw': u'A man races another man in the background', u'imgid': 6588, u'sentid': 32941}, {u'tokens': [u'men', u'in', u'camouflage', u'pants', u'racing', u'across', u'a', u'parking', u'lot'], u'raw': u'Men in camouflage pants racing across a parking lot .', u'imgid': 6588, u'sentid': 32942}, {u'tokens': [u'men', u'in', u'uniform', u'run', u'along', u'a', u'track'], u'raw': u'Men in uniform run along a track .', u'imgid': 6588, u'sentid': 32943}, {u'tokens': [u'several', u'people', u'are', u'running', u'quickly', u'through', u'a', u'parking', u'lot'], u'raw': u'Several people are running quickly through a parking lot .', u'imgid': 6588, u'sentid': 32944}], u'split': u'val', u'sentids': [32940, 32941, 32942, 32943, 32944]}, {u'filename': u'775664534_3f6de7d413.jpg', u'imgid': 6632, u'sentences': [{u'tokens': [u'a', u'little', u'red', u'haired', u'boy', u'runs', u'down', u'a', u'grassy', u'hill', u'followed', u'behind', u'by', u'two', u'girls'], u'raw': u'A little red-haired boy runs down a grassy hill followed behind by two girls .', u'imgid': 6632, u'sentid': 33160}, {u'tokens': [u'the', u'children', u'run', u'through', u'the', u'tall', u'green', u'grass'], u'raw': u'The children run through the tall green grass .', u'imgid': 6632, u'sentid': 33161}, {u'tokens': [u'three', u'children', u'are', u'running', u'down', u'a', u'grassy', u'hill'], u'raw': u'Three children are running down a grassy hill .', u'imgid': 6632, u'sentid': 33162}, {u'tokens': [u'three', u'children', u'running', u'down', u'a', u'grassy', u'hillside'], u'raw': u'Three children running down a grassy hillside .', u'imgid': 6632, u'sentid': 33163}, {u'tokens': [u'three', u'children', u'running', u'downhill'], u'raw': u'Three children running downhill', u'imgid': 6632, u'sentid': 33164}], u'split': u'val', u'sentids': [33160, 33161, 33162, 33163, 33164]}, {u'filename': u'3335885203_a3fe8e541f.jpg', u'imgid': 6638, u'sentences': [{u'tokens': [u'a', u'female', u'rugby', u'player', u'runs', u'with', u'a', u'rugby', u'ball', u'during', u'a', u'match'], u'raw': u'A female rugby player runs with a rugby ball during a match .', u'imgid': 6638, u'sentid': 33190}, {u'tokens': [u'a', u'group', u'of', u'children', u'wearing', u'uniforms', u'run', u'along', u'the', u'field', u'after', u'one', u'who', u'is', u'holding', u'the', u'ball'], u'raw': u'A group of children wearing uniforms run along the field after one who is holding the ball .', u'imgid': 6638, u'sentid': 33191}, {u'tokens': [u'children', u'play', u'football'], u'raw': u'Children play football .', u'imgid': 6638, u'sentid': 33192}, {u'tokens': [u'young', u'people', u'are', u'engaged', u'in', u'a', u'game'], u'raw': u'Young people are engaged in a game .', u'imgid': 6638, u'sentid': 33193}, {u'tokens': [u'young', u'people', u'in', u'uniform', u'are', u'playing', u'in', u'a', u'rugby', u'game'], u'raw': u'Young people in uniform are playing in a rugby game .', u'imgid': 6638, u'sentid': 33194}], u'split': u'val', u'sentids': [33190, 33191, 33192, 33193, 33194]}, {u'filename': u'3585488964_1467945775.jpg', u'imgid': 6721, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'running', u'with', u'two', u'white', u'and', u'brown', u'dogs', u'on', u'the', u'seashore', u'with', u'crashing', u'waves', u'behind', u'them'], u'raw': u'A brown dog running with two white and brown dogs on the seashore with crashing waves behind them .', u'imgid': 6721, u'sentid': 33605}, {u'tokens': [u'three', u'dogs', u'run', u'on', u'beach', u'two', u'playing', u'with', u'unknown', u'object'], u'raw': u'Three dogs run on beach , two playing with unknown object .', u'imgid': 6721, u'sentid': 33606}, {u'tokens': [u'two', u'large', u'white', u'dogs', u'and', u'one', u'large', u'tan', u'dog', u'in', u'a', u'red', u'collar', u'run', u'along', u'a', u'beach'], u'raw': u'Two large white dogs and one large tan dog in a red collar run along a beach .', u'imgid': 6721, u'sentid': 33607}, {u'tokens': [u'two', u'tan', u'and', u'white', u'dogs', u'and', u'one', u'tan', u'dog', u'racing', u'down', u'the', u'beach', u'near', u'the', u'water'], u'raw': u'Two tan and white dogs and one tan dog racing down the beach near the water .', u'imgid': 6721, u'sentid': 33608}, {u'tokens': [u'two', u'white', u'dogs', u'and', u'one', u'light', u'brown', u'dog', u'running', u'along', u'the', u'beach'], u'raw': u'Two white dogs and one light brown dog running along the beach .', u'imgid': 6721, u'sentid': 33609}], u'split': u'val', u'sentids': [33605, 33606, 33607, 33608, 33609]}, {u'filename': u'2178095150_436b035741.jpg', u'imgid': 6733, u'sentences': [{u'tokens': [u'dogs', u'participating', u'in', u'a', u'race'], u'raw': u'Dogs participating in a race .', u'imgid': 6733, u'sentid': 33665}, {u'tokens': [u'five', u'dogs', u'racing', u'at', u'night'], u'raw': u'Five dogs racing at night .', u'imgid': 6733, u'sentid': 33666}, {u'tokens': [u'greyhound', u'are', u'racing', u'on', u'a', u'track', u'and', u'number', u'eight', u'is', u'making', u'a', u'run', u'for', u'first'], u'raw': u'Greyhound are racing on a track , and number eight is making a run for first', u'imgid': 6733, u'sentid': 33667}, {u'tokens': [u'the', u'dogs', u'ran', u'around', u'the', u'dirt', u'racetrack'], u'raw': u'The dogs ran around the dirt racetrack .', u'imgid': 6733, u'sentid': 33668}, {u'tokens': [u'the', u'greyhound', u'dogs', u'are', u'racing', u'along', u'a', u'dirt', u'path', u'with', u'buildings', u'nearby'], u'raw': u'The greyhound dogs are racing along a dirt path with buildings nearby .', u'imgid': 6733, u'sentid': 33669}], u'split': u'val', u'sentids': [33665, 33666, 33667, 33668, 33669]}, {u'filename': u'241346923_18bd84bea4.jpg', u'imgid': 6745, u'sentences': [{u'tokens': [u'a', u'football', u'player', u'runs', u'with', u'a', u'ball', u'chased', u'by', u'the', u'opposing', u'team'], u'raw': u'A football player runs with a ball , chased by the opposing team .', u'imgid': 6745, u'sentid': 33725}, {u'tokens': [u'a', u'football', u'player', u'runs', u'with', u'the', u'ball', u'as', u'others', u'run', u'towards', u'him'], u'raw': u'A football player runs with the ball as others run towards him .', u'imgid': 6745, u'sentid': 33726}, {u'tokens': [u'a', u'player', u'has', u'the', u'football', u'as', u'a', u'crowd', u'in', u'red', u'and', u'white', u'watches'], u'raw': u'A player has the football as a crowd in red and white watches', u'imgid': 6745, u'sentid': 33727}, {u'tokens': [u'the', u'american', u'football', u'team', u'in', u'white', u'are', u'attempting', u'to', u'stop', u'the', u'player', u'in', u'red', u'who', u'is', u'running', u'with', u'the', u'ball'], u'raw': u'The American football team in white are attempting to stop the player in red who is running with the ball .', u'imgid': 6745, u'sentid': 33728}, {u'tokens': [u'two', u'teams', u'playing', u'a', u'football', u'game', u'in', u'a', u'packed', u'stadium'], u'raw': u'Two teams playing a football game in a packed stadium', u'imgid': 6745, u'sentid': 33729}], u'split': u'val', u'sentids': [33725, 33726, 33727, 33728, 33729]}, {u'filename': u'3381161854_af8b05243c.jpg', u'imgid': 6746, u'sentences': [{u'tokens': [u'two', u'dogs', u'are', u'running', u'up', u'a', u'woodland', u'path'], u'raw': u'Two dogs are running up a woodland path .', u'imgid': 6746, u'sentid': 33730}, {u'tokens': [u'two', u'dogs', u'run', u'across', u'the', u'woods'], u'raw': u'two dogs run across the woods .', u'imgid': 6746, u'sentid': 33731}, {u'tokens': [u'two', u'dogs', u'running', u'toward', u'trees'], u'raw': u'Two dogs running toward trees .', u'imgid': 6746, u'sentid': 33732}, {u'tokens': [u'two', u'dogs', u'run', u'on', u'a', u'path', u'near', u'a', u'stone', u'bench'], u'raw': u'Two dogs run on a path near a stone bench .', u'imgid': 6746, u'sentid': 33733}, {u'tokens': [u'two', u'tri', u'colored', u'short', u'dogs', u'run', u'away', u'from', u'the', u'camera', u'in', u'the', u'trees'], u'raw': u'Two tri-colored short dogs run away from the camera in the trees .', u'imgid': 6746, u'sentid': 33734}], u'split': u'val', u'sentids': [33730, 33731, 33732, 33733, 33734]}, {u'filename': u'3235746553_a40416c00e.jpg', u'imgid': 6763, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'begins', u'to', u'run', u'along', u'a', u'beach', u'with', u'a', u'wave', u'in', u'the', u'background'], u'raw': u'A brown dog begins to run along a beach with a wave in the background .', u'imgid': 6763, u'sentid': 33815}, {u'tokens': [u'a', u'brown', u'dog', u'is', u'running', u'on', u'sand', u'next', u'to', u'the', u'ocean'], u'raw': u'A brown dog is running on sand next to the ocean .', u'imgid': 6763, u'sentid': 33816}, {u'tokens': [u'a', u'dog', u'is', u'galloping', u'on', u'the', u'beach'], u'raw': u'A dog is galloping on the beach .', u'imgid': 6763, u'sentid': 33817}, {u'tokens': [u'a', u'dog', u'is', u'running', u'along', u'a', u'beach', u'in', u'front', u'of', u'the', u'ocean'], u'raw': u'A dog is running along a beach in front of the ocean .', u'imgid': 6763, u'sentid': 33818}, {u'tokens': [u'a', u'dog', u'leaps', u'by', u'the', u'ocean'], u'raw': u'A dog leaps by the ocean .', u'imgid': 6763, u'sentid': 33819}], u'split': u'val', u'sentids': [33815, 33816, 33817, 33818, 33819]}, {u'filename': u'2936590102_25036069a6.jpg', u'imgid': 6769, u'sentences': [{u'tokens': [u'a', u'greyhound', u'dog', u'is', u'wearing', u'a', u'red', u'jersey', u'with', u'the', u'number', u'one', u'on', u'it', u'and', u'is', u'mid', u'run'], u'raw': u'A Greyhound dog is wearing a red jersey with the number one on it and is mid run .', u'imgid': 6769, u'sentid': 33845}, {u'tokens': [u'a', u'greyhound', u'with', u'a', u'red', u'shirt', u'and', u'blue', u'muzzle', u'on', u'running', u'a', u'race'], u'raw': u'A greyhound with a red shirt and blue muzzle on running a race .', u'imgid': 6769, u'sentid': 33846}, {u'tokens': [u'a', u'large', u'greyhound', u'dog', u'races', u'wearing', u'a', u'red', u'shirt'], u'raw': u'A large greyhound dog races wearing a red shirt .', u'imgid': 6769, u'sentid': 33847}, {u'tokens': [u'a', u'white', u'greyhound', u'dog', u'is', u'wearing', u'a', u'red', u'jacket', u'with', u'the', u'number', u'one', u'printed', u'on', u'it'], u'raw': u'A white greyhound dog is wearing a red jacket with the number one printed on it .', u'imgid': 6769, u'sentid': 33848}, {u'tokens': [u'white', u'greyhound', u'racing', u'as', u'dog', u'number', u'1'], u'raw': u'White greyhound racing as dog number 1 .', u'imgid': 6769, u'sentid': 33849}], u'split': u'val', u'sentids': [33845, 33846, 33847, 33848, 33849]}, {u'filename': u'2406591500_403f145905.jpg', u'imgid': 6775, u'sentences': [{u'tokens': [u'one', u'young', u'boy', u'in', u'a', u'striped', u'shirt', u'is', u'chasing', u'another', u'boy', u'on', u'a', u'path', u'through', u'the', u'jungle'], u'raw': u'One young boy in a striped shirt is chasing another boy on a path through the jungle .', u'imgid': 6775, u'sentid': 33875}, {u'tokens': [u'the', u'children', u'are', u'walking', u'on', u'the', u'path', u'lined', u'by', u'trees'], u'raw': u'The children are walking on the path lined by trees .', u'imgid': 6775, u'sentid': 33876}, {u'tokens': [u'two', u'boys', u'are', u'running', u'on', u'a', u'path', u'amoung', u'green', u'leafy', u'trees'], u'raw': u'Two boys are running on a path amoung green leafy trees .', u'imgid': 6775, u'sentid': 33877}, {u'tokens': [u'two', u'boys', u'run', u'on', u'a', u'well', u'maintained', u'trail'], u'raw': u'Two boys run on a well maintained trail .', u'imgid': 6775, u'sentid': 33878}, {u'tokens': [u'two', u'young', u'children', u'one', u'in', u'striped', u'top', u'running', u'down', u'pathway', u'surrounded', u'by', u'ferns'], u'raw': u'Two young children , one in striped top , running down pathway surrounded by ferns .', u'imgid': 6775, u'sentid': 33879}], u'split': u'val', u'sentids': [33875, 33876, 33877, 33878, 33879]}, {u'filename': u'957682378_46c3b07bcd.jpg', u'imgid': 6795, u'sentences': [{u'tokens': [u'a', u'brown', u'dog', u'and', u'a', u'black', u'dog', u'run', u'into', u'each', u'other', u'in', u'the', u'grass'], u'raw': u'A brown dog and a black dog run into each other in the grass .', u'imgid': 6795, u'sentid': 33975}, {u'tokens': [u'a', u'brown', u'dog', u'is', u'grabbing', u'the', u'collar', u'of', u'a', u'black', u'dog'], u'raw': u'A brown dog is grabbing the collar of a black dog .', u'imgid': 6795, u'sentid': 33976}, {u'tokens': [u'a', u'dark', u'black', u'dog', u'is', u'playing', u'with', u'a', u'light', u'brown', u'dog', u'in', u'a', u'backyard'], u'raw': u'A dark black dog is playing with a light brown dog in a backyard .', u'imgid': 6795, u'sentid': 33977}, {u'tokens': [u'two', u'dogs', u'are', u'wrestling', u'in', u'a', u'field'], u'raw': u'Two dogs are wrestling in a field .', u'imgid': 6795, u'sentid': 33978}, {u'tokens': [u'two', u'dogs', u'are', u'wrestling', u'in', u'the', u'park'], u'raw': u'Two dogs are wrestling in the park .', u'imgid': 6795, u'sentid': 33979}], u'split': u'val', u'sentids': [33975, 33976, 33977, 33978, 33979]}, {u'filename': u'3191982761_88793192ed.jpg', u'imgid': 6821, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'five', u'men', u'are', u'standing', u'in', u'the', u'middle', u'of', u'a', u'room', u'that', u'is', u'crumbling', u'and', u'abandoned'], u'raw': u'A group of five men are standing in the middle of a room that is crumbling and abandoned .', u'imgid': 6821, u'sentid': 34105}, {u'tokens': [u'a', u'group', u'of', u'guys', u'who', u'appear', u'to', u'be', u'a', u'band', u'stand', u'inside', u'the', u'dark', u'graffiti', u'covered', u'and', u'rock', u'strewn', u'building'], u'raw': u'A group of guys who appear to be a band stand inside the dark graffiti-covered and rock-strewn building .', u'imgid': 6821, u'sentid': 34106}, {u'tokens': [u'five', u'men', u'are', u'standing', u'in', u'a', u'dark', u'room', u'where', u'there', u'is', u'debris', u'and', u'graffiti', u'on', u'the', u'ground', u'and', u'walls'], u'raw': u'Five men are standing in a dark room , where there is debris and graffiti on the ground and walls .', u'imgid': 6821, u'sentid': 34107}, {u'tokens': [u'five', u'men', u'are', u'standing', u'in', u'a', u'dark', u'room', u'with', u'graffiti', u'on', u'the', u'walls'], u'raw': u'Five men are standing in a dark room with graffiti on the walls .', u'imgid': 6821, u'sentid': 34108}, {u'tokens': [u'four', u'young', u'people', u'are', u'standing', u'in', u'a', u'run', u'down', u'alleyway', u'posing', u'for', u'a', u'picture'], u'raw': u'Four young people are standing in a run down alleyway posing for a picture .', u'imgid': 6821, u'sentid': 34109}], u'split': u'val', u'sentids': [34105, 34106, 34107, 34108, 34109]}, {u'filename': u'3415113018_7b95ddcd11.jpg', u'imgid': 6851, u'sentences': [{u'tokens': [u'a', u'man', u'in', u'yellow', u'is', u'leaping', u'toward', u'men', u'in', u'blue'], u'raw': u'A man in yellow is leaping toward men in blue .', u'imgid': 6851, u'sentid': 34255}, {u'tokens': [u'a', u'soccer', u'game', u'on', u'a', u'grassy', u'field'], u'raw': u'A soccer game on a grassy field .', u'imgid': 6851, u'sentid': 34256}, {u'tokens': [u'a', u'yellow', u'team', u'soccer', u'player', u'is', u'jumping', u'on', u'two', u'blue', u'team', u'players', u'while', u'other', u'players', u'run', u'alongside'], u'raw': u'A yellow team soccer player is jumping on two blue team players while other players run alongside .', u'imgid': 6851, u'sentid': 34257}, {u'tokens': [u'guys', u'wearing', u'yellow', u'red', u'and', u'blue', u'are', u'running', u'in', u'the', u'grass'], u'raw': u'Guys wearing yellow , red , and blue are running in the grass .', u'imgid': 6851, u'sentid': 34258}, {u'tokens': [u'man', u'jumping', u'on', u'another', u'during', u'a', u'game', u'in', u'the', u'grass'], u'raw': u'Man jumping on another during a game in the grass .', u'imgid': 6851, u'sentid': 34259}], u'split': u'val', u'sentids': [34255, 34256, 34257, 34258, 34259]}, {u'filename': u'2703155733_19ac6f97a8.jpg', u'imgid': 6866, u'sentences': [{u'tokens': [u'a', u'run', u'way', u'model', u'removes', u'a', u'tan', u'coat', u'to', u'show', u'off', u'a', u'fancy', u'dress'], u'raw': u'A run way model removes a tan coat to show off a fancy dress .', u'imgid': 6866, u'sentid': 34330}, {u'tokens': [u'a', u'woman', u'taking', u'off', u'a', u'large', u'cloak', u'revealing', u'a', u'extravagant', u'dress'], u'raw': u'A woman taking off a large cloak revealing a extravagant dress', u'imgid': 6866, u'sentid': 34331}, {u'tokens': [u'a', u'woman', u'wearing', u'a', u'black', u'red', u'white', u'and', u'pink', u'dress'], u'raw': u'a woman wearing a black , red , white and pink dress', u'imgid': 6866, u'sentid': 34332}, {u'tokens': [u'a', u'woman', u'wearing', u'a', u'red', u'and', u'white', u'gown', u'holds', u'a', u'long', u'scarf', u'behind', u'her'], u'raw': u'A woman wearing a red and white gown holds a long scarf behind her .', u'imgid': 6866, u'sentid': 34333}, {u'tokens': [u'woman', u'in', u'black', u'red', u'and', u'white', u'dress', u'waving', u'a', u'gold', u'cape'], u'raw': u'Woman in black , red and white dress waving a gold cape', u'imgid': 6866, u'sentid': 34334}], u'split': u'val', u'sentids': [34330, 34331, 34332, 34333, 34334]}, {u'filename': u'3375014075_157388f8a9.jpg', u'imgid': 6924, u'sentences': [{u'tokens': [u'a', u'dog', u'is', u'preparing', u'to', u'run', u'away', u'from', u'a', u'person', u'interacting', u'with', u'it'], u'raw': u'A dog is preparing to run away from a person interacting with it .', u'imgid': 6924, u'sentid': 34620}, {u'tokens': [u'a', u'person', u'in', u'a', u'red', u'coat', u'and', u'a', u'running', u'black', u'and', u'brown', u'dog'], u'raw': u'A person in a red coat and a running black and brown dog .', u'imgid': 6924, u'sentid': 34621}, {u'tokens': [u'a', u'woman', u'in', u'a', u'black', u'and', u'orange', u'jacket', u'throws', u'a', u'stick', u'for', u'a', u'brown', u'and', u'black', u'dog', u'to', u'fetch'], u'raw': u'A woman in a black and orange jacket throws a stick for a brown and black dog to fetch .', u'imgid': 6924, u'sentid': 34622}, {u'tokens': [u'a', u'woman', u'in', u'a', u'red', u'jacket', u'watches', u'as', u'a', u'black', u'and', u'brown', u'dog', u'runs', u'away', u'from', u'her', u'in', u'woodland', u'clearing'], u'raw': u'a woman in a red jacket watches as a black and brown dog runs away from her in woodland clearing .', u'imgid': 6924, u'sentid': 34623}, {u'tokens': [u'outside', u'by', u'the', u'trees', u'a', u'woman', u'wearing', u'jeans', u'and', u'red', u'jacket', u'throws', u'something', u'for', u'a', u'german', u'shepherd', u'to', u'chase'], u'raw': u'Outside by the trees , a woman wearing jeans and red jacket throws something for a German shepherd to chase .', u'imgid': 6924, u'sentid': 34624}], u'split': u'val', u'sentids': [34620, 34621, 34622, 34623, 34624]}, {u'filename': u'3694219419_a7a83d4886.jpg', u'imgid': 6933, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'adults', u'and', u'children', u'play', u'with', u'a', u'parachute', u'outdoors'], u'raw': u'A group of adults and children play with a parachute outdoors .', u'imgid': 6933, u'sentid': 34665}, {u'tokens': [u'a', u'group', u'of', u'children', u'are', u'waving', u'a', u'large', u'cloth', u'up', u'and', u'down'], u'raw': u'A group of children are waving a large cloth up and down .', u'imgid': 6933, u'sentid': 34666}, {u'tokens': [u'a', u'group', u'of', u'people', u'holding', u'up', u'a', u'bed', u'sheet', u'like', u'a', u'parachute', u'while', u'two', u'people', u'run', u'underneath', u'to', u'fetch', u'a', u'soccer', u'ball'], u'raw': u'A group of people holding up a bed sheet like a parachute while two people run underneath to fetch a soccer ball .', u'imgid': 6933, u'sentid': 34667}, {u'tokens': [u'many', u'people', u'raise', u'a', u'large', u'sheet', u'of', u'fabric', u'above', u'their', u'heads'], u'raw': u'Many people raise a large sheet of fabric above their heads .', u'imgid': 6933, u'sentid': 34668}, {u'tokens': [u'the', u'group', u'of', u'people', u'is', u'holding', u'a', u'large', u'sheet'], u'raw': u'The group of people is holding a large sheet .', u'imgid': 6933, u'sentid': 34669}], u'split': u'val', u'sentids': [34665, 34666, 34667, 34668, 34669]}, {u'filename': u'2983555530_a89f1f5ed7.jpg', u'imgid': 6953, u'sentences': [{u'tokens': [u'a', u'football', u'player', u'folding', u'a', u'football', u'during', u'a', u'game', u'in', u'the', u'mud'], u'raw': u'A football player folding a football during a game in the mud', u'imgid': 6953, u'sentid': 34765}, {u'tokens': [u'american', u'footballers', u'in', u'yellow', u'outfits', u'are', u'playing', u'in', u'a', u'very', u'muddy', u'field'], u'raw': u'American footballers in yellow outfits are playing in a very muddy field .', u'imgid': 6953, u'sentid': 34766}, {u'tokens': [u'a', u'young', u'football', u'player', u'in', u'a', u'muddy', u'yellow', u'and', u'blue', u'uniform', u'carrying', u'a', u'football', u'with', u'other', u'muddy', u'players', u'run', u'behind', u'him'], u'raw': u'A young football player in a muddy , yellow and blue uniform carrying a football with other muddy players run behind him .', u'imgid': 6953, u'sentid': 34767}, {u'tokens': [u'football', u'players', u'playing', u'in', u'mud'], u'raw': u'Football players playing in mud .', u'imgid': 6953, u'sentid': 34768}, {u'tokens': [u'football', u'players', u'playing', u'in', u'the', u'mud'], u'raw': u'Football players playing in the mud .', u'imgid': 6953, u'sentid': 34769}], u'split': u'val', u'sentids': [34765, 34766, 34767, 34768, 34769]}, {u'filename': u'3232252882_05db7c2216.jpg', u'imgid': 6967, u'sentences': [{u'tokens': [u'a', u'man', u'with', u'four', u'running', u'dogs', u'in', u'nature'], u'raw': u'A man with four running dogs in nature .', u'imgid': 6967, u'sentid': 34835}, {u'tokens': [u'a', u'smiling', u'woman', u'watches', u'as', u'four', u'dogs', u'run', u'on', u'a', u'hill'], u'raw': u'A smiling woman watches as four dogs run on a hill .', u'imgid': 6967, u'sentid': 34836}, {u'tokens': [u'a', u'woman', u'is', u'standing', u'on', u'the', u'grass', u'with', u'four', u'dogs'], u'raw': u'A woman is standing on the grass with four dogs .', u'imgid': 6967, u'sentid': 34837}, {u'tokens': [u'person', u'encouraging', u'four', u'dogs', u'to', u'run'], u'raw': u'Person encouraging four dogs to run .', u'imgid': 6967, u'sentid': 34838}, {u'tokens': [u'the', u'man', u'is', u'in', u'the', u'field', u'with', u'four', u'dogs', u'who', u'are', u'running'], u'raw': u'The man is in the field with four dogs who are running .', u'imgid': 6967, u'sentid': 34839}], u'split': u'val', u'sentids': [34835, 34836, 34837, 34838, 34839]}, {u'filename': u'2723477522_d89f5ac62b.jpg', u'imgid': 7018, u'sentences': [{u'tokens': [u'a', u'big', u'dog', u'chases', u'a', u'little', u'dog', u'on', u'the', u'grass'], u'raw': u'A big dog chases a little dog on the grass .', u'imgid': 7018, u'sentid': 35090}, {u'tokens': [u'a', u'black', u'dog', u'is', u'chasing', u'a', u'smaller', u'brown', u'dog', u'over', u'grass'], u'raw': u'A black dog is chasing a smaller brown dog over grass .', u'imgid': 7018, u'sentid': 35091}, {u'tokens': [u'the', u'large', u'brown', u'dog', u'is', u'chasing', u'after', u'the', u'little', u'brown', u'dog'], u'raw': u'The large brown dog is chasing after the little brown dog .', u'imgid': 7018, u'sentid': 35092}, {u'tokens': [u'two', u'brown', u'dogs', u'run', u'through', u'the', u'grass', u'together'], u'raw': u'Two brown dogs run through the grass together .', u'imgid': 7018, u'sentid': 35093}, {u'tokens': [u'two', u'dogs', u'play', u'in', u'the', u'grass'], u'raw': u'two dogs play in the grass .', u'imgid': 7018, u'sentid': 35094}], u'split': u'test', u'sentids': [35090, 35091, 35092, 35093, 35094]}, {u'filename': u'2374652725_32f90fa15c.jpg', u'imgid': 7091, u'sentences': [{u'tokens': [u'a', u'big', u'white', u'dog', u'and', u'a', u'small', u'black', u'dog', u'sit', u'in', u'the', u'snow'], u'raw': u'A big white dog and a small black dog sit in the snow .', u'imgid': 7091, u'sentid': 35455}, {u'tokens': [u'a', u'large', u'white', u'dog', u'watching', u'a', u'little', u'black', u'dog', u'run', u'in', u'the', u'snow'], u'raw': u'A large white dog watching a little black dog run in the snow .', u'imgid': 7091, u'sentid': 35456}, {u'tokens': [u'a', u'small', u'dog', u'and', u'a', u'large', u'dog', u'in', u'the', u'snow'], u'raw': u'A small dog and a large dog in the snow .', u'imgid': 7091, u'sentid': 35457}, {u'tokens': [u'a', u'tall', u'white', u'dog', u'sits', u'and', u'watches', u'a', u'small', u'black', u'dog', u'run', u'around', u'him', u'in', u'the', u'snow'], u'raw': u'A tall white dog sits and watches a small black dog run around him in the snow .', u'imgid': 7091, u'sentid': 35458}, {u'tokens': [u'a', u'white', u'dog', u'looks', u'at', u'a', u'black', u'puppy', u'in', u'the', u'snow'], u'raw': u'A white dog looks at a black puppy in the snow .', u'imgid': 7091, u'sentid': 35459}], u'split': u'test', u'sentids': [35455, 35456, 35457, 35458, 35459]}, {u'filename': u'3462454965_a481809cea.jpg', u'imgid': 7100, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'dogs', u'runs', u'beside', u'a', u'pond', u'through', u'a', u'field'], u'raw': u'A group of dogs runs beside a pond through a field .', u'imgid': 7100, u'sentid': 35500}, {u'tokens': [u'several', u'multicolored', u'dogs', u'running', u'through', u'the', u'grass'], u'raw': u'several multicolored dogs running through the grass .', u'imgid': 7100, u'sentid': 35501}, {u'tokens': [u'three', u'black', u'dogs', u'two', u'with', u'tan', u'markings', u'are', u'running', u'along', u'grass'], u'raw': u'Three black dogs , two with tan markings , are running along grass .', u'imgid': 7100, u'sentid': 35502}, {u'tokens': [u'three', u'dogs', u'running', u'through', u'a', u'field'], u'raw': u'Three dogs running through a field .', u'imgid': 7100, u'sentid': 35503}, {u'tokens': [u'three', u'dogs', u'run', u'on', u'scrubby', u'grass', u'a', u'lake', u'and', u'picnic', u'table', u'nearby'], u'raw': u'Three dogs run on scrubby grass , a lake and picnic table nearby .', u'imgid': 7100, u'sentid': 35504}], u'split': u'test', u'sentids': [35500, 35501, 35502, 35503, 35504]}, {u'filename': u'2453971388_76616b6a82.jpg', u'imgid': 7129, u'sentences': [{u'tokens': [u'two', u'girls', u'running', u'through', u'pool', u'while', u'water', u'sprays', u'over', u'them'], u'raw': u'Two girls running through pool while water sprays over them', u'imgid': 7129, u'sentid': 35645}, {u'tokens': [u'two', u'girls', u'run', u'through', u'a', u'sprinkler', u'in', u'a', u'pool'], u'raw': u'Two girls run through a sprinkler in a pool .', u'imgid': 7129, u'sentid': 35646}, {u'tokens': [u'two', u'smiling', u'little', u'girls', u'playing', u'in', u'a', u'fountain', u'with', u'other', u'people'], u'raw': u'Two smiling little girls playing in a fountain with other people .', u'imgid': 7129, u'sentid': 35647}, {u'tokens': [u'two', u'young', u'girls', u'are', u'running', u'through', u'shallow', u'water', u'at', u'a', u'pool'], u'raw': u'Two young girls are running through shallow water at a pool .', u'imgid': 7129, u'sentid': 35648}, {u'tokens': [u'two', u'young', u'girls', u'run', u'through', u'a', u'pool', u'while', u'water', u'sprays', u'them'], u'raw': u'Two young girls run through a pool while water sprays them .', u'imgid': 7129, u'sentid': 35649}], u'split': u'test', u'sentids': [35645, 35646, 35647, 35648, 35649]}, {u'filename': u'2763044275_aa498eb88b.jpg', u'imgid': 7189, u'sentences': [{u'tokens': [u'a', u'pack', u'of', u'black', u'dogs', u'running', u'in', u'grass'], u'raw': u'A pack of black dogs running in grass .', u'imgid': 7189, u'sentid': 35945}, {u'tokens': [u'five', u'black', u'dogs', u'run', u'in', u'a', u'field'], u'raw': u'Five black dogs run in a field .', u'imgid': 7189, u'sentid': 35946}, {u'tokens': [u'five', u'black', u'dogs', u'running', u'across', u'the', u'grass'], u'raw': u'Five black dogs running across the grass .', u'imgid': 7189, u'sentid': 35947}, {u'tokens': [u'many', u'black', u'dogs', u'run', u'in', u'a', u'grassy', u'area'], u'raw': u'Many black dogs run in a grassy area .', u'imgid': 7189, u'sentid': 35948}, {u'tokens': [u'the', u'black', u'dogs', u'are', u'running', u'in', u'a', u'grassy', u'field'], u'raw': u'The black dogs are running in a grassy field', u'imgid': 7189, u'sentid': 35949}], u'split': u'test', u'sentids': [35945, 35946, 35947, 35948, 35949]}, {u'filename': u'1982852140_56425fa7a2.jpg', u'imgid': 7255, u'sentences': [{u'tokens': [u'an', u'adult', u'and', u'a', u'child', u'run', u'on', u'the', u'beach'], u'raw': u'An adult and a child run on the beach .', u'imgid': 7255, u'sentid': 36275}, {u'tokens': [u'a', u'woman', u'and', u'a', u'little', u'girl', u'playing', u'in', u'the', u'sand', u'next', u'to', u'the', u'ocean'], u'raw': u'A woman and a little girl playing in the sand next to the ocean', u'imgid': 7255, u'sentid': 36276}, {u'tokens': [u'two', u'people', u'run', u'down', u'the', u'beach', u'and', u'one', u'of', u'them', u'is', u'pointing'], u'raw': u'Two people run down the beach and one of them is pointing .', u'imgid': 7255, u'sentid': 36277}, {u'tokens': [u'two', u'people', u'running', u'on', u'a', u'beach'], u'raw': u'Two people running on a beach .', u'imgid': 7255, u'sentid': 36278}, {u'tokens': [u'two', u'people', u'running', u'on', u'the', u'shore', u'of', u'a', u'beach'], u'raw': u'two people running on the shore of a beach', u'imgid': 7255, u'sentid': 36279}], u'split': u'test', u'sentids': [36275, 36276, 36277, 36278, 36279]}, {u'filename': u'1517721825_10176d0683.jpg', u'imgid': 7278, u'sentences': [{u'tokens': [u'a', u'brown', u'black', u'and', u'tan', u'dog', u'run', u'in', u'the', u'ocean'], u'raw': u'A brown , black , and tan dog run in the ocean .', u'imgid': 7278, u'sentid': 36390}, {u'tokens': [u'three', u'dogs', u'run', u'into', u'the', u'water'], u'raw': u'Three dogs run into the water .', u'imgid': 7278, u'sentid': 36391}, {u'tokens': [u'three', u'dogs', u'running', u'through', u'water'], u'raw': u'Three dogs running through water .', u'imgid': 7278, u'sentid': 36392}, {u'tokens': [u'three', u'dogs', u'run', u'through', u'surf', u'near', u'rocky', u'outcrop'], u'raw': u'Three dogs run through surf , near rocky outcrop .', u'imgid': 7278, u'sentid': 36393}, {u'tokens': [u'three', u'dogs', u'run', u'through', u'the', u'water', u'near', u'the', u'rocks', u'and', u'make', u'splashes'], u'raw': u'Three dogs run through the water near the rocks and make splashes .', u'imgid': 7278, u'sentid': 36394}], u'split': u'test', u'sentids': [36390, 36391, 36392, 36393, 36394]}, {u'filename': u'2573625591_70291c894a.jpg', u'imgid': 7297, u'sentences': [{u'tokens': [u'the', u'three', u'dogs', u'ran', u'in', u'the', u'yard'], u'raw': u'The three dogs ran in the yard .', u'imgid': 7297, u'sentid': 36485}, {u'tokens': [u'three', u'dogs', u'are', u'running', u'across', u'the', u'grass', u'near', u'to', u'a', u'blue', u'industrial', u'building'], u'raw': u'three dogs are running across the grass near to a blue industrial building .', u'imgid': 7297, u'sentid': 36486}, {u'tokens': [u'three', u'dogs', u'are', u'running', u'in', u'a', u'field'], u'raw': u'Three dogs are running in a field .', u'imgid': 7297, u'sentid': 36487}, {u'tokens': [u'three', u'dogs', u'run', u'away', u'from', u'a', u'patch', u'of', u'non', u'grassy', u'surface', u'leaving', u'one', u'another', u'dog', u'behind'], u'raw': u'Three dogs run away from a patch of non-grassy surface leaving one another dog behind .', u'imgid': 7297, u'sentid': 36488}, {u'tokens': [u'three', u'dogs', u'that', u'are', u'different', u'shades', u'of', u'brown', u'and', u'white', u'are', u'running', u'in', u'a', u'field'], u'raw': u'Three dogs that are different shades of brown and white are running in a field .', u'imgid': 7297, u'sentid': 36489}], u'split': u'test', u'sentids': [36485, 36486, 36487, 36488, 36489]}, {u'filename': u'3113322995_13781860f2.jpg', u'imgid': 7330, u'sentences': [{u'tokens': [u'a', u'bobsled', u'team', u'runs', u'through', u'a', u'snowy', u'trail'], u'raw': u'A bobsled team runs through a snowy trail .', u'imgid': 7330, u'sentid': 36650}, {u'tokens': [u'a', u'pack', u'of', u'huskies', u'run', u'across', u'the', u'snowy', u'ground'], u'raw': u'A pack of Huskies run across the snowy ground .', u'imgid': 7330, u'sentid': 36651}, {u'tokens': [u'a', u'sled', u'and', u'dogs', u'mushing'], u'raw': u'A sled and dogs mushing', u'imgid': 7330, u'sentid': 36652}, {u'tokens': [u'the', u'dogs', u'run', u'in', u'the', u'snow', u'pulling', u'a', u'sled', u'with', u'a', u'person'], u'raw': u'The dogs run in the snow pulling a sled with a person .', u'imgid': 7330, u'sentid': 36653}, {u'tokens': [u'the', u'dog', u'team', u'is', u'pulling', u'the', u'man', u'on', u'the', u'sled'], u'raw': u'The dog team is pulling the man on the sled .', u'imgid': 7330, u'sentid': 36654}], u'split': u'test', u'sentids': [36650, 36651, 36652, 36653, 36654]}, {u'filename': u'3596131692_91b8a05606.jpg', u'imgid': 7352, u'sentences': [{u'tokens': [u'children', u'are', u'playing', u'soccer', u'while', u'an', u'adult', u'looks', u'on'], u'raw': u'Children are playing soccer , while an adult looks on .', u'imgid': 7352, u'sentid': 36760}, {u'tokens': [u'children', u'dressed', u'in', u'green', u'and', u'yellow', u'soccer', u'uniforms', u'run', u'after', u'a', u'soccer', u'ball'], u'raw': u'Children dressed in green and yellow soccer uniforms run after a soccer ball', u'imgid': 7352, u'sentid': 36761}, {u'tokens': [u'three', u'children', u'in', u'neon', u'colors', u'play', u'soccer', u'while', u'young', u'man', u'watches'], u'raw': u'Three children in neon colors play soccer while young man watches', u'imgid': 7352, u'sentid': 36762}, {u'tokens': [u'three', u'children', u'wearing', u'soccer', u'uniforms', u'chase', u'after', u'a', u'blue', u'and', u'grey', u'soccer', u'ball'], u'raw': u'Three children wearing soccer uniforms chase after a blue and grey soccer ball .', u'imgid': 7352, u'sentid': 36763}, {u'tokens': [u'three', u'child', u'soccer', u'players', u'go', u'for', u'the', u'ball'], u'raw': u'Three child soccer players go for the ball .', u'imgid': 7352, u'sentid': 36764}], u'split': u'test', u'sentids': [36760, 36761, 36762, 36763, 36764]}, {u'filename': u'3593392955_a4125087f6.jpg', u'imgid': 7359, u'sentences': [{u'tokens': [u'a', u'black', u'and', u'tan', u'dog', u'is', u'running', u'with', u'a', u'white', u'and', u'gray', u'dog', u'along', u'dirt'], u'raw': u'A black and tan dog is running with a white and gray dog along dirt .', u'imgid': 7359, u'sentid': 36795}, {u'tokens': [u'the', u'two', u'dogs', u'are', u'running', u'into', u'the', u'woods'], u'raw': u'The two dogs are running into the woods .', u'imgid': 7359, u'sentid': 36796}, {u'tokens': [u'two', u'dogs', u'run', u'down', u'a', u'dirt', u'path', u'in', u'the', u'forest'], u'raw': u'Two dogs run down a dirt path in the forest .', u'imgid': 7359, u'sentid': 36797}, {u'tokens': [u'two', u'dogs', u'running', u'away', u'from', u'the', u'camera', u'in', u'the', u'woods'], u'raw': u'Two dogs running away from the camera in the woods .', u'imgid': 7359, u'sentid': 36798}, {u'tokens': [u'two', u'dogs', u'run', u'on', u'a', u'dirt', u'area', u'near', u'a', u'forest'], u'raw': u'Two dogs run on a dirt area near a forest .', u'imgid': 7359, u'sentid': 36799}], u'split': u'test', u'sentids': [36795, 36796, 36797, 36798, 36799]}, {u'filename': u'3217187564_0ffd89dec1.jpg', u'imgid': 7418, u'sentences': [{u'tokens': [u'a', u'group', u'of', u'dogs', u'racing'], u'raw': u'A group of dogs racing .', u'imgid': 7418, u'sentid': 37090}, {u'tokens': [u'a', u'number', u'eight', u'racing', u'dog', u'is', u'beating', u'a', u'number', u'four', u'racing', u'dog', u'slightly', u'in', u'a', u'race'], u'raw': u'A number eight racing dog is beating a number four racing dog slightly in a race .', u'imgid': 7418, u'sentid': 37091}, {u'tokens': [u'several', u'dogs', u'wearing', u'muzzles', u'are', u'racing', u'on', u'a', u'track'], u'raw': u'Several dogs wearing muzzles are racing on a track .', u'imgid': 7418, u'sentid': 37092}, {u'tokens': [u'there', u'are', u'three', u'dogs', u'wearing', u'numbered', u'jerseys', u'running', u'a', u'race'], u'raw': u'There are three dogs wearing numbered jerseys running a race .', u'imgid': 7418, u'sentid': 37093}, {u'tokens': [u'three', u'race', u'dogs', u'run', u'to', u'finish', u'a', u'race'], u'raw': u'Three race dogs run to finish a race .', u'imgid': 7418, u'sentid': 37094}], u'split': u'test', u'sentids': [37090, 37091, 37092, 37093, 37094]}, {u'filename': u'2589241160_3832440850.jpg', u'imgid': 7443, u'sentences': [{u'tokens': [u'two', u'dogs', u'are', u'running', u'around', u'on', u'dead', u'grass', u'and', u'sand', u'with', u'green', u'grass', u'in', u'the', u'background'], u'raw': u'Two dogs are running around on dead grass and sand with green grass in the background .', u'imgid': 7443, u'sentid': 37215}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'towards', u'each', u'other', u'across', u'the', u'sand'], u'raw': u'two dogs are running towards each other across the sand .', u'imgid': 7443, u'sentid': 37216}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'towards', u'each', u'other', u'on', u'a', u'beach'], u'raw': u'Two dogs are running towards each other on a beach .', u'imgid': 7443, u'sentid': 37217}, {u'tokens': [u'two', u'dogs', u'run', u'toward', u'each', u'other'], u'raw': u'Two dogs run toward each other .', u'imgid': 7443, u'sentid': 37218}, {u'tokens': [u'two', u'dogs', u'run', u'towards', u'each', u'other', u'on', u'a', u'marshy', u'area'], u'raw': u'Two dogs run towards each other on a marshy area .', u'imgid': 7443, u'sentid': 37219}], u'split': u'test', u'sentids': [37215, 37216, 37217, 37218, 37219]}, {u'filename': u'1446053356_a924b4893f.jpg', u'imgid': 7500, u'sentences': [{u'tokens': [u'children', u'participate', u'in', u'a', u'sport', u'on', u'a', u'green', u'field', u'while', u'in', u'uniforms'], u'raw': u'Children participate in a sport on a green field while in uniforms .', u'imgid': 7500, u'sentid': 37500}, {u'tokens': [u'the', u'young', u'soccer', u'player', u'enjoys', u'the', u'game'], u'raw': u'The young soccer player enjoys the game .', u'imgid': 7500, u'sentid': 37501}, {u'tokens': [u'two', u'girls', u'in', u'soccer', u'strips', u'are', u'playing', u'on', u'a', u'sports', u'field'], u'raw': u'Two girls in soccer strips are playing on a sports field .', u'imgid': 7500, u'sentid': 37502}, {u'tokens': [u'two', u'girls', u'play', u'on', u'a', u'fenced', u'in', u'field'], u'raw': u'Two girls play on a fenced in field .', u'imgid': 7500, u'sentid': 37503}, {u'tokens': [u'two', u'girls', u'wearing', u'black', u'and', u'white', u'uniforms', u'run', u'down', u'a', u'grassy', u'field'], u'raw': u'Two girls wearing black and white uniforms run down a grassy field .', u'imgid': 7500, u'sentid': 37504}], u'split': u'test', u'sentids': [37500, 37501, 37502, 37503, 37504]}, {u'filename': u'2933912528_52b05f84a1.jpg', u'imgid': 7515, u'sentences': [{u'tokens': [u'two', u'black', u'dogs', u'each', u'with', u'running', u'on', u'the', u'beach', u'with', u'balls', u'in', u'their', u'mouths'], u'raw': u'two black dogs each with running on the beach with balls in their mouths .', u'imgid': 7515, u'sentid': 37575}, {u'tokens': [u'two', u'black', u'dogs', u'run', u'in', u'the', u'sand', u'by', u'a', u'pier'], u'raw': u'Two black dogs run in the sand by a pier .', u'imgid': 7515, u'sentid': 37576}, {u'tokens': [u'two', u'black', u'dogs', u'run', u'through', u'sand'], u'raw': u'Two black dogs run through sand .', u'imgid': 7515, u'sentid': 37577}, {u'tokens': [u'two', u'dogs', u'run', u'across', u'the', u'sand', u'near', u'a', u'boardwalk'], u'raw': u'two dogs run across the sand near a boardwalk .', u'imgid': 7515, u'sentid': 37578}, {u'tokens': [u'two', u'wet', u'black', u'dogs', u'are', u'running', u'through', u'some', u'sand'], u'raw': u'Two wet , black dogs are running through some sand .', u'imgid': 7515, u'sentid': 37579}], u'split': u'test', u'sentids': [37575, 37576, 37577, 37578, 37579]}, {u'filename': u'249394748_2e4acfbbb5.jpg', u'imgid': 7526, u'sentences': [{u'tokens': [u'the', u'two', u'white', u'dogs', u'are', u'playing', u'in', u'a', u'field'], u'raw': u'The two white dogs are playing in a field .', u'imgid': 7526, u'sentid': 37630}, {u'tokens': [u'two', u'little', u'dogs', u'run', u'in', u'the', u'field'], u'raw': u'Two little dogs run in the field .', u'imgid': 7526, u'sentid': 37631}, {u'tokens': [u'two', u'white', u'dogs', u'running'], u'raw': u'Two white dogs running', u'imgid': 7526, u'sentid': 37632}, {u'tokens': [u'two', u'white', u'dogs', u'running', u'in', u'the', u'grass', u'together'], u'raw': u'Two white dogs running in the grass together .', u'imgid': 7526, u'sentid': 37633}, {u'tokens': [u'two', u'white', u'dogs', u'run', u'through', u'the', u'grass'], u'raw': u'Two white dogs run through the grass .', u'imgid': 7526, u'sentid': 37634}], u'split': u'test', u'sentids': [37630, 37631, 37632, 37633, 37634]}, {u'filename': u'1572532018_64c030c974.jpg', u'imgid': 7564, u'sentences': [{u'tokens': [u'children', u'playing', u'at', u'the', u'beach'], u'raw': u'children playing at the beach', u'imgid': 7564, u'sentid': 37820}, {u'tokens': [u'a', u'little', u'boy', u'in', u'red', u'shorts', u'a', u'boy', u'in', u'a', u'black', u'speedo', u'and', u'a', u'boy', u'in', u'grey', u'shorts', u'are', u'all', u'running', u'on', u'the', u'beach'], u'raw': u'A little boy in red shorts , a boy in a black Speedo , and a boy in grey shorts are all running on the beach .', u'imgid': 7564, u'sentid': 37821}, {u'tokens': [u'three', u'boys', u'are', u'running', u'on', u'the', u'beach', u'playing', u'a', u'game'], u'raw': u'Three boys are running on the beach playing a game .', u'imgid': 7564, u'sentid': 37822}, {u'tokens': [u'three', u'boys', u'play', u'tag', u'on', u'the', u'beach'], u'raw': u'Three boys play tag on the beach .', u'imgid': 7564, u'sentid': 37823}, {u'tokens': [u'two', u'young', u'boys', u'and', u'one', u'young', u'man', u'run', u'on', u'a', u'beach', u'with', u'water', u'behind', u'them'], u'raw': u'Two young boys and one young man run on a beach with water behind them .', u'imgid': 7564, u'sentid': 37824}], u'split': u'test', u'sentids': [37820, 37821, 37822, 37823, 37824]}, {u'filename': u'3482974845_db4f16befa.jpg', u'imgid': 7583, u'sentences': [{u'tokens': [u'a', u'black', u'dog', u'with', u'his', u'pink', u'tongue', u'sticking', u'out', u'running', u'on', u'the', u'beach', u'with', u'a', u'white', u'dog', u'wearing', u'a', u'red', u'collar'], u'raw': u'A black dog with his pink tongue sticking out running on the beach with a white dog wearing a red collar .', u'imgid': 7583, u'sentid': 37915}, {u'tokens': [u'a', u'white', u'dog', u'is', u'following', u'a', u'black', u'dog', u'along', u'the', u'beach'], u'raw': u'A white dog is following a black dog along the beach .', u'imgid': 7583, u'sentid': 37916}, {u'tokens': [u'two', u'dogs', u'run', u'across', u'the', u'barren', u'ground'], u'raw': u'Two dogs run across the barren ground .', u'imgid': 7583, u'sentid': 37917}, {u'tokens': [u'two', u'dogs', u'running', u'on', u'the', u'beach'], u'raw': u'Two dogs running on the beach .', u'imgid': 7583, u'sentid': 37918}, {u'tokens': [u'two', u'terrier', u'dogs', u'frolic', u'on', u'the', u'beach'], u'raw': u'Two terrier dogs frolic on the beach .', u'imgid': 7583, u'sentid': 37919}], u'split': u'test', u'sentids': [37915, 37916, 37917, 37918, 37919]}, {u'filename': u'263854883_0f320c1562.jpg', u'imgid': 7737, u'sentences': [{u'tokens': [u'the', u'two', u'small', u'dogs', u'run', u'through', u'the', u'grass'], u'raw': u'The two small dogs run through the grass .', u'imgid': 7737, u'sentid': 38685}, {u'tokens': [u'two', u'fluffy', u'white', u'dogs', u'running', u'in', u'green', u'grass'], u'raw': u'Two fluffy white dogs running in green grass .', u'imgid': 7737, u'sentid': 38686}, {u'tokens': [u'two', u'small', u'dogs', u'run', u'through', u'the', u'grass'], u'raw': u'Two small dogs run through the grass .', u'imgid': 7737, u'sentid': 38687}, {u'tokens': [u'two', u'small', u'dogs', u'that', u'look', u'almost', u'identical', u'are', u'playing', u'in', u'the', u'grass'], u'raw': u'Two small dogs that look almost identical are playing in the grass .', u'imgid': 7737, u'sentid': 38688}, {u'tokens': [u'two', u'yellow', u'dogs', u'run', u'together', u'in', u'green', u'grass'], u'raw': u'Two yellow dogs run together in green grass .', u'imgid': 7737, u'sentid': 38689}], u'split': u'test', u'sentids': [38685, 38686, 38687, 38688, 38689]}, {u'filename': u'327415627_6313d32a64.jpg', u'imgid': 7788, u'sentences': [{u'tokens': [u'two', u'dogs', u'run', u'along', u'the', u'green', u'grass', u'near', u'the', u'water'], u'raw': u'Two dogs run along the green grass near the water .', u'imgid': 7788, u'sentid': 38940}, {u'tokens': [u'two', u'dogs', u'running', u'past', u'a', u'tree'], u'raw': u'Two dogs running past a tree .', u'imgid': 7788, u'sentid': 38941}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'a', u'field'], u'raw': u'Two dogs run through a field .', u'imgid': 7788, u'sentid': 38942}, {u'tokens': [u'two', u'dogs', u'run', u'through', u'grass', u'near', u'a', u'body', u'of', u'water'], u'raw': u'Two dogs run through grass near a body of water .', u'imgid': 7788, u'sentid': 38943}, {u'tokens': [u'two', u'grey', u'dogs', u'run', u'near', u'the', u'water', u'on', u'a', u'manicured', u'lawn', u'in', u'the', u'fall'], u'raw': u'Two grey dogs run near the water on a manicured lawn in the fall .', u'imgid': 7788, u'sentid': 38944}], u'split': u'test', u'sentids': [38940, 38941, 38942, 38943, 38944]}, {u'filename': u'2496370758_a3fbc49837.jpg', u'imgid': 7822, u'sentences': [{u'tokens': [u'a', u'tan', u'dog', u'and', u'a', u'cream', u'colored', u'dog', u'run', u'through', u'grasslands'], u'raw': u'A tan dog and a cream colored dog run through grasslands .', u'imgid': 7822, u'sentid': 39110}, {u'tokens': [u'a', u'white', u'dog', u'and', u'a', u'brown', u'dog', u'running', u'across', u'a', u'grassy', u'field'], u'raw': u'A white dog and a brown dog running across a grassy field .', u'imgid': 7822, u'sentid': 39111}, {u'tokens': [u'two', u'dogs', u'bound', u'across', u'the', u'grass'], u'raw': u'Two dogs bound across the grass .', u'imgid': 7822, u'sentid': 39112}, {u'tokens': [u'two', u'skinny', u'dogs', u'are', u'running', u'towards', u'camera', u'across', u'a', u'grassy', u'field'], u'raw': u'two skinny dogs are running towards camera across a grassy field .', u'imgid': 7822, u'sentid': 39113}, {u'tokens': [u'two', u'thin', u'dogs', u'are', u'running', u'fast', u'through', u'tall', u'dry', u'grass'], u'raw': u'Two thin dogs are running fast through tall dry grass .', u'imgid': 7822, u'sentid': 39114}], u'split': u'test', u'sentids': [39110, 39111, 39112, 39113, 39114]}, {u'filename': u'3333921867_6cc7d7c73d.jpg', u'imgid': 7825, u'sentences': [{u'tokens': [u'the', u'dogs', u'are', u'running', u'through', u'the', u'water'], u'raw': u'The dogs are running through the water', u'imgid': 7825, u'sentid': 39125}, {u'tokens': [u'three', u'black', u'and', u'white', u'dogs', u'running', u'through', u'a', u'watery', u'field'], u'raw': u'three black and white dogs running through a watery field .', u'imgid': 7825, u'sentid': 39126}, {u'tokens': [u'three', u'dogs', u'running', u'through', u'a', u'puddle'], u'raw': u'Three dogs running through a puddle .', u'imgid': 7825, u'sentid': 39127}, {u'tokens': [u'three', u'dogs', u'run', u'through', u'a', u'soggy', u'field'], u'raw': u'Three dogs run through a soggy field .', u'imgid': 7825, u'sentid': 39128}, {u'tokens': [u'three', u'dogs', u'run', u'through', u'water', u'and', u'grass'], u'raw': u'Three dogs run through water and grass .', u'imgid': 7825, u'sentid': 39129}], u'split': u'test', u'sentids': [39125, 39126, 39127, 39128, 39129]}, {u'filename': u'524282699_71e678a6bd.jpg', u'imgid': 7869, u'sentences': [{u'tokens': [u'a', u'black', u'dog', u'and', u'a', u'golden', u'dog', u'approaching', u'one', u'another'], u'raw': u'A black dog and a golden dog approaching one another', u'imgid': 7869, u'sentid': 39345}, {u'tokens': [u'a', u'black', u'dog', u'and', u'tan', u'dog', u'run', u'towards', u'each', u'other', u'on', u'a', u'beach'], u'raw': u'A black dog and tan dog run towards each other on a beach .', u'imgid': 7869, u'sentid': 39346}, {u'tokens': [u'a', u'black', u'dog', u'is', u'approaching', u'a', u'golden', u'dog', u'on', u'pebbly', u'beach'], u'raw': u'a black dog is approaching a golden dog on pebbly beach .', u'imgid': 7869, u'sentid': 39347}, {u'tokens': [u'two', u'dogs', u'playing', u'on', u'a', u'rocky', u'beach'], u'raw': u'Two dogs playing on a rocky beach .', u'imgid': 7869, u'sentid': 39348}, {u'tokens': [u'two', u'dogs', u'running', u'on', u'the', u'sand'], u'raw': u'Two dogs running on the sand .', u'imgid': 7869, u'sentid': 39349}], u'split': u'test', u'sentids': [39345, 39346, 39347, 39348, 39349]}, {u'filename': u'2239938351_43c73c887c.jpg', u'imgid': 7937, u'sentences': [{u'tokens': [u'a', u'big', u'black', u'dog', u'carries', u'a', u'blue', u'ball', u'while', u'two', u'corgis', u'run', u'at', u'his', u'side'], u'raw': u'A big black dog carries a blue ball while two Corgis run at his side .', u'imgid': 7937, u'sentid': 39685}, {u'tokens': [u'a', u'black', u'doberman', u'a', u'brown', u'and', u'white', u'corgi', u'and', u'a', u'black', u'brown', u'and', u'white', u'corgi', u'play', u'with', u'a', u'blue', u'ball', u'on', u'the', u'grass'], u'raw': u'A black doberman , a brown and white corgi and a black , brown and white corgi play with a blue ball on the grass .', u'imgid': 7937, u'sentid': 39686}, {u'tokens': [u'three', u'dogs', u'one', u'of', u'whom', u'has', u'a', u'blue', u'ball'], u'raw': u'Three dogs , one of whom has a blue ball .', u'imgid': 7937, u'sentid': 39687}, {u'tokens': [u'three', u'dogs', u'on', u'grass', u'one', u'with', u'a', u'blue', u'ball', u'in', u'its', u'mouth'], u'raw': u'Three dogs on grass , one with a blue ball in its mouth .', u'imgid': 7937, u'sentid': 39688}, {u'tokens': [u'three', u'dogs', u'playing', u'with', u'a', u'blue', u'ball'], u'raw': u'Three dogs playing with a blue ball .', u'imgid': 7937, u'sentid': 39689}], u'split': u'test', u'sentids': [39685, 39686, 39687, 39688, 39689]}, {u'filename': u'2600867924_cd502fc911.jpg', u'imgid': 7943, u'sentences': [{u'tokens': [u'a', u'large', u'brown', u'dog', u'and', u'a', u'large', u'black', u'and', u'white', u'dog', u'running', u'together'], u'raw': u'A large brown dog and a large black and white dog running together', u'imgid': 7943, u'sentid': 39715}, {u'tokens': [u'two', u'dogs', u'are', u'running', u'in', u'a', u'grassy', u'field'], u'raw': u'Two dogs are running in a grassy field .', u'imgid': 7943, u'sentid': 39716}, {u'tokens': [u'two', u'dogs', u'one', u'brown', u'and', u'white', u'and', u'one', u'black', u'and', u'white', u'run', u'on', u'a', u'field'], u'raw': u'Two dogs , one brown and white and one black and white , run on a field .', u'imgid': 7943, u'sentid': 39717}, {u'tokens': [u'two', u'dogs', u'run', u'and', u'bark', u'outdoors', u'one', u'white', u'and', u'brown', u'one', u'white', u'and', u'black'], u'raw': u'Two dogs run and bark outdoors , one white and brown , one white and black .', u'imgid': 7943, u'sentid': 39718}, {u'tokens': [u'two', u'lean', u'dogs', u'one', u'brown', u'and', u'white', u'and', u'one', u'black', u'and', u'white', u'run', u'together'], u'raw': u'Two lean dogs , one brown and white and one black and white , run together .', u'imgid': 7943, u'sentid': 39719}], u'split': u'test', u'sentids': [39715, 39716, 39717, 39718, 39719]}]
In [ ]:
Content source: chaehwang/cs91r_spring_NN
Similar notebooks: