data
stringlengths 39
72
| fol
stringlengths 43
89
|
---|---|
They played with a yellow ball and black bat. | ∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ Black(y) ∧ play-with(they, x) ∧ play-with(they, y)) |
The ball that they played with was yellow and the bat was black. | ∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ Black(y) ∧ play-with(they, x) ∧ play-with(they, y)) |
Yellow was the color of the ball that was hit by the black bat. | ∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ Black(y) ∧ was-hit-by(x,y)) |
The ball that was hit by the black bat was yellow. | ∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ Black(y) ∧ was-hit-by(x,y)) |
They played with a black ball and red bat. | ∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Red(y) ∧ play-with(they, x) ∧ play-with(they, y)) |
The ball that they played with was black and the bat was red. | ∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Red(y) ∧ play-with(they, x) ∧ play-with(they, y)) |
Black was the color of the ball that was hit by the red bat. | ∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Red(y) ∧ was-hit-by(x,y)) |
The ball that was hit by the red bat was black. | ∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Red(y) ∧ was-hit-by(x,y)) |
They played with a red ball and black bat. | ∃x ∃y (Ball(x) ∧ Red(x) ∧ Bat(y) ∧ Black(y) ∧ play-with(they, x) ∧ play-with(they, y)) |
The ball that they played with was red and the bat was black. | ∃x ∃y (Ball(x) ∧ Red(x) ∧ Bat(y) ∧ Black(y) ∧ play-with(they, x) ∧ play-with(they, y)) |
Red was the color of the ball that was hit by the black bat. | ∃x ∃y (Ball(x) ∧ Red(x) ∧ Bat(y) ∧ Black(y) ∧ was-hit-by(x,y)) |
The ball that was hit by the black bat was red. | ∃x ∃y (Ball(x) ∧ Red(x) ∧ Bat(y) ∧ Black(y) ∧ was-hit-by(x,y)) |
They played with a black ball and blue bat. | ∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Blue(y) ∧ play-with(they, x) ∧ play-with(they, y)) |
The ball that they played with was black and the bat was blue. | ∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Blue(y) ∧ play-with(they, x) ∧ play-with(they, y)) |
Black was the color of the ball that was hit by the blue bat. | ∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Blue(y) ∧ was-hit-by(x,y)) |
The ball that was hit by the blue bat was black. | ∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Blue(y) ∧ was-hit-by(x,y)) |
They played with a blue ball and black bat. | ∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Black(y) ∧ play-with(they, x) ∧ play-with(they, y)) |
The ball that they played with was blue and the bat was black. | ∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Black(y) ∧ play-with(they, x) ∧ play-with(they, y)) |
Blue was the color of the ball that was hit by the black bat. | ∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Black(y) ∧ was-hit-by(x,y)) |
The ball that was hit by the black bat was blue. | ∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Black(y) ∧ was-hit-by(x,y)) |
The man was wearing a blue shirt and a red jacket. | ∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was blue and the jacket was red. | ∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
Red was not the color of the shirt but of the jacket. | ∃x ∃y (Shirt(x) ∧ ¬Red(x) ∧ Jacket(y) ∧ Red(y)) |
Blue was the color of the shirt with the red jacket. | ∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Red(y)) |
The shirt that went with red jacket was blue. | ∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Red(y) ∧ went-with(x,y)) |
The man was wearing a green shirt and a red jacket. | ∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was green and the jacket was red. | ∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
Green was the color of the shirt with the red jacket. | ∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Red(y)) |
The shirt that went with red jacket was green. | ∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Red(y) ∧ went-with(x,y)) |
The man was wearing a blue shirt and a green jacket. | ∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Green(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was blue and the jacket was green. | ∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Green(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
Green was not the color of the shirt but of the jacket. | ∃x ∃y (Shirt(x) ∧ ¬Green(x) ∧ Jacket(y) ∧ Green(y)) |
Blue was the color of the shirt with the green jacket. | ∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Green(y)) |
The shirt that went with green jacket was blue. | ∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Green(y) ∧ went-with(x,y)) |
The man was wearing a yellow shirt and a red jacket. | ∃x ∃y ∃z (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was yellow and the jacket was red. | ∃x ∃y ∃z (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
Yellow was the color of the shirt with the red jacket. | ∃x ∃y (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Red(y)) |
The shirt that went with red jacket was yellow. | ∃x ∃y (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Red(y) ∧ went-with(x,y)) |
The man was wearing a blue shirt and a yellow jacket. | ∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Yellow(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was blue and the jacket was yellow. | ∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Yellow(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
Yellow was not the color of the shirt but of the jacket. | ∃x ∃y (Shirt(x) ∧ ¬Yellow(x) ∧ Jacket(y) ∧ Yellow(y)) |
Blue was the color of the shirt with the yellow jacket. | ∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Yellow(y)) |
The shirt that went with yellow jacket was blue. | ∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Yellow(y) ∧ went-with(x,y)) |
The man was wearing a green shirt and a yellow jacket. | ∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Yellow(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was green and the jacket was yellow. | ∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Yellow(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
Green was the color of the shirt with the yellow jacket. | ∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Yellow(y)) |
The shirt that went with yellow jacket was green. | ∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Yellow(y) ∧ went-with(x,y)) |
The man was wearing a yellow shirt and a green jacket. | ∃x ∃y ∃z (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Green(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was yellow and the jacket was green. | ∃x ∃y ∃z (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Green(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
Yellow was the color of the shirt with the green jacket. | ∃x ∃y (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Green(y)) |
The shirt that went with green jacket was yellow. | ∃x ∃y (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Green(y) ∧ went-with(x,y)) |
The man was wearing a green shirt and a blue jacket. | ∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Blue(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was green and the jacket was blue. | ∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Blue(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
Blue was not the color of the shirt but of the jacket. | ∃x ∃y (Shirt(x) ∧ ¬Blue(x) ∧ Jacket(y) ∧ Blue(y)) |
Green was the color of the shirt with the blue jacket. | ∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Blue(y)) |
The shirt that went with blue jacket was green. | ∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Blue(y) ∧ went-with(x,y)) |
The man was wearing a white shirt and a yellow jacket. | ∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Yellow(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was white and the jacket was yellow. | ∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Yellow(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
White was the color of the shirt with the yellow jacket. | ∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Yellow(y)) |
The shirt that went with yellow jacket was white. | ∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Yellow(y) ∧ went-with(x,y)) |
The man was wearing a green shirt and a white jacket. | ∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was green and the jacket was white. | ∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
White was not the color of the shirt but of the jacket. | ∃x ∃y (Shirt(x) ∧ ¬White(x) ∧ Jacket(y) ∧ White(y)) |
Green was the color of the shirt with the white jacket. | ∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ White(y)) |
The shirt that went with white jacket was green. | ∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ White(y) ∧ went-with(x,y)) |
The man was wearing a white shirt and a black jacket. | ∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was white and the jacket was black. | ∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
Black was not the color of the shirt but of the jacket. | ∃x ∃y (Shirt(x) ∧ ¬Black(x) ∧ Jacket(y) ∧ Black(y)) |
White was the color of the shirt with the black jacket. | ∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Black(y)) |
The shirt that went with black jacket was white. | ∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Black(y) ∧ went-with(x,y)) |
The man was wearing a black shirt and a white jacket. | ∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was black and the jacket was white. | ∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
Black was the color of the shirt with the white jacket. | ∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ White(y)) |
The shirt that went with white jacket was black. | ∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ White(y) ∧ went-with(x,y)) |
The man was wearing a white shirt and a red jacket. | ∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was white and the jacket was red. | ∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
White was the color of the shirt with the red jacket. | ∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Red(y)) |
The shirt that went with red jacket was white. | ∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Red(y) ∧ went-with(x,y)) |
The man was wearing a red shirt and a white jacket. | ∃x ∃y ∃z (Shirt(x) ∧ Red(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was red and the jacket was white. | ∃x ∃y ∃z (Shirt(x) ∧ Red(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
Red was the color of the shirt with the white jacket. | ∃x ∃y (Shirt(x) ∧ Red(x) ∧ Jacket(y) ∧ White(y)) |
The shirt that went with white jacket was red. | ∃x ∃y (Shirt(x) ∧ Red(x) ∧ Jacket(y) ∧ White(y) ∧ went-with(x,y)) |
The man was wearing a green shirt and a black jacket. | ∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was green and the jacket was black. | ∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
Green was the color of the shirt with the black jacket. | ∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Black(y)) |
The shirt that went with black jacket was green. | ∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Black(y) ∧ went-with(x,y)) |
The man was wearing a white shirt and a green jacket. | ∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Green(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was white and the jacket was green. | ∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Green(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
White was the color of the shirt with the green jacket. | ∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Green(y)) |
The shirt that went with green jacket was white. | ∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Green(y) ∧ went-with(x,y)) |
The man was wearing a black shirt and a green jacket. | ∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Green(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was black and the jacket was green. | ∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Green(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
Black was the color of the shirt with the green jacket. | ∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Green(y)) |
The shirt that went with green jacket was black. | ∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Green(y) ∧ went-with(x,y)) |
The man was wearing a white shirt and a blue jacket. | ∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Blue(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was white and the jacket was blue. | ∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Blue(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
White was the color of the shirt with the blue jacket. | ∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Blue(y)) |
The shirt that went with blue jacket was white. | ∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Blue(y) ∧ went-with(x,y)) |
The man was wearing a blue shirt and a white jacket. | ∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
The shirt that the man wore was blue and the jacket was white. | ∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y)) |
Subsets and Splits