data
stringlengths 39
72
| fol
stringlengths 43
89
|
---|---|
Blue was the color of the shirt with the white jacket.
|
∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ White(y))
|
The shirt that went with white jacket was blue.
|
∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ White(y) ∧ went-with(x,y))
|
The man was wearing a yellow shirt and a white jacket.
|
∃x ∃y ∃z (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))
|
The shirt that the man wore was yellow and the jacket was white.
|
∃x ∃y ∃z (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))
|
Yellow was the color of the shirt with the white jacket.
|
∃x ∃y (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ White(y))
|
The shirt that went with white jacket was yellow.
|
∃x ∃y (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ White(y) ∧ went-with(x,y))
|
The man was wearing a black shirt and a yellow jacket.
|
∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Yellow(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))
|
The shirt that the man wore was black and the jacket was yellow.
|
∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Yellow(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))
|
Black was the color of the shirt with the yellow jacket.
|
∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Yellow(y))
|
The shirt that went with yellow jacket was black.
|
∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Yellow(y) ∧ went-with(x,y))
|
The man was wearing a yellow shirt and a black jacket.
|
∃x ∃y ∃z (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))
|
The shirt that the man wore was yellow and the jacket was black.
|
∃x ∃y ∃z (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))
|
Yellow was the color of the shirt with the black jacket.
|
∃x ∃y (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Black(y))
|
The shirt that went with black jacket was yellow.
|
∃x ∃y (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Black(y) ∧ went-with(x,y))
|
The man was wearing a black shirt and a red jacket.
|
∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))
|
The shirt that the man wore was black and the jacket was red.
|
∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))
|
Black was the color of the shirt with the red jacket.
|
∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Red(y))
|
The shirt that went with red jacket was black.
|
∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Red(y) ∧ went-with(x,y))
|
The man was wearing a red shirt and a black jacket.
|
∃x ∃y ∃z (Shirt(x) ∧ Red(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))
|
The shirt that the man wore was red and the jacket was black.
|
∃x ∃y ∃z (Shirt(x) ∧ Red(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))
|
Red was the color of the shirt with the black jacket.
|
∃x ∃y (Shirt(x) ∧ Red(x) ∧ Jacket(y) ∧ Black(y))
|
The shirt that went with black jacket was red.
|
∃x ∃y (Shirt(x) ∧ Red(x) ∧ Jacket(y) ∧ Black(y) ∧ went-with(x,y))
|
The man was wearing a black shirt and a blue jacket.
|
∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Blue(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))
|
The shirt that the man wore was black and the jacket was blue.
|
∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Blue(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))
|
Black was the color of the shirt with the blue jacket.
|
∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Blue(y))
|
The shirt that went with blue jacket was black.
|
∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Blue(y) ∧ went-with(x,y))
|
The man was wearing a blue shirt and a black jacket.
|
∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))
|
The shirt that the man wore was blue and the jacket was black.
|
∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))
|
Blue was the color of the shirt with the black jacket.
|
∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Black(y))
|
The shirt that went with black jacket was blue.
|
∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Black(y) ∧ went-with(x,y))
|
The house had a blue window and a red door.
|
∃x ∃y ∃z (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Red(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))
|
The window that was blue was next to the door that was red.
|
∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))
|
Red was not the color of the window but of the door.
|
∃x ∃y (Window(x) ∧ ¬Red(x) ∧ Door(y) ∧ Red(y))
|
Blue was the color of the window next to the red door.
|
∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Red(y))
|
The window that was next to the red door was blue.
|
∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))
|
The house had a green window and a red door.
|
∃x ∃y ∃z (Window(x) ∧ Green(x) ∧ Door(y) ∧ Red(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))
|
The window that was green was next to the door that was red.
|
∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))
|
Green was the color of the window next to the red door.
|
∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Red(y))
|
The window that was next to the red door was green.
|
∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))
|
The house had a blue window and a green door.
|
∃x ∃y ∃z (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Green(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))
|
The window that was blue was next to the door that was green.
|
∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Green(y) ∧ next-to(x,y))
|
Green was not the color of the window but of the door.
|
∃x ∃y (Window(x) ∧ ¬Green(x) ∧ Door(y) ∧ Green(y))
|
Blue was the color of the window next to the green door.
|
∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Green(y))
|
The window that was next to the green door was blue.
|
∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Green(y) ∧ next-to(x,y))
|
The house had a yellow window and a red door.
|
∃x ∃y ∃z (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Red(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))
|
The window that was yellow was next to the door that was red.
|
∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))
|
Yellow was the color of the window next to the red door.
|
∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Red(y))
|
The window that was next to the red door was yellow.
|
∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))
|
The house had a blue window and a yellow door.
|
∃x ∃y ∃z (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Yellow(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))
|
The window that was blue was next to the door that was yellow.
|
∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Yellow(y) ∧ next-to(x,y))
|
Yellow was not the color of the window but of the door.
|
∃x ∃y (Window(x) ∧ ¬Yellow(x) ∧ Door(y) ∧ Yellow(y))
|
Blue was the color of the window next to the yellow door.
|
∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Yellow(y))
|
The window that was next to the yellow door was blue.
|
∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Yellow(y) ∧ next-to(x,y))
|
The house had a green window and a yellow door.
|
∃x ∃y ∃z (Window(x) ∧ Green(x) ∧ Door(y) ∧ Yellow(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))
|
The window that was green was next to the door that was yellow.
|
∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Yellow(y) ∧ next-to(x,y))
|
Green was the color of the window next to the yellow door.
|
∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Yellow(y))
|
The window that was next to the yellow door was green.
|
∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Yellow(y) ∧ next-to(x,y))
|
The house had a yellow window and a green door.
|
∃x ∃y ∃z (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Green(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))
|
The window that was yellow was next to the door that was green.
|
∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Green(y) ∧ next-to(x,y))
|
Yellow was the color of the window next to the green door.
|
∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Green(y))
|
The window that was next to the green door was yellow.
|
∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Green(y) ∧ next-to(x,y))
|
The house had a green window and a blue door.
|
∃x ∃y ∃z (Window(x) ∧ Green(x) ∧ Door(y) ∧ Blue(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))
|
The window that was green was next to the door that was blue.
|
∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Blue(y) ∧ next-to(x,y))
|
Blue was not the color of the window but of the door.
|
∃x ∃y (Window(x) ∧ ¬Blue(x) ∧ Door(y) ∧ Blue(y))
|
Green was the color of the window next to the blue door.
|
∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Blue(y))
|
The window that was next to the blue door was green.
|
∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Blue(y) ∧ next-to(x,y))
|
The house had a white window and a yellow door.
|
∃x ∃y ∃z (Window(x) ∧ White(x) ∧ Door(y) ∧ Yellow(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))
|
The window that was white was next to the door that was yellow.
|
∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Yellow(y) ∧ next-to(x,y))
|
White was the color of the window next to the yellow door.
|
∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Yellow(y))
|
The window that was next to the yellow door was white.
|
∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Yellow(y) ∧ next-to(x,y))
|
The house had a green window and a white door.
|
∃x ∃y ∃z (Window(x) ∧ Green(x) ∧ Door(y) ∧ White(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))
|
The window that was green was next to the door that was white.
|
∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ White(y) ∧ next-to(x,y))
|
White was not the color of the window but of the door.
|
∃x ∃y (Window(x) ∧ ¬White(x) ∧ Door(y) ∧ White(y))
|
Green was the color of the window next to the white door.
|
∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ White(y))
|
The window that was next to the white door was green.
|
∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ White(y) ∧ next-to(x,y))
|
The house had a white window and a black door.
|
∃x ∃y ∃z (Window(x) ∧ White(x) ∧ Door(y) ∧ Black(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))
|
The window that was white was next to the door that was black.
|
∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Black(y) ∧ next-to(x,y))
|
Black was not the color of the window but of the door.
|
∃x ∃y (Window(x) ∧ ¬Black(x) ∧ Door(y) ∧ Black(y))
|
White was the color of the window next to the black door.
|
∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Black(y))
|
The window that was next to the black door was white.
|
∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Black(y) ∧ next-to(x,y))
|
The house had a black window and a white door.
|
∃x ∃y ∃z (Window(x) ∧ Black(x) ∧ Door(y) ∧ White(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))
|
The window that was black was next to the door that was white.
|
∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ White(y) ∧ next-to(x,y))
|
Black was the color of the window next to the white door.
|
∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ White(y))
|
The window that was next to the white door was black.
|
∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ White(y) ∧ next-to(x,y))
|
The house had a white window and a red door.
|
∃x ∃y ∃z (Window(x) ∧ White(x) ∧ Door(y) ∧ Red(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))
|
The window that was white was next to the door that was red.
|
∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))
|
White was the color of the window next to the red door.
|
∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Red(y))
|
The window that was next to the red door was white.
|
∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))
|
The house had a red window and a white door.
|
∃x ∃y ∃z (Window(x) ∧ Red(x) ∧ Door(y) ∧ White(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))
|
The window that was red was next to the door that was white.
|
∃x ∃y (Window(x) ∧ Red(x) ∧ Door(y) ∧ White(y) ∧ next-to(x,y))
|
Red was the color of the window next to the white door.
|
∃x ∃y (Window(x) ∧ Red(x) ∧ Door(y) ∧ White(y))
|
The window that was next to the white door was red.
|
∃x ∃y (Window(x) ∧ Red(x) ∧ Door(y) ∧ White(y) ∧ next-to(x,y))
|
The house had a green window and a black door.
|
∃x ∃y ∃z (Window(x) ∧ Green(x) ∧ Door(y) ∧ Black(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))
|
The window that was green was next to the door that was black.
|
∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Black(y) ∧ next-to(x,y))
|
Green was the color of the window next to the black door.
|
∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Black(y))
|
The window that was next to the black door was green.
|
∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Black(y) ∧ next-to(x,y))
|
The house had a white window and a green door.
|
∃x ∃y ∃z (Window(x) ∧ White(x) ∧ Door(y) ∧ Green(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))
|
The window that was white was next to the door that was green.
|
∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Green(y) ∧ next-to(x,y))
|
White was the color of the window next to the green door.
|
∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Green(y))
|
The window that was next to the green door was white.
|
∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Green(y) ∧ next-to(x,y))
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.