id
stringlengths 17
17
| answer_index
int32 0
1
| logical_forms
sequencelengths 2
2
| logical_form_pretty
stringlengths 83
160
| world_literals
sequence | question
stringlengths 56
626
|
---|---|---|---|---|---|
QuaRel_V1_B5_1010 | 1 | [
"(infer (thickness higher world1) (strength lower world1) (strength lower world2))",
"(infer (thickness higher world2) (strength lower world2) (strength lower world1))"
] | qrel(thickness, higher, world1) -> qrel(strength, lower, world1) ; qrel(strength, lower, world2) | {
"world1": [
"blue material"
],
"world2": [
"red material"
]
} | Jim wants to make a new flag to hang outside his house. The blue material is much thicker than the red material. If Jim wants to have more certainty that the flag will not rip in the wind which material should he avoid? (A) the blue material (B) the red material |
QuaRel_V1_B4_0201 | 0 | [
"(infer (weight lower world1) (acceleration higher world1) (acceleration higher world2))",
"(infer (weight lower world2) (acceleration higher world2) (acceleration higher world1))"
] | qrel(weight, lower, world1) -> qrel(acceleration, higher, world1) ; qrel(acceleration, higher, world2) | {
"world1": [
"lighter ball"
],
"world2": [
"heavier ball"
]
} | Diana is bowling. She tries out two balls. The lighter one speeds up _____ than the bigger ball. (A) faster (B) slower |
QuaRel_V1_B3_0062 | 0 | [
"(infer (gravity higher world1) (mass higher world1) (mass lower world1))",
"(infer (gravity higher world2) (mass higher world2) (mass lower world2))"
] | qrel(gravity, higher, world1) -> qrel(mass, higher, world1) ; qrel(mass, lower, world1) | {
"world1": [
"The Sun"
],
"world2": [
"the moon"
]
} | A space craft has had a collision with a meteorite that managed to destroy its engines. They are so far from home, the moon looks smaller to them than it would from Earth. They are drifting through space, and are most likely to be pulled into the gravitational orbit of the sun because (A) the sun has greater mass (B) the sun has a lower mass |
QuaRel_V1_B5_0946 | 0 | [
"(infer (and (speed high world1) (speed low world2)) (time lower world1) (time lower world2))",
"(infer (and (speed high world2) (speed low world1)) (time lower world2) (time lower world1))"
] | qval(speed, high, world1), qval(speed, low, world2) -> qrel(time, lower, world1) ; qrel(time, lower, world2) | {
"world1": [
"driving"
],
"world2": [
"walking"
]
} | Chris is trying to get to church in a short amount of time. To get there the soonest, Chris should (A) drive (B) walk |
QuaRel_V1_Fr_1614 | 0 | [
"(infer (friction lower world1) (smoothness higher world1) (smoothness higher world2))",
"(infer (friction lower world2) (smoothness higher world2) (smoothness higher world1))"
] | qrel(friction, lower, world1) -> qrel(smoothness, higher, world1) ; qrel(smoothness, higher, world2) | {
"world1": [
"kitchen tile"
],
"world2": [
"bedroom tile"
]
} | If a soda bottle experiences less friction rolling on kitchen tile compared to rolling on bedroom tile, the surface of the (A) kitchen tile (B) bedroom tile must be smoother |
QuaRel_V1_B5_0180 | 0 | [
"(infer (distance higher world1) (apparentSize lower world1) (apparentSize lower world2))",
"(infer (distance higher world2) (apparentSize lower world2) (apparentSize lower world1))"
] | qrel(distance, higher, world1) -> qrel(apparentSize, lower, world1) ; qrel(apparentSize, lower, world2) | {
"world1": [
"cat"
],
"world2": [
"mouse"
]
} | A cat is standing further away from Jimbo then a mouse. Which animal seems smaller to him? (A) cat (B) mouse |
QuaRel_V1_B3_0143 | 1 | [
"(infer (time lower world1) (speed higher world2) (speed higher world1))",
"(infer (time lower world2) (speed higher world1) (speed higher world2))"
] | qrel(time, lower, world1) -> qrel(speed, higher, world2) ; qrel(speed, higher, world1) | {
"world1": [
"car"
],
"world2": [
"bus"
]
} | Driving a car to work takes less time then riding a bus. Which vehicle moves at a greater rate of speed? (A) bus (B) car |
QuaRel_V1_Fr_1216 | 1 | [
"(infer (friction higher world1) (speed lower world2) (speed lower world1))",
"(infer (friction higher world2) (speed lower world1) (speed lower world2))"
] | qrel(friction, higher, world1) -> qrel(speed, lower, world2) ; qrel(speed, lower, world1) | {
"world1": [
"blue chair"
],
"world2": [
"desk"
]
} | A water bottle experiences more resistance rolling across a blue chair then rolling across a desk. This means the water bottle will have to move slower when rolling across the (A) desk (B) blue chair |
QuaRel_V1_Fr_1419 | 1 | [
"(infer (and (friction low world1) (friction high world2)) (heat higher world1) (heat higher world2))",
"(infer (and (friction low world2) (friction high world1)) (heat higher world2) (heat higher world1))"
] | qval(friction, low, world1), qval(friction, high, world2) -> qrel(heat, higher, world1) ; qrel(heat, higher, world2) | {
"world1": [
"cup"
],
"world2": [
"bowl"
]
} | A tic tac rolling around in a cup has low friction, while a tic tac rolling around in a bowl has high friction. Jim thought about this and finally decided that the tic tac rolling around in the _____ would get hotter (A) cup (B) bowl |
QuaRel_V1_Fr_1211 | 0 | [
"(infer (distance higher world1) (smoothness higher world1) (smoothness higher world2))",
"(infer (distance higher world2) (smoothness higher world2) (smoothness higher world1))"
] | qrel(distance, higher, world1) -> qrel(smoothness, higher, world1) ; qrel(smoothness, higher, world2) | {
"world1": [
"sales counter"
],
"world2": [
"floor"
]
} | When the receipt slid across the sales counter it when a greater distance then when it slid across the floor. This means the _____ was the smoother of the two surfaces (A) sales counter (B) floor |
QuaRel_V1_Fr_0847 | 1 | [
"(infer (distance higher world1) (friction higher world1) (friction lower world1))",
"(infer (distance higher world2) (friction higher world2) (friction lower world2))"
] | qrel(distance, higher, world1) -> qrel(friction, higher, world1) ; qrel(friction, lower, world1) | {
"world1": [
"highway"
],
"world2": [
"lawn"
]
} | Dean is driving his truck to work. He parked on his lawn. When pulling out of his lawn, his truck takes a lot of effort to move. When Dean drives on the highway, his truck moves a longer distance and can go fast. The highway has (A) more friction. (B) less friction |
QuaRel_V1_Fr_1168 | 1 | [
"(infer (friction lower world1) (heat lower world2) (heat lower world1))",
"(infer (friction lower world2) (heat lower world1) (heat lower world2))"
] | qrel(friction, lower, world1) -> qrel(heat, lower, world2) ; qrel(heat, lower, world1) | {
"world1": [
"plain"
],
"world2": [
"treetop"
]
} | A monkey experiences low resistance running through the plain then running through the treetop. This means that the monkey will get less hot running through the (A) treetop (B) plain |
QuaRel_V1_Fr_0933 | 0 | [
"(infer (and (friction high world1) (friction low world2)) (friction higher world1) (friction lower world1))",
"(infer (and (friction high world2) (friction low world1)) (friction higher world2) (friction lower world2))"
] | qval(friction, high, world1), qval(friction, low, world2) -> qrel(friction, higher, world1) ; qrel(friction, lower, world1) | {
"world1": [
"muddy yard"
],
"world2": [
"dry sidewalk"
]
} | Kasey is pushing a stroller from her house to the store. She crosses her muddy yard and has to push the stroller very hard to make it move. When she pushes the stroller on the dry sidewalk, the stroller moves easily. The muddy yard had _____ than the dry sidewalk. (A) more resistance (B) less resistance |
QuaRel_V1_Fr_1177 | 0 | [
"(infer (friction lower world1) (smoothness higher world1) (smoothness higher world2))",
"(infer (friction lower world2) (smoothness higher world2) (smoothness higher world1))"
] | qrel(friction, lower, world1) -> qrel(smoothness, higher, world1) ; qrel(smoothness, higher, world2) | {
"world1": [
"jungle"
],
"world2": [
"forest"
]
} | A python experiences less resistance slithering through the jungle then through the forest. This means that the _____ is smoother (A) jungle (B) forest |
QuaRel_V1_Fr_0699 | 1 | [
"(infer (speed higher world1) (friction higher world1) (friction higher world2))",
"(infer (speed higher world2) (friction higher world2) (friction higher world1))"
] | qrel(speed, higher, world1) -> qrel(friction, higher, world1) ; qrel(friction, higher, world2) | {
"world1": [
"cement floor"
],
"world2": [
"bed"
]
} | The cute baby rode across the floor much faster in his baby car on the cement than the bed, because the _____ has more resistance. (A) cement floor (B) bed |
QuaRel_V1_B4_0002 | 1 | [
"(infer (loudness higher world1) (distance lower world2) (distance lower world1))",
"(infer (loudness higher world2) (distance lower world1) (distance lower world2))"
] | qrel(loudness, higher, world1) -> qrel(distance, lower, world2) ; qrel(distance, lower, world1) | {
"world1": [
"missile close by"
],
"world2": [
"missile far away"
]
} | Adolph was in a trench with his buddies at the western front during WWI when he noticed a faint sound. He looked towards where it was coming from, and saw the unmistakable shadow of an incoming missile. The faint sound turned into a very high pitched squeal, and Adolph dived deep into his trench. The missile was louder when (A) it was far away (B) it was close by |
QuaRel_V1_Fr_1089 | 0 | [
"(infer (and (friction low world1) (friction high world2)) (distance higher world1) (distance higher world2))",
"(infer (and (friction low world2) (friction high world1)) (distance higher world2) (distance higher world1))"
] | qval(friction, low, world1), qval(friction, high, world2) -> qrel(distance, higher, world1) ; qrel(distance, higher, world2) | {
"world1": [
"cutting board"
],
"world2": [
"wood floor"
]
} | A potato rolling on a cutting board experiences low resistance, while one rolling around on a wood floor experiences high resistance. Which surface allows the potato to roll a greater distance? (A) cutting board (B) wood floor |
QuaRel_V1_B4_0085 | 1 | [
"(infer (mass lower world1) (gravity lower world2) (gravity lower world1))",
"(infer (mass lower world2) (gravity lower world1) (gravity lower world2))"
] | qrel(mass, lower, world1) -> qrel(gravity, lower, world2) ; qrel(gravity, lower, world1) | {
"world1": [
"feather"
],
"world2": [
"rock"
]
} | Jessie drops a feather and rock at the same time. The feather takes longer to reach the ground because its gravity is (A) stronger (B) weaker |
QuaRel_V1_Fr_1293 | 1 | [
"(infer (distance higher world1) (heat higher world1) (heat higher world2))",
"(infer (distance higher world2) (heat higher world2) (heat higher world1))"
] | qrel(distance, higher, world1) -> qrel(heat, higher, world1) ; qrel(heat, higher, world2) | {
"world1": [
"infield"
],
"world2": [
"outfield"
]
} | 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. Which field will make the ball get hotter? (A) infield (B) outfield |
QuaRel_V1_Fr_0375 | 1 | [
"(infer (and (speed high world1) (speed low world2)) (friction lower world2) (friction higher world2))",
"(infer (and (speed high world2) (speed low world1)) (friction lower world1) (friction higher world1))"
] | qval(speed, high, world1), qval(speed, low, world2) -> qrel(friction, lower, world2) ; qrel(friction, higher, world2) | {
"world1": [
"tile floor"
],
"world2": [
"kitchen rug"
]
} | Jennifer is cooking dinner. She drops a can of beans on the tile floor, and it quickly rolls until it rolls across the kitchen rug and stops. The can of beans stopped on the kitchen rug because the rug had _____ than the tile floor. (A) less friction (B) more friction |
QuaRel_V1_B5_0072 | 0 | [
"(infer (strength higher world1) (distance higher world1) (distance higher world2))",
"(infer (strength higher world2) (distance higher world2) (distance higher world1))"
] | qrel(strength, higher, world1) -> qrel(distance, higher, world1) ; qrel(distance, higher, world2) | {
"world1": [
"Kevin"
],
"world2": [
"Mary"
]
} | Kevin is a lot stronger then Mary. Which person can throw a ball a greater distance? (A) Kevin (B) Mary |
QuaRel_V1_B5_0304 | 0 | [
"(infer (strength higher world1) (distance higher world1) (distance higher world2))",
"(infer (strength higher world2) (distance higher world2) (distance higher world1))"
] | qrel(strength, higher, world1) -> qrel(distance, higher, world1) ; qrel(distance, higher, world2) | {
"world1": [
"Tim"
],
"world2": [
"Jeff"
]
} | Tim is much stronger than Jeff. As a result (A) Tim can throw a football further than Jeff (B) Tim cannot throw a football further than Jeff |
QuaRel_V1_Fr_1161 | 0 | [
"(infer (friction higher world1) (heat higher world1) (heat higher world2))",
"(infer (friction higher world2) (heat higher world2) (heat higher world1))"
] | qrel(friction, higher, world1) -> qrel(heat, higher, world1) ; qrel(heat, higher, world2) | {
"world1": [
"hard wood"
],
"world2": [
"soft wood"
]
} | James learned that his drill bit would experience more friction when cutting through hard wood then through soft wood. He soon realized that this meant his drill bit would become hotter if he drilled through (A) hard wood or (B) soft wood |
QuaRel_V1_Fr_0695 | 1 | [
"(infer (friction higher world1) (friction higher world2) (friction lower world2))",
"(infer (friction higher world2) (friction higher world1) (friction lower world1))"
] | qrel(friction, higher, world1) -> qrel(friction, higher, world2) ; qrel(friction, lower, world2) | {
"world1": [
"dry road"
],
"world2": [
"wet road"
]
} | Mark's truck stops faster on dry road than on wet road. So the wet road has (A) more resistance or (B) less resistance? |
QuaRel_V1_B5_0091 | 1 | [
"(infer (and (flexibility low world1) (flexibility high world2)) (breakability higher world2) (breakability higher world1))",
"(infer (and (flexibility low world2) (flexibility high world1)) (breakability higher world1) (breakability higher world2))"
] | qval(flexibility, low, world1), qval(flexibility, high, world2) -> qrel(breakability, higher, world2) ; qrel(breakability, higher, world1) | {
"world1": [
"a pine stick"
],
"world2": [
"a rubber stick"
]
} | Linda has two thin sticks. They have the same dimensions but one is made of rubber and the other is made of pine. She bent one of the sticks without a problem, but when she tried to bend the other one it broke. Which stick broke? (A) the rubber stick (B) the pine stick |
QuaRel_V1_B4_0390 | 0 | [
"(infer (weight lower world1) (acceleration higher world1) (acceleration higher world2))",
"(infer (weight lower world2) (acceleration higher world2) (acceleration higher world1))"
] | qrel(weight, lower, world1) -> qrel(acceleration, higher, world1) ; qrel(acceleration, higher, world2) | {
"world1": [
"empty wagon"
],
"world2": [
"wagon with boy"
]
} | Keith is pushing his son in a wagon. After his son gets out, he is able to push the wagon (A) faster (B) slower |
QuaRel_V1_Fr_0998 | 0 | [
"(infer (and (speed high world1) (speed low world2)) (friction lower world1) (friction higher world1))",
"(infer (and (speed high world2) (speed low world1)) (friction lower world2) (friction higher world2))"
] | qval(speed, high, world1), qval(speed, low, world2) -> qrel(friction, lower, world1) ; qrel(friction, higher, world1) | {
"world1": [
"wood floor"
],
"world2": [
"shag rug"
]
} | Derek dropped a battery on the floor. It rolled away on the wood floor, but slowed down and stopped on the shag rug. The battery rolled so fast on the wood floor because it had (A) less friction (B) more friction. |
QuaRel_V1_Fr_1192 | 0 | [
"(infer (heat lower world1) (distance higher world1) (distance higher world2))",
"(infer (heat lower world2) (distance higher world2) (distance higher world1))"
] | qrel(heat, lower, world1) -> qrel(distance, higher, world1) ; qrel(distance, higher, world2) | {
"world1": [
"dart board"
],
"world2": [
"plywood"
]
} | Milo was throwing darts one day when he learned that his darts became less hot throwing them into a dart board compared to throwing them into plywood. This meant that his darts moved further into the (A) dart board (B) plywood |
QuaRel_V1_Fr_1626 | 0 | [
"(infer (friction higher world1) (speed lower world1) (speed lower world2))",
"(infer (friction higher world2) (speed lower world2) (speed lower world1))"
] | qrel(friction, higher, world1) -> qrel(speed, lower, world1) ; qrel(speed, lower, world2) | {
"world1": [
"windy sky"
],
"world2": [
"calm sky"
]
} | Milo was flying his helicopter when he learned that it experienced more resistance through windy sky then through calm sky. This means he was forced to fly less quickly through (A) windy sky (B) calm sky |
QuaRel_V1_Fr_0077 | 1 | [
"(infer (smoothness higher world1) (friction higher world1) (friction lower world1))",
"(infer (smoothness higher world2) (friction higher world2) (friction lower world2))"
] | qrel(smoothness, higher, world1) -> qrel(friction, higher, world1) ; qrel(friction, lower, world1) | {
"world1": [
"smooth floor"
],
"world2": [
"rocky floor"
]
} | Dom found it much easier to roll the barrel on the smooth floor then while rolling it across a rocky yard. Is this because the smooth floor creates (A) more friction or (B) less friction? |
QuaRel_V1_B3_0104 | 1 | [
"(infer (distance lower world1) (strength lower world2) (strength lower world1))",
"(infer (distance lower world2) (strength lower world1) (strength lower world2))"
] | qrel(distance, lower, world1) -> qrel(strength, lower, world2) ; qrel(strength, lower, world1) | {
"world1": [
"little sister"
],
"world2": [
"Alice"
]
} | Alice is playing ball with her young sister. One of them is having trouble throwing the ball far enough to be caught. Which person is likely to have a harder time? (A) Alice (B) Little Sister |
QuaRel_V1_Fr_0792 | 1 | [
"(infer (smoothness lower world1) (friction higher world2) (friction higher world1))",
"(infer (smoothness lower world2) (friction higher world1) (friction higher world2))"
] | qrel(smoothness, lower, world1) -> qrel(friction, higher, world2) ; qrel(friction, higher, world1) | {
"world1": [
"chicken"
],
"world2": [
"fish"
]
} | Manny poked his fork into both chicken and fish to find out which was smoother. He learned that chicken is rougher than fish. This means that the _____ has more resistance (A) fish (B) chicken |
QuaRel_V1_Fr_0557 | 1 | [
"(infer (speed higher world1) (friction higher world1) (friction lower world1))",
"(infer (speed higher world2) (friction higher world2) (friction lower world2))"
] | qrel(speed, higher, world1) -> qrel(friction, higher, world1) ; qrel(friction, lower, world1) | {
"world1": [
"grass lawn"
],
"world2": [
"sandbox"
]
} | Stacey is playing with her toy truck in the sandbox and can't get the truck to roll very easily. When she pushes the truck on the grass lawn, the truck moves very quickly. The grass lawn has (A) more friction (B) less friction. |
QuaRel_V1_Fr_0590 | 0 | [
"(infer (smoothness higher world1) (friction lower world1) (friction lower world2))",
"(infer (smoothness higher world2) (friction lower world2) (friction lower world1))"
] | qrel(smoothness, higher, world1) -> qrel(friction, lower, world1) ; qrel(friction, lower, world2) | {
"world1": [
"dog's fur"
],
"world2": [
"towel"
]
} | Jason notices that his dog's fur is smoother than the towel that he is drying it with. When Jason passes his hand over the _____ there will be less friction. (A) dog's fur (B) towel |
QuaRel_V1_Fr_0414 | 0 | [
"(infer (heat lower world1) (friction lower world1) (friction lower world2))",
"(infer (heat lower world2) (friction lower world2) (friction lower world1))"
] | qrel(heat, lower, world1) -> qrel(friction, lower, world1) ; qrel(friction, lower, world2) | {
"world1": [
"air"
],
"world2": [
"table"
]
} | Tom's paper plane heated up less when he flew it through the air compared to when he slid it over the table. He learned that the _____ had less friction (A) air (B) table |
QuaRel_V1_B5_1125 | 1 | [
"(infer (breakability lower world1) (flexibility higher world2) (flexibility higher world1))",
"(infer (breakability lower world2) (flexibility higher world1) (flexibility higher world2))"
] | qrel(breakability, lower, world1) -> qrel(flexibility, higher, world2) ; qrel(flexibility, higher, world1) | {
"world1": [
"spandex"
],
"world2": [
"cotton"
]
} | The woman was able to easily fit into the the spandex pants, however she had a problem fitting the cotton pants. Which pants were more flexible (A) cotton (B) Spandex |
QuaRel_V1_Fr_1351 | 0 | [
"(infer (smoothness lower world1) (friction higher world1) (friction higher world2))",
"(infer (smoothness lower world2) (friction higher world2) (friction higher world1))"
] | qrel(smoothness, lower, world1) -> qrel(friction, higher, world1) ; qrel(friction, higher, world2) | {
"world1": [
"mahogany"
],
"world2": [
"birch"
]
} | Mary learned recently that mahogany is rougher than birch. This means that when she rubs her sandpaper over the _____ more friction is experienced (A) mahogany or the (B) birc |
QuaRel_V1_B4_0206 | 1 | [
"(infer (brightness lower world1) (distance higher world2) (distance higher world1))",
"(infer (brightness lower world2) (distance higher world1) (distance higher world2))"
] | qrel(brightness, lower, world1) -> qrel(distance, higher, world2) ; qrel(distance, higher, world1) | {
"world1": [
"Star"
],
"world2": [
"Moon"
]
} | In the night sky the stars appear dimmer than the moon because the stars are (A) closer (B) farther |
QuaRel_V1_Fr_1479 | 0 | [
"(infer (friction lower world1) (distance higher world1) (distance higher world2))",
"(infer (friction lower world2) (distance higher world2) (distance higher world1))"
] | qrel(friction, lower, world1) -> qrel(distance, higher, world1) ; qrel(distance, higher, world2) | {
"world1": [
"farmer's field"
],
"world2": [
"transport truck"
]
} | A cantaloupe rolling around in a farmer's field experiences much less friction then one rolling around in the back of a transport truck. Which surface can the cantaloupe roll a greater distance over? (A) farmer's field (B) transport truck |
QuaRel_V1_Fr_0705 | 0 | [
"(infer (and (distance high world1) (distance low world2)) (friction higher world2) (friction lower world2))",
"(infer (and (distance high world2) (distance low world1)) (friction higher world1) (friction lower world1))"
] | qval(distance, high, world1), qval(distance, low, world2) -> qrel(friction, higher, world2) ; qrel(friction, lower, world2) | {
"world1": [
"wood floor"
],
"world2": [
"carpet"
]
} | Jen is rolling her purple ball in the house. The ball moves very fast across the wood floor, but doesn't go very far on the carpet. The carpet has _____ than the wood floor. (A) more resistance (B) less resistance |
QuaRel_V1_Fr_0051 | 0 | [
"(infer (and (smoothness high world1) (smoothness low world2)) (distance higher world1) (distance lower world1))",
"(infer (and (smoothness high world2) (smoothness low world1)) (distance higher world2) (distance lower world2))"
] | qval(smoothness, high, world1), qval(smoothness, low, world2) -> qrel(distance, higher, world1) ; qrel(distance, lower, world1) | {
"world1": [
"table"
],
"world2": [
"canvas"
]
} | Ariana is bored in art class and starts rolling her pen on the table. First she rolls her pen on the shiny smooth table. Then she rolls her pen on a large sheet of textured canvas which is not smooth like the table. Will the pen have rolled _____ on the table than on the canvas? (A) a longer distance (B) a shorter distance |
QuaRel_V1_Fr_1532 | 1 | [
"(infer (speed higher world1) (friction higher world1) (friction higher world2))",
"(infer (speed higher world2) (friction higher world2) (friction higher world1))"
] | qrel(speed, higher, world1) -> qrel(friction, higher, world1) ; qrel(friction, higher, world2) | {
"world1": [
"marble countertop"
],
"world2": [
"laminate countertop"
]
} | A tea bag can slide across a marble countertop much more rapidly then across a laminate countertop. Which surface is providing more resistance to the tea bag? (A) marble countertop (B) laminate countertop |
QuaRel_V1_B4_0246 | 0 | [
"(infer (exerciseIntensity higher world1) (amountSweat higher world1) (amountSweat higher world2))",
"(infer (exerciseIntensity higher world2) (amountSweat higher world2) (amountSweat higher world1))"
] | qrel(exerciseIntensity, higher, world1) -> qrel(amountSweat, higher, world1) ; qrel(amountSweat, higher, world2) | {
"world1": [
"Mike"
],
"world2": [
"Janet"
]
} | If Mike was running on the treadmill while Janet is sitting who will be sweating more (A) Mike or (B) Janet. |
QuaRel_V1_B4_0118 | 1 | [
"(infer (speed higher world1) (distance higher world2) (distance higher world1))",
"(infer (speed higher world2) (distance higher world1) (distance higher world2))"
] | qrel(speed, higher, world1) -> qrel(distance, higher, world2) ; qrel(distance, higher, world1) | {
"world1": [
"The Flash"
],
"world2": [
"The Hulk"
]
} | The Flash and The Hulk decide to race each other. The Flash is the fastest being in the galaxy. They agree to sprint for 1 min. Who wins the race? (A) The Hulk (B) The Flash |
QuaRel_V1_Fr_1407 | 0 | [
"(infer (and (smoothness low world1) (smoothness high world2)) (heat higher world1) (heat higher world2))",
"(infer (and (smoothness low world2) (smoothness high world1)) (heat higher world2) (heat higher world1))"
] | qval(smoothness, low, world1), qval(smoothness, high, world2) -> qrel(heat, higher, world1) ; qrel(heat, higher, world2) | {
"world1": [
"school yard"
],
"world2": [
"freeway"
]
} | Driving a bus in a school yard is very rough, but driving on a freeway isn't. This means that driving a bus on the _____ will make the bus' tires heat up more (A) school yard (B) freeway |
QuaRel_V1_Fr_0318 | 0 | [
"(infer (and (smoothness high world1) (smoothness low world2)) (distance higher world1) (distance higher world2))",
"(infer (and (smoothness high world2) (smoothness low world1)) (distance higher world2) (distance higher world1))"
] | qval(smoothness, high, world1), qval(smoothness, low, world2) -> qrel(distance, higher, world1) ; qrel(distance, higher, world2) | {
"world1": [
"play field"
],
"world2": [
"parking lot"
]
} | Ken played with his rugby ball in a rough parking lot and in a smoother play field. He noticed that his ball would travel further on the (A) play field (B) parking lot |
QuaRel_V1_Fr_0564 | 1 | [
"(infer (and (smoothness high world1) (smoothness low world2)) (heat higher world1) (heat higher world2))",
"(infer (and (smoothness high world2) (smoothness low world1)) (heat higher world2) (heat higher world1))"
] | qval(smoothness, high, world1), qval(smoothness, low, world2) -> qrel(heat, higher, world1) ; qrel(heat, higher, world2) | {
"world1": [
"counter-top"
],
"world2": [
"carpet"
]
} | Clark just brought an icicle in from outside and is trying to melt it by rubbing it against two different places in his house. The first place is his granite counter-top, which has no bumps or cracks in it. The second place is against the rough carpet in his living room. Which surface will melt the ice faster? (A) counter-top (B) carpet |
QuaRel_V1_B5_0121 | 0 | [
"(infer (weight lower world1) (acceleration higher world1) (acceleration higher world2))",
"(infer (weight lower world2) (acceleration higher world2) (acceleration higher world1))"
] | qrel(weight, lower, world1) -> qrel(acceleration, higher, world1) ; qrel(acceleration, higher, world2) | {
"world1": [
"rabbit"
],
"world2": [
"snake"
]
} | A rabbit weighs less then a snake. Which animal will accelerate faster? (A) rabbit (B) snake |
QuaRel_V1_B5_0082 | 1 | [
"(infer (and (distance low world1) (distance high world2)) (strength lower world2) (strength lower world1))",
"(infer (and (distance low world2) (distance high world1)) (strength lower world1) (strength lower world2))"
] | qval(distance, low, world1), qval(distance, high, world2) -> qrel(strength, lower, world2) ; qrel(strength, lower, world1) | {
"world1": [
"Ben"
],
"world2": [
"Bill"
]
} | After he finished washing dishes, Bill threw a wet sponge at his brother across the room at his brother Ben, hitting him in the face. Ben picked up the sponge and threw it back at Bill, but it didn't reach Bill. It dropped to the floor a foot in front of Bill. Which brother has less muscle strength in their arm? (A) Bill (B) Ben |
QuaRel_V1_Fr_1263 | 0 | [
"(infer (speed lower world1) (distance higher world2) (distance higher world1))",
"(infer (speed lower world2) (distance higher world1) (distance higher world2))"
] | qrel(speed, lower, world1) -> qrel(distance, higher, world2) ; qrel(distance, higher, world1) | {
"world1": [
"floor"
],
"world2": [
"ledge"
]
} | A flower pot sliding across a floor is forced to travel at a lower rate of speed then one sliding across a ledge. This means the flower pot can slide a greater distance across the (A) ledge (B) floor |
QuaRel_V1_B5_0874 | 1 | [
"(infer (and (weight low world1) (weight high world2)) (acceleration higher world2) (acceleration higher world1))",
"(infer (and (weight low world2) (weight high world1)) (acceleration higher world1) (acceleration higher world2))"
] | qval(weight, low, world1), qval(weight, high, world2) -> qrel(acceleration, higher, world2) ; qrel(acceleration, higher, world1) | {
"world1": [
"dump truck with feathers"
],
"world2": [
"dump truck with iron pellets"
]
} | One dump trucks is full with iron pellets and a second dump truck of the same type is full of feathers. They decide to have a race. Which dump truck can get going faster? (A) the one with iron pellets (B) the one with feathers |
QuaRel_V1_B5_1127 | 1 | [
"(infer (flexibility lower world1) (breakability lower world1) (breakability higher world1))",
"(infer (flexibility lower world2) (breakability lower world2) (breakability higher world2))"
] | qrel(flexibility, lower, world1) -> qrel(breakability, lower, world1) ; qrel(breakability, higher, world1) | {
"world1": [
"String"
],
"world2": [
"Fishing Line"
]
} | The string was less flexible than the fishing line so it was (A) less breakable (B) more breakable |
QuaRel_V1_Fr_1007 | 1 | [
"(infer (speed higher world1) (friction lower world2) (friction higher world2))",
"(infer (speed higher world2) (friction lower world1) (friction higher world1))"
] | qrel(speed, higher, world1) -> qrel(friction, lower, world2) ; qrel(friction, higher, world2) | {
"world1": [
"plastic slide"
],
"world2": [
"wood"
]
} | Nell observes that her Barbie goes faster on the plastic slide than on some slanted wood. This is because the wood has (A) lower friction (B) higher friction |
QuaRel_V1_Fr_0647 | 1 | [
"(infer (and (smoothness high world1) (smoothness low world2)) (speed lower world1) (speed lower world2))",
"(infer (and (smoothness high world2) (smoothness low world1)) (speed lower world2) (speed lower world1))"
] | qval(smoothness, high, world1), qval(smoothness, low, world2) -> qrel(speed, lower, world1) ; qrel(speed, lower, world2) | {
"world1": [
"parking lot"
],
"world2": [
"grass"
]
} | Sandy is skating with her friends. It's a smooth ride. She gets on the grass and tries to move across on her skates. Sandy has trouble because of the rough surface. Sandy moves slower when she is on the (A) parking lot (B) grass. |
QuaRel_V1_Fr_0874 | 0 | [
"(infer (smoothness lower world1) (heat higher world1) (heat higher world2))",
"(infer (smoothness lower world2) (heat higher world2) (heat higher world1))"
] | qrel(smoothness, lower, world1) -> qrel(heat, higher, world1) ; qrel(heat, higher, world2) | {
"world1": [
"river"
],
"world2": [
"air"
]
} | A wolf was running after a rabbit when he was forced to run through a river. He quickly determined that the river was rougher than the air. This means that the _____ warmed more as the wolf passed through it (A) river (B) air |
QuaRel_V1_B5_0190 | 1 | [
"(infer (and (distance low world1) (distance high world2)) (apparentSize higher world2) (apparentSize higher world1))",
"(infer (and (distance low world2) (distance high world1)) (apparentSize higher world1) (apparentSize higher world2))"
] | qval(distance, low, world1), qval(distance, high, world2) -> qrel(apparentSize, higher, world2) ; qrel(apparentSize, higher, world1) | {
"world1": [
"restaurant"
],
"world2": [
"car dealership"
]
} | Caleb stands on the corner in front of a restaurant. Down the road is a car dealership. Which appears larger? (A) car dealership (B) restaurant |
QuaRel_V1_B5_1379 | 0 | [
"(infer (time lower world1) (speed higher world1) (speed higher world2))",
"(infer (time lower world2) (speed higher world2) (speed higher world1))"
] | qrel(time, lower, world1) -> qrel(speed, higher, world1) ; qrel(speed, higher, world2) | {
"world1": [
"Laura"
],
"world2": [
"Sean"
]
} | Laura and Sean are running on the tracks. Sean needs to stop running half way through and walk the rest. Who ends one round around the track the fastest? (A) Laura (B) Sean |
QuaRel_V1_B5_0829 | 0 | [
"(infer (flexibility lower world1) (breakability higher world1) (breakability higher world2))",
"(infer (flexibility lower world2) (breakability higher world2) (breakability higher world1))"
] | qrel(flexibility, lower, world1) -> qrel(breakability, higher, world1) ; qrel(breakability, higher, world2) | {
"world1": [
"Glass"
],
"world2": [
"Basketball"
]
} | A piece of glass is much less flexible than a basketball so when they are both dropped it is (A) more breakable (B) less breakable |
QuaRel_V1_B5_0428 | 0 | [
"(infer (thickness lower world1) (strength lower world1) (strength higher world1))",
"(infer (thickness lower world2) (strength lower world2) (strength higher world2))"
] | qrel(thickness, lower, world1) -> qrel(strength, lower, world1) ; qrel(strength, higher, world1) | {
"world1": [
"thin poles"
],
"world2": [
"thicker poles"
]
} | Tom builds posts for mailboxes. He notices the ones he makes of thin poles break easier. That's because they are (A) weaker (B) stronger |
QuaRel_V1_B4_0388 | 1 | [
"(infer (and (distance low world1) (distance high world2)) (apparentSize higher world2) (apparentSize higher world1))",
"(infer (and (distance low world2) (distance high world1)) (apparentSize higher world1) (apparentSize higher world2))"
] | qval(distance, low, world1), qval(distance, high, world2) -> qrel(apparentSize, higher, world2) ; qrel(apparentSize, higher, world1) | {
"world1": [
"Tennis ball near"
],
"world2": [
"Tennis ball far"
]
} | Pete and Andre are playing tennis. Pete is trying to hit Andre's serve. Does the tennis ball look larger in Andre's hand or near Pete's racket? (A) Andre's hand (B) Pete's Racket |
QuaRel_V1_Fr_0741 | 0 | [
"(infer (smoothness higher world1) (friction higher world2) (friction higher world1))",
"(infer (smoothness higher world2) (friction higher world1) (friction higher world2))"
] | qrel(smoothness, higher, world1) -> qrel(friction, higher, world2) ; qrel(friction, higher, world1) | {
"world1": [
"kitchen floor"
],
"world2": [
"brick patio"
]
} | Nancy noticed her broom was not as effective on the textured brick patio as it was on her vinyl kitchen floor, as it wouldn't sweep smoothly. This is because (A) the patio has more friction or (B) the kitchen floor has more friction. |
QuaRel_V1_B5_1302 | 1 | [
"(infer (flexibility lower world1) (breakability higher world2) (breakability higher world1))",
"(infer (flexibility lower world2) (breakability higher world1) (breakability higher world2))"
] | qrel(flexibility, lower, world1) -> qrel(breakability, higher, world2) ; qrel(breakability, higher, world1) | {
"world1": [
"Glass shoe"
],
"world2": [
"Leather shoe"
]
} | Tom walks around wearing one glass shoe and one leather shoe. Which shoe is more likely to break? (A) Leather shoe (B) Glass shoe |
QuaRel_V1_Fr_1379 | 1 | [
"(infer (speed higher world1) (smoothness lower world1) (smoothness lower world2))",
"(infer (speed higher world2) (smoothness lower world2) (smoothness lower world1))"
] | qrel(speed, higher, world1) -> qrel(smoothness, lower, world1) ; qrel(smoothness, lower, world2) | {
"world1": [
"jet stream"
],
"world2": [
"plain air"
]
} | A jet can fly much faster in the jet stream then in plain air. This means the _____ is rougher (A) jet stream (B) plain air |
QuaRel_V1_B4_0410 | 0 | [
"(infer (weight higher world1) (acceleration higher world2) (acceleration higher world1))",
"(infer (weight higher world2) (acceleration higher world1) (acceleration higher world2))"
] | qrel(weight, higher, world1) -> qrel(acceleration, higher, world2) ; qrel(acceleration, higher, world1) | {
"world1": [
"Train"
],
"world2": [
"Car"
]
} | If a car and a train begin moving at the same time, which one can reach 50 miles per hour the fastest? (A) Car (B) Train |
QuaRel_V1_Fr_0228 | 0 | [
"(infer (friction higher world1) (smoothness higher world2) (smoothness higher world1))",
"(infer (friction higher world2) (smoothness higher world1) (smoothness higher world2))"
] | qrel(friction, higher, world1) -> qrel(smoothness, higher, world2) ; qrel(smoothness, higher, world1) | {
"world1": [
"gravel driveway"
],
"world2": [
"tile floor"
]
} | Mary got a new skateboard for her birthday and tried it out around the house. She found that it rolled much smoother on her _____. This is due to higher friction in the gravel. (A) tile floor (B) gravel driveway |
QuaRel_V1_Fr_0235 | 1 | [
"(infer (heat higher world1) (distance lower world2) (distance lower world1))",
"(infer (heat higher world2) (distance lower world1) (distance lower world2))"
] | qrel(heat, higher, world1) -> qrel(distance, lower, world2) ; qrel(distance, lower, world1) | {
"world1": [
"hanger"
],
"world2": [
"runway"
]
} | A plane stays much cooler taxing through a hanger than taxing over a runway. The plane will move a greater distance over (A) runway (B) hanger |
QuaRel_V1_B5_1179 | 1 | [
"(infer (distance higher world1) (loudness higher world1) (loudness lower world1))",
"(infer (distance higher world2) (loudness higher world2) (loudness lower world2))"
] | qrel(distance, higher, world1) -> qrel(loudness, higher, world1) ; qrel(loudness, lower, world1) | {
"world1": [
"noise away from factory"
],
"world2": [
"noise near factory"
]
} | The factory makes a lot of noise. Troy walks past it coming home from school. He notices that as he walks away from the factory, the noise (A) rises (B) drops. |
QuaRel_V1_B5_1431 | 0 | [
"(infer (thickness higher world1) (strength higher world1) (strength higher world2))",
"(infer (thickness higher world2) (strength higher world2) (strength higher world1))"
] | qrel(thickness, higher, world1) -> qrel(strength, higher, world1) ; qrel(strength, higher, world2) | {
"world1": [
"blue chain"
],
"world2": [
"orange chain"
]
} | A man wants to pull a car out of the mud with his truck. He has a blue chain that is larger in diameter than the orange chain he has. If the man wants to be more certain the chain will have the strength to pull the car, he would choose which chain? (A) the blue chain (B) the orange chain |
QuaRel_V1_Fr_0978 | 1 | [
"(infer (distance higher world1) (friction lower world2) (friction higher world2))",
"(infer (distance higher world2) (friction lower world1) (friction higher world1))"
] | qrel(distance, higher, world1) -> qrel(friction, lower, world2) ; qrel(friction, higher, world2) | {
"world1": [
"hay bale"
],
"world2": [
"dirt bank"
]
} | Timmy was shooting his gun, he noticed the bullets penetrated deeper into the hay bales than the dirt bank. The dirt bank has (A) less resistance or (B) more resistance? |
QuaRel_V1_B5_1082 | 0 | [
"(infer (distance lower world1) (apparentSize higher world1) (apparentSize lower world1))",
"(infer (distance lower world2) (apparentSize higher world2) (apparentSize lower world2))"
] | qrel(distance, lower, world1) -> qrel(apparentSize, higher, world1) ; qrel(apparentSize, lower, world1) | {
"world1": [
"Car nearby"
],
"world2": [
"Car far away"
]
} | As the car pulled up to the driveway it started to (A) appear larger (B) appear smaller |
QuaRel_V1_Fr_1346 | 1 | [
"(infer (and (speed high world1) (speed low world2)) (friction higher world1) (friction higher world2))",
"(infer (and (speed high world2) (speed low world1)) (friction higher world2) (friction higher world1))"
] | qval(speed, high, world1), qval(speed, low, world2) -> qrel(friction, higher, world1) ; qrel(friction, higher, world2) | {
"world1": [
"farm"
],
"world2": [
"wilderness"
]
} | A donkey can run quickly on a farm and slowly in the wilderness. This means the _____ offers more resistance (A) farm (B) wilderness |
QuaRel_V1_Fr_1523 | 0 | [
"(infer (and (smoothness high world1) (smoothness low world2)) (friction lower world1) (friction lower world2))",
"(infer (and (smoothness high world2) (smoothness low world1)) (friction lower world2) (friction lower world1))"
] | qval(smoothness, high, world1), qval(smoothness, low, world2) -> qrel(friction, lower, world1) ; qrel(friction, lower, world2) | {
"world1": [
"bread"
],
"world2": [
"cake"
]
} | Cutting bread with a bread knife creates a smooth cut, while cutting cake with a bread knife creates a rough cut. This means that the _____ has less resistance (A) bread (B) cake |
QuaRel_V1_B5_0226 | 0 | [
"(infer (speed higher world1) (time lower world1) (time lower world2))",
"(infer (speed higher world2) (time lower world2) (time lower world1))"
] | qrel(speed, higher, world1) -> qrel(time, lower, world1) ; qrel(time, lower, world2) | {
"world1": [
"Joe"
],
"world2": [
"Larry"
]
} | Joe was the fastest runner in his school. Another student at his school, Larry, challenged him to race the length of the football field. Which student made it in the least amount of time? (A) Joe (B) Larry |
QuaRel_V1_B5_0701 | 1 | [
"(infer (exerciseIntensity higher world1) (amountSweat lower world1) (amountSweat higher world1))",
"(infer (exerciseIntensity higher world2) (amountSweat lower world2) (amountSweat higher world2))"
] | qrel(exerciseIntensity, higher, world1) -> qrel(amountSweat, lower, world1) ; qrel(amountSweat, higher, world1) | {
"world1": [
"A runner"
],
"world2": [
"A person walking"
]
} | A person that is running will generally _____ than a person walking (A) sweat less (B) sweat more |
QuaRel_V1_B5_0466 | 1 | [
"(infer (distance lower world1) (loudness lower world1) (loudness higher world1))",
"(infer (distance lower world2) (loudness lower world2) (loudness higher world2))"
] | qrel(distance, lower, world1) -> qrel(loudness, lower, world1) ; qrel(loudness, higher, world1) | {
"world1": [
"plane near"
],
"world2": [
"plane far away"
]
} | Tom is watching and listening to a plane fly in the sky. Eventually, it flies right over his house. When the plane was over Tom's house, was the plane (A) quieter (B) louder |
QuaRel_V1_B5_0502 | 1 | [
"(infer (and (weight low world1) (weight high world2)) (acceleration higher world2) (acceleration higher world1))",
"(infer (and (weight low world2) (weight high world1)) (acceleration higher world1) (acceleration higher world2))"
] | qval(weight, low, world1), qval(weight, high, world2) -> qrel(acceleration, higher, world2) ; qrel(acceleration, higher, world1) | {
"world1": [
"car with nearly empty fuel tank"
],
"world2": [
"car with full fuel tank"
]
} | Two cars are going to race each other. One driver puts just enough fuel into his car's tank to get through the race in order to keep the weight of his car low. The other driver fills his car's tank completely, which makes the car more heavy. Which car will get up to full speed more quickly at the start of the race? (A) car with full fuel tank (B) car with nearly empty fuel tank |
QuaRel_V1_Fr_0403 | 0 | [
"(infer (smoothness higher world1) (distance higher world1) (distance higher world2))",
"(infer (smoothness higher world2) (distance higher world2) (distance higher world1))"
] | qrel(smoothness, higher, world1) -> qrel(distance, higher, world1) ; qrel(distance, higher, world2) | {
"world1": [
"granite countertop"
],
"world2": [
"carpet floor"
]
} | A chef rolled his rolling pin a much greater distance on his _____. The carpet was not nearly as smooth as the countertop and created more friction. (A) granite countertop (B) carpet floor |
QuaRel_V1_B5_1266 | 0 | [
"(infer (weight higher world1) (acceleration lower world1) (acceleration lower world2))",
"(infer (weight higher world2) (acceleration lower world2) (acceleration lower world1))"
] | qrel(weight, higher, world1) -> qrel(acceleration, lower, world1) ; qrel(acceleration, lower, world2) | {
"world1": [
"Chris"
],
"world2": [
"Boon"
]
} | Chris and Boon are running in a track event. Chris weighs more than Boon. Who will be slower to speed up (A) Chris (B) Boon |
QuaRel_V1_B5_1353 | 1 | [
"(infer (exerciseIntensity higher world1) (amountSweat higher world2) (amountSweat higher world1))",
"(infer (exerciseIntensity higher world2) (amountSweat higher world1) (amountSweat higher world2))"
] | qrel(exerciseIntensity, higher, world1) -> qrel(amountSweat, higher, world2) ; qrel(amountSweat, higher, world1) | {
"world1": [
"Craig"
],
"world2": [
"Jamie"
]
} | Craig just got done walking home from school which was 3 miles. Jamie took the bus home from school. Who would sweat more? (A) Jamie (B) Craig |
QuaRel_V1_B4_0189 | 1 | [
"(infer (speed higher world1) (distance higher world2) (distance higher world1))",
"(infer (speed higher world2) (distance higher world1) (distance higher world2))"
] | qrel(speed, higher, world1) -> qrel(distance, higher, world2) ; qrel(distance, higher, world1) | {
"world1": [
"Flash"
],
"world2": [
"Ironman"
]
} | Suppose Flash who is the fastest superhero on the planet races Ironman in a 1 min all out sprint. Who would win this race? (A) Ironman (B) Flash |
QuaRel_V1_Fr_1246 | 0 | [
"(infer (speed higher world1) (friction lower world1) (friction lower world2))",
"(infer (speed higher world2) (friction lower world2) (friction lower world1))"
] | qrel(speed, higher, world1) -> qrel(friction, lower, world1) ; qrel(friction, lower, world2) | {
"world1": [
"dressing table"
],
"world2": [
"kitchen counter"
]
} | A hat can slide much quicker along a dressing table compared to a kitchen counter. This means the _____ has less friction (A) dressing table (B) kitchen counter |
QuaRel_V1_Fr_0769 | 0 | [
"(infer (heat lower world1) (friction lower world1) (friction lower world2))",
"(infer (heat lower world2) (friction lower world2) (friction lower world1))"
] | qrel(heat, lower, world1) -> qrel(friction, lower, world1) ; qrel(friction, lower, world2) | {
"world1": [
"court"
],
"world2": [
"gravel lot"
]
} | Rolling a basketball over a court creates a lot less warmth than rolling it over a gravel lot. This means that the _____ has less resistance (A) court (B) gravel lot |
QuaRel_V1_B3_0160 | 0 | [
"(infer (loudness higher world1) (distance lower world1) (distance lower world2))",
"(infer (loudness higher world2) (distance lower world2) (distance lower world1))"
] | qrel(loudness, higher, world1) -> qrel(distance, lower, world1) ; qrel(distance, lower, world2) | {
"world1": [
"speaker in the same room"
],
"world2": [
"speaker in the next room"
]
} | Someone can hear very loud music being played, the speaker must be where? (A) In the same room (B) In the next room |
QuaRel_V1_B4_0416 | 1 | [
"(infer (apparentSize higher world1) (distance higher world1) (distance lower world1))",
"(infer (apparentSize higher world2) (distance higher world2) (distance lower world2))"
] | qrel(apparentSize, higher, world1) -> qrel(distance, higher, world1) ; qrel(distance, lower, world1) | {
"world1": [
"Moon close"
],
"world2": [
"Moon far"
]
} | Why does the moon appear larger when it's a super moon? (A) It's made larger by the sun (B) It's closer to earth |
QuaRel_V1_Fr_0825 | 1 | [
"(infer (and (smoothness high world1) (smoothness low world2)) (heat higher world1) (heat higher world2))",
"(infer (and (smoothness high world2) (smoothness low world1)) (heat higher world2) (heat higher world1))"
] | qval(smoothness, high, world1), qval(smoothness, low, world2) -> qrel(heat, higher, world1) ; qrel(heat, higher, world2) | {
"world1": [
"top of car"
],
"world2": [
"leather dashboard"
]
} | Gary is talking to a friend outside his car. His friend slides him an envelope over the shiny top of his car. When Gary gets in his car, he slides the envelope across the leathery dashboard to the passenger side. The envelope will make more heat when it is slid across (A) the top of the car (B) the leather dashboard. |
QuaRel_V1_B5_1130 | 1 | [
"(infer (time higher world1) (distance higher world2) (distance higher world1))",
"(infer (time higher world2) (distance higher world1) (distance higher world2))"
] | qrel(time, higher, world1) -> qrel(distance, higher, world2) ; qrel(distance, higher, world1) | {
"world1": [
"Mike"
],
"world2": [
"Dan"
]
} | Mike and Dan left the bar at the exact same time, and and drove the exact same speed. Mike drove for 7 minutes more than Dan. Who traveled the most distance? (A) Dan (B) Mike |
QuaRel_V1_Fr_0001 | 0 | [
"(infer (and (smoothness low world1) (smoothness high world2)) (friction lower world2) (friction higher world2))",
"(infer (and (smoothness low world2) (smoothness high world1)) (friction lower world1) (friction higher world1))"
] | qval(smoothness, low, world1), qval(smoothness, high, world2) -> qrel(friction, lower, world2) ; qrel(friction, higher, world2) | {
"world1": [
"rubber soles"
],
"world2": [
"leather soles"
]
} | Mary slid across the wet boat deck wearing her leather-soled slippers, while Sue wearing rubber-soled deck shoes walked with no problem. Mary's shoes had (A) less resistance or (B) more resistance. |
QuaRel_V1_Fr_0950 | 0 | [
"(infer (speed lower world1) (friction lower world2) (friction lower world1))",
"(infer (speed lower world2) (friction lower world1) (friction lower world2))"
] | qrel(speed, lower, world1) -> qrel(friction, lower, world2) ; qrel(friction, lower, world1) | {
"world1": [
"sand"
],
"world2": [
"ocean"
]
} | Kate noticed that her surfboard can't travel as fast when she pushes it through sand rather than through the ocean. This means that the _____ has less resistance (A) ocean (B) sand |
QuaRel_V1_Fr_0236 | 1 | [
"(infer (and (smoothness low world1) (smoothness high world2)) (friction higher world2) (friction lower world2))",
"(infer (and (smoothness low world2) (smoothness high world1)) (friction higher world1) (friction lower world1))"
] | qval(smoothness, low, world1), qval(smoothness, high, world2) -> qrel(friction, higher, world2) ; qrel(friction, lower, world2) | {
"world1": [
"bedrock"
],
"world2": [
"streetside"
]
} | Lenno took his boogie board on bedrock and bumped around, while streetside was smooth sailing because it had (A) more resistance (B) less resistance |
QuaRel_V1_Fr_0958 | 0 | [
"(infer (speed lower world1) (smoothness higher world2) (smoothness higher world1))",
"(infer (speed lower world2) (smoothness higher world1) (smoothness higher world2))"
] | qrel(speed, lower, world1) -> qrel(smoothness, higher, world2) ; qrel(smoothness, higher, world1) | {
"world1": [
"kitchen rug"
],
"world2": [
"cutting board"
]
} | Violet was rolling an eggplant around the kitchen. She noticed that when she rolled it across the kitchen rug, the eggplant went slower than when she rolled it across the wooden cutting board. She realized that this happened because which surface was smoother? (A) cutting board (B) kitchen rug |
QuaRel_V1_Fr_0062 | 1 | [
"(infer (speed higher world1) (friction higher world1) (friction lower world1))",
"(infer (speed higher world2) (friction higher world2) (friction lower world2))"
] | qrel(speed, higher, world1) -> qrel(friction, higher, world1) ; qrel(friction, lower, world1) | {
"world1": [
"silk sheet"
],
"world2": [
"wool blanket"
]
} | Carol was rolling her ball on the bed. She noticed that the ball moved faster on the silk sheets than on the wool blanket. This is because silk has (A) more resistance (B) less resistance |
QuaRel_V1_Fr_0748 | 0 | [
"(infer (speed higher world1) (friction higher world2) (friction lower world2))",
"(infer (speed higher world2) (friction higher world1) (friction lower world1))"
] | qrel(speed, higher, world1) -> qrel(friction, higher, world2) ; qrel(friction, lower, world2) | {
"world1": [
"sidewalk"
],
"world2": [
"hot coals"
]
} | The guy in gym shoes ran across the sidewalk quickly, but couldn't bare the hot coals because it had (A) more resistance (B) less resistance |
QuaRel_V1_B4_0135 | 0 | [
"(infer (distance lower world1) (brightness higher world1) (brightness lower world1))",
"(infer (distance lower world2) (brightness higher world2) (brightness lower world2))"
] | qrel(distance, lower, world1) -> qrel(brightness, higher, world1) ; qrel(brightness, lower, world1) | {
"world1": [
"brighter"
],
"world2": [
"dimmer"
]
} | As the spaceship flew closer to the sun it grew (A) brighter (B) dimmer |
QuaRel_V1_B5_0776 | 1 | [
"(infer (speed lower world1) (time lower world1) (time lower world2))",
"(infer (speed lower world2) (time lower world2) (time lower world1))"
] | qrel(speed, lower, world1) -> qrel(time, lower, world1) ; qrel(time, lower, world2) | {
"world1": [
"capybara"
],
"world2": [
"anteater"
]
} | A capybara isn't as fast of a runner as an anteater. If both animals make the same journey, which will get there sooner? (A) capybara (B) anteater |
QuaRel_V1_B4_0270 | 0 | [
"(infer (loudness higher world1) (distance lower world1) (distance lower world2))",
"(infer (loudness higher world2) (distance lower world2) (distance lower world1))"
] | qrel(loudness, higher, world1) -> qrel(distance, lower, world1) ; qrel(distance, lower, world2) | {
"world1": [
"a leafy tree"
],
"world2": [
"an idiot"
]
} | Elijah was enjoying a pleasant afternoon in the park, when he noticed an idiot proclaiming doom was nigh shouting in the middle of the park. Suddenly, a breeze took up, and the idiot was drowned out by the pleasant rustling of the leaves in the leafy tree beside him. That's because (A) the leafy tree was closer (B) an idiot was closer |
QuaRel_V1_Fr_0929 | 0 | [
"(infer (heat higher world1) (friction higher world1) (friction lower world1))",
"(infer (heat higher world2) (friction higher world2) (friction lower world2))"
] | qrel(heat, higher, world1) -> qrel(friction, higher, world1) ; qrel(friction, lower, world1) | {
"world1": [
"sand"
],
"world2": [
"concrete"
]
} | Evan is riding his bike. He notices that his bike tires get much more warm when he rides his bike in the sand than it does when he rides it on concrete. The tires get hotter on sand because the sand has (A) more friction (B) less friction. |
QuaRel_V1_B5_0099 | 1 | [
"(infer (flexibility lower world1) (breakability higher world2) (breakability higher world1))",
"(infer (flexibility lower world2) (breakability higher world1) (breakability higher world2))"
] | qrel(flexibility, lower, world1) -> qrel(breakability, higher, world2) ; qrel(breakability, higher, world1) | {
"world1": [
"dry branch"
],
"world2": [
"wet branch"
]
} | Millie bends two tree branches. One is dry and is not as flexible as the other, which is wet and more bendable. Which is more likely to break when she bends it? (A) wet branch (B) dry branch |
QuaRel_V1_Fr_0382 | 1 | [
"(infer (speed higher world1) (friction lower world2) (friction lower world1))",
"(infer (speed higher world2) (friction lower world1) (friction lower world2))"
] | qrel(speed, higher, world1) -> qrel(friction, lower, world2) ; qrel(friction, lower, world1) | {
"world1": [
"hard dirt"
],
"world2": [
"quicksand"
]
} | The elephant ran quickly through the hard dirt, until it reached quicksand. It got stuck in the quicksand, which means _____ has less resistance. (A) quicksand (B) hard dirt |
QuaRel_V1_B5_0198 | 1 | [
"(infer (time higher world1) (distance higher world2) (distance higher world1))",
"(infer (time higher world2) (distance higher world1) (distance higher world2))"
] | qrel(time, higher, world1) -> qrel(distance, higher, world2) ; qrel(distance, higher, world1) | {
"world1": [
"plane from NY to LA"
],
"world2": [
"plane from NY to Chicago"
]
} | Kevin took a plane from NY to Chicago while Esther took a plane from NY to LA which takes longer at the same speed. Who travelled further? (A) Kevin (B) Esther |
QuaRel_V1_Fr_1664 | 0 | [
"(infer (speed higher world1) (distance higher world1) (distance higher world2))",
"(infer (speed higher world2) (distance higher world2) (distance higher world1))"
] | qrel(speed, higher, world1) -> qrel(distance, higher, world1) ; qrel(distance, higher, world2) | {
"world1": [
"wet court"
],
"world2": [
"dry court"
]
} | A tennis player can skid across a wet tennis court in his tennis shoes at a higher rate of speed then across a dry court. Which court will allow him to skid a greater distance? (A) wet court (B) dry court |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.