Dataset Viewer
Auto-converted to Parquet Duplicate
inputs
stringlengths
279
984
targets
stringlengths
26
156
_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 reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. [EX Q]: Sentence: 'there is a sign stating that there is a scenic drive'. Reverse all words of length '4' in the given sentence. [EX A]: there is a ngis stating taht there is a scenic drive [EX Q]: Sentence: 'a messy room painted green with debris on the ground and birds appear to be in the room'. Reverse all words of length '1' in the given sentence. [EX A]: a messy room painted green with debris on the ground and birds appear to be in the room [EX Q]: Sentence: 'a car surrounded by a herd of sheep'. Reverse all words of length '3' in the given sentence. [EX A]:
a rac surrounded by a herd of sheep
6
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Q: Sentence: 'an openair tour bus driving in a city'. Reverse all words of length '7' in the given sentence. A: an rianepo tour bus gnivird in a city **** Q: Sentence: 'a man wearing a vest and tie posing for the camera'. Reverse all words of length '1' in the given sentence. A: a man wearing a vest and tie posing for the camera **** Q: Sentence: 'a square treat covered in nuts on a plate'. Reverse all words of length '2' in the given sentence. A:
a square treat covered ni nuts no a plate ****
4
NIv2
task378_reverse_words_of_given_length
fs_opt
Detailed Instructions: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. See one example below: Problem: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Problem: Sentence: 'a man standing in the snow on skis and holding ski poles with trees behind him'. Reverse all words of length '2' in the given sentence. Solution:
a man standing ni the snow no skis and holding ski poles with trees behind him
4
NIv2
task378_reverse_words_of_given_length
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 reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Why? Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. New input: Sentence: 'an arrangement of brightlycolored flowers in a vase'. Reverse all words of length '7' in the given sentence. Solution:
an arrangement of brightlycolored srewolf in a vase
0
NIv2
task378_reverse_words_of_given_length
fs_opt
Teacher: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Teacher: Now, understand the problem? If you are still confused, see the following example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Reason: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Now, solve this instance: Sentence: 'people standing behind a fence watching two horses being led up a dirt path'. Reverse all words of length '6' in the given sentence. Student:
elpoep standing dniheb a fence watching two sesroh being led up a dirt path
2
NIv2
task378_reverse_words_of_given_length
fs_opt
TASK DEFINITION: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. PROBLEM: Sentence: 'young calf being bottle fed above red bucket'. Reverse all words of length '3' in the given sentence. SOLUTION: young calf being bottle def above der bucket PROBLEM: Sentence: 'a keyboard a mouse a monitor and a brown table'. Reverse all words of length '3' in the given sentence. SOLUTION: a keyboard a mouse a monitor dna a brown table PROBLEM: Sentence: 'a truck carrying a large load down a tightly packed one way street'. Reverse all words of length '6' in the given sentence. SOLUTION:
a truck carrying a large load down a tightly dekcap one way teerts
8
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. -------- Question: Sentence: 'a woman stepping out of a double decker bus'. Reverse all words of length '8' in the given sentence. Answer: a woman gnippets out of a double decker bus Question: Sentence: 'a man in a suit has a phone up to his face'. Reverse all words of length '1' in the given sentence. Answer: a man in a suit has a phone up to his face Question: Sentence: 'a photograph of a website video of a phone'. Reverse all words of length '2' in the given sentence. Answer:
a photograph fo a website video fo a phone
7
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. One example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution is here: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Now, solve this: Sentence: 'a plate of bananas oranges and a bowl of soup'. Reverse all words of length '7' in the given sentence. Solution:
a plate of sananab segnaro and a bowl of soup
6
NIv2
task378_reverse_words_of_given_length
fs_opt
Part 1. Definition In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Part 2. Example Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Answer: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Part 3. Exercise Sentence: 'a man riding on a skateboard down a ramp'. Reverse all words of length '3' in the given sentence. Answer:
a nam riding on a skateboard down a ramp
7
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. One example is below. Q: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. A: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Rationale: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Q: Sentence: 'a mother and child holding remotes playing a video game'. Reverse all words of length '6' in the given sentence. A:
a rehtom and child holding remotes playing a video game
9
NIv2
task378_reverse_words_of_given_length
fs_opt
TASK DEFINITION: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. PROBLEM: Sentence: 'wooden train passing through a forested hilly area'. Reverse all words of length '1' in the given sentence. SOLUTION: wooden train passing through a forested hilly area PROBLEM: Sentence: 'a toilet and a roll of toilet paper'. Reverse all words of length '2' in the given sentence. SOLUTION: a toilet and a roll fo toilet paper PROBLEM: Sentence: 'an orange toaster sticker is stuck to the side of a blue box'. Reverse all words of length '3' in the given sentence. SOLUTION:
an orange toaster sticker is stuck to eht side of a blue xob
8
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example Input: Sentence: 'two birds standing and sticking their heads in muddy water'. Reverse all words of length '3' in the given sentence. Example Output: owt birds standing dna sticking their heads in muddy water Example Input: Sentence: 'three people in a dog carrying items walking along the beach'. Reverse all words of length '7' in the given sentence. Example Output: three people in a dog carrying items gniklaw along the beach Example Input: Sentence: 'a white plate that has a serving of food on it'. Reverse all words of length '2' in the given sentence. Example Output:
a white plate that has a serving fo food no ti
3
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Let me give you an example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. The answer to this example can be: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Here is why: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. OK. solve this: Sentence: 'there is a white vanity next to the toilet'. Reverse all words of length '3' in the given sentence. Answer:
there is a white vanity next to eht toilet
8
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Let me give you an example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. The answer to this example can be: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Here is why: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. OK. solve this: Sentence: 'a person is riding waves on a surfboard'. Reverse all words of length '2' in the given sentence. Answer:
a person si riding waves no a surfboard
8
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. -------- Question: Sentence: 'two baseball players with long hair and beards are posing with a smile'. Reverse all words of length '1' in the given sentence. Answer: two baseball players with long hair and beards are posing with a smile Question: Sentence: 'competitor preparing to return volley during major tennis tournament'. Reverse all words of length '6' in the given sentence. Answer: competitor preparing to nruter yellov gnirud major sinnet tournament Question: Sentence: 'the living room is crowded with boxes of items'. Reverse all words of length '7' in the given sentence. Answer:
the living room is dedworc with boxes of items
7
NIv2
task378_reverse_words_of_given_length
fs_opt
Part 1. Definition In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Part 2. Example Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Answer: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Part 3. Exercise Sentence: 'the living room is crowded with boxes of items'. Reverse all words of length '7' in the given sentence. Answer:
the living room is dedworc with boxes of items
7
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Sentence: 'a man on a skateboard performing a trick'. Reverse all words of length '10' in the given sentence. a man on a draobetaks gnimrofrep a trick Sentence: 'a white and gray dining and living room area with colorful pillows'. Reverse all words of length '6' in the given sentence. a white and gray gninid and gnivil room area with colorful pillows Sentence: 'people standing behind a fence watching two horses being led up a dirt path'. Reverse all words of length '6' in the given sentence.
elpoep standing dniheb a fence watching two sesroh being led up a dirt path
0
NIv2
task378_reverse_words_of_given_length
fs_opt
Detailed Instructions: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. See one example below: Problem: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Problem: Sentence: 'a man walking toward a boat that is sitting in the water'. Reverse all words of length '1' in the given sentence. Solution:
a man walking toward a boat that is sitting in the water
4
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Input: Consider Input: Sentence: 'a person wearing skis turned around in the snow'. Reverse all words of length '1' in the given sentence. Output: a person wearing skis turned around in the snow Input: Consider Input: Sentence: 'a group of people loading a tour bus'. Reverse all words of length '3' in the given sentence. Output: a group of people loading a tour sub Input: Consider Input: Sentence: 'the train is now leaving the subway station'. Reverse all words of length '5' in the given sentence.
Output: the niart is now leaving the subway station
2
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example Input: Sentence: 'a man trying to hit a ball that is close to the ground'. Reverse all words of length '1' in the given sentence. Example Output: a man trying to hit a ball that is close to the ground Example Input: Sentence: 'three house cats look outside from a window'. Reverse all words of length '1' in the given sentence. Example Output: three house cats look outside from a window Example Input: Sentence: 'a remote that is sitting on top of a keyboard'. Reverse all words of length '3' in the given sentence. Example Output:
a remote that is sitting on pot of a keyboard
3
NIv2
task378_reverse_words_of_given_length
fs_opt
Detailed Instructions: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. See one example below: Problem: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Problem: Sentence: 'there are a lot of different items laying on the table'. Reverse all words of length '2' in the given sentence. Solution:
there are a lot fo different items laying no the table
4
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example Input: Sentence: 'a man and a dog in the water with a surfboard'. Reverse all words of length '2' in the given sentence. Example Output: a man and a dog ni the water with a surfboard Example Input: Sentence: 'three clocks on a wall telling different times on it'. Reverse all words of length '1' in the given sentence. Example Output: three clocks on a wall telling different times on it Example Input: Sentence: 'the street sign is clearly visible for all of us to see'. Reverse all words of length '6' in the given sentence. Example Output:
the teerts sign is clearly visible for all of us to see
3
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. One example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution is here: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Now, solve this: Sentence: 'a black bear walks across a green field'. Reverse all words of length '5' in the given sentence. Solution:
a kcalb bear sklaw across a neerg dleif
6
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Sentence: 'a photo of a glass of wine an apple and a banana'. Reverse all words of length '2' in the given sentence. a photo fo a glass fo wine na apple and a banana Sentence: 'an oldfashioned safe and roll top desk in a green room'. Reverse all words of length '3' in the given sentence. an oldfashioned safe dna roll pot desk in a green room Sentence: 'a man is lying on the floor with his calculator and briefcase preparing to work'. Reverse all words of length '10' in the given sentence.
a man is lying on the floor with his rotaluclac and briefcase preparing to work
0
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Input: Consider Input: Sentence: 'a line of buses waiting to take passengers where they need to go'. Reverse all words of length '2' in the given sentence. Output: a line fo buses waiting ot take passengers where they need ot og Input: Consider Input: Sentence: 'young calf being bottle fed above red bucket'. Reverse all words of length '3' in the given sentence. Output: young calf being bottle def above der bucket Input: Consider Input: Sentence: 'a woman is looking over a ledge where a small bird is perched'. Reverse all words of length '4' in the given sentence.
Output: a woman is looking revo a ledge where a small drib is perched
2
NIv2
task378_reverse_words_of_given_length
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 reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Why? Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. New input: Sentence: 'someone is checking out produce at a supermarket'. Reverse all words of length '2' in the given sentence. Solution:
someone si checking out produce ta a supermarket
0
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Sentence: 'a woman playing tennis at night time with lights'. Reverse all words of length '1' in the given sentence. a woman playing tennis at night time with lights Sentence: 'a girl in a wig holding a tennis racket'. Reverse all words of length '3' in the given sentence. a girl in a giw holding a tennis racket Sentence: 'a black and white image of a tea pot on the stove'. Reverse all words of length '2' in the given sentence.
a black and white image fo a tea pot no the stove
0
NIv2
task378_reverse_words_of_given_length
fs_opt
Teacher: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Teacher: Now, understand the problem? If you are still confused, see the following example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Reason: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Now, solve this instance: Sentence: 'a woman sitting with her laptop at a picnic table'. Reverse all words of length '4' in the given sentence. Student:
a woman sitting htiw her laptop at a picnic table
2
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Example solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Example explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Problem: Sentence: 'a woman jumping up to a hit a tennis ball on a tennis court'. Reverse all words of length '2' in the given sentence.
Solution: a woman jumping pu ot a hit a tennis ball no a tennis court
5
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. -------- Question: Sentence: 'a baseball player leaping into the air to catch a baseball'. Reverse all words of length '3' in the given sentence. Answer: a baseball player leaping into eht ria to catch a baseball Question: Sentence: 'a man plays a game with a wii controller'. Reverse all words of length '1' in the given sentence. Answer: a man plays a game with a wii controller Question: Sentence: 'a propeller plane that is flying close to the ground'. Reverse all words of length '1' in the given sentence. Answer:
a propeller plane that is flying close to the ground
7
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Sentence: 'a snowboarder descending a snowpacked slope on a wintry day'. Reverse all words of length '2' in the given sentence. a snowboarder descending a snowpacked slope no a wintry day Sentence: 'a keyboard equipped with a gel wrist wrest'. Reverse all words of length '1' in the given sentence. a keyboard equipped with a gel wrist wrest Sentence: 'a brightly colored bathroom with a toilet sink and shower stall'. Reverse all words of length '8' in the given sentence.
a ylthgirb colored moorhtab with a toilet sink and shower stall
0
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. One example is below. Q: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. A: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Rationale: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Q: Sentence: 'a man in a ski suit sitting in the snow with a snowboard'. Reverse all words of length '2' in the given sentence. A:
a man ni a ski suit sitting ni the snow with a snowboard
9
NIv2
task378_reverse_words_of_given_length
fs_opt
Part 1. Definition In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Part 2. Example Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Answer: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Part 3. Exercise Sentence: 'a train that is stationary at the station waiting for passengers'. Reverse all words of length '10' in the given sentence. Answer:
a train that is yranoitats at the station waiting for sregnessap
7
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Ex Input: Sentence: 'two kids playing soccer with a ball while a referee watches closely'. Reverse all words of length '4' in the given sentence. Ex Output: two sdik playing soccer htiw a llab while a referee watches closely Ex Input: Sentence: 'the image shows the screen of a cell phone homepage'. Reverse all words of length '2' in the given sentence. Ex Output: the image shows the screen fo a cell phone homepage Ex Input: Sentence: 'two people look at a computer screen together'. Reverse all words of length '2' in the given sentence. Ex Output:
two people look ta a computer screen together
1
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. One example is below. Q: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. A: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Rationale: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Q: Sentence: 'a double decker bus is parked on a city street'. Reverse all words of length '1' in the given sentence. A:
a double decker bus is parked on a city street
9
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Sentence: 'a photo of a glass of wine an apple and a banana'. Reverse all words of length '2' in the given sentence. a photo fo a glass fo wine na apple and a banana Sentence: 'this goat is standing near a wire fence'. Reverse all words of length '5' in the given sentence. this goat is standing near a wire ecnef Sentence: 'two large muscular work horses being judge in a competition with an onlooking crowd'. Reverse all words of length '4' in the given sentence.
two large muscular krow horses being judge in a competition htiw an onlooking crowd
0
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Example solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Example explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Problem: Sentence: 'a man that is on a skateboard on a box'. Reverse all words of length '2' in the given sentence.
Solution: a man that si no a skateboard no a box
5
NIv2
task378_reverse_words_of_given_length
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 reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Why? Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. New input: Sentence: 'a person riding on the head of an elephant'. Reverse all words of length '1' in the given sentence. Solution:
a person riding on the head of an elephant
0
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. [Q]: Sentence: 'a group of people loading a tour bus'. Reverse all words of length '3' in the given sentence. [A]: a group of people loading a tour sub [Q]: Sentence: 'a woman is riding a show horse at a competition'. Reverse all words of length '6' in the given sentence. [A]: a woman is gnidir a show horse at a competition [Q]: Sentence: 'there are men in the plant of bananas'. Reverse all words of length '5' in the given sentence. [A]:
ereht are men in the tnalp of bananas
5
NIv2
task378_reverse_words_of_given_length
fs_opt
Teacher: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Teacher: Now, understand the problem? If you are still confused, see the following example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Reason: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Now, solve this instance: Sentence: 'a male tennis player swinging a tennis racket at a ball'. Reverse all words of length '6' in the given sentence. Student:
a male sinnet reyalp swinging a sinnet tekcar at a ball
2
NIv2
task378_reverse_words_of_given_length
fs_opt
instruction: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. question: Sentence: 'competitor preparing to return volley during major tennis tournament'. Reverse all words of length '6' in the given sentence. answer: competitor preparing to nruter yellov gnirud major sinnet tournament question: Sentence: 'a group of sheep graze in a grassy field'. Reverse all words of length '2' in the given sentence. answer: a group fo sheep graze ni a grassy field question: Sentence: 'a man that is on a skateboard on a box'. Reverse all words of length '2' in the given sentence. answer:
a man that si no a skateboard no a box
9
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Let me give you an example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. The answer to this example can be: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Here is why: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. OK. solve this: Sentence: 'a walk way that leads to a tower'. Reverse all words of length '1' in the given sentence. Answer:
a walk way that leads to a tower
8
NIv2
task378_reverse_words_of_given_length
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Output: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. New input case for you: Sentence: 'a kitchen area with refrigerator in the background and a sink and stovetop oven on the side surrounded with wooden cabinets'. Reverse all words of length '3' in the given sentence. Output:
a kitchen area with refrigerator in eht background dna a sink dna stovetop oven on eht side surrounded with wooden cabinets
1
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Q: Sentence: 'pictures a candle a single flower and a stuffed bear on a table'. Reverse all words of length '6' in the given sentence. A: pictures a eldnac a elgnis rewolf and a stuffed bear on a table **** Q: Sentence: 'a woman checks upon a baby in a bed'. Reverse all words of length '1' in the given sentence. A: a woman checks upon a baby in a bed **** Q: Sentence: 'wine glasses have some liquid and pine tree decorations'. Reverse all words of length '7' in the given sentence. A:
wine sessalg have some liquid and pine tree decorations ****
4
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Q: Sentence: 'the double decker bus is headed for its destination'. Reverse all words of length '2' in the given sentence. A: the double decker bus si headed for its destination **** Q: Sentence: 'two doubledecker buses are parked at a bus stop next to some buildings with another doubledecker bus on the road going the other direction behind them'. Reverse all words of length '1' in the given sentence. A: two doubledecker buses are parked at a bus stop next to some buildings with another doubledecker bus on the road going the other direction behind them **** Q: Sentence: 'a kitchen area with refrigerator in the background and a sink and stovetop oven on the side surrounded with wooden cabinets'. Reverse all words of length '3' in the given sentence. A:
a kitchen area with refrigerator in eht background dna a sink dna stovetop oven on eht side surrounded with wooden cabinets ****
4
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. -------- Question: Sentence: 'a mix of vegetables in a pot with a spoon'. Reverse all words of length '4' in the given sentence. Answer: a mix of vegetables in a pot htiw a spoon Question: Sentence: 'a white plate with a sandwich and chips between a cat and a bird'. Reverse all words of length '4' in the given sentence. Answer: a white plate htiw a sandwich and chips between a cat and a drib Question: Sentence: 'a woman kitboard on the ocean next to other kite boarders'. Reverse all words of length '2' in the given sentence. Answer:
a woman kitboard no the ocean next ot other kite boarders
7
NIv2
task378_reverse_words_of_given_length
fs_opt
TASK DEFINITION: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. PROBLEM: Sentence: 'a very small shiny metal cup with some food in it'. Reverse all words of length '4' in the given sentence. SOLUTION: a yrev small shiny metal cup htiw emos doof in it PROBLEM: Sentence: 'a woman sitting at a table eating food'. Reverse all words of length '4' in the given sentence. SOLUTION: a woman sitting at a table eating doof PROBLEM: Sentence: 'a man sitting in boat that is resting in the water'. Reverse all words of length '1' in the given sentence. SOLUTION:
a man sitting in boat that is resting in the water
8
NIv2
task378_reverse_words_of_given_length
fs_opt
Teacher: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Teacher: Now, understand the problem? If you are still confused, see the following example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Reason: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Now, solve this instance: Sentence: 'a cool metallic motorcycle on a showroom floor'. Reverse all words of length '10' in the given sentence. Student:
a cool metallic elcycrotom on a showroom floor
2
NIv2
task378_reverse_words_of_given_length
fs_opt
Part 1. Definition In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Part 2. Example Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Answer: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Part 3. Exercise Sentence: 'a black and white cat lying on a bed'. Reverse all words of length '5' in the given sentence. Answer:
a kcalb and etihw cat gniyl on a bed
7
NIv2
task378_reverse_words_of_given_length
fs_opt
Part 1. Definition In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Part 2. Example Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Answer: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Part 3. Exercise Sentence: 'a pizza that is sitting on a paper plate'. Reverse all words of length '7' in the given sentence. Answer:
a pizza that is gnittis on a paper plate
7
NIv2
task378_reverse_words_of_given_length
fs_opt
Teacher: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Teacher: Now, understand the problem? If you are still confused, see the following example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Reason: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Now, solve this instance: Sentence: 'a truck driving underneath traffic lights in the middle of a street'. Reverse all words of length '2' in the given sentence. Student:
a truck driving underneath traffic lights ni the middle fo a street
2
NIv2
task378_reverse_words_of_given_length
fs_opt
Detailed Instructions: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. See one example below: Problem: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Problem: Sentence: 'a double decker bus driving next to a man on a bike'. Reverse all words of length '4' in the given sentence. Solution:
a double decker bus driving txen to a man on a ekib
4
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Input: Consider Input: Sentence: 'a black and white image of a wall with a stop sign on it'. Reverse all words of length '5' in the given sentence. Output: a kcalb and etihw egami of a wall with a stop sign on it Input: Consider Input: Sentence: 'an asian man stands in front of the sink of a messy kitchen and smiles'. Reverse all words of length '4' in the given sentence. Output: an asian man stands in front of the knis of a messy kitchen and smiles Input: Consider Input: Sentence: 'a salad with tomatoes and greens is topped with chicken'. Reverse all words of length '5' in the given sentence.
Output: a dalas with tomatoes and greens is topped with chicken
2
NIv2
task378_reverse_words_of_given_length
fs_opt
instruction: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. question: Sentence: 'a motorcycle gang riding through the streets with trees'. Reverse all words of length '4' in the given sentence. answer: a motorcycle gnag riding through the streets htiw trees question: Sentence: 'a skateboarder does a jump trick over a sewer hole'. Reverse all words of length '5' in the given sentence. answer: a skateboarder does a jump kcirt over a rewes hole question: Sentence: 'two computers and television are on a wooden table'. Reverse all words of length '1' in the given sentence. answer:
two computers and television are on a wooden table
9
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. [Q]: Sentence: 'a small kid walks down a aisle with an umbrella in hand'. Reverse all words of length '8' in the given sentence. [A]: a small kid walks down a aisle with an allerbmu in hand [Q]: Sentence: 'a sink and a bathtub and shower with a mirror above the sink'. Reverse all words of length '4' in the given sentence. [A]: a knis and a bathtub and shower htiw a mirror above the knis [Q]: Sentence: 'an airplane moves along a runway at an airport'. Reverse all words of length '6' in the given sentence. [A]:
an airplane moves along a yawnur at an airport
5
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. [Q]: Sentence: 'a pinto horse walking in a coral with two people'. Reverse all words of length '2' in the given sentence. [A]: a pinto horse walking ni a coral with two people [Q]: Sentence: 'a close up of the front of a train on train tracks'. Reverse all words of length '3' in the given sentence. [A]: a close up of eht front of a train on train tracks [Q]: Sentence: 'a herd of zebra standing on a field'. Reverse all words of length '1' in the given sentence. [A]:
a herd of zebra standing on a field
5
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example Input: Sentence: 'an umbrella sitting on top of a hill next to a body of water'. Reverse all words of length '4' in the given sentence. Example Output: an umbrella sitting on top of a llih txen to a ydob of water Example Input: Sentence: 'a bathroom with just a toilet and toilet paper'. Reverse all words of length '1' in the given sentence. Example Output: a bathroom with just a toilet and toilet paper Example Input: Sentence: 'picture of a girl driving a horse drawn cart while another girl hangs out'. Reverse all words of length '5' in the given sentence. Example Output:
picture of a girl driving a esroh nward cart elihw another girl sgnah out
3
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Ex Input: Sentence: 'a man is in the air riding a skateboard outside'. Reverse all words of length '2' in the given sentence. Ex Output: a man si ni the air riding a skateboard outside Ex Input: Sentence: 'multiple animals in a field while eating some grass'. Reverse all words of length '5' in the given sentence. Ex Output: multiple animals in a dleif elihw eating some ssarg Ex Input: Sentence: 'two men playing a game in a gym while people watch'. Reverse all words of length '5' in the given sentence. Ex Output:
two men playing a game in a gym elihw people hctaw
1
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Example solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Example explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Problem: Sentence: 'the woman is standing beside the very large vehicle'. Reverse all words of length '4' in the given sentence.
Solution: the woman is standing beside the yrev large vehicle
5
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Example solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Example explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Problem: Sentence: 'picture of a girl driving a horse drawn cart while another girl hangs out'. Reverse all words of length '5' in the given sentence.
Solution: picture of a girl driving a esroh nward cart elihw another girl sgnah out
5
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Input: Consider Input: Sentence: 'a train platform at a train stop with brick style flooring'. Reverse all words of length '2' in the given sentence. Output: a train platform ta a train stop with brick style flooring Input: Consider Input: Sentence: 'a man walking in the shore with a surfboard under his arm'. Reverse all words of length '3' in the given sentence. Output: a nam walking in eht shore with a surfboard under sih mra Input: Consider Input: Sentence: 'a parade where people are dressed up riding a few horses'. Reverse all words of length '2' in the given sentence.
Output: a parade where people are dressed pu riding a few horses
2
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Example solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Example explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Problem: Sentence: 'a photo of a glass of wine an apple and a banana'. Reverse all words of length '2' in the given sentence.
Solution: a photo fo a glass fo wine na apple and a banana
5
NIv2
task378_reverse_words_of_given_length
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Output: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. New input case for you: Sentence: 'a big jumbo plane rides down the run way'. Reverse all words of length '5' in the given sentence. Output:
a big obmuj enalp sedir down the run way
1
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example input: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Example output: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Example explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Q: Sentence: 'a woman hitting a tennis ball with a tennis racket'. Reverse all words of length '1' in the given sentence. A:
a woman hitting a tennis ball with a tennis racket
3
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Input: Consider Input: Sentence: 'a dog wearing a wooden tie sitting in its masters lap'. Reverse all words of length '1' in the given sentence. Output: a dog wearing a wooden tie sitting in its masters lap Input: Consider Input: Sentence: 'some people sitting on some benches flowers and buildings'. Reverse all words of length '3' in the given sentence. Output: some people sitting on some benches flowers dna buildings Input: Consider Input: Sentence: 'a photo of a glass of wine an apple and a banana'. Reverse all words of length '2' in the given sentence.
Output: a photo fo a glass fo wine na apple and a banana
2
NIv2
task378_reverse_words_of_given_length
fs_opt
instruction: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. question: Sentence: 'this is people standing in a field with kites'. Reverse all words of length '8' in the given sentence. answer: this is people gnidnats in a field with kites question: Sentence: 'a shirtless man lays on a bed and smiles'. Reverse all words of length '9' in the given sentence. answer: a sseltrihs man lays on a bed and smiles question: Sentence: 'the two men are walking together past the trucks'. Reverse all words of length '7' in the given sentence. answer:
the two men are gniklaw together past the trucks
9
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example Input: Sentence: 'a hand is holding an iced doughnut with sprinkles'. Reverse all words of length '1' in the given sentence. Example Output: a hand is holding an iced doughnut with sprinkles Example Input: Sentence: 'a dog sitting in the passenger seat of a vehicle'. Reverse all words of length '9' in the given sentence. Example Output: a dog sitting in the regnessap seat of a vehicle Example Input: Sentence: 'people wait for their baggage to come at the airport'. Reverse all words of length '5' in the given sentence. Example Output:
people wait for rieht baggage to come at the airport
3
NIv2
task378_reverse_words_of_given_length
fs_opt
instruction: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. question: Sentence: 'a clock tower with a weather vein that is lit up'. Reverse all words of length '7' in the given sentence. answer: a clock tower with a rehtaew vein that is lit up question: Sentence: 'a bathroom with a white bath tub under a mirror'. Reverse all words of length '5' in the given sentence. answer: a bathroom with a etihw bath tub rednu a mirror question: Sentence: 'flowers are on an office desk with a sign that states visitors must sign in'. Reverse all words of length '8' in the given sentence. answer:
flowers are on an office desk with a sign that states srotisiv must sign in
9
NIv2
task378_reverse_words_of_given_length
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Output: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. New input case for you: Sentence: 'a close up of a cat laying on a couch with a computer mouse'. Reverse all words of length '8' in the given sentence. Output:
a close up of a cat laying on a couch with a retupmoc mouse
1
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Input: Consider Input: Sentence: 'the man smiles while holding a small boy'. Reverse all words of length '5' in the given sentence. Output: the man smiles elihw holding a llams boy Input: Consider Input: Sentence: 'three people on a tennis court playing tennis'. Reverse all words of length '6' in the given sentence. Output: three elpoep on a sinnet court playing sinnet Input: Consider Input: Sentence: 'a man leaning against a building using his phone'. Reverse all words of length '5' in the given sentence.
Output: a man leaning against a building gnisu his enohp
2
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. -------- Question: Sentence: 'a pair of melted scissors on top of a reflective surface'. Reverse all words of length '7' in the given sentence. Answer: a pair of melted scissors on top of a reflective ecafrus Question: Sentence: 'a red double decker bus parked in front of a building'. Reverse all words of length '1' in the given sentence. Answer: a red double decker bus parked in front of a building Question: Sentence: 'two red vases displayed in a white box'. Reverse all words of length '9' in the given sentence. Answer:
two red vases deyalpsid in a white box
7
NIv2
task378_reverse_words_of_given_length
fs_opt
Part 1. Definition In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Part 2. Example Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Answer: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Part 3. Exercise Sentence: 'flowers are on an office desk with a sign that states visitors must sign in'. Reverse all words of length '8' in the given sentence. Answer:
flowers are on an office desk with a sign that states srotisiv must sign in
7
NIv2
task378_reverse_words_of_given_length
fs_opt
TASK DEFINITION: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. PROBLEM: Sentence: 'a tall clock tower with a sky background'. Reverse all words of length '10' in the given sentence. SOLUTION: a tall clock tower with a sky dnuorgkcab PROBLEM: Sentence: 'white scooter sitting behind a glass display in a building'. Reverse all words of length '1' in the given sentence. SOLUTION: white scooter sitting behind a glass display in a building PROBLEM: Sentence: 'a double decker bus waiting at a bus stop'. Reverse all words of length '3' in the given sentence. SOLUTION:
a double decker sub waiting at a sub stop
8
NIv2
task378_reverse_words_of_given_length
fs_opt
Teacher: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Teacher: Now, understand the problem? If you are still confused, see the following example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Reason: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Now, solve this instance: Sentence: 'people wait for their baggage to come at the airport'. Reverse all words of length '5' in the given sentence. Student:
people wait for rieht baggage to come at the airport
2
NIv2
task378_reverse_words_of_given_length
fs_opt
Detailed Instructions: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. See one example below: Problem: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Problem: Sentence: 'a woman points at a window by a seat'. Reverse all words of length '2' in the given sentence. Solution:
a woman points ta a window yb a seat
4
NIv2
task378_reverse_words_of_given_length
fs_opt
Detailed Instructions: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. See one example below: Problem: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Problem: Sentence: 'a woman wearing shades and using a cellular phone'. Reverse all words of length '6' in the given sentence. Solution:
a woman wearing sedahs and using a cellular phone
4
NIv2
task378_reverse_words_of_given_length
fs_opt
instruction: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. question: Sentence: 'a group of zebras gather at a watering hole'. Reverse all words of length '1' in the given sentence. answer: a group of zebras gather at a watering hole question: Sentence: 'a group of people loading a tour bus'. Reverse all words of length '3' in the given sentence. answer: a group of people loading a tour sub question: Sentence: 'a woman points at a window by a seat'. Reverse all words of length '2' in the given sentence. answer:
a woman points ta a window yb a seat
9
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. One example is below. Q: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. A: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Rationale: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Q: Sentence: 'a group of motorcycle riders gather around their bikes'. Reverse all words of length '2' in the given sentence. A:
a group fo motorcycle riders gather around their bikes
9
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. One example is below. Q: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. A: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Rationale: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Q: Sentence: 'a man walking in street with tie blowing in wind'. Reverse all words of length '7' in the given sentence. A:
a man gniklaw in street with tie gniwolb in wind
9
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. One example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution is here: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Now, solve this: Sentence: 'a person is standing by a table full of food'. Reverse all words of length '4' in the given sentence. Solution:
a person is standing by a table lluf of doof
6
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. [EX Q]: Sentence: 'a fire hydrant placed in the street just off the curb'. Reverse all words of length '3' in the given sentence. [EX A]: a fire hydrant placed in eht street just ffo eht curb [EX Q]: Sentence: 'a man on a surfboard riding a wave in the ocean'. Reverse all words of length '6' in the given sentence. [EX A]: a man on a surfboard gnidir a wave in the ocean [EX Q]: Sentence: 'a bright white kitchen with open doors leading to the back yard'. Reverse all words of length '3' in the given sentence. [EX A]:
a bright white kitchen with open doors leading to eht back yard
6
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Example solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Example explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Problem: Sentence: 'a group of brown horses standing on top of a green field'. Reverse all words of length '3' in the given sentence.
Solution: a group of brown horses standing on pot of a green field
5
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Q: Sentence: 'a shirtless man lays on a bed and smiles'. Reverse all words of length '9' in the given sentence. A: a sseltrihs man lays on a bed and smiles **** Q: Sentence: 'someone is holding a computer on top of two plastic barrels'. Reverse all words of length '1' in the given sentence. A: someone is holding a computer on top of two plastic barrels **** Q: Sentence: 'two sheep standing on a lush green hillside covered in grass'. Reverse all words of length '3' in the given sentence. A:
owt sheep standing on a lush green hillside covered in grass ****
4
NIv2
task378_reverse_words_of_given_length
fs_opt
Part 1. Definition In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Part 2. Example Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Answer: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Part 3. Exercise Sentence: 'a sink and a bathtub and shower with a mirror above the sink'. Reverse all words of length '4' in the given sentence. Answer:
a knis and a bathtub and shower htiw a mirror above the knis
7
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Ex Input: Sentence: 'a man riding skis down a snow covered slope'. Reverse all words of length '5' in the given sentence. Ex Output: a man riding skis down a snow covered epols Ex Input: Sentence: 'an adult goat standing beside its baby goats in a grassy area'. Reverse all words of length '5' in the given sentence. Ex Output: an tluda goat standing beside its baby staog in a grassy area Ex Input: Sentence: 'a woman poses with a horse in front of a snowcovered house'. Reverse all words of length '1' in the given sentence. Ex Output:
a woman poses with a horse in front of a snowcovered house
1
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Example solution: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Example explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Problem: Sentence: 'a very large watch tower towers over the trees'. Reverse all words of length '3' in the given sentence.
Solution: a very large watch tower towers over eht trees
5
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example Input: Sentence: 'a white and gray dining and living room area with colorful pillows'. Reverse all words of length '6' in the given sentence. Example Output: a white and gray gninid and gnivil room area with colorful pillows Example Input: Sentence: 'a skateboarder in mid air during a trick'. Reverse all words of length '6' in the given sentence. Example Output: a skateboarder in mid air gnirud a trick Example Input: Sentence: 'a desk with laptop cell phone landline phone and soda can'. Reverse all words of length '6' in the given sentence. Example Output:
a desk with potpal cell phone landline phone and soda can
3
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Q: Sentence: 'there is no image to provide a caption for'. Reverse all words of length '7' in the given sentence. A: there is no image to edivorp a noitpac for **** Q: Sentence: 'a bicycle parked on a bridge next to a marina'. Reverse all words of length '4' in the given sentence. A: a bicycle parked on a bridge txen to a marina **** Q: Sentence: 'a traffic signal that has two red lights on it'. Reverse all words of length '1' in the given sentence. A:
a traffic signal that has two red lights on it ****
4
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Let me give you an example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. The answer to this example can be: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Here is why: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. OK. solve this: Sentence: 'a traffic signal that has two red lights on it'. Reverse all words of length '1' in the given sentence. Answer:
a traffic signal that has two red lights on it
8
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Let me give you an example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. The answer to this example can be: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Here is why: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. OK. solve this: Sentence: 'a man and a woman cutting a cake with a knife'. Reverse all words of length '4' in the given sentence. Answer:
a man and a woman cutting a ekac htiw a knife
8
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. [Q]: Sentence: 'a group of people loading a tour bus'. Reverse all words of length '3' in the given sentence. [A]: a group of people loading a tour sub [Q]: Sentence: 'a griaffe eating from a tall basket at a zoo'. Reverse all words of length '2' in the given sentence. [A]: a griaffe eating from a tall basket ta a zoo [Q]: Sentence: 'a group of men riding elephants show off for a crowd'. Reverse all words of length '9' in the given sentence. [A]:
a group of men riding stnahpele show off for a crowd
5
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Q: Sentence: 'a cluster of fruits and vegetables on a wooden table'. Reverse all words of length '10' in the given sentence. A: a cluster of fruits and selbategev on a wooden table **** Q: Sentence: 'a bus with a colorful design on the bottom half'. Reverse all words of length '8' in the given sentence. A: a bus with a lufroloc design on the bottom half **** Q: Sentence: 'a person in black shirt walking on sidewalk with an umbrella'. Reverse all words of length '1' in the given sentence. A:
a person in black shirt walking on sidewalk with an umbrella ****
4
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Sentence: 'a griaffe eating from a tall basket at a zoo'. Reverse all words of length '2' in the given sentence. a griaffe eating from a tall basket ta a zoo Sentence: 'a baseball player tossing a ball to another player'. Reverse all words of length '2' in the given sentence. a baseball player tossing a ball ot another player Sentence: 'a group of people stand around a table with a childs birthday cake on it'. Reverse all words of length '6' in the given sentence.
a group of elpoep stand dnuora a table with a sdlihc birthday cake on it
0
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. One example is below. Q: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. A: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Rationale: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Q: Sentence: 'someone has been foraging through their backyard and ready to chop up the findings'. Reverse all words of length '3' in the given sentence. A:
someone sah been foraging through their backyard dna ready to chop up eht findings
9
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Sentence: 'a man leans down to take a bite from his sandwich'. Reverse all words of length '5' in the given sentence. a man snael down to take a bite from his sandwich Sentence: 'the woman is standing near boxes on the dining room table'. Reverse all words of length '5' in the given sentence. the namow is standing near sexob on the dining room elbat Sentence: 'a laptop is sitting on a table with a bottle of coke'. Reverse all words of length '2' in the given sentence.
a laptop si sitting no a table with a bottle fo coke
0
NIv2
task378_reverse_words_of_given_length
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Output: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. New input case for you: Sentence: 'a person covers their face while holding onto a sink'. Reverse all words of length '5' in the given sentence. Output:
a person covers rieht face elihw holding onto a sink
1
NIv2
task378_reverse_words_of_given_length
fs_opt
TASK DEFINITION: In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. PROBLEM: Sentence: 'a chair and a table against a stone wall with a red clock and decorations on display'. Reverse all words of length '4' in the given sentence. SOLUTION: a chair and a table against a stone llaw htiw a red clock and decorations on display PROBLEM: Sentence: 'a cat in a bathroom sitting on a toilet'. Reverse all words of length '3' in the given sentence. SOLUTION: a tac in a bathroom sitting on a toilet PROBLEM: Sentence: 'a girl standing in front of a tv playing wii'. Reverse all words of length '1' in the given sentence. SOLUTION:
a girl standing in front of a tv playing wii
8
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. One example is below. Q: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. A: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Rationale: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Q: Sentence: 'someone using a red and blue flying object on the beach'. Reverse all words of length '3' in the given sentence. A:
someone using a der dna blue flying object on eht beach
9
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. One example: Sentence: 'as a guy jumps over the snow with his snowboard people riding on the lift behind him look on'. Reverse all words of length '6' in the given sentence. Solution is here: as a guy jumps over the snow with his snowboard elpoep gnidir on the lift dniheb him look on Explanation: Words 'people', 'riding', 'behind' are of length 6. Reversing these words results in 'elpoep', 'gnidir', and 'dniheb' respectively. So this is a correct answer. Now, solve this: Sentence: 'there is a mother giraffe with her baby giraffe'. Reverse all words of length '1' in the given sentence. Solution:
there is a mother giraffe with her baby giraffe
6
NIv2
task378_reverse_words_of_given_length
fs_opt
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. -------- Question: Sentence: 'a man and a woman wearing all black are sitting next to each other on a bench'. Reverse all words of length '4' in the given sentence. Answer: a man and a woman wearing all black are sitting txen to hcae other on a bench Question: Sentence: 'a group of motorcycle riders one with a side car'. Reverse all words of length '6' in the given sentence. Answer: a group of motorcycle sredir one with a side car Question: Sentence: 'there is a mother giraffe with her baby giraffe'. Reverse all words of length '1' in the given sentence. Answer:
there is a mother giraffe with her baby giraffe
7
NIv2
task378_reverse_words_of_given_length
fs_opt
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
5