question
string | answer
string | metadata
dict |
|---|---|---|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 3 sea slugs, 12 deers, 2 giraffes, 11 elephants?
|
100
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": 12,
"dog": null,
"duck": null,
"elephant": 11,
"firefly": null,
"flatworm": null,
"giraffe": 2,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": 3,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 4,
"source_dataset": "leg_counting",
"source_index": 0,
"total_legs": 100
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 6 sheeps, 11 dogs, 12 praying mantiss?
|
140
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": 11,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 12,
"scorpion": null,
"sea slug": null,
"sheep": 6,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 3,
"source_dataset": "leg_counting",
"source_index": 1,
"total_legs": 140
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 2 crabs, 10 lobsters, 1 human, 2 cows, 3 bees, 13 elephants, 9 dogs, 12 snakes, 5 shrimps?
|
286
|
{
"animals": {
"ant": null,
"bee": 3,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": 2,
"crab": 2,
"cricket": null,
"deer": null,
"dog": 9,
"duck": null,
"elephant": 13,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": 1,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": 10,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": 5,
"snake": 12,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 9,
"source_dataset": "leg_counting",
"source_index": 2,
"total_legs": 286
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 2 grasshoppers, 8 spiders, 1 tiger, 2 chickens, 5 starfishs, 13 ants, 2 snakes?
|
187
|
{
"animals": {
"ant": 13,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": 2,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": 2,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": 2,
"spider": 8,
"starfish": 5,
"tiger": 1,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 7,
"source_dataset": "leg_counting",
"source_index": 3,
"total_legs": 187
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 3 wasps, 10 jellyfishs, 9 elephants, 13 crabs?
|
184
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": 13,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": 9,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": 10,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": 3,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 4,
"source_dataset": "leg_counting",
"source_index": 4,
"total_legs": 184
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 1 leech, 13 crickets, 7 praying mantiss, 11 ants, 1 tiger, 2 bees, 1 horse, 5 starfishs?
|
231
|
{
"animals": {
"ant": 11,
"bee": 2,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": 13,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": 1,
"human": null,
"insect": null,
"jellyfish": null,
"leech": 1,
"lion": null,
"lobster": null,
"praying mantis": 7,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 5,
"tiger": 1,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 8,
"source_dataset": "leg_counting",
"source_index": 5,
"total_legs": 231
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 7 ducks, 3 shrimps, 3 lobsters, 13 starfishs, 14 scorpions, 11 horses, 2 butterflys, 8 bees?
|
355
|
{
"animals": {
"ant": null,
"bee": 8,
"beetle": null,
"bird": null,
"butterfly": 2,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": 7,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": 11,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": 3,
"praying mantis": null,
"scorpion": 14,
"sea slug": null,
"sheep": null,
"shrimp": 3,
"snake": null,
"spider": null,
"starfish": 13,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 8,
"source_dataset": "leg_counting",
"source_index": 6,
"total_legs": 355
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 13 butterflys, 9 grasshoppers, 9 humans, 13 insects?
|
228
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": 13,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": 9,
"horse": null,
"human": 9,
"insect": 13,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 4,
"source_dataset": "leg_counting",
"source_index": 7,
"total_legs": 228
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 9 deers, 2 beetles, 15 giraffes, 3 fireflys, 6 ants, 14 chickens, 2 woodlouses, 6 cats, 6 humans, 4 scorpions?
|
286
|
{
"animals": {
"ant": 6,
"bee": null,
"beetle": 2,
"bird": null,
"butterfly": null,
"cat": 6,
"chicken": 14,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": 9,
"dog": null,
"duck": null,
"elephant": null,
"firefly": 3,
"flatworm": null,
"giraffe": 15,
"grasshopper": null,
"horse": null,
"human": 6,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": 4,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": 2
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 10,
"source_dataset": "leg_counting",
"source_index": 8,
"total_legs": 286
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 15 scorpions, 14 shrimps, 7 cats, 9 giraffes, 8 elephants, 12 tigers?
|
404
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": 7,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": 8,
"firefly": null,
"flatworm": null,
"giraffe": 9,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": 15,
"sea slug": null,
"sheep": null,
"shrimp": 14,
"snake": null,
"spider": null,
"starfish": null,
"tiger": 12,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 9,
"total_legs": 404
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 3 flatworms, 3 scorpions, 13 fireflys, 7 beetles, 14 grasshoppers, 3 jellyfishs, 6 praying mantiss?
|
264
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": 7,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": 13,
"flatworm": 3,
"giraffe": null,
"grasshopper": 14,
"horse": null,
"human": null,
"insect": null,
"jellyfish": 3,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 6,
"scorpion": 3,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 7,
"source_dataset": "leg_counting",
"source_index": 10,
"total_legs": 264
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 12 praying mantiss, 1 scorpion, 14 fireflys, 15 crabs, 1 beetle, 15 woodlouses?
|
530
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": 1,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": 15,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": 14,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 12,
"scorpion": 1,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": 15
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 11,
"total_legs": 530
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 7 cockroachs, 4 shrimps, 8 starfishs, 6 fireflys, 10 spiders?
|
238
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": 7,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": 6,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": 4,
"snake": null,
"spider": 10,
"starfish": 8,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 5,
"source_dataset": "leg_counting",
"source_index": 12,
"total_legs": 238
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 12 horses, 3 dogs, 5 starfishs, 2 chickens?
|
89
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": 2,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": 3,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": 12,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 5,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 4,
"source_dataset": "leg_counting",
"source_index": 13,
"total_legs": 89
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 13 fireflys, 9 crabs, 15 starfishs?
|
243
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": 9,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": 13,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 15,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 3,
"source_dataset": "leg_counting",
"source_index": 14,
"total_legs": 243
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 9 beetles, 6 sea slugs, 8 elephants?
|
86
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": 9,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": 8,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": 6,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 3,
"source_dataset": "leg_counting",
"source_index": 15,
"total_legs": 86
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 6 lions, 5 horses, 13 jellyfishs, 15 shrimps, 5 cockroachs, 8 wasps?
|
272
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": 5,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": 5,
"human": null,
"insect": null,
"jellyfish": 13,
"leech": null,
"lion": 6,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": 15,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": 8,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 16,
"total_legs": 272
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 11 chickens, 10 praying mantiss, 1 sea slug, 15 ducks, 14 starfishs, 8 lobsters?
|
262
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": 11,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": 15,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": 8,
"praying mantis": 10,
"scorpion": null,
"sea slug": 1,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 14,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 17,
"total_legs": 262
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 6 sheeps, 15 dogs, 1 tiger, 13 elephants, 15 fireflys, 14 praying mantiss, 2 cockroachs?
|
326
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": 2,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": 15,
"duck": null,
"elephant": 13,
"firefly": 15,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 14,
"scorpion": null,
"sea slug": null,
"sheep": 6,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": 1,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 7,
"source_dataset": "leg_counting",
"source_index": 18,
"total_legs": 326
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 6 cows, 6 shrimps, 2 lions, 7 insects, 8 sheeps, 6 crabs, 3 wasps, 6 butterflys, 11 snakes, 1 giraffe?
|
284
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": 6,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": 6,
"crab": 6,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": 1,
"grasshopper": null,
"horse": null,
"human": null,
"insect": 7,
"jellyfish": null,
"leech": null,
"lion": 2,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": 8,
"shrimp": 6,
"snake": 11,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": 3,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 10,
"source_dataset": "leg_counting",
"source_index": 19,
"total_legs": 284
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 3 leechs, 9 giraffes, 3 praying mantiss, 3 starfishs, 1 butterfly?
|
75
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": 1,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": 9,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": 3,
"lion": null,
"lobster": null,
"praying mantis": 3,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 3,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 5,
"source_dataset": "leg_counting",
"source_index": 20,
"total_legs": 75
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 4 cockroachs, 5 sheeps, 2 tigers, 14 fireflys, 11 chickens, 5 bees, 14 beetles, 12 jellyfishs, 10 praying mantiss, 1 ant?
|
338
|
{
"animals": {
"ant": 1,
"bee": 5,
"beetle": 14,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": 11,
"cockroach": 4,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": 14,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": 12,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 10,
"scorpion": null,
"sea slug": null,
"sheep": 5,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": 2,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 10,
"source_dataset": "leg_counting",
"source_index": 21,
"total_legs": 338
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 13 humans, 13 wasps, 4 lobsters, 12 sea slugs, 14 lions, 13 deers, 11 butterflys, 3 praying mantiss, 2 shrimps, 14 insects?
|
440
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": 11,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": 13,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": 13,
"insect": 14,
"jellyfish": null,
"leech": null,
"lion": 14,
"lobster": 4,
"praying mantis": 3,
"scorpion": null,
"sea slug": 12,
"sheep": null,
"shrimp": 2,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": 13,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 10,
"source_dataset": "leg_counting",
"source_index": 22,
"total_legs": 440
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 15 sheeps, 6 woodlouses, 14 scorpions, 11 elephants, 7 cockroachs, 15 praying mantiss, 4 tigers, 2 crabs, 15 deers?
|
528
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": 7,
"cow": null,
"crab": 2,
"cricket": null,
"deer": 15,
"dog": null,
"duck": null,
"elephant": 11,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 15,
"scorpion": 14,
"sea slug": null,
"sheep": 15,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": 4,
"wasp": null,
"woodlouse": 6
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 9,
"source_dataset": "leg_counting",
"source_index": 23,
"total_legs": 528
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 5 starfishs, 5 crickets, 14 giraffes, 13 cockroachs?
|
189
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": 13,
"cow": null,
"crab": null,
"cricket": 5,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": 14,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 5,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 4,
"source_dataset": "leg_counting",
"source_index": 24,
"total_legs": 189
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 10 humans, 7 grasshoppers, 8 praying mantiss, 10 deers?
|
150
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": 10,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": 7,
"horse": null,
"human": 10,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 8,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 4,
"source_dataset": "leg_counting",
"source_index": 25,
"total_legs": 150
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 8 scorpions, 9 humans, 6 giraffes, 3 crickets, 9 fireflys, 11 tigers, 13 beetles, 13 crabs, 13 ants, 2 cats?
|
516
|
{
"animals": {
"ant": 13,
"bee": null,
"beetle": 13,
"bird": null,
"butterfly": null,
"cat": 2,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": 13,
"cricket": 3,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": 9,
"flatworm": null,
"giraffe": 6,
"grasshopper": null,
"horse": null,
"human": 9,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": 8,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": 11,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 10,
"source_dataset": "leg_counting",
"source_index": 26,
"total_legs": 516
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 10 birds, 6 cats, 6 leechs?
|
44
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": 10,
"butterfly": null,
"cat": 6,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": 6,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 3,
"source_dataset": "leg_counting",
"source_index": 27,
"total_legs": 44
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 6 sheeps, 2 praying mantiss, 3 cockroachs, 14 ducks?
|
82
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": 3,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": 14,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 2,
"scorpion": null,
"sea slug": null,
"sheep": 6,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 4,
"source_dataset": "leg_counting",
"source_index": 28,
"total_legs": 82
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 9 scorpions, 1 snake, 10 tigers, 4 dogs, 9 horses, 1 lobster, 14 jellyfishs, 12 birds?
|
198
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": 12,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": 4,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": 9,
"human": null,
"insect": null,
"jellyfish": 14,
"leech": null,
"lion": null,
"lobster": 1,
"praying mantis": null,
"scorpion": 9,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": 1,
"spider": null,
"starfish": null,
"tiger": 10,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 8,
"source_dataset": "leg_counting",
"source_index": 29,
"total_legs": 198
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 5 cows, 12 butterflys, 12 lobsters, 11 beetles?
|
278
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": 11,
"bird": null,
"butterfly": 12,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": 5,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": 12,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 4,
"source_dataset": "leg_counting",
"source_index": 30,
"total_legs": 278
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 2 humans, 8 scorpions, 7 fireflys, 9 cows, 9 praying mantiss, 4 starfishs, 8 sheeps?
|
252
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": 9,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": 7,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": 2,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 9,
"scorpion": 8,
"sea slug": null,
"sheep": 8,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 4,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 7,
"source_dataset": "leg_counting",
"source_index": 31,
"total_legs": 252
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 15 insects, 14 humans, 15 starfishs, 4 cows?
|
209
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": 4,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": 14,
"insect": 15,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 15,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 4,
"source_dataset": "leg_counting",
"source_index": 32,
"total_legs": 209
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 15 crickets, 2 praying mantiss, 13 jellyfishs, 5 scorpions, 5 fireflys, 8 butterflys, 12 flatworms, 14 cockroachs, 11 spiders, 6 cats?
|
416
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": 8,
"cat": 6,
"chicken": null,
"cockroach": 14,
"cow": null,
"crab": null,
"cricket": 15,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": 5,
"flatworm": 12,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": 13,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 2,
"scorpion": 5,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": 11,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 10,
"source_dataset": "leg_counting",
"source_index": 33,
"total_legs": 416
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 5 praying mantiss, 5 bees, 13 horses, 14 starfishs, 8 flatworms, 8 grasshoppers, 4 spiders, 2 humans?
|
266
|
{
"animals": {
"ant": null,
"bee": 5,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": 8,
"giraffe": null,
"grasshopper": 8,
"horse": 13,
"human": 2,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 5,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": 4,
"starfish": 14,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 8,
"source_dataset": "leg_counting",
"source_index": 34,
"total_legs": 266
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 9 insects, 10 horses, 4 giraffes, 3 shrimps, 9 humans, 11 sheeps, 11 lobsters?
|
312
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": 4,
"grasshopper": null,
"horse": 10,
"human": 9,
"insect": 9,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": 11,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": 11,
"shrimp": 3,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 7,
"source_dataset": "leg_counting",
"source_index": 35,
"total_legs": 312
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 15 birds, 11 starfishs, 7 tigers, 13 crickets, 11 jellyfishs, 4 dogs?
|
207
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": 15,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": 13,
"deer": null,
"dog": 4,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": 11,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 11,
"tiger": 7,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 36,
"total_legs": 207
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 3 cockroachs, 2 butterflys, 6 cats, 1 giraffe, 4 spiders?
|
90
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": 2,
"cat": 6,
"chicken": null,
"cockroach": 3,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": 1,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": 4,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 5,
"source_dataset": "leg_counting",
"source_index": 37,
"total_legs": 90
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 1 wasp, 9 lobsters, 13 grasshoppers, 14 beetles, 7 crabs, 15 woodlouses, 4 cows?
|
554
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": 14,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": 4,
"crab": 7,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": 13,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": 9,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": 1,
"woodlouse": 15
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 7,
"source_dataset": "leg_counting",
"source_index": 38,
"total_legs": 554
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 13 ants, 14 shrimps, 10 lobsters, 1 bee, 15 fireflys, 6 sea slugs, 5 chickens, 12 leechs, 6 elephants, 4 woodlouses?
|
504
|
{
"animals": {
"ant": 13,
"bee": 1,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": 5,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": 6,
"firefly": 15,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": 12,
"lion": null,
"lobster": 10,
"praying mantis": null,
"scorpion": null,
"sea slug": 6,
"sheep": null,
"shrimp": 14,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": 4
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 10,
"source_dataset": "leg_counting",
"source_index": 39,
"total_legs": 504
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 11 spiders, 5 scorpions, 3 sheeps, 13 cows, 15 cats?
|
252
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": 15,
"chicken": null,
"cockroach": null,
"cow": 13,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": 5,
"sea slug": null,
"sheep": 3,
"shrimp": null,
"snake": null,
"spider": 11,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 5,
"source_dataset": "leg_counting",
"source_index": 40,
"total_legs": 252
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 3 praying mantiss, 5 chickens, 2 ducks, 14 bees, 1 jellyfish, 7 flatworms, 3 fireflys, 6 insects, 5 birds, 9 cockroachs?
|
234
|
{
"animals": {
"ant": null,
"bee": 14,
"beetle": null,
"bird": 5,
"butterfly": null,
"cat": null,
"chicken": 5,
"cockroach": 9,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": 2,
"elephant": null,
"firefly": 3,
"flatworm": 7,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": 6,
"jellyfish": 1,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 3,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 10,
"source_dataset": "leg_counting",
"source_index": 41,
"total_legs": 234
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 8 jellyfishs, 14 spiders, 9 snakes, 13 crabs, 12 insects, 6 horses, 10 elephants?
|
378
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": 13,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": 10,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": 6,
"human": null,
"insect": 12,
"jellyfish": 8,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": 9,
"spider": 14,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 7,
"source_dataset": "leg_counting",
"source_index": 42,
"total_legs": 378
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 10 birds, 4 insects, 11 horses, 7 elephants, 9 praying mantiss, 14 butterflys?
|
254
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": 10,
"butterfly": 14,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": 7,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": 11,
"human": null,
"insect": 4,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 9,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 43,
"total_legs": 254
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 13 shrimps, 2 insects, 12 snakes?
|
142
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": 2,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": 13,
"snake": 12,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 3,
"source_dataset": "leg_counting",
"source_index": 44,
"total_legs": 142
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 11 horses, 9 lobsters, 12 birds, 6 deers, 15 ants?
|
272
|
{
"animals": {
"ant": 15,
"bee": null,
"beetle": null,
"bird": 12,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": 6,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": 11,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": 9,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 5,
"source_dataset": "leg_counting",
"source_index": 45,
"total_legs": 272
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 4 horses, 2 ants, 12 cows, 3 snakes, 10 crabs, 3 shrimps, 8 spiders, 7 elephants, 6 leechs?
|
298
|
{
"animals": {
"ant": 2,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": 12,
"crab": 10,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": 7,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": 4,
"human": null,
"insect": null,
"jellyfish": null,
"leech": 6,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": 3,
"snake": 3,
"spider": 8,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 9,
"source_dataset": "leg_counting",
"source_index": 46,
"total_legs": 298
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 3 tigers, 14 ducks, 7 butterflys, 6 leechs?
|
82
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": 7,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": 14,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": 6,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": 3,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 4,
"source_dataset": "leg_counting",
"source_index": 47,
"total_legs": 82
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 5 chickens, 8 fireflys, 5 starfishs, 6 butterflys, 2 cockroachs, 9 lobsters?
|
221
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": 6,
"cat": null,
"chicken": 5,
"cockroach": 2,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": 8,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": 9,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 5,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 48,
"total_legs": 221
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 14 cows, 13 cats, 12 wasps, 8 praying mantiss?
|
228
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": 13,
"chicken": null,
"cockroach": null,
"cow": 14,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 8,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": 12,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 4,
"source_dataset": "leg_counting",
"source_index": 49,
"total_legs": 228
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 10 crabs, 11 shrimps, 11 deers, 6 birds, 1 firefly, 1 cat, 14 grasshoppers, 1 scorpion, 11 jellyfishs?
|
368
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": 6,
"butterfly": null,
"cat": 1,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": 10,
"cricket": null,
"deer": 11,
"dog": null,
"duck": null,
"elephant": null,
"firefly": 1,
"flatworm": null,
"giraffe": null,
"grasshopper": 14,
"horse": null,
"human": null,
"insect": null,
"jellyfish": 11,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": 1,
"sea slug": null,
"sheep": null,
"shrimp": 11,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 9,
"source_dataset": "leg_counting",
"source_index": 50,
"total_legs": 368
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 3 woodlouses, 10 butterflys, 1 human, 10 chickens, 9 shrimps, 15 dogs, 2 crabs, 11 horses, 10 flatworms, 14 wasps?
|
422
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": 10,
"cat": null,
"chicken": 10,
"cockroach": null,
"cow": null,
"crab": 2,
"cricket": null,
"deer": null,
"dog": 15,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": 10,
"giraffe": null,
"grasshopper": null,
"horse": 11,
"human": 1,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": 9,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": 14,
"woodlouse": 3
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 10,
"source_dataset": "leg_counting",
"source_index": 51,
"total_legs": 422
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 11 humans, 8 deers, 6 starfishs, 5 crickets, 7 sea slugs?
|
114
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": 5,
"deer": 8,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": 11,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": 7,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 6,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 5,
"source_dataset": "leg_counting",
"source_index": 52,
"total_legs": 114
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 11 spiders, 5 sea slugs, 13 ducks, 4 snakes, 1 chicken?
|
116
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": 1,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": 13,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": 5,
"sheep": null,
"shrimp": null,
"snake": 4,
"spider": 11,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 5,
"source_dataset": "leg_counting",
"source_index": 53,
"total_legs": 116
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 1 insect, 3 wasps, 7 lions, 11 birds, 6 ants, 2 jellyfishs, 5 butterflys, 6 cockroachs?
|
176
|
{
"animals": {
"ant": 6,
"bee": null,
"beetle": null,
"bird": 11,
"butterfly": 5,
"cat": null,
"chicken": null,
"cockroach": 6,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": 1,
"jellyfish": 2,
"leech": null,
"lion": 7,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": 3,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 8,
"source_dataset": "leg_counting",
"source_index": 54,
"total_legs": 176
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 15 crickets, 12 beetles, 14 flatworms, 5 sea slugs, 6 jellyfishs, 1 crab?
|
172
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": 12,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": 1,
"cricket": 15,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": 14,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": 6,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": 5,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 55,
"total_legs": 172
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 14 woodlouses, 11 jellyfishs, 9 butterflys, 2 grasshoppers, 13 flatworms, 8 fireflys, 15 dogs, 4 beetles?
|
394
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": 4,
"bird": null,
"butterfly": 9,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": 15,
"duck": null,
"elephant": null,
"firefly": 8,
"flatworm": 13,
"giraffe": null,
"grasshopper": 2,
"horse": null,
"human": null,
"insect": null,
"jellyfish": 11,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": 14
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 8,
"source_dataset": "leg_counting",
"source_index": 56,
"total_legs": 394
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 12 bees, 7 horses, 9 cows, 11 elephants, 12 giraffes, 9 ducks, 2 woodlouses, 10 jellyfishs, 8 spiders?
|
338
|
{
"animals": {
"ant": null,
"bee": 12,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": 9,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": 9,
"elephant": 11,
"firefly": null,
"flatworm": null,
"giraffe": 12,
"grasshopper": null,
"horse": 7,
"human": null,
"insect": null,
"jellyfish": 10,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": 8,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": 2
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 9,
"source_dataset": "leg_counting",
"source_index": 57,
"total_legs": 338
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 9 praying mantiss, 13 cows, 2 wasps, 9 butterflys, 2 crickets?
|
184
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": 9,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": 13,
"crab": null,
"cricket": 2,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 9,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": 2,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 5,
"source_dataset": "leg_counting",
"source_index": 58,
"total_legs": 184
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 10 lobsters, 4 butterflys, 15 praying mantiss, 5 flatworms, 8 scorpions, 12 lions?
|
326
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": 4,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": 5,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": 12,
"lobster": 10,
"praying mantis": 15,
"scorpion": 8,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 59,
"total_legs": 326
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 5 butterflys, 10 cats, 7 shrimps, 10 cows, 10 bees?
|
240
|
{
"animals": {
"ant": null,
"bee": 10,
"beetle": null,
"bird": null,
"butterfly": 5,
"cat": 10,
"chicken": null,
"cockroach": null,
"cow": 10,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": 7,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 5,
"source_dataset": "leg_counting",
"source_index": 60,
"total_legs": 240
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 2 lions, 3 leechs, 4 humans, 10 bees, 14 praying mantiss, 1 ant, 1 cricket, 4 spiders, 2 flatworms, 12 giraffes?
|
252
|
{
"animals": {
"ant": 1,
"bee": 10,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": 1,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": 2,
"giraffe": 12,
"grasshopper": null,
"horse": null,
"human": 4,
"insect": null,
"jellyfish": null,
"leech": 3,
"lion": 2,
"lobster": null,
"praying mantis": 14,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": 4,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 10,
"source_dataset": "leg_counting",
"source_index": 61,
"total_legs": 252
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 6 horses, 1 elephant, 12 wasps?
|
100
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": 1,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": 6,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": 12,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 3,
"source_dataset": "leg_counting",
"source_index": 62,
"total_legs": 100
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 6 birds, 3 snakes, 13 starfishs, 15 crabs, 3 ants, 2 sheeps, 11 chickens, 7 crickets?
|
317
|
{
"animals": {
"ant": 3,
"bee": null,
"beetle": null,
"bird": 6,
"butterfly": null,
"cat": null,
"chicken": 11,
"cockroach": null,
"cow": null,
"crab": 15,
"cricket": 7,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": 2,
"shrimp": null,
"snake": 3,
"spider": null,
"starfish": 13,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 8,
"source_dataset": "leg_counting",
"source_index": 63,
"total_legs": 317
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 8 sea slugs, 6 shrimps, 7 crabs, 8 fireflys, 12 flatworms, 11 tigers, 5 wasps, 12 jellyfishs, 4 birds, 12 lobsters?
|
380
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": 4,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": 7,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": 8,
"flatworm": 12,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": 12,
"leech": null,
"lion": null,
"lobster": 12,
"praying mantis": null,
"scorpion": null,
"sea slug": 8,
"sheep": null,
"shrimp": 6,
"snake": null,
"spider": null,
"starfish": null,
"tiger": 11,
"wasp": 5,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 10,
"source_dataset": "leg_counting",
"source_index": 64,
"total_legs": 380
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 5 crickets, 5 fireflys, 10 starfishs, 1 duck, 12 woodlouses, 11 humans?
|
302
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": 5,
"deer": null,
"dog": null,
"duck": 1,
"elephant": null,
"firefly": 5,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": 11,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 10,
"tiger": null,
"wasp": null,
"woodlouse": 12
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 65,
"total_legs": 302
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 4 chickens, 3 bees, 4 deers, 12 horses, 14 starfishs?
|
160
|
{
"animals": {
"ant": null,
"bee": 3,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": 4,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": 4,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": 12,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 14,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 5,
"source_dataset": "leg_counting",
"source_index": 66,
"total_legs": 160
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 8 elephants, 5 praying mantiss, 10 cockroachs, 15 flatworms, 9 birds, 2 woodlouses, 13 tigers?
|
220
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": 9,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": 10,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": 8,
"firefly": null,
"flatworm": 15,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 5,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": 13,
"wasp": null,
"woodlouse": 2
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 7,
"source_dataset": "leg_counting",
"source_index": 67,
"total_legs": 220
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 1 giraffe, 2 grasshoppers, 14 fireflys, 9 deers, 15 leechs, 2 shrimps, 3 tigers, 8 cats, 11 beetles?
|
266
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": 11,
"bird": null,
"butterfly": null,
"cat": 8,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": 9,
"dog": null,
"duck": null,
"elephant": null,
"firefly": 14,
"flatworm": null,
"giraffe": 1,
"grasshopper": 2,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": 15,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": 2,
"snake": null,
"spider": null,
"starfish": null,
"tiger": 3,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 9,
"source_dataset": "leg_counting",
"source_index": 68,
"total_legs": 266
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 11 insects, 4 spiders, 12 horses, 7 wasps, 9 grasshoppers, 4 cats?
|
258
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": 4,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": 9,
"horse": 12,
"human": null,
"insect": 11,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": 4,
"starfish": null,
"tiger": null,
"wasp": 7,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 69,
"total_legs": 258
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 10 starfishs, 4 praying mantiss, 12 grasshoppers, 8 cats, 8 beetles, 5 elephants, 6 tigers, 4 spiders, 4 snakes, 12 horses?
|
350
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": 8,
"bird": null,
"butterfly": null,
"cat": 8,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": 5,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": 12,
"horse": 12,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 4,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": 4,
"spider": 4,
"starfish": 10,
"tiger": 6,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 10,
"source_dataset": "leg_counting",
"source_index": 70,
"total_legs": 350
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 9 deers, 6 sea slugs, 4 fireflys?
|
60
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": 9,
"dog": null,
"duck": null,
"elephant": null,
"firefly": 4,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": 6,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 3,
"source_dataset": "leg_counting",
"source_index": 71,
"total_legs": 60
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 9 woodlouses, 9 birds, 11 ants, 9 giraffes, 5 flatworms, 10 dogs?
|
286
|
{
"animals": {
"ant": 11,
"bee": null,
"beetle": null,
"bird": 9,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": 10,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": 5,
"giraffe": 9,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": 9
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 72,
"total_legs": 286
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 15 horses, 11 humans, 5 lobsters, 11 shrimps, 6 ants, 8 sheeps, 1 scorpion?
|
318
|
{
"animals": {
"ant": 6,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": 15,
"human": 11,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": 5,
"praying mantis": null,
"scorpion": 1,
"sea slug": null,
"sheep": 8,
"shrimp": 11,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 7,
"source_dataset": "leg_counting",
"source_index": 73,
"total_legs": 318
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 7 snakes, 15 humans, 10 ducks, 7 fireflys, 14 crabs, 15 giraffes, 10 lobsters?
|
392
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": 14,
"cricket": null,
"deer": null,
"dog": null,
"duck": 10,
"elephant": null,
"firefly": 7,
"flatworm": null,
"giraffe": 15,
"grasshopper": null,
"horse": null,
"human": 15,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": 10,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": 7,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 7,
"source_dataset": "leg_counting",
"source_index": 74,
"total_legs": 392
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 12 cows, 2 cats, 12 lions, 9 wasps, 10 shrimps, 6 grasshoppers?
|
294
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": 2,
"chicken": null,
"cockroach": null,
"cow": 12,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": 6,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": 12,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": 10,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": 9,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 75,
"total_legs": 294
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 5 starfishs, 6 birds, 15 beetles, 1 sheep, 10 sea slugs?
|
131
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": 15,
"bird": 6,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": 10,
"sheep": 1,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 5,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 5,
"source_dataset": "leg_counting",
"source_index": 76,
"total_legs": 131
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 4 cows, 3 lobsters, 5 crickets, 13 birds, 5 chickens, 4 shrimps, 8 insects?
|
200
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": 13,
"butterfly": null,
"cat": null,
"chicken": 5,
"cockroach": null,
"cow": 4,
"crab": null,
"cricket": 5,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": 8,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": 3,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": 4,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 7,
"source_dataset": "leg_counting",
"source_index": 77,
"total_legs": 200
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 14 horses, 5 praying mantiss, 12 chickens, 6 insects, 6 lions, 12 elephants?
|
218
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": 12,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": 12,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": 14,
"human": null,
"insect": 6,
"jellyfish": null,
"leech": null,
"lion": 6,
"lobster": null,
"praying mantis": 5,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 78,
"total_legs": 218
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 3 lions, 6 wasps, 5 cows, 3 crabs?
|
98
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": 5,
"crab": 3,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": 3,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": 6,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 4,
"source_dataset": "leg_counting",
"source_index": 79,
"total_legs": 98
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 2 starfishs, 5 leechs, 8 beetles, 12 elephants, 4 praying mantiss, 9 cats?
|
166
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": 8,
"bird": null,
"butterfly": null,
"cat": 9,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": 12,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": 5,
"lion": null,
"lobster": null,
"praying mantis": 4,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 2,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 80,
"total_legs": 166
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 5 deers, 2 chickens, 14 grasshoppers?
|
108
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": 2,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": 5,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": 14,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 3,
"source_dataset": "leg_counting",
"source_index": 81,
"total_legs": 108
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 6 shrimps, 1 snake, 6 cows, 3 flatworms, 7 grasshoppers, 5 deers, 14 wasps?
|
230
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": 6,
"crab": null,
"cricket": null,
"deer": 5,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": 3,
"giraffe": null,
"grasshopper": 7,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": 6,
"snake": 1,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": 14,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 7,
"source_dataset": "leg_counting",
"source_index": 82,
"total_legs": 230
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 10 elephants, 11 starfishs, 1 cow, 2 butterflys, 12 dogs, 11 shrimps?
|
269
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": 2,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": 1,
"crab": null,
"cricket": null,
"deer": null,
"dog": 12,
"duck": null,
"elephant": 10,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": 11,
"snake": null,
"spider": null,
"starfish": 11,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 83,
"total_legs": 269
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 11 woodlouses, 3 praying mantiss, 8 giraffes?
|
204
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": 8,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 3,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": 11
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 3,
"source_dataset": "leg_counting",
"source_index": 84,
"total_legs": 204
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 1 woodlouse, 5 birds, 4 sea slugs?
|
24
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": 5,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": 4,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": 1
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 3,
"source_dataset": "leg_counting",
"source_index": 85,
"total_legs": 24
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 3 wasps, 6 scorpions, 11 beetles, 9 ducks, 5 fireflys, 11 sea slugs?
|
180
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": 11,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": 9,
"elephant": null,
"firefly": 5,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": 6,
"sea slug": 11,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": 3,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 86,
"total_legs": 180
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 9 jellyfishs, 3 wasps, 3 elephants, 11 ants, 13 lobsters, 5 humans, 10 butterflys?
|
296
|
{
"animals": {
"ant": 11,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": 10,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": 3,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": 5,
"insect": null,
"jellyfish": 9,
"leech": null,
"lion": null,
"lobster": 13,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": 3,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 7,
"source_dataset": "leg_counting",
"source_index": 87,
"total_legs": 296
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 6 deers, 11 cockroachs, 9 praying mantiss, 15 sea slugs, 11 butterflys, 12 giraffes, 2 sheeps, 9 cats, 11 humans?
|
324
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": 11,
"cat": 9,
"chicken": null,
"cockroach": 11,
"cow": null,
"crab": null,
"cricket": null,
"deer": 6,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": 12,
"grasshopper": null,
"horse": null,
"human": 11,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": 9,
"scorpion": null,
"sea slug": 15,
"sheep": 2,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 9,
"source_dataset": "leg_counting",
"source_index": 88,
"total_legs": 324
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 15 beetles, 2 scorpions, 6 chickens, 10 wasps, 10 sheeps, 2 sea slugs, 12 horses, 3 bees?
|
284
|
{
"animals": {
"ant": null,
"bee": 3,
"beetle": 15,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": 6,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": 12,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": 2,
"sea slug": 2,
"sheep": 10,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": 10,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 8,
"source_dataset": "leg_counting",
"source_index": 89,
"total_legs": 284
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 13 dogs, 14 grasshoppers, 9 flatworms, 1 cat, 4 jellyfishs, 8 starfishs, 5 lobsters, 4 crickets, 13 bees?
|
332
|
{
"animals": {
"ant": null,
"bee": 13,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": 1,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": 4,
"deer": null,
"dog": 13,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": 9,
"giraffe": null,
"grasshopper": 14,
"horse": null,
"human": null,
"insect": null,
"jellyfish": 4,
"leech": null,
"lion": null,
"lobster": 5,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 8,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 9,
"source_dataset": "leg_counting",
"source_index": 90,
"total_legs": 332
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 5 butterflys, 4 fireflys, 1 insect, 7 ants, 9 jellyfishs, 7 chickens, 3 crickets, 2 dogs, 5 crabs, 14 ducks?
|
220
|
{
"animals": {
"ant": 7,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": 5,
"cat": null,
"chicken": 7,
"cockroach": null,
"cow": null,
"crab": 5,
"cricket": 3,
"deer": null,
"dog": 2,
"duck": 14,
"elephant": null,
"firefly": 4,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": 1,
"jellyfish": 9,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 10,
"source_dataset": "leg_counting",
"source_index": 91,
"total_legs": 220
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 4 crabs, 10 horses, 9 ducks, 8 sea slugs, 1 spider, 2 humans, 5 fireflys, 12 shrimps, 9 scorpions, 13 giraffes?
|
384
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": 4,
"cricket": null,
"deer": null,
"dog": null,
"duck": 9,
"elephant": null,
"firefly": 5,
"flatworm": null,
"giraffe": 13,
"grasshopper": null,
"horse": 10,
"human": 2,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": 9,
"sea slug": 8,
"sheep": null,
"shrimp": 12,
"snake": null,
"spider": 1,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 10,
"source_dataset": "leg_counting",
"source_index": 92,
"total_legs": 384
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 14 deers, 3 spiders, 6 sheeps, 11 humans, 5 cockroachs, 6 lobsters, 6 snakes, 14 shrimps?
|
356
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": 5,
"cow": null,
"crab": null,
"cricket": null,
"deer": 14,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": 11,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": 6,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": 6,
"shrimp": 14,
"snake": 6,
"spider": 3,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 8,
"source_dataset": "leg_counting",
"source_index": 93,
"total_legs": 356
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 11 crabs, 8 flatworms, 1 cricket, 3 spiders, 1 horse, 12 lobsters, 10 butterflys, 1 leech, 4 chickens?
|
332
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": 10,
"cat": null,
"chicken": 4,
"cockroach": null,
"cow": null,
"crab": 11,
"cricket": 1,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": 8,
"giraffe": null,
"grasshopper": null,
"horse": 1,
"human": null,
"insect": null,
"jellyfish": null,
"leech": 1,
"lion": null,
"lobster": 12,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": 3,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 9,
"source_dataset": "leg_counting",
"source_index": 94,
"total_legs": 332
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 4 cows, 8 grasshoppers, 6 insects, 1 horse?
|
104
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": 4,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": 8,
"horse": 1,
"human": null,
"insect": 6,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 4,
"source_dataset": "leg_counting",
"source_index": 95,
"total_legs": 104
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 3 bees, 3 cockroachs, 14 starfishs, 8 lions, 3 deers, 6 giraffes?
|
174
|
{
"animals": {
"ant": null,
"bee": 3,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": 3,
"cow": null,
"crab": null,
"cricket": null,
"deer": 3,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": 6,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": 8,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": 14,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 6,
"source_dataset": "leg_counting",
"source_index": 96,
"total_legs": 174
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 1 lobster, 9 starfishs, 15 shrimps?
|
205
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": 1,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": 15,
"snake": null,
"spider": null,
"starfish": 9,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 3,
"source_dataset": "leg_counting",
"source_index": 97,
"total_legs": 205
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 11 sea slugs, 12 deers, 4 lobsters, 1 flatworm?
|
88
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": null,
"crab": null,
"cricket": null,
"deer": 12,
"dog": null,
"duck": null,
"elephant": null,
"firefly": null,
"flatworm": 1,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": 4,
"praying mantis": null,
"scorpion": null,
"sea slug": 11,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": null
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 4,
"source_dataset": "leg_counting",
"source_index": 98,
"total_legs": 88
}
|
Your task is to count how many legs there are in total when given a list of animals.
Now, how many legs are there in total if you have 12 fireflys, 8 cows, 1 woodlouse?
|
118
|
{
"animals": {
"ant": null,
"bee": null,
"beetle": null,
"bird": null,
"butterfly": null,
"cat": null,
"chicken": null,
"cockroach": null,
"cow": 8,
"crab": null,
"cricket": null,
"deer": null,
"dog": null,
"duck": null,
"elephant": null,
"firefly": 12,
"flatworm": null,
"giraffe": null,
"grasshopper": null,
"horse": null,
"human": null,
"insect": null,
"jellyfish": null,
"leech": null,
"lion": null,
"lobster": null,
"praying mantis": null,
"scorpion": null,
"sea slug": null,
"sheep": null,
"shrimp": null,
"snake": null,
"spider": null,
"starfish": null,
"tiger": null,
"wasp": null,
"woodlouse": 1
},
"difficulty": {
"num_animals": [
3,
10
],
"num_instances": [
1,
15
]
},
"num_animals": 3,
"source_dataset": "leg_counting",
"source_index": 99,
"total_legs": 118
}
|
- Downloads last month
- 4