AwesomeEmerald commited on
Commit
24ac447
·
verified ·
1 Parent(s): f97284c

Add more items

Browse files
Files changed (1) hide show
  1. SpatialLogic.csv +7 -1
SpatialLogic.csv CHANGED
@@ -21,4 +21,10 @@ Context,briefResponse,detailedResponse
21
  "If a laptop facing north is opened, which way is the logo on the back of the laptop facing?","The logo would face south.","When the laptop is closed, the screen is facing downward and the logo is opposite it, facing upward. When you open the laptop, the screen faces the same way as the laptop: north. The logo faces the opposite way: south."
22
  "A tower is made of blocks. On the bottom is a red block. On the top is a yellow block. In the middle is a blue block. The tower is turned upside down, as to invert the order. Which block experiences the least change in position?",The blue block experiences the least change in position.,"The block with the least change in position is the block which remains is in the middle, since inverting the order does not change it from being in the middle. Therefore, the blue block experiences the least change in position."
23
  "When a bird hears a rock land, it travels in the opposite direction the rock landed. If you're standing next to a bird and throw a rock north, which way will the bird travel once the rock lands?",The bird will travel north.,"The bird will travel in the opposite direction from where you threw the rock. When you throw it, it travels north, then lands and makes a noise. Since it's north from you and the bird, the bird will travel south."
24
- "I place a spiral-bound book on a table, and open it a quarter way through to a page 25 percent through the book. Which stack of pages is higher, the one to the left of the spiral, or the one to the right?","The stack of pages to the right will be higher.","When you open the book, a quarter of the pages will rotate around the spine to the left. Three quarters of the pages remain on the right, so the stack of pages on the right is higher."
 
 
 
 
 
 
 
21
  "If a laptop facing north is opened, which way is the logo on the back of the laptop facing?","The logo would face south.","When the laptop is closed, the screen is facing downward and the logo is opposite it, facing upward. When you open the laptop, the screen faces the same way as the laptop: north. The logo faces the opposite way: south."
22
  "A tower is made of blocks. On the bottom is a red block. On the top is a yellow block. In the middle is a blue block. The tower is turned upside down, as to invert the order. Which block experiences the least change in position?",The blue block experiences the least change in position.,"The block with the least change in position is the block which remains is in the middle, since inverting the order does not change it from being in the middle. Therefore, the blue block experiences the least change in position."
23
  "When a bird hears a rock land, it travels in the opposite direction the rock landed. If you're standing next to a bird and throw a rock north, which way will the bird travel once the rock lands?",The bird will travel north.,"The bird will travel in the opposite direction from where you threw the rock. When you throw it, it travels north, then lands and makes a noise. Since it's north from you and the bird, the bird will travel south."
24
+ "I place a spiral-bound book on a table, and open it a quarter way through to a page 25 percent through the book. Which stack of pages is higher, the one to the left of the spiral, or the one to the right?","The stack of pages to the right will be higher.","When you open the book, a quarter of the pages will rotate around the spine to the left. Three quarters of the pages remain on the right, so the stack of pages on the right is higher."
25
+ "A tower of bricks is made. It is five bricks tall. The first brick on the bottom is red, then blue, then green, then purple, then on the top is a yellow brick. If I turn the tower upsidedown, which brick is below the purple brick?",The yellow brick is below the purple brick.,"When you turn the tower upsidedown, the order of the bricks reverses. The yellow brick was above the purple brick, so now the yellow brick is below it."
26
+ "I place a penny on a table, then a quarter on top of the penny. I place a dime on top of the quarter, then place a nickel on top of the dime. If I pick up the stack and turn it upsidedown, then put it back on the table, which coin is on top of the quarter?",The penny is on top of the quarter.,"The coin order inverted when it was turned upsidedown, so the penny is on top of the quarter."
27
+ "If I'm facing north, then turn a quarter revolution to the left, which way am I facing now?",You're facing west.,"You turned to the left, and west is to the left of north. You are facing west now."
28
+ "If I'm facing east, then turn around 180 degrees, which way am I facing now?",You're facing west.,"You turned around, and the direction opposite east is west. You're facing west now."
29
+ "If I'm facing west, and turn to the right 90 degrees, which way am I facing?",You're facing north.,"You turned to the right, and the direction to the right of west is north. You're facing north."
30
+ "A train is on a track heading south. If the track makes a 90 degree turn to the left, which way will the train go?",The train will go east.,"The train turned 90 degrees to the left. It was facing south, and from that perspective the direction to the left is east. The train is going east now."