input
stringlengths 752
876
| output
sequencelengths 1
1
| id
stringlengths 40
40
|
---|---|---|
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a large group of people standing outside by a ski slope'. How many words contain the letter 'h' in the sentence.
Output:
| [
"0"
] | task161-05c7a263a2ff4269a932d64d2ddd8c8a |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a view of someones shoes hanging on the power lines in the city'. How many words contain the letter 'b' in the sentence.
Output:
| [
"0"
] | task161-4e283efe612b407881c34d0742fe498f |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a wooden bench reflected in a large window'. How many words contain the letter 'g' in the sentence.
Output:
| [
"1"
] | task161-6ab8b773c0404224bdf32b4033c2598f |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a pair of men playing doubles tennis on a court'. How many words contain the letter 'n' in the sentence.
Output:
| [
"4"
] | task161-d13b886f6c50438c9c25808f9f5754f8 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a brown bear walking a cross a dirt and grass field'. How many words contain the letter 'k' in the sentence.
Output:
| [
"1"
] | task161-72cf4faf6bbc4960a6189be490910149 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'the man pulls the string of a kite held by a child'. How many words contain the letter 'g' in the sentence.
Output:
| [
"1"
] | task161-23038c60c02549a9b09bfd4b6f68979d |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a man with a surfboard hooked up to some parachute'. How many words contain the letter 'h' in the sentence.
Output:
| [
"3"
] | task161-6025d340a166418f881e7931f5d95e19 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'two people riding in a horse drawn carriage down the road'. How many words contain the letter 'o' in the sentence.
Output:
| [
"5"
] | task161-ffead3d259334cbeaf104abf7420bcab |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a woman riding a horse and petting it in a corral'. How many words contain the letter 'z' in the sentence.
Output:
| [
"0"
] | task161-6447ade365784993b13c53a83b5819d4 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a bowl full of some brocoli and cauliflower'. How many words contain the letter 'e' in the sentence.
Output:
| [
"2"
] | task161-fc3d727c95c840f0aae3ac2d7de081d4 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a stainless steel double door refrigerator with bottom drawer freezer'. How many words contain the letter 's' in the sentence.
Output:
| [
"2"
] | task161-8da4cf8c1406434092037065812c2aba |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a vase with flowers and plants in it on a wooden table'. How many words contain the letter 'b' in the sentence.
Output:
| [
"1"
] | task161-4945163082d14dbb9785bf26a6748ddb |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'two men at the edge of the ocean with wetsuits'. How many words contain the letter 'f' in the sentence.
Output:
| [
"1"
] | task161-727fb5dffd3049ed8f94f7a73744ae72 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a pretty young lady talking on a phone walking past a red plastic fence'. How many words contain the letter 'k' in the sentence.
Output:
| [
"2"
] | task161-2b5d5adbd3e74dcab4bfae7a03f390d6 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'motorcyclist riding down a road with multiple motorcycles parked on the side'. How many words contain the letter 'c' in the sentence.
Output:
| [
"2"
] | task161-b2b813f03dd64d7f8f38ebf3160828d4 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a host of different patterned pink umbrellas hanging in a lobby'. How many words contain the letter 'u' in the sentence.
Output:
| [
"1"
] | task161-a8a52ba19ff04710b738a62464b6c670 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'the lambs are rearing up on the slats of the fence'. How many words contain the letter 'e' in the sentence.
Output:
| [
"6"
] | task161-a484a47f54f54bd3902ec07753954de9 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a herd of cattle standing on top of a green field'. How many words contain the letter 'm' in the sentence.
Output:
| [
"0"
] | task161-db2d95fe210b4713a20fdb30892be3db |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a man on a skateboard jumping onto a concrete bench'. How many words contain the letter 'i' in the sentence.
Output:
| [
"1"
] | task161-11db4ec236ad4b8b8c106d3842a44722 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a lot of colorful umbrellas lay out on the grass'. How many words contain the letter 'k' in the sentence.
Output:
| [
"0"
] | task161-927da65806eb41c4b9227ba626d935ef |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a motor cycle on display at a motorcycle event'. How many words contain the letter 'x' in the sentence.
Output:
| [
"0"
] | task161-c3cf22b9cf074aaa8adb3e287fb0020a |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a giraffe stands with its head above the grass'. How many words contain the letter 'f' in the sentence.
Output:
| [
"1"
] | task161-b557208d623041f09d3090f8f032901b |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'various dishes are arranged so as to fill up the whole table'. How many words contain the letter 'j' in the sentence.
Output:
| [
"0"
] | task161-037e07a508624a30826bf36b51c497e1 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a woman holding an umbrella standing in front of a fountain'. How many words contain the letter 'w' in the sentence.
Output:
| [
"1"
] | task161-847cd2fc6cf540469e8c122aed710380 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'the wind is perfect for a day on the ocean'. How many words contain the letter 'm' in the sentence.
Output:
| [
"0"
] | task161-11672890cc1340b49d0cc9bd1a651264 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'traffic lights at futuristic entrance to public event venue'. How many words contain the letter 'p' in the sentence.
Output:
| [
"1"
] | task161-2f973533ba7c47ac86cea718fb1de722 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a man using a tool to write a love note on the sidewalk'. How many words contain the letter 'l' in the sentence.
Output:
| [
"3"
] | task161-3e7520d9ce1744c8b07877dbed9890a6 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'traffic is moving in both directions on a bridge'. How many words contain the letter 'y' in the sentence.
Output:
| [
"0"
] | task161-7925e1cf388f42f7a365768e22cbd6dd |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a person with blue shoes on riding skateboard'. How many words contain the letter 'l' in the sentence.
Output:
| [
"1"
] | task161-188985097a8f4a93baa8deea01bfbccb |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'this is a collection of outdated flip phones and remote controls'. How many words contain the letter 'j' in the sentence.
Output:
| [
"0"
] | task161-89b05ae03ffd44bb84078a0745226ef3 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a room with a white sofa white table and a desk with a computer on'. How many words contain the letter 'c' in the sentence.
Output:
| [
"1"
] | task161-7dab08751ada46f999f7ede20aa83a84 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a close up of a cat on a couch'. How many words contain the letter 'b' in the sentence.
Output:
| [
"0"
] | task161-45c1574ff351495d9993af184ea596f4 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a train is traveling down a track on a cloudy day'. How many words contain the letter 'i' in the sentence.
Output:
| [
"3"
] | task161-881be6e6b8f84aa899444517934fae07 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a close up of a cats face'. How many words contain the letter 'l' in the sentence.
Output:
| [
"1"
] | task161-2f06fc651d5647499af546cf74e6844b |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a team of six horses plow a field'. How many words contain the letter 'k' in the sentence.
Output:
| [
"0"
] | task161-80980cbf234749f4814770157bad4d62 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a bowl of cereal with bananas and a drink'. How many words contain the letter 'k' in the sentence.
Output:
| [
"1"
] | task161-0125b15a6345436a9dc019d3fab43819 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a couple of people that are on some skateboards'. How many words contain the letter 'o' in the sentence.
Output:
| [
"6"
] | task161-3fb1dd8665d1403798aa7b9cc189d6ec |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'two shooters of chocolate dipping with small food samples in the background'. How many words contain the letter 'o' in the sentence.
Output:
| [
"6"
] | task161-d81486ae316649599a5b1fe1011eb2d0 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a person up in the air on a snowboard'. How many words contain the letter 'r' in the sentence.
Output:
| [
"3"
] | task161-05527c58a2a9444787ef7c41989123ea |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'someone riding their snow board on a ramp'. How many words contain the letter 'o' in the sentence.
Output:
| [
"4"
] | task161-0998d3e60d954fb7887979ee04794536 |
Definition: In this task, you need to count the number of words in a sentence that contain the given letter
Positive Example 1 -
Input: Sentence: 'two gray birds standing in a green field'. How many words contain the letter 'a' in the sentence.
Output: 3
Positive Example 2 -
Input: Sentence: 'produce on white table cloth including potatoes and strawberries'. How many words contain the letter 'v' in the sentence.
Output: 0
Negative Example 1 -
Input: Sentence: 'a man driving a van full of luggage as people watch on the sideline'. How many words contain the letter 'h' in the sentence.
Output: 3
Now complete the following example -
Input: Sentence: 'a wooden cart in a village area full of just picked bananas'. How many words contain the letter 's' in the sentence.
Output:
| [
"2"
] | task161-53756e9d80a34a2f873357eab2eeee1f |