conclusion
stringlengths
10
388
premises
sequence
premises-FOL
sequence
label
stringclasses
3 values
Garry is cold-blooded and breaks the law.
[ "No criminal is kind. ", "All person who breaks the law is a criminals.", "People are either kind or evil.", "If someone is evil, then they are ugly.", "If someone is evil, then they are cold-blood.", "If Garry is either evil and ugly or neither evil nor ugly, then Garry is not evil." ]
[ "∀x (Criminal(x) → ¬Kind(x))", "∀x (BreakLaw(x) → Criminal(x))", "∀x (Kind(x) ⊕ Evil(x))", "∀x (Evil(x) → Ugly(x))", "∀x (Evil(x) → ColdBlood(x))", "((Evil(garry) ∧ Ugly(garry)) ⊕ (¬Evil(garry) ∧ ¬Ugly(garry))) → ¬Evil(garry)" ]
False
If Garry is evil or breaks the law, then Garry is not both a criminal and breaking the law.
[ "No criminal is kind. ", "All person who breaks the law is a criminals.", "People are either kind or evil.", "If someone is evil, then they are ugly.", "If someone is evil, then they are cold-blood.", "If Garry is either evil and ugly or neither evil nor ugly, then Garry is not evil." ]
[ "∀x (Criminal(x) → ¬Kind(x))", "∀x (BreakLaw(x) → Criminal(x))", "∀x (Kind(x) ⊕ Evil(x))", "∀x (Evil(x) → Ugly(x))", "∀x (Evil(x) → ColdBlood(x))", "((Evil(garry) ∧ Ugly(garry)) ⊕ (¬Evil(garry) ∧ ¬Ugly(garry))) → ¬Evil(garry)" ]
True
Phoenix makes pop rock music.
[ "Phoneix's music is classified under the indie pop genre.", "Phoenix is a band from France.", "French bands write songs in French or in English.", "Aside from indie pop, pop rock and synth-pop are two other genres of music.", "Phoneix has no songs in French." ]
[ "IndiePop(phoenix)", "Band(phoenix) ∧ France(phoenix)", "∀x ∀y (Band(x) ∧ France(x) ∧ Make(x, y) → FrenchSong(y) ⊕ EnglishSong(y))", "∀x (IndiePop(x) → ¬PopRock(x) ∧ ¬SynthPop(x))", "∀x (Make(phoenix, x) → ¬FrenchSong(x))" ]
False
Phoenix has songs in French.
[ "Phoneix's music is classified under the indie pop genre.", "Phoenix is a band from France.", "French bands write songs in French or in English.", "Aside from indie pop, pop rock and synth-pop are two other genres of music.", "Phoneix has no songs in French." ]
[ "IndiePop(phoenix)", "Band(phoenix) ∧ France(phoenix)", "∀x ∀y (Band(x) ∧ France(x) ∧ Make(x, y) → FrenchSong(y) ⊕ EnglishSong(y))", "∀x (IndiePop(x) → ¬PopRock(x) ∧ ¬SynthPop(x))", "∀x (Make(phoenix, x) → ¬FrenchSong(x))" ]
False