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: 'there is a female surfer that is riding a small wave'. How many words contain the letter 'f' in the sentence.
Output:
| [
"2"
] | task161-fd36db5720424144a6587e4959ffe3c0 |
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 group of young men skiing down the side of a snow covered slope'. How many words contain the letter 'd' in the sentence.
Output:
| [
"3"
] | task161-c0204f89894e4ca186856fd3d96ae5e7 |
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 is standing by a picnic bench under an umbrella'. How many words contain the letter 'x' in the sentence.
Output:
| [
"0"
] | task161-527090b58f36485cba4cc0be7a88aeeb |
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 giraffes are standing in a field next to some trees'. How many words contain the letter 'v' in the sentence.
Output:
| [
"0"
] | task161-41853adac4ce4d5b96ed25bf035858a4 |
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 small dog is sitting near the back window of a car'. How many words contain the letter 'h' in the sentence.
Output:
| [
"1"
] | task161-4d96f74510b744db82dabded37a419a6 |
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 group of women standing at a bar holding wine glasses'. How many words contain the letter 'f' in the sentence.
Output:
| [
"1"
] | task161-0301976cc52e499b9ad67f6585512e95 |
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 passenger bus is parked outside in the daytime'. How many words contain the letter 'd' in the sentence.
Output:
| [
"3"
] | task161-79cee6eb425b4b8d87dc0a06c2cf9eeb |
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 plane on pavement in front of the sky'. How many words contain the letter 'e' in the sentence.
Output:
| [
"3"
] | task161-1e3f62c276914878b7563fa4e4c78cd9 |
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 picture of some food and a cell phone on the table'. How many words contain the letter 'n' in the sentence.
Output:
| [
"3"
] | task161-c3b42fc8783f4070925b7631c052c596 |
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: 'computer and a monitor on a wooden desk next to a laptop'. How many words contain the letter 'm' in the sentence.
Output:
| [
"2"
] | task161-14e7f42ac13f408ebeaad225fdbc628e |
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: 'friends playing wii with each other in an office'. How many words contain the letter 'e' in the sentence.
Output:
| [
"4"
] | task161-6a3dbe79c8864727afcb3244d332bbcf |
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: 'hotdog on a seeded bun topped with peppers and a pickle slice'. How many words contain the letter 'n' in the sentence.
Output:
| [
"3"
] | task161-321a9ae8b681448a96546fc55681ce16 |
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 construction worker smashes away at the roof of a building'. How many words contain the letter 'b' in the sentence.
Output:
| [
"1"
] | task161-ebb7c9865d4249d0a2a075784fa4f525 |
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 that is holding a cellphone near her face'. How many words contain the letter 't' in the sentence.
Output:
| [
"1"
] | task161-41cec5d25bf548279f26ed23d02ed160 |
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 bride and groom cutting their wedding cake'. How many words contain the letter 'i' in the sentence.
Output:
| [
"4"
] | task161-7c978ac54fb24afaac0c7295a2eb0280 |
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 wearing a fedora singing at a concert'. How many words contain the letter 't' in the sentence.
Output:
| [
"2"
] | task161-80a8df6c38674136afdc52f7f96d8969 |
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 remote control jokingly entitled control a woman'. How many words contain the letter 'x' in the sentence.
Output:
| [
"0"
] | task161-c3cb464b73604a5e9fd0315d9a031006 |
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 hand holding a remote control pointed at a television'. How many words contain the letter 't' in the sentence.
Output:
| [
"5"
] | task161-0f245c4225d04a7394555b3abb58b811 |
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: 'rowboat stranded on land next to a body of water'. How many words contain the letter 'g' in the sentence.
Output:
| [
"0"
] | task161-2bceb6bac9ca4a6e9dd98350d7d9909f |
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 standing with a statute of a pink elephant in glasses'. How many words contain the letter 'w' in the sentence.
Output:
| [
"2"
] | task161-a1a0848979b04dd2827152a0eaf6953e |
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 and its baby are running through the field'. How many words contain the letter 'q' in the sentence.
Output:
| [
"0"
] | task161-6d2c4af4909f47b9be77612bd142c3a5 |
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: 'an elephant that is extending its trunk'. How many words contain the letter 'h' in the sentence.
Output:
| [
"2"
] | task161-5ae15250eb0d4de4b01d8baa5ebf2594 |
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 golden retriever getting squirted in the face from a water bottle'. How many words contain the letter 'd' in the sentence.
Output:
| [
"2"
] | task161-6d9f8b6621d24e8982706b26936567cb |
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 photos each with pizzas one ham and cheese one supreme'. How many words contain the letter 'k' in the sentence.
Output:
| [
"0"
] | task161-c6e8eac73d9649f3adcdd586319f9651 |
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 in a wheelchair is about to play tennis'. How many words contain the letter 'r' in the sentence.
Output:
| [
"1"
] | task161-8bbe22bfd5244d84ba3d73a006e7ed5e |
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 tall ornate tower features clocks on its front and side'. How many words contain the letter 'b' in the sentence.
Output:
| [
"0"
] | task161-d7e0ae8cb88b47e6b3ff434dc82ef3a2 |
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 small room with a cot and clothes on it'. How many words contain the letter 'q' in the sentence.
Output:
| [
"0"
] | task161-cebb5a119df64490beb04047fad5f886 |
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 male and two females jumping to catch a frisbee'. How many words contain the letter 'y' in the sentence.
Output:
| [
"0"
] | task161-ec25d0003c2048cea51ce2f296d9b805 |
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 mattress is placed on a wooden floor next to a television and shoes'. How many words contain the letter 't' in the sentence.
Output:
| [
"4"
] | task161-0954d910417a41a2801211fc2e08c034 |
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 white paper plate topped with two hot dogs on buns'. How many words contain the letter 'n' in the sentence.
Output:
| [
"2"
] | task161-1d97e26e51234456be0335b18964fa81 |
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 big round red clock in the middle of a building'. How many words contain the letter 'q' in the sentence.
Output:
| [
"0"
] | task161-4e47e1f6f0b6402f828b00c9d7ebe69f |
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 backside of three elephants standing on the side of the road'. How many words contain the letter 'a' in the sentence.
Output:
| [
"4"
] | task161-acb07cbfff224fcb9c2bab6a65b9288f |
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 truck towing large equipment on a road'. How many words contain the letter 'j' in the sentence.
Output:
| [
"0"
] | task161-758ae22deee0463ab41158477ffa28c5 |
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: 'man and young child brushing teeth while standing and sitting at bathtub'. How many words contain the letter 'd' in the sentence.
Output:
| [
"4"
] | task161-37ece7a89e634d29aa30d108a2e9eb34 |
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: 'an empty wooden bench next to a long row of yellow flowers'. How many words contain the letter 'w' in the sentence.
Output:
| [
"4"
] | task161-5db8490957f841e888b6cb3a52ef0882 |
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 bed and a bath in a room'. How many words contain the letter 'm' in the sentence.
Output:
| [
"1"
] | task161-145936b2f4ff41ac97e192e62283a7f4 |
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: 'an orange cat napping on top of a kitty tree'. How many words contain the letter 'r' in the sentence.
Output:
| [
"2"
] | task161-14e8e4313b004282a66a53ef24e60d55 |
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 and woman are posing with tennis racquets'. How many words contain the letter 'p' in the sentence.
Output:
| [
"1"
] | task161-b3731ef3708547e2a941b3bcfa17a1f7 |
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: 'three bicyclists are riding on the road with the cars'. How many words contain the letter 'o' in the sentence.
Output:
| [
"2"
] | task161-1b2316314be84fc6820ad4904b9bdccd |
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 old banana sitting in a wooden bowl'. How many words contain the letter 'm' in the sentence.
Output:
| [
"0"
] | task161-4d4dc28937be46b2a080bc28d7369415 |
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 set of cones are blocking off a lane of traffic'. How many words contain the letter 't' in the sentence.
Output:
| [
"2"
] | task161-61d17d3019a14d93bdae9300ce7899e5 |
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 tennis player after hitting the tennis ball'. How many words contain the letter 'n' in the sentence.
Output:
| [
"3"
] | task161-ab99ff8f3fbd4fbf89f9ed5285fdd75a |
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: 'an elephant walks toward the camera with other elephants nearby'. How many words contain the letter 'c' in the sentence.
Output:
| [
"1"
] | task161-746e037ee2b34b889df03f4f0936937d |
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 birds that are on top of a building'. How many words contain the letter 'v' in the sentence.
Output:
| [
"0"
] | task161-9ab24c6ca4534cf286f947917a856e7f |
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 kitchen counter is covered with broken glass'. How many words contain the letter 'q' in the sentence.
Output:
| [
"0"
] | task161-2b7b79c416394fba820d00bce575944e |
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 sign asking for witnesses is posted in front of a destroyed home'. How many words contain the letter 'y' in the sentence.
Output:
| [
"1"
] | task161-f09204994d5a4c04b6ecceb8887cdba9 |
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 is standing on a tennis court holding a tennis racket'. How many words contain the letter 'd' in the sentence.
Output:
| [
"2"
] | task161-c13c4c07d22a4ce3b86bcc26cb915e3f |
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 surfers walk towards the water with their surf boards'. How many words contain the letter 'h' in the sentence.
Output:
| [
"3"
] | task161-a718879de7aa4002a5ccf3381f1d26ea |
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 guy getting ready to hit a tennis ball with a racket'. How many words contain the letter 'j' in the sentence.
Output:
| [
"0"
] | task161-a48a968bb9084aa1b3132cf725cdab70 |
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 bathroom with a white bath tub sink and large window'. How many words contain the letter 'k' in the sentence.
Output:
| [
"1"
] | task161-9fa69a828b834843bc0961144b711574 |
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 plate of food with carrots green beans brussel sprouts and sauce'. How many words contain the letter 'q' in the sentence.
Output:
| [
"0"
] | task161-fafec01ed97f4a44ab6b070ed07cef68 |
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: 'some people are hanging out and playing the nintendo wii'. How many words contain the letter 'p' in the sentence.
Output:
| [
"2"
] | task161-a013b8b806564bb282d161ae77ac9747 |
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 big kitchen filled with some tables and shelves'. How many words contain the letter 'z' in the sentence.
Output:
| [
"0"
] | task161-a72b9cb747a44d859828708df545c645 |
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: 'an old fasioned locomotive arriving at a train station'. How many words contain the letter 'd' in the sentence.
Output:
| [
"2"
] | task161-b386a23dda4f43d4a4da1a2a2fa4eb31 |
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 dressed on black and white using a pink cell phone'. How many words contain the letter 'x' in the sentence.
Output:
| [
"0"
] | task161-9ccad7fbeba04a1a9bc21630c1448c05 |
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 clock tower next to a building in a city'. How many words contain the letter 'a' in the sentence.
Output:
| [
"3"
] | task161-6657c8305c4a4ca29cad1b82f865ca1a |
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 photo from the stands shows a batter at plate waiting for the pitcher'. How many words contain the letter 'c' in the sentence.
Output:
| [
"1"
] | task161-7612448d19534015b2ef0eca55abcdea |
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 showing a piece of hardware he took apart'. How many words contain the letter 'y' in the sentence.
Output:
| [
"0"
] | task161-b9be94ce27ce499eaefff341de311c0c |
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: 'blue and white shirted woman showing off forked fruit'. How many words contain the letter 'j' in the sentence.
Output:
| [
"0"
] | task161-7e93a67d19a843a4b15df99d253bad9b |
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 view of the harbor and a tall clock tower'. How many words contain the letter 'p' in the sentence.
Output:
| [
"0"
] | task161-8fff76af08c6418186672a6a4aeaa331 |
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: 'zebras are coming out of the brush into a field'. How many words contain the letter 'e' in the sentence.
Output:
| [
"4"
] | task161-e2272c3ef3984e98a36982c8427ffc90 |
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 is standing next to a man who is brushing his teeth'. How many words contain the letter 'e' in the sentence.
Output:
| [
"2"
] | task161-384b668c25f34d35bf19a31773b33f39 |
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 young blonde girl eating a piece of pizza'. How many words contain the letter 'u' in the sentence.
Output:
| [
"1"
] | task161-32f67bcb6f4c49e88378223b49182b5e |
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 box filled with cakes next to other boxes of cakes'. How many words contain the letter 'f' in the sentence.
Output:
| [
"2"
] | task161-9b509d70c3fc432bb84012294239d1d9 |
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 carrying two large donuts in a restaurant'. How many words contain the letter 'o' in the sentence.
Output:
| [
"3"
] | task161-8a230c7f78714277a888ee42a21e54d6 |
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: 'there is a close up picture of a elephant standing up'. How many words contain the letter 'y' in the sentence.
Output:
| [
"0"
] | task161-f39fa730f6854966825d548de7503901 |
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 serving food in a dark restaurant'. How many words contain the letter 'o' in the sentence.
Output:
| [
"2"
] | task161-6e07357edff248a29e0dd2eb7184e249 |
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 black orange and white cat and a controller'. How many words contain the letter 'k' in the sentence.
Output:
| [
"1"
] | task161-8c79a4986c0a498cbdf192aa527f6648 |
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 group of people skateboarding and rollerblading in a street'. How many words contain the letter 'r' in the sentence.
Output:
| [
"4"
] | task161-c9eaa6470b58466192f7b74e6c213296 |
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: 'under a couple of umbrellas with clear blue skies'. How many words contain the letter 'u' in the sentence.
Output:
| [
"4"
] | task161-de4fbe73df03472eb01ed8272bb9d9ed |
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: 'here is a human being in the picture by itself'. How many words contain the letter 'd' in the sentence.
Output:
| [
"0"
] | task161-96be88bac6644623b15ab4095998e654 |
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: 'three men standing next to and on top of two elephants'. How many words contain the letter 'f' in the sentence.
Output:
| [
"1"
] | task161-b94df2690d1f460aa680454b0ab6e7bc |
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 photo taken from within a car of a small street in a rural town'. How many words contain the letter 'm' in the sentence.
Output:
| [
"2"
] | task161-c11dd36fe6f948ba875f55d22a165b6b |
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 bunch of planes all flying in different directions'. How many words contain the letter 'r' in the sentence.
Output:
| [
"2"
] | task161-9f56b47d81b644d0bf382cabfdbf953d |
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 standing close to one another playing nintendo wii'. How many words contain the letter 'e' in the sentence.
Output:
| [
"5"
] | task161-4811e791a54e405d949d52170112acf6 |
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 black and white street sign for wall street'. How many words contain the letter 'v' in the sentence.
Output:
| [
"0"
] | task161-e650da96fa85409d86a200c1844fcb61 |
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 few people are getting to know one another in affection'. How many words contain the letter 'w' in the sentence.
Output:
| [
"2"
] | task161-e00884316f2b432a80f093fc79b00bba |
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 vases on a table with flowers'. How many words contain the letter 'r' in the sentence.
Output:
| [
"1"
] | task161-8b877304a1bd4adb93c1420c5e61d142 |
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 city alley full of a large flock of pidgeons'. How many words contain the letter 'o' in the sentence.
Output:
| [
"4"
] | task161-9d921faedb8a4b32875d0f5a93584502 |
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 slate bathroom with two sinks a toilet and a clear glass shower area'. How many words contain the letter 'j' in the sentence.
Output:
| [
"0"
] | task161-fbb5be7150594396a9c73f0c4c70ade4 |
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 blowing in the wind as a storm rolls in'. How many words contain the letter 'v' in the sentence.
Output:
| [
"0"
] | task161-06c95e0e78df46939d11e62e11645e0f |
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: 'an skateboarder practicing his moves on the indoor course'. How many words contain the letter 'i' in the sentence.
Output:
| [
"3"
] | task161-b95cac28e96344189b7c073bcaebcba3 |
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 two tennis balls and a racket on a tennis court'. How many words contain the letter 'z' in the sentence.
Output:
| [
"0"
] | task161-8bfbd1c5475740ab85e8d0ea0fff291f |
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 bunch of people are standing around watching a woman cut a piece of cake and there are a bunch of coffee cups and saucers on the table'. How many words contain the letter 'u' in the sentence.
Output:
| [
"6"
] | task161-07a03299450a40ff98c8374ac6779c17 |
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 group of people stand on a side walk'. How many words contain the letter 'c' in the sentence.
Output:
| [
"0"
] | task161-348146f4c2cd4b928ad8c2c9a17e6449 |
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 leaning on the wall in front of a refrigerator'. How many words contain the letter 'r' in the sentence.
Output:
| [
"2"
] | task161-3ec7298a2d2744278c772ddf29e263a4 |
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 few women walking down a street with umbrellas'. How many words contain the letter 'y' in the sentence.
Output:
| [
"0"
] | task161-2dbbc25f51d040f9936f13ee33087220 |
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 cat gives itself a bath on the hood of a car'. How many words contain the letter 'y' in the sentence.
Output:
| [
"0"
] | task161-c1490e1780404e8c9f3546db1874b291 |
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 white bathroom with a clear green tinted sink and a standing shower'. How many words contain the letter 'u' in the sentence.
Output:
| [
"0"
] | task161-3fec286e43294eb2b513c1dabc857179 |
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 that is walking down a sidewalk'. How many words contain the letter 'k' in the sentence.
Output:
| [
"2"
] | task161-c2b931ed72424a999b79d9e125a396e0 |
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 dog is watching a woman prepare a meal'. How many words contain the letter 'k' in the sentence.
Output:
| [
"0"
] | task161-89d50490a6be4c1ca790060ecc18eea7 |
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: 'people are riding scooters down the middle of the road'. How many words contain the letter 'e' in the sentence.
Output:
| [
"6"
] | task161-dc1a1afec6ec4cdfab42419e5ddde30c |
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: 'workers doing some repairs on the side of a street'. How many words contain the letter 'b' in the sentence.
Output:
| [
"0"
] | task161-e6fe7f566a294f40acb53aa01754c15a |
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: 'three children in a grassy field holding baseball bats'. How many words contain the letter 'd' in the sentence.
Output:
| [
"3"
] | task161-bb5b4fde5c394c5f865003ae5b370043 |
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 double decker bus is parked on the street with a man standing beside it'. How many words contain the letter 'i' in the sentence.
Output:
| [
"5"
] | task161-ae0b01c57f004a16adb125e632ec67e5 |
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: 'several young people standing around near some buildings'. How many words contain the letter 'b' in the sentence.
Output:
| [
"1"
] | task161-569c7e1680e9406cbd3be984cd243016 |
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 group of brown tables with orange chairs under them'. How many words contain the letter 'w' in the sentence.
Output:
| [
"2"
] | task161-aa273ce0d7134238873c617e5d173213 |
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 zebras grazing on some grass'. How many words contain the letter 'n' in the sentence.
Output:
| [
"2"
] | task161-3c81c657f6c34e32b5cb8ec07b1b8267 |
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: 'plate with breakfast sandwich made with english muffin egg and ham'. How many words contain the letter 'e' in the sentence.
Output:
| [
"5"
] | task161-01e7d2bbfeee4cb39cf1146d65928a68 |
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 red stoplight that is on a pole'. How many words contain the letter 'n' in the sentence.
Output:
| [
"1"
] | task161-8b561710ca4445acb865f9193cb028c4 |
End of preview. Expand
in Dataset Viewer.
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task161_count_words_containing_letter
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks},
author={Yizhong Wang and Swaroop Mishra and Pegah Alipoormolabashi and Yeganeh Kordi and Amirreza Mirzaei and Anjana Arunkumar and Arjun Ashok and Arut Selvan Dhanasekaran and Atharva Naik and David Stap and Eshaan Pathak and Giannis Karamanolakis and Haizhi Gary Lai and Ishan Purohit and Ishani Mondal and Jacob Anderson and Kirby Kuznia and Krima Doshi and Maitreya Patel and Kuntal Kumar Pal and Mehrad Moradshahi and Mihir Parmar and Mirali Purohit and Neeraj Varshney and Phani Rohitha Kaza and Pulkit Verma and Ravsehaj Singh Puri and Rushang Karia and Shailaja Keyur Sampat and Savan Doshi and Siddhartha Mishra and Sujan Reddy and Sumanta Patro and Tanay Dixit and Xudong Shen and Chitta Baral and Yejin Choi and Noah A. Smith and Hannaneh Hajishirzi and Daniel Khashabi},
year={2022},
eprint={2204.07705},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2204.07705},
}
More details can also be found in the following paper:
@misc{brüelgabrielsson2024compressserveservingthousands,
title={Compress then Serve: Serving Thousands of LoRA Adapters with Little Overhead},
author={Rickard Brüel-Gabrielsson and Jiacheng Zhu and Onkar Bhardwaj and Leshem Choshen and Kristjan Greenewald and Mikhail Yurochkin and Justin Solomon},
year={2024},
eprint={2407.00066},
archivePrefix={arXiv},
primaryClass={cs.DC},
url={https://arxiv.org/abs/2407.00066},
}
Contact Information
For any comments or questions, please email Rickard Brüel Gabrielsson
- Downloads last month
- 30