data
stringlengths 39
72
| fol
stringlengths 43
89
|
---|---|
Red was the color of the glass placed on the white table. | ∃x ∃y (Glass(x) ∧ Red(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y)) |
The glass that was placed on a white table was red. | ∃x ∃y (Glass(x) ∧ Red(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y)) |
A green glass was placed on a black table. | ∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y)) |
The glass that was green was placed on a table that was black. | ∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y)) |
Green was the color of the glass placed on the black table. | ∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y)) |
The glass that was placed on a black table was green. | ∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y)) |
A white glass was placed on a green table. | ∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y)) |
The glass that was white was placed on a table that was green. | ∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y)) |
White was the color of the glass placed on the green table. | ∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y)) |
The glass that was placed on a green table was white. | ∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y)) |
A black glass was placed on a green table. | ∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y)) |
The glass that was black was placed on a table that was green. | ∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y)) |
Black was the color of the glass placed on the green table. | ∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y)) |
The glass that was placed on a green table was black. | ∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y)) |
A white glass was placed on a blue table. | ∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y)) |
The glass that was white was placed on a table that was blue. | ∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y)) |
White was the color of the glass placed on the blue table. | ∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y)) |
The glass that was placed on a blue table was white. | ∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y)) |
A blue glass was placed on a white table. | ∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y)) |
The glass that was blue was placed on a table that was white. | ∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y)) |
Blue was the color of the glass placed on the white table. | ∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y)) |
The glass that was placed on a white table was blue. | ∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y)) |
A yellow glass was placed on a white table. | ∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y)) |
The glass that was yellow was placed on a table that was white. | ∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y)) |
Yellow was the color of the glass placed on the white table. | ∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y)) |
The glass that was placed on a white table was yellow. | ∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y)) |
A black glass was placed on a yellow table. | ∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y)) |
The glass that was black was placed on a table that was yellow. | ∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y)) |
Black was the color of the glass placed on the yellow table. | ∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y)) |
The glass that was placed on a yellow table was black. | ∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y)) |
A yellow glass was placed on a black table. | ∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y)) |
The glass that was yellow was placed on a table that was black. | ∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y)) |
Yellow was the color of the glass placed on the black table. | ∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y)) |
The glass that was placed on a black table was yellow. | ∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y)) |
A black glass was placed on a red table. | ∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y)) |
The glass that was black was placed on a table that was red. | ∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y)) |
Black was the color of the glass placed on the red table. | ∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y)) |
The glass that was placed on a red table was black. | ∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y)) |
A red glass was placed on a black table. | ∃x ∃y (Glass(x) ∧ Red(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y)) |
The glass that was red was placed on a table that was black. | ∃x ∃y (Glass(x) ∧ Red(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y)) |
Red was the color of the glass placed on the black table. | ∃x ∃y (Glass(x) ∧ Red(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y)) |
The glass that was placed on a black table was red. | ∃x ∃y (Glass(x) ∧ Red(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y)) |
A black glass was placed on a blue table. | ∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y)) |
The glass that was black was placed on a table that was blue. | ∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y)) |
Black was the color of the glass placed on the blue table. | ∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y)) |
The glass that was placed on a blue table was black. | ∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y)) |
A blue glass was placed on a black table. | ∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y)) |
The glass that was blue was placed on a table that was black. | ∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y)) |
Blue was the color of the glass placed on the black table. | ∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y)) |
The glass that was placed on a black table was blue. | ∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y)) |