Update README.md
Browse files
README.md
CHANGED
@@ -30,5 +30,7 @@ OpenSpatialLogic contains a question under the "Context" field, and then a "brie
|
|
30 |
Example:
|
31 |
|
32 |
Context: A tower is built from bottom to top with bricks colored red, green, purple, yellow, then blue. If the tower is turned upside down, which brick is now directly above the yellow?
|
|
|
33 |
briefResponse: The purple brick will be above the yellow brick.
|
|
|
34 |
detailedResponse: The tower is turned upside down, which inverts the order of the bricks. The purple brick was below the yellow brick in the previous configuration, so the purple brick is now above the yellow brick.
|
|
|
30 |
Example:
|
31 |
|
32 |
Context: A tower is built from bottom to top with bricks colored red, green, purple, yellow, then blue. If the tower is turned upside down, which brick is now directly above the yellow?
|
33 |
+
|
34 |
briefResponse: The purple brick will be above the yellow brick.
|
35 |
+
|
36 |
detailedResponse: The tower is turned upside down, which inverts the order of the bricks. The purple brick was below the yellow brick in the previous configuration, so the purple brick is now above the yellow brick.
|