inputs stringlengths 291 1.52k | targets stringlengths 2 71 | _template_idx int64 0 9 | _task_source stringclasses 1 value | _task_name stringclasses 1 value | _template_type stringclasses 2 values |
|---|---|---|---|---|---|
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Sentence: From where Keith was standing, Paul's mining helmet gave off a brilliant light, but Pedro's helmet barely offered a flicker. Question: Which of the miners was closer to Keith? (A) Pedro was closer (B) Paul was closer
Pedro was closer
Sentence: Melissa is playing outside in the evening when the street lights go on. From where she is, she can see two street lights. One is nearby and the other is farther away down the street. Question: Which appears dimmer? (A) nearby street light (B) far away street light
nearby street light
Sentence: A brown mouse and a black mouse each run through 50 foot tunnels as quickly as they can. The black mouse made it to the other end in a shorter amount of time than the brown mouse. Question: Which mouse couldn't run as fast? (A) the brown mouse (B) the black mouse
| the black mouse
| 0 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
--------
Question: Sentence: Mike is standing closer to a lantern then to a streetlight. Question: Which light source seems brighter to him? (A) lantern (B) streetlight
Answer: streetlight
Question: Sentence: A skateboard's wheels get less hot riding through an auditorium compared to a concert hall. Question: Which surface offers greater resistance? (A) concert hall (B) auditorium
Answer: auditorium
Question: Sentence: A rat and a mouse each set out walking from the high school to the hospital. The rat was speedier than the mouse. Question: Who took more time to arrive at the hospital? (A) the rat (B) the mouse
Answer: | the rat
| 7 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
Part 1. Definition
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Part 2. Example
Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Answer: Benny
Explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Part 3. Exercise
Sentence: A turtle is slower then a rabbit. Question: If both animals are racing, which one will travel less distance in 5 minutes? (A) rabbit (B) turtle
Answer: | rabbit | 7 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
One example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Solution is here: Benny
Explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Now, solve this: Sentence: Sara likes to throw her sponge ball around. After a while, she notices that rolls more quickly on her on her driveway so she had to chase it, then when she's playing on the grass. Question: Which surface has the greatest resistance? (A) concrete driveway (B) grass?
Solution: | concrete driveway | 6 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Input: Consider Input: Sentence: Barry was driving his new car. As he drove on the new road, there were no problems, but it was a rough drive on the gravel side road. Question: Which road way would have generated more heat as Barry drove? (A) new roadway (B) gravel.
Output: new roadway
Input: Consider Input: Sentence: Bob is a human. Carl's a zombie. Carl is chasing Bob. Bob is sweating a lot. Carl would be sweating, but he's dead. Bob's pretty scared, and is running very, very quickly. Question: His shirt is drenched in sweat! Who's exercising more? (A) the human is exercising more (B) the zombie is exercising more
Output: the zombie is exercising more
Input: Consider Input: Sentence: Jack and Tom were golfing and they each had their own golf cart. They decided to race to the next hole. Jack's cart was carrying an extra 400 pounds more than Tom's cart. Question: Who got ahead first? (A) Jack (B) Tom
| Output: Jack
| 2 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Example solution: Benny
Example explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Problem: Sentence: Jack and Tom were golfing and they each had their own golf cart. They decided to race to the next hole. Jack's cart was carrying an extra 400 pounds more than Tom's cart. Question: Who got ahead first? (A) Jack (B) Tom
| Solution: Jack | 5 | NIv2 | task1379_quarel_incorrect_answer_generation | 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.
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Solution: Benny
Why? Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
New input: Sentence: Drew is trying to decide whether he should throw some socks away. A pair of blue socks feels very flimsy compared to a pair of black socks. Question: Which pair of socks is more likely to tear if they are worn? (A) black socks (B) blue socks
Solution: | black socks | 0 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
Part 1. Definition
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Part 2. Example
Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Answer: Benny
Explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Part 3. Exercise
Sentence: Rachel took a photo of her friend in Paris with the Eiffel Tower, and it appears like her friend is just as tall as the tower. Question: How could that be? (A) the friend is further away from the camera than the tower (B) the friend is closer to the camera than the tower
Answer: | the friend is further away from the camera than the tower | 7 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
One example is below.
Q: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
A: Benny
Rationale: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Q: Sentence: Erika is trying to get a paper plane to fly faster and further. She makes one that is heavy, and one that is very light. Question: Which will go faster? (A) light plane (B) heavy plane
A: | heavy plane | 9 | NIv2 | task1379_quarel_incorrect_answer_generation | 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.
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Solution: Benny
Why? Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
New input: Sentence: A segway can travel a much greater distance inside a shopping mall before needing a recharge then when it is cruising around outside on the street. Question: Which surface is rougher? (A) shopping mall (B) street
Solution: | shopping mall | 0 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example Input: Sentence: Mike's truck is slower then his car. Question: If he drives both for an hour on the freeway, which will have gone the smaller distance? (A) truck (B) car
Example Output: car
Example Input: Sentence: Mike is a concert listening to a performance. The orchestra is arrayed in front of him, with the bongos nearby and the snare in the back. Question: Which drum will sound louder to him? (A) snare (B) bongo
Example Output: snare
Example Input: Sentence: A slice of bread can slide a greater distance across a serving plate then across a floor. Question: Which surface provides more friction to the slice of bread? (A) serving plate (B) floor
Example Output: | serving plate
| 3 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Ex Input:
Sentence: Officer Patrick raised his flashlight and approached Rosie. When he reached her, she complained that the glare of the flashlight was hurting her eyes. Question: To Rosie, when would the flashlight have been the brightest? (A) When it was near (B) When it was far
Ex Output:
When it was far
Ex Input:
Sentence: The Flash is the fastest superhero in the universe. Him and Wolverine decide to race from one side of the earth to the other. Question: Who wins this race? (A) The Flash (B) Wolverine
Ex Output:
Wolverine
Ex Input:
Sentence: Tom walks around wearing one glass shoe and one leather shoe. Question: Which shoe is more likely to break? (A) Leather shoe (B) Glass shoe
Ex Output:
| Leather shoe
| 1 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
One example is below.
Q: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
A: Benny
Rationale: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Q: Sentence: A surfboard isn't as flexible as cardboard. Question: Which item will break easier when bent? (A) surfboard (B) cardboard
A: | cardboard | 9 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
[Q]: Sentence: The Flash is the fastest superhero in the universe. Him and Wolverine decide to race from one side of the earth to the other. Question: Who wins this race? (A) The Flash (B) Wolverine
[A]: Wolverine
[Q]: Sentence: Andy was standing in a field at night and he saw two street lights in the distance, one to his left and and one to his right. The one on the left wasn't as bright as the one on the right. Question: Which one was he closer to? (A) the one on the left (B) the one on the right
[A]: the one on the left
[Q]: Sentence: Matt knows that when he rolls his baseball across the infield it will roll a greater distance then when he rolls it across the outfield. Question: Which field will make the ball get hotter? (A) infield (B) outfield
[A]: | infield
| 5 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Input: Consider Input: Sentence: Atreyu saw two pin-prick green dots in the dark cave far ahead. As he got closer, he saw they were the glowing eyes of the Gmork. When the Gmork lunged at him, Atreyu saw its eyes were very green, very hungry, and very bright. Question: When did Gmork's eyes appear dimmer? (A) when they were near (B) when they were far
Output: when they were near
Input: Consider Input: Sentence: Carl has a house on the beach. One night, a big yacht is making a lot of noise because people are partying on it near the shore. It then drives out to sea. Question: When would Carl hear the yacht the most? (A) when its at shore (B) when its at sea
Output: when its at sea
Input: Consider Input: Sentence: A chopstick has an easier time stabbing into sushi then into meat. Question: Which object will allow the chopstick to stab into it at a quicker rate of speed? (A) sushi (B) meat
| Output: meat
| 2 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
One example is below.
Q: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
A: Benny
Rationale: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Q: Sentence: Todd landed on Mercury as part of an historic mission. He saw that Mercury had a very small fraction of the mass of Earth. Question: On which planet will Todd feel less gravitational force? (A) Earth (B) Mercury
A: | Earth | 9 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Ex Input:
Sentence: A tortoise and a hare decided to race each other and the tortoise was slower. Question: Halfway through the race, which one had travelled further? (A) the tortoise (B) the hare
Ex Output:
the tortoise
Ex Input:
Sentence: Mary's kitchen floor is slicker then her hallway floor. She was feeding her dogs one day and some kibble slid across both surfaces. Question: Which surface caused the kibble to heat up less? (A) kitchen floor (B) hallway floor
Ex Output:
hallway floor
Ex Input:
Sentence: Frank was dragging a heavy log across the yard. His twin brother Fred was dragging one that weighed only half as much. Question: When the work was through, who had lost more perspiration? (A) Frank (B) Fred
Ex Output:
| Fred
| 1 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
One example is below.
Q: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
A: Benny
Rationale: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Q: Sentence: Two horses were out on a hot day in a sunny pasture that didn't have any shade for two hours. When their owner came by to take them to a shaded pasture, his white horse was covered in sweat and his bay horse was dry. Question: Which of the horses had been taking it easy? (A) the white horse (B) the bay horse
A: | the white horse | 9 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
One example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Solution is here: Benny
Explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Now, solve this: Sentence: At a karate tournament there are paper and wood boards. Question: Which would be easier to break? (A) Wood (B) Paper
Solution: | Wood | 6 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
Detailed Instructions: You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
See one example below:
Problem: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Solution: Benny
Explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Problem: Sentence: Lane is testing how strong gravity pulls on different objects. She drops a brick and a penny from a roof at the same time. Question: Which has larger mass and hits the ground first? (A) brick (B) penny
Solution: | penny | 4 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
Part 1. Definition
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Part 2. Example
Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Answer: Benny
Explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Part 3. Exercise
Sentence: James is at the arena watching his favorite boxer go head to head with his nemesis in the ring. Question: Which of the two is least likely to need to wipe their face with a dry towel? (A) The boxer constantly on the move (B) James, sitting in a chair
Answer: | The boxer constantly on the move | 7 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Let me give you an example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
The answer to this example can be: Benny
Here is why: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
OK. solve this:
Sentence: Joe was the fastest runner in his school. Another student at his school, Larry, challenged him to race the length of the football field. Question: Which student made it in the least amount of time? (A) Joe (B) Larry
Answer: | Larry | 8 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
--------
Question: Sentence: Stanley and Kayle are driving their cars at 40 mph down the road. Stanley stops his car to answer his phone while Kayle continues driving. Question: Who drives the shortest distance? (A) Stanley (B) Kayle.
Answer: Kayle
Question: Sentence: Jessica is playing baseball. She throws the ball and it rolls in the dirt path and into the outfield. The dirt has more resistance than the outfield. Question: Which surface has a more uniform surface? (A) dirt (B) outfield
Answer: dirt
Question: Sentence: Joe was the fastest runner in his school. Another student at his school, Larry, challenged him to race the length of the football field. Question: Which student made it in the least amount of time? (A) Joe (B) Larry
Answer: | Larry
| 7 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Sentence: Both Tipper and Larry work in construction. Tipper works on the site while Larry works in the office. Question: Who will sweat less over the course of a day? (A) Tipper (B) Larry
Tipper
Sentence: Jimmy gets mad and throws his laptop against the wall. He takes his shirt off and throws that against the wall as well. Question: Which object is more likely to break due to inflexibility? (A) Laptop (B) Shirt
Shirt
Sentence: Wyatt is riding his horse very fast, while Timmy is riding on his skateboard. Question: After ten minutes, who would have gone furthest? (A) Wyatt (B) Timmy
| Timmy
| 0 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Q: Sentence: Bob is a human. Carl's a zombie. Carl is chasing Bob. Bob is sweating a lot. Carl would be sweating, but he's dead. Bob's pretty scared, and is running very, very quickly. Question: His shirt is drenched in sweat! Who's exercising more? (A) the human is exercising more (B) the zombie is exercising more
A: the zombie is exercising more
****
Q: Sentence: Jim and Bob are running on the track. Jim has a hurt knee and can't run as fast. Question: After a half hour, who has run further? (A) Jim (B) Bob
A: Jim
****
Q: Sentence: A steel sheet is less flexible then a rubber sheet. Question: If you bend both objects, which is most likely to break in half? (A) rubber sheet (B) steel sheet
A: | rubber sheet
****
| 4 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Q: Sentence: It is a hot summer day. Jamie is sitting in the shade reading a book. Alex is laying in the grass with the sun directly on him. Jamie is wearing white and Alex is wearing black. Question: What will the outcome be? (A) Jamie will sweat more than Alex (B) Alex will sweat more than Jamie
A: Jamie will sweat more than Alex
****
Q: Sentence: A group of kids are at a music festival. They are in the campground. They can hear one band to the left playing rock and another band ahead of them playing hip hop. They can hear the rock band a lot more clearly. Question: Which band is closer? (A) the rock band (B) the hip hop band
A: the hip hop band
****
Q: Sentence: Both a cat and a dog are running down the road at the same speed chasing a bunny. The dog gives up before the cat, which means the cat ran for a longer length of time. Question: Which animal ran a greater distance? (A) cat (B) dog
A: | dog
****
| 4 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Let me give you an example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
The answer to this example can be: Benny
Here is why: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
OK. solve this:
Sentence: Mike was making some chicken wings in the oven and set the stove alarm to go off when they were done. Brrrrrrrrrrriiiiiiiiinnnnnnnngggggggg! The stove alarm squealed so loudly that Mike heard it all the way on the other side of the house. He ran into the kitchen, where the ringing was so loud it hurt his ears, and quickly turned it off. Question: When was the stove alarm loudest? (A) stove alarm in distance (B) stove alarm up close
Answer: | stove alarm in distance | 8 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
One example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Solution is here: Benny
Explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Now, solve this: Sentence: Jimbo isn't as strong as Henry. Question: Which person can toss a soccer ball a greater distance? (A) Jimbo (B) Henry
Solution: | Jimbo | 6 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
One example is below.
Q: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
A: Benny
Rationale: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Q: Sentence: Donna is working out on a local jogging path. Donna sprints at full speed for three minutes on the path then jogs at a more leisurely pace for another three minutes. Question: During which portion of her workout will Donna cover a smaller amount of ground? (A) when she is sprinting (B) when she is jogging
A: | when she is sprinting | 9 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example input: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Example output: Benny
Example explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Q: Sentence: Mary knows that her magazine is more flexible then her board. Question: Which item is most likely to break when she bends it? (A) magazine (B) board
A: | magazine | 3 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
--------
Question: Sentence: Mary knows that a bucket is not as rough as a pail. Question: Which surface will allow her popcorn to slide around more? (A) bucket (B) pail
Answer: pail
Question: Sentence: An average 10 year old boy and an average 15 year old boy throw a football. Question: Which boy will throw the football the shortest distance? (A) 10 year old boy (B) 15 year old boy
Answer: 15 year old boy
Question: Sentence: Mary knows that her magazine is more flexible then her board. Question: Which item is most likely to break when she bends it? (A) magazine (B) board
Answer: | magazine
| 7 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Example solution: Benny
Example explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Problem: Sentence: A cantaloupe rolling around in a farmer's field experiences much less friction then one rolling around in the back of a transport truck. Question: Which surface can the cantaloupe roll a greater distance over? (A) farmer's field (B) transport truck
| Solution: transport truck | 5 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
Teacher: You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Teacher: Now, understand the problem? If you are still confused, see the following example:
Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Solution: Benny
Reason: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Now, solve this instance: Sentence: Shaquille O'neal weighs more than twice Allen Iverson's weight. Question: Who would take longer to run the length of the basketball court? (A) Iverson (B) O'neal
Student: | Iverson | 2 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
instruction:
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
question:
Sentence: Susan is walking along a path in a forest, blowing on her whistle once every 2 minutes. Her friend Jane is at their campsite. She can hear Susan's whistle. The sound is getting fainter and fainter. Question: Is Susan walking towards or away from the campsite? (A) towards (B) away from
answer:
towards
question:
Sentence: John and Jane start playing basketball together, but Jane only plays for half as long as John. Question: If both John and Jane are equally athletic, who will have more sweat on their body? (A) John (B) Jane
answer:
Jane
question:
Sentence: Shaniqua fires an arrow from her compound bow while Jaleesa stands next to her and shoots a bullet from her gun. They watch as the arrow flies through the air, but the bullet goes so fast it can't be seen. Question: After a few seconds, which will have traveled less distance? (A) the arrow (B) the bullet
answer:
| the bullet
| 9 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Example solution: Benny
Example explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Problem: Sentence: Craig just got done walking home from school which was 3 miles. Jamie took the bus home from school. Question: Who would sweat more? (A) Jamie (B) Craig
| Solution: Jamie | 5 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
--------
Question: Sentence: Jack and Jill are sliding a cellphone back and forth along the tabletop very easily. Their mother puts a tablecloth over the tabletop and it's not as easy to slide the phone anymore. Question: Which surface has less friction? (A) TABLETOP (B) TABLECLOTH
Answer: TABLECLOTH
Question: Sentence: The strongman, who is very strong, and bearded lady, who is not so strong, at the circus are playing a game. They each throw a Weight as far as they can. Question: Who can throw it farthest? (A) strongman (B) bearded lady
Answer: bearded lady
Question: Sentence: Craig just got done walking home from school which was 3 miles. Jamie took the bus home from school. Question: Who would sweat more? (A) Jamie (B) Craig
Answer: | Jamie
| 7 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Q: Sentence: Two kids are chatting across the playground. They are harder to hear than the group of kids chatting right next to you. Question: Why is that? (A) They all sound the same (B) They are farther away
A: They all sound the same
****
Q: Sentence: Bob is sitting in front of his computer munching on crisps. Sue is running for her life as she's being chased by a bear. Question: Who will sweat less? (A) Bob will sweat less (B) Sue will sweat less
A: Sue will sweat less
****
Q: Sentence: A camera slid along a folding table moves gently, while one slid along a card table bumps along. Question: Which type of table will allow the camera to slide at a greater rate of speed? (A) folding table (B) card table
A: | card table
****
| 4 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Input: Consider Input: Sentence: The wheels of a shopping cart heat up quite a bit when rolling through the parking lot, but quite a bit less when rolling around on the store floor. Question: Which surface is providing less friction? (A) parking lot (B) store floor
Output: parking lot
Input: Consider Input: Sentence: An average car weighs around 3 thousand pounds. Question: What would have a greater gravitational pull the Moon or a Car? (A) Moon (B) Car
Output: Car
Input: Consider Input: Sentence: Zachary likes to push his toy car around the house. His mom notices his car rolls slower on the carpet in the dining room than on the hardwood floor in the nursery. Question: Which surface has the greatest resistance? (A) the hardwood floor or (B) the dining room carpet
| Output: the hardwood floor
| 2 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example Input: Sentence: Jane sees two stars directly overhead. One of them appears quite bright and the other one is dim. Question: Why? (A) the dim one is a lot closer (B) the dim one is further away
Example Output: the dim one is a lot closer
Example Input: Sentence: Amy was cooking some spaghetti. She noticed that dry spaghetti is harder to bend than cooked spaghetti. Question: Which one is more likely to break? (A) dry spaghetti (B) cooked spaghetti
Example Output: cooked spaghetti
Example Input: Sentence: Jenny dropped a spool of thread and watched it roll rather quickly across the slick hardwood floor. She picked up the spool, then dropped it on the the textured rubber mat in the kitchen, which was rather rougher than the wood floor. The spool moved noticeably slower. Question: Which of the surfaces had the greatest amount of friction? (A) hardwood floor (B) textured rubber mat
Example Output: | hardwood floor
| 3 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Let me give you an example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
The answer to this example can be: Benny
Here is why: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
OK. solve this:
Sentence: Jenny dropped a spool of thread and watched it roll rather quickly across the slick hardwood floor. She picked up the spool, then dropped it on the the textured rubber mat in the kitchen, which was rather rougher than the wood floor. The spool moved noticeably slower. Question: Which of the surfaces had the greatest amount of friction? (A) hardwood floor (B) textured rubber mat
Answer: | hardwood floor | 8 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
instruction:
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
question:
Sentence: A comet approaches Earth, and will fly equidistant between the ISS and the moon. Question: Which of the two is large enough to provide the best hope of attracting the comet so that it avoid the Earth? (A) The ISS (B) The moon
answer:
The ISS
question:
Sentence: Jack is in the forest and sees a light shining in the distance. He moves closer to it. Question: When is the light dimmer? (A) when the light is closer (B) when the light is further away
answer:
when the light is closer
question:
Sentence: A crab can scurry a greater distance over a beach then over an ocean floor. Question: Which surface gives the crab more resistance? (A) ocean floor (B) beach
answer:
| beach
| 9 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
instruction:
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
question:
Sentence: Jimbo's phone book is thicker then his pamphlet. Question: Which one will have more resistance to being torn in two? (A) phone book (B) pamphlet
answer:
pamphlet
question:
Sentence: A possum can run very quickly along the forest floor, but not so fast along the tree tops. Question: Which surface puts less resistance on the possum's paws? (A) tree top (B) forest floor
answer:
tree top
question:
Sentence: Sue was a prima donna and hated to perspire, but her best friend Rhoda loved doing so because it made her feel alive. Question: When they went to the gym together, who was more likely to put in a long, tough workout? (A) Rhoda (B) Sue
answer:
| Sue
| 9 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
One example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Solution is here: Benny
Explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Now, solve this: Sentence: For their move across the country, Oliver was happy to take a plane, but his wife Polly was afraid to fly so she drove instead. Question: Who completed the trip first? (A) Oliver completed the trip first (B) Polly completed the trip first
Solution: | Polly completed the trip first | 6 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Ex Input:
Sentence: Sarah was playing jacks on the rug. The ball bounced away and rolled on the rug, then onto the linoleum kitchen floor nearby. The rug had more resistance than the kitchen floor. Question: Which surface was smoother? (A) rug (B) linoleum kitchen floor
Ex Output:
rug
Ex Input:
Sentence: A pair of glasses experiences low resistance when slid across a counter, but high resistance when slid across an office desk. Question: Which surface will cause the glasses to get hotter as they travel across it? (A) counter (B) desk
Ex Output:
counter
Ex Input:
Sentence: An explosion happens on Mars. And explosion also happens on earth. Question: Which explosion is quieter? (A) Earth (B) Mars
Ex Output:
| Earth
| 1 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example Input: Sentence: Dana just got down running a marathon. Alan just got done doing relaxing yoga. Question: Who is sweating more? (A) Alan (B) Dana
Example Output: Alan
Example Input: Sentence: A billiard ball has a greater mass then a basketball. Question: Which ball has a stronger field of gravity? (A) billiard ball (B) basketball
Example Output: basketball
Example Input: Sentence: A 45 year-old woman and a 21 year-old baseball player are throwing baseballs in the field. They have to go get each ball that they throw. Question: Who will have to walk the shortest distance to get their balls? (A) The 21-year old (B) The 45 year-old
Example Output: | The 21-year old
| 3 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example Input: Sentence: Jabba is lounging on a recliner, watching his favorite dancer perform. She twirls and twerks, whirls and writhes, her chains clanging rhythmically to the exotic music. Question: Who will sweat less? (A) Jabba will sweat less than the dancer (B) Jabba will sweat more than the dancer
Example Output: Jabba will sweat more than the dancer
Example Input: Sentence: Jeff is walking through the park. Betty is running on the same path. Question: After an hour, who has gone farther? (A) Jeff (B) Betty
Example Output: Jeff
Example Input: Sentence: An orange experiences more friction rolling across a grove floor compared to a dining table. Question: Which surface causes the orange to travel at a lower rate of speed? (A) grove floor (B) dining table
Example Output: | dining table
| 3 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Let me give you an example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
The answer to this example can be: Benny
Here is why: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
OK. solve this:
Sentence: The field at the park is smoother when it's wet compared to when it's weedy. Question: Which field will make a soccer ball heat up more when rolled across it? (A) wet field (B) weedy field
Answer: | wet field | 8 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Example solution: Benny
Example explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Problem: Sentence: Stanley and Kayle are driving their cars at 40 mph down the road. Stanley stops his car to answer his phone while Kayle continues driving. Question: Who drives the shortest distance? (A) Stanley (B) Kayle.
| Solution: Kayle | 5 | NIv2 | task1379_quarel_incorrect_answer_generation | 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.
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Solution: Benny
Why? Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
New input: Sentence: Mike's belt is more flexible then his book. Question: Which item is less likely to break when he bends it? (A) belt (B) book
Solution: | book | 0 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Input: Consider Input: Sentence: A concrete slab isn't as flexible as a rubber sheet. Question: Which object is more likely to break if bent? (A) concrete slab (B) rubber sheet
Output: rubber sheet
Input: Consider Input: Sentence: Dan noticed faint truck headlights, but they didn't concern him so he returned to trying to break into the dark house. Suddenly a much brighter pair of headlights startled him, this time from a car, and he ducked into the bushes. Question: Which vehicle was farther away from Dan? (A) The truck was farther away (B) The car was farther away
Output: The car was farther away
Input: Consider Input: Sentence: Mark has offered to tow his friends truck which has broken down. It is very heavy, which is causing delay in speeding up. Question: This truck must be which? (A) Pickup Truck (B) King Cab Truck
| Output: Pickup Truck
| 2 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
[Q]: Sentence: Everyone knows that dry pasta isn't as flexible as wet pasta. Question: If Jimbo bends both types of pasta, which is more likely to snap into two pieces? (A) dry pasta (B) wet pasta
[A]: wet pasta
[Q]: Sentence: A bucket sliding across wet sand stays cooler then one sliding across dry sand. Question: Which surface is providing less resistance to the bucket? (A) wet sand (B) dry sand
[A]: dry sand
[Q]: Sentence: Mike's belt is more flexible then his book. Question: Which item is less likely to break when he bends it? (A) belt (B) book
[A]: | book
| 5 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
[EX Q]: Sentence: Dan noticed faint truck headlights, but they didn't concern him so he returned to trying to break into the dark house. Suddenly a much brighter pair of headlights startled him, this time from a car, and he ducked into the bushes. Question: Which vehicle was farther away from Dan? (A) The truck was farther away (B) The car was farther away
[EX A]: The car was farther away
[EX Q]: Sentence: The enormous tractor trailer belched smoke as it waited at the stoplight next to a sleek, low, and light Italian model sports car. Question: When the stoplight finally turned green, which vehicle would likely take off more speedily? (A) The tractor trailer would (B) The sports car would
[EX A]: The tractor trailer would
[EX Q]: Sentence: A valley is significantly rougher than a mountainside. Question: This means that lava rolling down which surface will reach a greater top speed? (A) mountainside (B) valley
[EX A]: | mountainside
| 6 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
Part 1. Definition
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Part 2. Example
Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Answer: Benny
Explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Part 3. Exercise
Sentence: Rubbing your finger across a trackpad is very easy, but rubbing it across a piece of sandpaper results in high friction. Question: Which surface will let you rub your finger a greater distance? (A) trackpad (B) sandpaper
Answer: | sandpaper | 7 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
Part 1. Definition
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Part 2. Example
Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Answer: Benny
Explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Part 3. Exercise
Sentence: A paper towel is placed over a cup. So is a sheet of iron. Question: Which surface will be easier to drill through? (A) Iron (B) Paper Towel
Answer: | Iron | 7 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
Detailed Instructions: You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
See one example below:
Problem: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Solution: Benny
Explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Problem: Sentence: Ellie exercises on her treadmill each day. One day she sets the treadmill up to be flat and runs on it for a set amount of time. The next day she sets the treadmill to incline so that she is running uphill which causes more exertion in the same amount of time. Question: Which treadmill setup will cause Ellie to drip more perspiration onto the treadmill? (A) the flat treadmill (B) the inclined treadmill
Solution: | the flat treadmill | 4 | NIv2 | task1379_quarel_incorrect_answer_generation | 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.
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Solution: Benny
Why? Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
New input: Sentence: Shawna and Lynn are on a tandem bicycle. Shawna is pedaling furiously, while Lynn is barely moving and letting Shawna do most of the work. Question: Which of the two will show perspiration stains on her shirt first? (A) Shawna (B) Lynn
Solution: | Lynn | 0 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
Given the task definition, example input & output, solve the new input case.
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Output: Benny
Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
New input case for you: Sentence: Pauline couldn't read by the faint moonlight, so she went inside and sat by the brightness of the living room lamp instead. Question: Which source of illumination was nearer to Pauline? (A) The moon was nearer (B) The lamp was nearer
Output: | The moon was nearer | 1 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example input: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Example output: Benny
Example explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Q: Sentence: Dan noticed faint truck headlights, but they didn't concern him so he returned to trying to break into the dark house. Suddenly a much brighter pair of headlights startled him, this time from a car, and he ducked into the bushes. Question: Which vehicle was farther away from Dan? (A) The truck was farther away (B) The car was farther away
A: | The car was farther away | 3 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
[EX Q]: Sentence: Mike and Sue decide to ride their bikes around the park. They follow the same path but Mike rides his bike twice as fast as Sue. Question: After ten minutes, who will have covered less distance? (A) Mike (B) Sue
[EX A]: Mike
[EX Q]: Sentence: A 45 year-old woman and a 21 year-old baseball player are throwing baseballs in the field. They have to go get each ball that they throw. Question: Who will have to walk the shortest distance to get their balls? (A) The 21-year old (B) The 45 year-old
[EX A]: The 21-year old
[EX Q]: Sentence: Dan noticed faint truck headlights, but they didn't concern him so he returned to trying to break into the dark house. Suddenly a much brighter pair of headlights startled him, this time from a car, and he ducked into the bushes. Question: Which vehicle was farther away from Dan? (A) The truck was farther away (B) The car was farther away
[EX A]: | The car was farther away
| 6 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
One example is below.
Q: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
A: Benny
Rationale: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Q: Sentence: To save money, the contractor stopped buying the costlier wall supports he was required to use and started using some cheaper ones instead. As a result, several roofs collapsed. Question: Which wall supports were thinner? (A) The expensive wall supports were thinner (B) The cheaper wall supports were thinner
A: | The expensive wall supports were thinner | 9 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example input: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Example output: Benny
Example explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Q: Sentence: Randal isn't as strong as Jake, but does like to show off. After Jake throws a football, Randal throws one, too. Question: What likely happened? (A) Randal's football goes farther than Jake's (B) Randal's football doesn't go as far as Jake's
A: | Randal's football goes farther than Jake's | 3 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
One example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Solution is here: Benny
Explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Now, solve this: Sentence: Teenage Mary and her grandmother, Millie, are both gymnasts. Both are talented athletes, even though Millie is getting a little stiff in her later years. Question: Between senior Millie and young Mary, which one is more at risk for broken bones? (A) Mary is more at risk (B) Millie is more at risk
Solution: | Mary is more at risk | 6 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Sentence: A quilt is rougher than a blanket. Question: This means a thimble tumbling across which surface will experience less resistance? (A) quilt (B) blanket
quilt
Sentence: Jimbo has more muscle then James. Question: Which person can throw a baseball a greater distance? (A) James (B) Jimbo
James
Sentence: Joe left his house at nine A.M. and had been driving for hours by the time Sue finally got on the road at 1:00 P.M. By 2:00 P.M., Question: who had driven the furthest amount of miles? (A) Joe had driven the furthest (B) Sue had driven the furthest
| Sue had driven the furthest
| 0 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
Part 1. Definition
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Part 2. Example
Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Answer: Benny
Explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Part 3. Exercise
Sentence: A hollow cannonball and a solid cannonball made of the same material and diameter are shot with the same force from a cannon. Question: Which ball will have a lower acceleration? (A) Hollow cannonball (B) Solid cannonball
Answer: | Hollow cannonball | 7 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Q: Sentence: A microphone rolling across a chair makes it get hotter then one rolling across a stage. Question: Which surface is the most smooth? (A) stage (B) chair
A: chair
****
Q: Sentence: A cat has low resistance when running through a jungle and high resistance when running through a bedroom. Question: Which surface will allow the cat to reach a higher top speed as it moves around on top of it? (A) bedroom (B) jungle
A: bedroom
****
Q: Sentence: A matchbox can slide across a greenhouse floor, but it doesn't move as fast as when it is slid across the backyard. Question: Which surface is the smoother one? (A) greenhouse floor (B) backyard
A: | backyard
****
| 4 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Example solution: Benny
Example explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Problem: Sentence: Jana and her mom were biking through the park. Her mom was being more leisurely. Question: Who took longer to make a lap around the park? (A) Jana (B) her mom
| Solution: Jana | 5 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Q: Sentence: Jack is in the forest and sees a light shining in the distance. He moves closer to it. Question: When is the light dimmer? (A) when the light is closer (B) when the light is further away
A: when the light is closer
****
Q: Sentence: The average NFL quarterback is 6'4. The average middle school girl is 5'3. Question: Who can throw a football longer? (A) Middle School Girl (B) QB
A: Middle School Girl
****
Q: Sentence: A hollow cannonball and a solid cannonball made of the same material and diameter are shot with the same force from a cannon. Question: Which ball will have a lower acceleration? (A) Hollow cannonball (B) Solid cannonball
A: | Hollow cannonball
****
| 4 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
--------
Question: Sentence: A grapefruit can roll a greater distance across an orchard compared to one rolling across a cannery. Question: Which surface will make the grapefruit get hotter? (A) orchard (B) cannery
Answer: orchard
Question: Sentence: A comet has been flung to the center of the solar system between the Sun and Mercury. The Sun is magnitudes larger in terms of mass than is Mercury. Question: Which body has the higher amount of gravitational pull and will pull the comet into its orbit? (A) The Sun (B) Mercury
Answer: Mercury
Question: Sentence: Mike can roll his battery around quicker on a study desk then on a classroom desk. Question: Which desk is providing less resistance to the battery? (A) study desk (B) classroom desk
Answer: | classroom desk
| 7 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Example solution: Benny
Example explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Problem: Sentence: Dan is a professional athlete. Joann is a middle-aged accountant. Question: If they were both to throw a football, who is more likely to throw it farther? (A) Dan (B) Joann
| Solution: Joann | 5 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Q: Sentence: Janet is rolling marbles down a marble counter. Two marbles are rolled together; one blue, one yellow. The blue marble goes further. Question: Which marble traveled longer? (A) blue marble (B) yellow marble
A: yellow marble
****
Q: Sentence: A hot dog rolled along a dirty counter rolls slower then one rolled along a clean counter. Question: Which surface would make the hot dog get hotter when rolled along it? (A) clean counter (B) dirty counter
A: clean counter
****
Q: Sentence: Biff was trying to prove to the bar that he was very strong. Question: Which would be a better thing to rip in half to show off? (A) Phone Book (B) Letter
A: | Letter
****
| 4 | NIv2 | task1379_quarel_incorrect_answer_generation | 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.
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Solution: Benny
Why? Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
New input: Sentence: Mary has always been weaker then Jimbo. Question: Which person is able to throw a ball farther? (A) Jimbo (B) Mary
Solution: | Mary | 0 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
instruction:
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
question:
Sentence: A table is less rough then a lap. Question: Which surface will cause a napkin to heat up more when slid across it? (A) lap (B) table
answer:
table
question:
Sentence: A tree trunk is thicker then a tree leaf. Question: Which part of the tree is the stronger one? (A) leaf (B) trunk
answer:
leaf
question:
Sentence: Dan is a professional athlete. Joann is a middle-aged accountant. Question: If they were both to throw a football, who is more likely to throw it farther? (A) Dan (B) Joann
answer:
| Joann
| 9 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
Teacher: You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Teacher: Now, understand the problem? If you are still confused, see the following example:
Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Solution: Benny
Reason: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Now, solve this instance: Sentence: Michael and Daphne leave the train station at the same time and begin walking home along the same route. Michael decides to stop at a friend's house along the way, while Daphne continues walking. Question: Who would end up going the smaller distance from the train station? (A) Michael (B) Daphne
Student: | Daphne | 2 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Let me give you an example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
The answer to this example can be: Benny
Here is why: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
OK. solve this:
Sentence: Two fisherman are out on a big lake when a heavy fog unexpectedly covers them and they can barely see anything. But the fisherman hear two fog horns calling from the shore. The one towards the left is louder than the one off towards the right. Question: Which one should they head towards if they want to save time getting to shore? (A) the one off to the right (B) the one off to the left
Answer: | the one off to the right | 8 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Sentence: Jim is a professional hockey player. He knows that wet ice is rougher than dry ice. Question: Which type of ice can he skate faster on? (A) wet ice (B) dry ice
wet ice
Sentence: Jack is in the forest and sees a light shining in the distance. He moves closer to it. Question: When is the light dimmer? (A) when the light is closer (B) when the light is further away
when the light is closer
Sentence: Michael and Daphne leave the train station at the same time and begin walking home along the same route. Michael decides to stop at a friend's house along the way, while Daphne continues walking. Question: Who would end up going the smaller distance from the train station? (A) Michael (B) Daphne
| Daphne
| 0 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
instruction:
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
question:
Sentence: A globe rolling around on a library floor experiences less resistance then one rolling around on a study floor. Question: Which floor will cause the globe to heat up less when rolled across it? (A) study floor (B) library floor
answer:
study floor
question:
Sentence: Dana just got down running a marathon. Alan just got done doing relaxing yoga. Question: Who is sweating more? (A) Alan (B) Dana
answer:
Alan
question:
Sentence: Jennifer threw two footballs down the street. One landed nearby on the grass and didn't roll much. The other bounced several times, and rolled until it was far away. Question: Which ball looked smaller to Jennifer? (A) close by ball (B) far away ball
answer:
| close by ball
| 9 | NIv2 | task1379_quarel_incorrect_answer_generation | 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.
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Solution: Benny
Why? Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
New input: Sentence: A space station has been abandoned and left to drift through space. At one point, the space station drifts halfway between a normal star and a black hole. The black hole is much more massive than is the normal star. Question: Which body will the space station drift away from because of that body's lower gravitational force? (A) black hole (B) normal star
Solution: | black hole | 0 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
[Q]: Sentence: A penguin is forced to swim at a low rate of speed through icy water, but can swim rather quickly through clear water. Question: Which water is the most rough? (A) icy water (B) clear water
[A]: clear water
[Q]: Sentence: Michael's car is stuck in the mud and he's waiting for a tow truck to come help him. Michael looks off in the distance and can see some headlights approaching and their light illuminates a small distance in front of them. As the lights get very close, the lights illuminate the entire road and some distance in front of them. Question: In which situation do the headlights appear more powerful? (A) when they're down the highway (B) when they're up close
[A]: when they're down the highway
[Q]: Sentence: Ben wants to put up a poster in the school hall and he wants it to be resistant to tearing. Question: What should he make the poster on? (A) construction paper (B) cardboard
[A]: | construction paper
| 5 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Let me give you an example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
The answer to this example can be: Benny
Here is why: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
OK. solve this:
Sentence: Janna was playing with her softball and her bowling ball. She noted that the bowling ball had a greater mass than her softball. Question: Which ball had stronger gravity? (A) softballl (B) bowling ball
Answer: | softballl | 8 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
TASK DEFINITION: You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
PROBLEM: Sentence: Amy wants to travel across the Atlantic ocean and is trying to decide between two options. Question: Which should she choose if she wants to reach her destination in the shortest window of time? (A) A boat (B) A plane
SOLUTION: A boat
PROBLEM: Sentence: Mike races a man running on his sports motorcycle. Question: Who will reach the finish line a quarter mile away first? (A) Mike (B) Running Man
SOLUTION: Running Man
PROBLEM: Sentence: Macy is attending the local Christmas parade. Question: She covers her ears when a marching band comes where? (A) Around the corner (B) Directly in front of her
SOLUTION: | Around the corner
| 8 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
TASK DEFINITION: You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
PROBLEM: Sentence: A spring rolling along a bed experiences very low friction, while one rolling along the floor experiences high friction. Question: Which surface is less rough? (A) floor (B) bed
SOLUTION: floor
PROBLEM: Sentence: A pair of glasses experiences low resistance when slid across a counter, but high resistance when slid across an office desk. Question: Which surface will cause the glasses to get hotter as they travel across it? (A) counter (B) desk
SOLUTION: counter
PROBLEM: Sentence: The flooring people were used to tile that they could maneuver into place easily. The new tile didn't have the same kind of give that the old tile did, so they had to be more careful. Question: Which tile could be broken more easily? (A) The new tile (B) The old tile
SOLUTION: | The old tile
| 8 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Let me give you an example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
The answer to this example can be: Benny
Here is why: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
OK. solve this:
Sentence: Flash the superhero is the fastest man in the world. He races a bear. Question: Who wins this race? (A) Flash (B) Bear
Answer: | Bear | 8 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
One example is below.
Q: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
A: Benny
Rationale: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Q: Sentence: A little boy rolls two of his rubber balls down the hallway. The red ball stops before the blue one does. Question: Which one rolled the furthest? (A) Red ball (B) blue ball.
A: | Red ball | 9 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example input: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Example output: Benny
Example explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Q: Sentence: The old bookcase held all of Ted's heavy textbooks with no problem, but the stylish new shelves his wife bought when she remodeled the house snapped under the weight in a day. Question: Which bookshelf was made of thinner wood? (A) The new bookshelf had thinner wood (B) The old bookshelf had thinner wood
A: | The old bookshelf had thinner wood | 3 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Q: Sentence: A golf ball has a smaller mass then a baseball. Question: Which item has a weaker gravitational field? (A) golf ball (B) baseball
A: baseball
****
Q: Sentence: Sam stands 100 feet away from John and yells John's name. She moves to 100 yards away from John and yells his name. Question: At what point will Sam's voice sound less loud? (A) 100 feet (B) 100 yards
A: 100 feet
****
Q: Sentence: The old bookcase held all of Ted's heavy textbooks with no problem, but the stylish new shelves his wife bought when she remodeled the house snapped under the weight in a day. Question: Which bookshelf was made of thinner wood? (A) The new bookshelf had thinner wood (B) The old bookshelf had thinner wood
A: | The old bookshelf had thinner wood
****
| 4 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
Given the task definition, example input & output, solve the new input case.
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Output: Benny
Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
New input case for you: Sentence: Jane sees Matt standing at his bicycle two feet away from her. Matt gets on his bicycle and rides away from Jane. She looks at him again when he is thirty feet away. Question: At which point will Matt's bicycle seem bigger to Jane? (A) Thirty feet (B) Two feet
Output: | Thirty feet | 1 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Sentence: Belle has two horses; a grey one and a white one. The grey one is fat, the white one is thin. Question: When racing, which horse will get up to speed more quickly? (A) white horse (B) grey horse
grey horse
Sentence: Jimbo's pen has a greater diameter then his pencil. Question: Which is more resistant to being snapped in two? (A) pen (B) pencil
pencil
Sentence: Juan is injured in a car accident, which necessitates a hospital stay where he is unable to maintain the strength in his arm. Juan notices that his throwing arm feels extremely frail compared to the level of strength it had when he was healthy. Question: If Juan decides to throw a ball with his friend, when will his throw travel less distance? (A) When Juan's arm is healthy (B) When Juan's arm is weak after the hospital stay.
| When Juan's arm is healthy
| 0 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Example solution: Benny
Example explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Problem: Sentence: The wheels of a shopping cart heat up quite a bit when rolling through the parking lot, but quite a bit less when rolling around on the store floor. Question: Which surface is providing less friction? (A) parking lot (B) store floor
| Solution: parking lot | 5 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
[EX Q]: Sentence: Suppose you see an Elephant at the zoo and look up into the night sky right after. Question: Which object looks bigger? (A) Elephant (B) Moon
[EX A]: Moon
[EX Q]: Sentence: James is at the arena watching his favorite boxer go head to head with his nemesis in the ring. Question: Which of the two is least likely to need to wipe their face with a dry towel? (A) The boxer constantly on the move (B) James, sitting in a chair
[EX A]: The boxer constantly on the move
[EX Q]: Sentence: A concrete slab isn't as flexible as a rubber sheet. Question: Which object is more likely to break if bent? (A) concrete slab (B) rubber sheet
[EX A]: | rubber sheet
| 6 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
One example is below.
Q: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
A: Benny
Rationale: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Q: Sentence: Jen was taking a walk and she could hear an airplane overhead. The sound got fainter. Question: Was the airplane coming closer or moving away? (A) coming closer (B) moving away
A: | coming closer | 9 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example input: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Example output: Benny
Example explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Q: Sentence: Arnie's muscles on his upper arms are very thick, while Davy's upper arms are thin. Question: Who is likely to be stronger? (A) Arnie is stronger (B) Davy is stronger
A: | Davy is stronger | 3 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
TASK DEFINITION: You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
PROBLEM: Sentence: A slice of bread can slide a greater distance across a serving plate then across a floor. Question: Which surface provides more friction to the slice of bread? (A) serving plate (B) floor
SOLUTION: serving plate
PROBLEM: Sentence: Joe is unpacking from a big move and is pushing boxes full of stuff around his house. When he pushes boxes on his hardwood floors, he can just give them a shove they travel far on their own. When he pushes them on his carpet, he has to keep pushing, or else they will only travel a short distance. Question: On which surface do the boxes generate more heat? (A) The carpet or (B) the wood?
SOLUTION: the wood
PROBLEM: Sentence: The tire of a unicycle heats up more when ridden through the street compared to when it is ridden through the road. Question: Which surface will let the unicycle go a greater distance? (A) road (B) street
SOLUTION: | street
| 8 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Ex Input:
Sentence: Kevin is a lot stronger then Mary. Question: Which person can throw a ball a greater distance? (A) Kevin (B) Mary
Ex Output:
Mary
Ex Input:
Sentence: A rat and a mouse each set out walking from the high school to the hospital. The rat was speedier than the mouse. Question: Who took more time to arrive at the hospital? (A) the rat (B) the mouse
Ex Output:
the rat
Ex Input:
Sentence: Janet is testing how much mass objects have. She is currently testing between a metal rod and a paper crane. She drops both from six feet in the air at the same time. Question: Which has stronger gravity? (A) metal rod (B) paper crane
Ex Output:
| paper crane
| 1 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
TASK DEFINITION: You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
PROBLEM: Sentence: Amy wants to travel across the Atlantic ocean and is trying to decide between two options. Question: Which should she choose if she wants to reach her destination in the shortest window of time? (A) A boat (B) A plane
SOLUTION: A boat
PROBLEM: Sentence: A desk is less bumpy then a table. Question: Which surface will allow a computer to move faster when slid across it? (A) desk (B) table
SOLUTION: table
PROBLEM: Sentence: Our earth is one of the largest objects in space, but nothing compared to the sun. Question: Which object has stronger gravity? (A) Earth (B) Sun
SOLUTION: | Earth
| 8 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Let me give you an example: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
The answer to this example can be: Benny
Here is why: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
OK. solve this:
Sentence: Jason has just woken up from a coma and needs to learn to use his arms and legs again. He goes to the park to throw a ball with his friend Andy. Question: Who can throw the ball harder? (A) Jason (B) Andy
Answer: | Jason | 8 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
[EX Q]: Sentence: Jimbo's pen has a greater diameter then his pencil. Question: Which is more resistant to being snapped in two? (A) pen (B) pencil
[EX A]: pencil
[EX Q]: Sentence: John rides the bullet train from Tokyo to Kyoto and Jim rides the same path on his bicycle. Question: Which person will spend less time making the trip? (A) John (B) Jim
[EX A]: Jim
[EX Q]: Sentence: A glider moves at a lower rate of speed through the treetops then through the air. Question: Which surface is smoother? (A) treetops (B) air
[EX A]: | treetops
| 6 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Example input: Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Example output: Benny
Example explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Q: Sentence: After John threw an item into a black trash bag, he noticed the item had ripped a hole in the bag. The next day, he threw a similar item into a white trash bag, and noticed that it didn't tear a hole. Question: What trash bag is likely made of thicker material? (A) black trash bag (B) white trash bag
A: | black trash bag | 3 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
[EX Q]: Sentence: Kelly is standing on the planet Mercury. Allison is on Pluto. Each girl is looking up into the sun. Question: Which girl has a brighter view of the sun? (A) Allison (B) Kelly
[EX A]: Allison
[EX Q]: Sentence: John and Jane start playing basketball together, but Jane only plays for half as long as John. Question: If both John and Jane are equally athletic, who will have more sweat on their body? (A) John (B) Jane
[EX A]: Jane
[EX Q]: Sentence: Two horses have been outside in a corral for one hour. The palomino is covered in sweat and the pinto is dry. Question: What happened? (A) the palomino got more exercise (B) the palomino got less exercise
[EX A]: | the palomino got less exercise
| 6 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
TASK DEFINITION: You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
PROBLEM: Sentence: Pulling a rope through a wooden hook causes the rope to slide a lot more slowly compared to when the rope is pulled through a metal hook. Question: Which hook has more friction? (A) metal hook (B) wooden hook
SOLUTION: metal hook
PROBLEM: Sentence: A raft weighs less then a schooner. Question: Which boat can get up to top speed faster? (A) raft (B) schooner
SOLUTION: schooner
PROBLEM: Sentence: Jerry's car is outfitted with special snow tires that have chains on them. Brad's car has regular tires with no chains. Question: Which tire would glide more easily on snow and ice, thereby creating safety issues? (A) chained snow tire (B) regular tire
SOLUTION: | chained snow tire
| 8 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
Part 1. Definition
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Part 2. Example
Sentence: Jacob and Benny are squatting at the gym. Jacob has thin frail legs and Benny has big strong legs. Question: Who squats less weight? (A) Jacob (B) Benny
Answer: Benny
Explanation: Typically, people with thin frail legs squat less weight than people with big strong legs, so the incorrect answer is Benny.
Part 3. Exercise
Sentence: Mike's tortilla chips get hotter rattling around in his bag compared to when they rattle around inside of a box. Question: Which item has the smoothest sides? (A) bag (B) box
Answer: | bag | 7 | NIv2 | task1379_quarel_incorrect_answer_generation | fs_opt |
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 7