nl premises stringlengths 41 1.12k | fol premises stringlengths 41 1.43k | nl conclusion stringlengths 12 378 | fol conclusion stringlengths 8 426 | label stringclasses 3
values |
|---|---|---|---|---|
Common utilities include water, electricity, gas, heating, sewer, trash, and recycling.
Many apartment rents cover the cost of water and electricity.
Susan lives in an apartment where the rent covers all utilities.
The rent of the apartment where Ava lives does not cover any utility expenses.
Noah lives in an apartment... | CommonUtilities(water) ∧ CommonUtilities(electricity) ∧ CommonUtilities(gas) ∧ CommonUtilities(heating)
∃x (Apartment(x) ∧ Cover(x, water) ∧ Cover(x, electricity))
∀x (Apartment(x) ∧ LiveIn(susan, x) ∧ Cover(x, water) ∧ Cover(x, electricity) ∧ Cover(x, gas) ∧ Cover(x, heating))
∀x (Apartment(x) ∧ LiveIn(ava, x) ∧ ¬Cove... | Susan does not need to pay the water bill. | ∀x (Apartment(x) ∧ LiveIn(susan, x) ∧ Cover(x, water)) | True |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.