inputs
stringlengths
176
633
targets
stringclasses
76 values
_template_idx
int64
0
9
_task_source
stringclasses
1 value
_task_name
stringclasses
1 value
_template_type
stringclasses
2 values
In this task, you need to count the number of times the given letter appears in the given sentence. Input: Consider Input: Sentence: 'a bird is standing on the ledge of the building'. Find frequency of the letter 't' Output: 3 Input: Consider Input: Sentence: 'a group of people walking down a rain soaked street wit...
Output: 5
2
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. -------- Question: Sentence: 'a bus is driving on the street behind some cars'. Find frequency of the letter 'a' Answer: 2 Question: Sentence: 'two baseball players high five each other during a game'. Find frequency ...
3
7
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. -------- Question: Sentence: 'an commercial airline airplane flies above the clouds'. Find frequency of the letter 'n' Answer: 3 Question: Sentence: 'a black cat laying down on a bed'. Find frequency of the letter 'y'...
4
7
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. [Q]: Sentence: 'a small dog sits in the rear window of a car'. Find frequency of the letter 'm' [A]: 1 [Q]: Sentence: 'a tennis player that is running to get the tennis ball'. Find frequency of the letter 't' [A]: 7 ...
2
5
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Input: Consider Input: Sentence: 'a view from a bathroom shows an open door'. Find frequency of the letter 'o' Output: 7 Input: Consider Input: Sentence: 'a tennis player that is running to get the tennis ball'. Find...
Output: 13
2
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'a kitchen with hanging lights, an island with sink and bar stools, a refrigerator, small pantry door, wooden cabinets and shiny wood floor'. Find frequency of the letter 'n' 12 Sentence: 'a man is water skii...
1
0
NIv2
task113_count_frequency_of_letter
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you need to count the number of times the given letter appears in the given sentence. Example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Output: 5 The letter 'e' appears ...
13
1
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Example input: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Example output: 5 Example explanation: The letter 'e' appears 5 times in the sentence. Q: Sentence: 'a ...
1
3
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'a small white dog looking out a car window'. Find frequency of the letter 'l' 3 Sentence: 'a tennis player that is running to get the tennis ball'. Find frequency of the letter 't' 7 Sentence: 'a dirty bath...
2
0
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. [Q]: Sentence: 'a person dressed all in black snowboarding down a slope'. Find frequency of the letter 'e' [A]: 4 [Q]: Sentence: 'a black bear sitting in the grass taking a rest'. Find frequency of the letter 'a' [A]:...
2
5
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Example solution: 5 Example explanation: The letter 'e' appears 5 times in the sentence. Problem: Sentence: '...
Solution: 6
5
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Let me give you an example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' The answer to this example can be: 5 Here is why: The letter 'e' appears 5 times in the se...
2
8
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Q: Sentence: 'a bunch of cows that are in the field'. Find frequency of the letter 'a' A: 3 **** Q: Sentence: 'a crowd of people skiing and enjoying the snow'. Find frequency of the letter 'o' A: 5 **** Q: Sentence: '...
6 ****
4
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. [EX Q]: Sentence: 'a crowd of people standing in front of a green train'. Find frequency of the letter 'g' [EX A]: 2 [EX Q]: Sentence: 'a sheep in a field in front of other sheep'. Find frequency of the letter 'f' [EX ...
2
6
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. One example is below. Q: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' A: 5 Rationale: The letter 'e' appears 5 times in the sentence. Q: Sentence: 'black cat laying...
3
9
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Let me give you an example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' The answer to this example can be: 5 Here is why: The letter 'e' appears 5 times in the se...
8
8
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Q: Sentence: 'a woman standing next to a man on a motorcycle in front of a market'. Find frequency of the letter 'l' A: 1 **** Q: Sentence: 'the skateboarder is jumping over a huge statue of a shoe'. Find frequency of...
5 ****
4
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. -------- Question: Sentence: 'a tennis player after hitting a shot back to the other side of the court'. Find frequency of the letter 'n' Answer: 3 Question: Sentence: 'person wearing all white leaned up against a wal...
3
7
NIv2
task113_count_frequency_of_letter
fs_opt
Teacher: In this task, you need to count the number of times the given letter appears in the given sentence. Teacher: Now, understand the problem? If you are still confused, see the following example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution: 5 Reason...
5
2
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. [EX Q]: Sentence: 'a piece of bread stuffed with meat and vegetables'. Find frequency of the letter 's' [EX A]: 2 [EX Q]: Sentence: 'people seated on a table looking very happy'. Find frequency of the letter 'g' [EX A]...
6
6
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. -------- Question: Sentence: 'two people and two children walking in a building'. Find frequency of the letter 'd' Answer: 3 Question: Sentence: 'three young children playing with a ball in front of a huge bridge'. Fi...
3
7
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Input: Consider Input: Sentence: 'a yellow and green train on a train track in a wooded area'. Find frequency of the letter 'o' Output: 4 Input: Consider Input: Sentence: 'a woman is taking a sip of a drink from a gl...
Output: 4
2
NIv2
task113_count_frequency_of_letter
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you need to count the number of times the given letter appears in the given sentence. Example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Output: 5 The letter 'e' appears ...
3
1
NIv2
task113_count_frequency_of_letter
fs_opt
Teacher: In this task, you need to count the number of times the given letter appears in the given sentence. Teacher: Now, understand the problem? If you are still confused, see the following example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution: 5 Reason...
4
2
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Q: Sentence: 'a man with glasses adjusting his tie in a mirror'. Find frequency of the letter 's' A: 5 **** Q: Sentence: 'a group of people having dinner and drinking wine'. Find frequency of the letter 'r' A: 3 **** ...
4 ****
4
NIv2
task113_count_frequency_of_letter
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you need to count the number of times the given letter appears in the given sentence. Example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Output: 5 The letter 'e' appears ...
3
1
NIv2
task113_count_frequency_of_letter
fs_opt
instruction: In this task, you need to count the number of times the given letter appears in the given sentence. question: Sentence: 'city two way street with cars lined up on both sides'. Find frequency of the letter 'h' answer: 2 question: Sentence: 'a grapefruit, toast, coffee and other items are on a tray'. Find ...
2
9
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Example input: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Example output: 5 Example explanation: The letter 'e' appears 5 times in the sentence. Q: Sentence: 'ca...
4
3
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. One example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution is here: 5 Explanation: The letter 'e' appears 5 times in the sentence. Now, solve this: Sentenc...
5
6
NIv2
task113_count_frequency_of_letter
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you need to count the number of times the given letter appears in the given sentence. Example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Output: 5 The letter 'e' appears ...
6
1
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Q: Sentence: 'a baby calf has a tag on its right ear'. Find frequency of the letter 'n' A: 1 **** Q: Sentence: 'a person standing operating a cell phone in a room'. Find frequency of the letter 'n' A: 6 **** Q: Senten...
5 ****
4
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Q: Sentence: 'a cooked pizza on a silver platter with another in the background'. Find frequency of the letter 'e' A: 5 **** Q: Sentence: 'a woman holds some baked goods at the convention'. Find frequency of the letter...
7 ****
4
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Example solution: 5 Example explanation: The letter 'e' appears 5 times in the sentence. Problem: Sentence: '...
Solution: 2
5
NIv2
task113_count_frequency_of_letter
fs_opt
instruction: In this task, you need to count the number of times the given letter appears in the given sentence. question: Sentence: 'apples, pears, and oranges are piled up for sale'. Find frequency of the letter 'a' answer: 6 question: Sentence: 'a kitchen with hanging lights, an island with sink and bar stools, a ...
2
9
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. [Q]: Sentence: 'two women standing next to each other holding tennis rackets'. Find frequency of the letter 't' [A]: 7 [Q]: Sentence: 'a young boy bouncing a tennis ball on a tennis racquet'. Find frequency of the let...
3
5
NIv2
task113_count_frequency_of_letter
fs_opt
Detailed Instructions: In this task, you need to count the number of times the given letter appears in the given sentence. See one example below: Problem: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution: 5 Explanation: The letter 'e' appears 5 times in the s...
5
4
NIv2
task113_count_frequency_of_letter
fs_opt
TASK DEFINITION: In this task, you need to count the number of times the given letter appears in the given sentence. PROBLEM: Sentence: 'a desk covered in notepads, a laptop and other devices'. Find frequency of the letter 'c' SOLUTION: 2 PROBLEM: Sentence: 'a bathroom that has it's lights turned on'. Find frequency ...
2
8
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Example input: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Example output: 5 Example explanation: The letter 'e' appears 5 times in the sentence. Q: Sentence: 'a ...
1
3
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Q: Sentence: 'there is a zebra that is walking enar a car'. Find frequency of the letter 'r' A: 4 **** Q: Sentence: 'a little boy standing near a couch and a table'. Find frequency of the letter 'i' A: 2 **** Q: Sente...
6 ****
4
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'surfboard being displayed in stor window with clothes behind it'. Find frequency of the letter 't' 4 Sentence: 'a couple of girls are hanging out at a restaurant'. Find frequency of the letter 'l' 2 Sentenc...
5
0
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. -------- Question: Sentence: 'a surfer is in the middle of an ocean wave'. Find frequency of the letter 'i' Answer: 3 Question: Sentence: 'one man grabbing another at a table while laughing'. Find frequency of the let...
7
7
NIv2
task113_count_frequency_of_letter
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you need to count the number of times the given letter appears in the given sentence. Example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Output: 5 The letter 'e' appears ...
1
1
NIv2
task113_count_frequency_of_letter
fs_opt
TASK DEFINITION: In this task, you need to count the number of times the given letter appears in the given sentence. PROBLEM: Sentence: 'slices of orange are arranged on a plate'. Find frequency of the letter 's' SOLUTION: 2 PROBLEM: Sentence: 'a person on a skateboard going down a ramp'. Find frequency of the letter...
7
8
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Ex Input: Sentence: 'a red and white train passing a train station'. Find frequency of the letter 'a' Ex Output: 7 Ex Input: Sentence: 'a woman with short, brown hair is looking into a circular mirror and holding a c...
7
1
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Let me give you an example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' The answer to this example can be: 5 Here is why: The letter 'e' appears 5 times in the se...
7
8
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. -------- Question: Sentence: 'a stuffed animal sitting on an empty bed'. Find frequency of the letter 'u' Answer: 1 Question: Sentence: 'a group of cows that are standing in the grass'. Find frequency of the letter 'g...
5
7
NIv2
task113_count_frequency_of_letter
fs_opt
Part 1. Definition In this task, you need to count the number of times the given letter appears in the given sentence. Part 2. Example Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Answer: 5 Explanation: The letter 'e' appears 5 times in the sentence. Part 3. Exerc...
2
7
NIv2
task113_count_frequency_of_letter
fs_opt
instruction: In this task, you need to count the number of times the given letter appears in the given sentence. question: Sentence: 'a young man riding a skateboard near a forest'. Find frequency of the letter 'd' answer: 2 question: Sentence: 'a man riding on the back of a white horse next to other horses'. Find fr...
3
9
NIv2
task113_count_frequency_of_letter
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter '...
1
0
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. One example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution is here: 5 Explanation: The letter 'e' appears 5 times in the sentence. Now, solve this: Sentenc...
4
6
NIv2
task113_count_frequency_of_letter
fs_opt
Detailed Instructions: In this task, you need to count the number of times the given letter appears in the given sentence. See one example below: Problem: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution: 5 Explanation: The letter 'e' appears 5 times in the s...
3
4
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. [Q]: Sentence: 'the ingredients are ready on the wooden table'. Find frequency of the letter 'w' [A]: 1 [Q]: Sentence: 'a man on stiltz is standing under a pink umbrella'. Find frequency of the letter 's' [A]: 3 [Q]...
4
5
NIv2
task113_count_frequency_of_letter
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you need to count the number of times the given letter appears in the given sentence. Example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Output: 5 The letter 'e' appears ...
7
1
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Example input: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Example output: 5 Example explanation: The letter 'e' appears 5 times in the sentence. Q: Sentence: 'a ...
2
3
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. [Q]: Sentence: 'a picture of two computers on a table'. Find frequency of the letter 'r' [A]: 2 [Q]: Sentence: 'a teenager witting on a futon couch holding gaming controls in both hands'. Find frequency of the letter ...
3
5
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. One example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution is here: 5 Explanation: The letter 'e' appears 5 times in the sentence. Now, solve this: Sentenc...
5
6
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Example Input: Sentence: 'a table topped with a cupcake on a picture of a cupcake'. Find frequency of the letter 'o' Example Output: 3 Example Input: Sentence: 'a double-decker bus covered in children's illustrations d...
4
3
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Q: Sentence: 'a double decker bus with a lot of people on board'. Find frequency of the letter 'l' A: 3 **** Q: Sentence: 'a little child looking up to a camera holding a cell phone'. Find frequency of the letter 'g' ...
1 ****
4
NIv2
task113_count_frequency_of_letter
fs_opt
Part 1. Definition In this task, you need to count the number of times the given letter appears in the given sentence. Part 2. Example Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Answer: 5 Explanation: The letter 'e' appears 5 times in the sentence. Part 3. Exerc...
1
7
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'a woman with short, brown hair is looking into a circular mirror and holding a camera up to her cheek'. Find frequency of the letter 'e' 4 Sentence: 'a photo of a toilet which is not clean'. Find frequency o...
3
0
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'a man opening up a package sitting on a couch'. Find frequency of the letter 'n' 5 Sentence: 'a little boy standing near a couch and a table'. Find frequency of the letter 'i' 2 Sentence: 'three double deck...
1
0
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Example solution: 5 Example explanation: The letter 'e' appears 5 times in the sentence. Problem: Sentence: '...
Solution: 1
5
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Input: Consider Input: Sentence: 'there is an old stove with old pots on the burners'. Find frequency of the letter 't' Output: 5 Input: Consider Input: Sentence: 'a tall building with antenna stands before a jet fly...
Output: 2
2
NIv2
task113_count_frequency_of_letter
fs_opt
Detailed Instructions: In this task, you need to count the number of times the given letter appears in the given sentence. See one example below: Problem: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution: 5 Explanation: The letter 'e' appears 5 times in the s...
6
4
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Input: Consider Input: Sentence: 'supplies and tools are arranged on the floor with a hard hat and bag'. Find frequency of the letter 'n' Output: 4 Input: Consider Input: Sentence: 'a man sitting inside a green milit...
Output: 1
2
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. One example is below. Q: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' A: 5 Rationale: The letter 'e' appears 5 times in the sentence. Q: Sentence: 'a row of motorcy...
4
9
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Example solution: 5 Example explanation: The letter 'e' appears 5 times in the sentence. Problem: Sentence: '...
Solution: 1
5
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Let me give you an example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' The answer to this example can be: 5 Here is why: The letter 'e' appears 5 times in the se...
3
8
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Example Input: Sentence: 'children with scissors and construction paper in a school classroom'. Find frequency of the letter 'c' Example Output: 6 Example Input: Sentence: 'cars parked outside if a retail store'. Find ...
2
3
NIv2
task113_count_frequency_of_letter
fs_opt
instruction: In this task, you need to count the number of times the given letter appears in the given sentence. question: Sentence: 'a girl playing with a frisbee while people watch'. Find frequency of the letter 'e' answer: 5 question: Sentence: 'a man on stiltz is standing under a pink umbrella'. Find frequency of...
1
9
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'the interior of a living and dining room'. Find frequency of the letter 'i' 6 Sentence: 'flower in a vase full of water sitting on a stand '. Find frequency of the letter 'l' 3 Sentence: 'a close up of a me...
4
0
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Ex Input: Sentence: 'a bathroom that has it's lights turned on'. Find frequency of the letter 'h' Ex Output: 4 Ex Input: Sentence: 'a cat sleeping near lots of pairs of shoes'. Find frequency of the letter 'r' Ex Ou...
4
1
NIv2
task113_count_frequency_of_letter
fs_opt
Detailed Instructions: In this task, you need to count the number of times the given letter appears in the given sentence. See one example below: Problem: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution: 5 Explanation: The letter 'e' appears 5 times in the s...
4
4
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. -------- Question: Sentence: 'a mixed bouquet of flowers in a glass vase set before a window'. Find frequency of the letter 'w' Answer: 3 Question: Sentence: 'a person that is looking out his window'. Find frequency o...
4
7
NIv2
task113_count_frequency_of_letter
fs_opt
instruction: In this task, you need to count the number of times the given letter appears in the given sentence. question: Sentence: 'a bed with a dog laying on it next to two laptop computers'. Find frequency of the letter 'n' answer: 3 question: Sentence: 'a surfer wipes out on a huge wave'. Find frequency of the l...
10
9
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. One example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution is here: 5 Explanation: The letter 'e' appears 5 times in the sentence. Now, solve this: Sentenc...
1
6
NIv2
task113_count_frequency_of_letter
fs_opt
Detailed Instructions: In this task, you need to count the number of times the given letter appears in the given sentence. See one example below: Problem: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution: 5 Explanation: The letter 'e' appears 5 times in the s...
5
4
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Example Input: Sentence: 'a person holding a wine glass in one hand and bread sticks in the other'. Find frequency of the letter 'd' Example Output: 4 Example Input: Sentence: 'a car accident has slowed traffic as a cl...
2
3
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. One example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution is here: 5 Explanation: The letter 'e' appears 5 times in the sentence. Now, solve this: Sentenc...
1
6
NIv2
task113_count_frequency_of_letter
fs_opt
Detailed Instructions: In this task, you need to count the number of times the given letter appears in the given sentence. See one example below: Problem: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution: 5 Explanation: The letter 'e' appears 5 times in the s...
5
4
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Q: Sentence: 'a woman holds some baked goods at the convention'. Find frequency of the letter 'd' A: 3 **** Q: Sentence: 'a half eaten doughnut in a persons hand'. Find frequency of the letter 'h' A: 3 **** Q: Sentenc...
5 ****
4
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. -------- Question: Sentence: 'a jet that is flying in the sky with a banner behind it'. Find frequency of the letter 'r' Answer: 1 Question: Sentence: 'a person riding a camel in front of a truck'. Find frequency of t...
5
7
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. [EX Q]: Sentence: 'a variety of a different type of vegetables'. Find frequency of the letter 't' [EX A]: 4 [EX Q]: Sentence: 'a woman holds some baked goods at the convention'. Find frequency of the letter 'd' [EX A]:...
3
6
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'a bird in a tree looking up at branches'. Find frequency of the letter 'e' 3 Sentence: 'a picture of two computers on a table'. Find frequency of the letter 'r' 2 Sentence: 'zebra graze on yellowed grass on...
1
0
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. One example is below. Q: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' A: 5 Rationale: The letter 'e' appears 5 times in the sentence. Q: Sentence: 'a bunch of green...
7
9
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Ex Input: Sentence: 'four men standing around two pizzas in a conference room'. Find frequency of the letter 't' Ex Output: 2 Ex Input: Sentence: 'some cubbies with towels in a blue bathroom'. Find frequency of the l...
4
1
NIv2
task113_count_frequency_of_letter
fs_opt
TASK DEFINITION: In this task, you need to count the number of times the given letter appears in the given sentence. PROBLEM: Sentence: 'a display case filled with lots of different clocks'. Find frequency of the letter 'w' SOLUTION: 1 PROBLEM: Sentence: 'a bird is perched on a container in a person's hand'. Find fre...
1
8
NIv2
task113_count_frequency_of_letter
fs_opt
Teacher: In this task, you need to count the number of times the given letter appears in the given sentence. Teacher: Now, understand the problem? If you are still confused, see the following example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution: 5 Reason...
5
2
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Example solution: 5 Example explanation: The letter 'e' appears 5 times in the sentence. Problem: Sentence: '...
Solution: 4
5
NIv2
task113_count_frequency_of_letter
fs_opt
TASK DEFINITION: In this task, you need to count the number of times the given letter appears in the given sentence. PROBLEM: Sentence: 'small black bird with red on its head standing on a tree branch'. Find frequency of the letter 'b' SOLUTION: 3 PROBLEM: Sentence: 'a man sitting on a motorcycle near two other men'....
2
8
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Example input: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Example output: 5 Example explanation: The letter 'e' appears 5 times in the sentence. Q: Sentence: 'a ...
2
3
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Example Input: Sentence: 'a fluffy white car looking in a mirror'. Find frequency of the letter 'k' Example Output: 1 Example Input: Sentence: 'people plating cake in an office meeting room'. Find frequency of the lett...
2
3
NIv2
task113_count_frequency_of_letter
fs_opt
Part 1. Definition In this task, you need to count the number of times the given letter appears in the given sentence. Part 2. Example Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Answer: 5 Explanation: The letter 'e' appears 5 times in the sentence. Part 3. Exerc...
2
7
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. One example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution is here: 5 Explanation: The letter 'e' appears 5 times in the sentence. Now, solve this: Sentenc...
5
6
NIv2
task113_count_frequency_of_letter
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you need to count the number of times the given letter appears in the given sentence. Example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Output: 5 The letter 'e' appears ...
4
1
NIv2
task113_count_frequency_of_letter
fs_opt
In this task, you need to count the number of times the given letter appears in the given sentence. Example input: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Example output: 5 Example explanation: The letter 'e' appears 5 times in the sentence. Q: Sentence: 'a ...
6
3
NIv2
task113_count_frequency_of_letter
fs_opt
instruction: In this task, you need to count the number of times the given letter appears in the given sentence. question: Sentence: 'the child is waving a small flag as she stands near two women'. Find frequency of the letter 'g' answer: 2 question: Sentence: 'a dog laying on the back of a boat in the water'. Find f...
6
9
NIv2
task113_count_frequency_of_letter
fs_opt
Detailed Instructions: In this task, you need to count the number of times the given letter appears in the given sentence. See one example below: Problem: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution: 5 Explanation: The letter 'e' appears 5 times in the s...
3
4
NIv2
task113_count_frequency_of_letter
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter '...
5
0
NIv2
task113_count_frequency_of_letter
fs_opt
Teacher: In this task, you need to count the number of times the given letter appears in the given sentence. Teacher: Now, understand the problem? If you are still confused, see the following example: Sentence: 'a large group of bananas proped up on several bicycles'. Find frequency of the letter 'e' Solution: 5 Reason...
3
2
NIv2
task113_count_frequency_of_letter
fs_opt