data
stringlengths
39
72
fol
stringlengths
43
89
The blue car was standing in front of a red house.
∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))
The car that was blue was standing in front of a house that was red.
∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))
Red was not the color of the car but of the house.
∃x ∃y (Car(x) ∧ ¬Red(x) ∧ House(y) ∧ Red(y))
Blue was the color of the car in front of red house.
∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))
The car that was in front of the red house was blue.
∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))
The green car was standing in front of a red house.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))
The car that was green was standing in front of a house that was red.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))
Green was the color of the car in front of red house.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))
The car that was in front of the red house was green.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))
The blue car was standing in front of a green house.
∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Green(y) ∧ standing-in-front-of(x,y))
The car that was blue was standing in front of a house that was green.
∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Green(y) ∧ standing-in-front-of(x,y))
Green was not the color of the car but of the house.
∃x ∃y (Car(x) ∧ ¬Green(x) ∧ House(y) ∧ Green(y))
Blue was the color of the car in front of green house.
∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Green(y) ∧ in-front-of(x,y))
The car that was in front of the green house was blue.
∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Green(y) ∧ in-front-of(x,y))
The yellow car was standing in front of a red house.
∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))
The car that was yellow was standing in front of a house that was red.
∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))
Yellow was the color of the car in front of red house.
∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))
The car that was in front of the red house was yellow.
∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))
The blue car was standing in front of a yellow house.
∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Yellow(y) ∧ standing-in-front-of(x,y))
The car that was blue was standing in front of a house that was yellow.
∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Yellow(y) ∧ standing-in-front-of(x,y))
Yellow was not the color of the car but of the house.
∃x ∃y (Car(x) ∧ ¬Yellow(x) ∧ House(y) ∧ Yellow(y))
Blue was the color of the car in front of yellow house.
∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Yellow(y) ∧ in-front-of(x,y))
The car that was in front of the yellow house was blue.
∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Yellow(y) ∧ in-front-of(x,y))
The green car was standing in front of a yellow house.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Yellow(y) ∧ standing-in-front-of(x,y))
The car that was green was standing in front of a house that was yellow.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Yellow(y) ∧ standing-in-front-of(x,y))
Green was the color of the car in front of yellow house.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Yellow(y) ∧ in-front-of(x,y))
The car that was in front of the yellow house was green.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Yellow(y) ∧ in-front-of(x,y))
The yellow car was standing in front of a green house.
∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Green(y) ∧ standing-in-front-of(x,y))
The car that was yellow was standing in front of a house that was green.
∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Green(y) ∧ standing-in-front-of(x,y))
Yellow was the color of the car in front of green house.
∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Green(y) ∧ in-front-of(x,y))
The car that was in front of the green house was yellow.
∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Green(y) ∧ in-front-of(x,y))
The green car was standing in front of a blue house.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Blue(y) ∧ standing-in-front-of(x,y))
The car that was green was standing in front of a house that was blue.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Blue(y) ∧ standing-in-front-of(x,y))
Blue was not the color of the car but of the house.
∃x ∃y (Car(x) ∧ ¬Blue(x) ∧ House(y) ∧ Blue(y))
Green was the color of the car in front of blue house.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Blue(y) ∧ in-front-of(x,y))
The car that was in front of the blue house was green.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Blue(y) ∧ in-front-of(x,y))
The white car was standing in front of a yellow house.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Yellow(y) ∧ standing-in-front-of(x,y))
The car that was white was standing in front of a house that was yellow.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Yellow(y) ∧ standing-in-front-of(x,y))
White was the color of the car in front of yellow house.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Yellow(y) ∧ in-front-of(x,y))
The car that was in front of the yellow house was white.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Yellow(y) ∧ in-front-of(x,y))
The green car was standing in front of a white house.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))
The car that was green was standing in front of a house that was white.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))
White was not the color of the car but of the house.
∃x ∃y (Car(x) ∧ ¬White(x) ∧ House(y) ∧ White(y))
Green was the color of the car in front of white house.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))
The car that was in front of the white house was green.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))
The white car was standing in front of a black house.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))
The car that was white was standing in front of a house that was black.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))
Black was not the color of the car but of the house.
∃x ∃y (Car(x) ∧ ¬Black(x) ∧ House(y) ∧ Black(y))
White was the color of the car in front of black house.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Black(y) ∧ in-front-of(x,y))
The car that was in front of the black house was white.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Black(y) ∧ in-front-of(x,y))
The black car was standing in front of a white house.
∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))
The car that was black was standing in front of a house that was white.
∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))
Black was the color of the car in front of white house.
∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))
The car that was in front of the white house was black.
∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))
The white car was standing in front of a red house.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))
The car that was white was standing in front of a house that was red.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))
White was the color of the car in front of red house.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))
The car that was in front of the red house was white.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))
The red car was standing in front of a white house.
∃x ∃y (Car(x) ∧ Red(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))
The car that was red was standing in front of a house that was white.
∃x ∃y (Car(x) ∧ Red(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))
Red was the color of the car in front of white house.
∃x ∃y (Car(x) ∧ Red(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))
The car that was in front of the white house was red.
∃x ∃y (Car(x) ∧ Red(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))
The green car was standing in front of a black house.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))
The car that was green was standing in front of a house that was black.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))
Green was the color of the car in front of black house.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Black(y) ∧ in-front-of(x,y))
The car that was in front of the black house was green.
∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Black(y) ∧ in-front-of(x,y))
The white car was standing in front of a green house.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Green(y) ∧ standing-in-front-of(x,y))
The car that was white was standing in front of a house that was green.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Green(y) ∧ standing-in-front-of(x,y))
White was the color of the car in front of green house.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Green(y) ∧ in-front-of(x,y))
The car that was in front of the green house was white.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Green(y) ∧ in-front-of(x,y))
The black car was standing in front of a green house.
∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Green(y) ∧ standing-in-front-of(x,y))
The car that was black was standing in front of a house that was green.
∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Green(y) ∧ standing-in-front-of(x,y))
Black was the color of the car in front of green house.
∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Green(y) ∧ in-front-of(x,y))
The car that was in front of the green house was black.
∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Green(y) ∧ in-front-of(x,y))
The white car was standing in front of a blue house.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Blue(y) ∧ standing-in-front-of(x,y))
The car that was white was standing in front of a house that was blue.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Blue(y) ∧ standing-in-front-of(x,y))
White was the color of the car in front of blue house.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Blue(y) ∧ in-front-of(x,y))
The car that was in front of the blue house was white.
∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Blue(y) ∧ in-front-of(x,y))
The blue car was standing in front of a white house.
∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))
The car that was blue was standing in front of a house that was white.
∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))
Blue was the color of the car in front of white house.
∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))
The car that was in front of the white house was blue.
∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))
The yellow car was standing in front of a white house.
∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))
The car that was yellow was standing in front of a house that was white.
∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))
Yellow was the color of the car in front of white house.
∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))
The car that was in front of the white house was yellow.
∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))
The black car was standing in front of a yellow house.
∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Yellow(y) ∧ standing-in-front-of(x,y))
The car that was black was standing in front of a house that was yellow.
∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Yellow(y) ∧ standing-in-front-of(x,y))
Black was the color of the car in front of yellow house.
∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Yellow(y) ∧ in-front-of(x,y))
The car that was in front of the yellow house was black.
∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Yellow(y) ∧ in-front-of(x,y))
The yellow car was standing in front of a black house.
∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))
The car that was yellow was standing in front of a house that was black.
∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))
Yellow was the color of the car in front of black house.
∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Black(y) ∧ in-front-of(x,y))
The car that was in front of the black house was yellow.
∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Black(y) ∧ in-front-of(x,y))
The black car was standing in front of a red house.
∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))
The car that was black was standing in front of a house that was red.
∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))
Black was the color of the car in front of red house.
∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))
The car that was in front of the red house was black.
∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))
The red car was standing in front of a black house.
∃x ∃y (Car(x) ∧ Red(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))
The car that was red was standing in front of a house that was black.
∃x ∃y (Car(x) ∧ Red(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))

No dataset card yet

New: Create and edit this dataset card directly on the website!

Contribute a Dataset Card
Downloads last month
9
Add dataset card