conclusion
stringlengths 10
388
| premises
sequence | premises-FOL
sequence | label
stringclasses 3
values |
---|---|---|---|
Nadal was not born in Mallorca. | [
"Rafa Nadal was born in Mallorca.",
"Rafa Nadal is a professional tennis player.",
"Nadal's win ratio is higher than 80%.",
"All players in the Big 3 are professionals who have a high win ratio."
] | [
"BornIn(rafaNadal, mallorca)",
"ProfessionalTennisPlayer(rafaNadal)",
"HighWinRatio(rafaNadal)",
"∀x (ProfessionalTennisPlayer(x) ∧ HighWinRatio(x) → InBig3(x))"
] | False |
Nadal is in the Big 3. | [
"Rafa Nadal was born in Mallorca.",
"Rafa Nadal is a professional tennis player.",
"Nadal's win ratio is higher than 80%.",
"All players in the Big 3 are professionals who have a high win ratio."
] | [
"BornIn(rafaNadal, mallorca)",
"ProfessionalTennisPlayer(rafaNadal)",
"HighWinRatio(rafaNadal)",
"∀x (ProfessionalTennisPlayer(x) ∧ HighWinRatio(x) → InBig3(x))"
] | True |
Nadal is the greatest player of all time. | [
"Rafa Nadal was born in Mallorca.",
"Rafa Nadal is a professional tennis player.",
"Nadal's win ratio is higher than 80%.",
"All players in the Big 3 are professionals who have a high win ratio."
] | [
"BornIn(rafaNadal, mallorca)",
"ProfessionalTennisPlayer(rafaNadal)",
"HighWinRatio(rafaNadal)",
"∀x (ProfessionalTennisPlayer(x) ∧ HighWinRatio(x) → InBig3(x))"
] | Unknown |
All cookies are delicious. | [
"No cookie is healthy.",
"All oreos are cookies."
] | [
"∀x (Cookie(x) → ¬Healthy(x))",
"∀x (Oreo(x) → Cookie(x))"
] | Unknown |
Jack is a pupil. | [
"No animals are plants. ",
"All humans are animals.",
"All pupils are human.",
"All flowers are plants.",
"If Jack is a human or a flower, then Jack is a human and a flower."
] | [
"∀x (Animal(x) → ¬Plant(x))",
"∀x (Human(x) → Animal(x))",
"∀x (Pupil(x) → Human(x))",
"∀x (Flower(x) → Plant(x))",
"Human(jack) ∨ Flower(jack) → Human(jack) ∧ Flower(jack)"
] | False |
Jack is not a pupil. | [
"No animals are plants. ",
"All humans are animals.",
"All pupils are human.",
"All flowers are plants.",
"If Jack is a human or a flower, then Jack is a human and a flower."
] | [
"∀x (Animal(x) → ¬Plant(x))",
"∀x (Human(x) → Animal(x))",
"∀x (Pupil(x) → Human(x))",
"∀x (Flower(x) → Plant(x))",
"Human(jack) ∨ Flower(jack) → Human(jack) ∧ Flower(jack)"
] | True |
Jack is a plant. | [
"No animals are plants. ",
"All humans are animals.",
"All pupils are human.",
"All flowers are plants.",
"If Jack is a human or a flower, then Jack is a human and a flower."
] | [
"∀x (Animal(x) → ¬Plant(x))",
"∀x (Human(x) → Animal(x))",
"∀x (Pupil(x) → Human(x))",
"∀x (Flower(x) → Plant(x))",
"Human(jack) ∨ Flower(jack) → Human(jack) ∧ Flower(jack)"
] | Unknown |
If Jack is a human, then Jack is not a pupil. | [
"No animals are plants. ",
"All humans are animals.",
"All pupils are human.",
"All flowers are plants.",
"If Jack is a human or a flower, then Jack is a human and a flower."
] | [
"∀x (Animal(x) → ¬Plant(x))",
"∀x (Human(x) → Animal(x))",
"∀x (Pupil(x) → Human(x))",
"∀x (Flower(x) → Plant(x))",
"Human(jack) ∨ Flower(jack) → Human(jack) ∧ Flower(jack)"
] | True |
Watch is a wearable. | [
"No shoes are food. ",
"All slippers are shoes.",
"A thing is either food or clothes.",
"No wearable things are airtight.",
"All clothes are wearable. ",
"If a watch is not airtight and clothes, then a watch is either both airtight and clothes, or neither airtight nor clothes."
] | [
"∀x (Shoes(x) → ¬Food(x))",
"∀x (Slipper(x) → Shoes(x))",
"∀x (Food(x) ⊕ Clothes(x))",
"∀x (Wearable(x) → ¬AirTight(x))",
"∀x (Clothes(x) → Wearable(x))",
"¬(AirTight(watch) ∧ Clothes(watch)) → (AirTight(watch) ∧ Clothes(watch)) ⊕ (¬AirTight(watch) ∧ ¬Clothes(watch))"
] | Unknown |
Watch is a slipper. | [
"No shoes are food. ",
"All slippers are shoes.",
"A thing is either food or clothes.",
"No wearable things are airtight.",
"All clothes are wearable. ",
"If a watch is not airtight and clothes, then a watch is either both airtight and clothes, or neither airtight nor clothes."
] | [
"∀x (Shoes(x) → ¬Food(x))",
"∀x (Slipper(x) → Shoes(x))",
"∀x (Food(x) ⊕ Clothes(x))",
"∀x (Wearable(x) → ¬AirTight(x))",
"∀x (Clothes(x) → Wearable(x))",
"¬(AirTight(watch) ∧ Clothes(watch)) → (AirTight(watch) ∧ Clothes(watch)) ⊕ (¬AirTight(watch) ∧ ¬Clothes(watch))"
] | False |
Watch is neither airtight nor a slipper. | [
"No shoes are food. ",
"All slippers are shoes.",
"A thing is either food or clothes.",
"No wearable things are airtight.",
"All clothes are wearable. ",
"If a watch is not airtight and clothes, then a watch is either both airtight and clothes, or neither airtight nor clothes."
] | [
"∀x (Shoes(x) → ¬Food(x))",
"∀x (Slipper(x) → Shoes(x))",
"∀x (Food(x) ⊕ Clothes(x))",
"∀x (Wearable(x) → ¬AirTight(x))",
"∀x (Clothes(x) → Wearable(x))",
"¬(AirTight(watch) ∧ Clothes(watch)) → (AirTight(watch) ∧ Clothes(watch)) ⊕ (¬AirTight(watch) ∧ ¬Clothes(watch))"
] | True |
Carlos Reyes is an Olympian. | [
"An Olympian is a person who trains for an Olympic sport and goes to the Olympics.",
"Carlos Reyes trains for an Olympic sport.",
"Carlos Reyes went to the Olympics.",
"Carlos Reyes is a welterweight.",
"Heavy weights are not welterweights."
] | [
"∀x (DoesOlympicSport(x) ∧ GoesToOlympicGames(x) → IsOlympian(x))",
"DoesOlympicSport(carlosReyes)",
"GoesToOlympicGames(carlosReyes)",
"IsWelterWeight(carlosReyes)",
"∀x (IsWelterWeight(x) → ¬IsHeavyWeight(x))"
] | True |
Carlos Reyes is a heavy weight. | [
"An Olympian is a person who trains for an Olympic sport and goes to the Olympics.",
"Carlos Reyes trains for an Olympic sport.",
"Carlos Reyes went to the Olympics.",
"Carlos Reyes is a welterweight.",
"Heavy weights are not welterweights."
] | [
"∀x (DoesOlympicSport(x) ∧ GoesToOlympicGames(x) → IsOlympian(x))",
"DoesOlympicSport(carlosReyes)",
"GoesToOlympicGames(carlosReyes)",
"IsWelterWeight(carlosReyes)",
"∀x (IsWelterWeight(x) → ¬IsHeavyWeight(x))"
] | False |
Carlos Reyes won an Olympic medal. | [
"An Olympian is a person who trains for an Olympic sport and goes to the Olympics.",
"Carlos Reyes trains for an Olympic sport.",
"Carlos Reyes went to the Olympics.",
"Carlos Reyes is a welterweight.",
"Heavy weights are not welterweights."
] | [
"∀x (DoesOlympicSport(x) ∧ GoesToOlympicGames(x) → IsOlympian(x))",
"DoesOlympicSport(carlosReyes)",
"GoesToOlympicGames(carlosReyes)",
"IsWelterWeight(carlosReyes)",
"∀x (IsWelterWeight(x) → ¬IsHeavyWeight(x))"
] | Unknown |
Sam is a young teenage girl who attends college. | [
"If people have a lot of decorations in their room, they cannot pack and move out of their rooms very easily.",
"If people have high ambitions and future career goals, then they can pack and move out of their rooms very easily.",
"If people are big fans of pop bands and singers, then they have a lot of decorations in their room.",
"All young teenage girls who attend college are big fans of pop bands and singers.",
"If Sam has high ambitions and future career goals, then Sam is a big fan of pop bands and singers."
] | [
"∀x (Decor(x) → ¬MoveOut(x))",
"∀x (Ambitious(x) → MoveOut(x))",
"∀x (Fans(x) → Decor(x))",
"∀x (CollegeTeen(x) → Ambitious(x))",
"Ambitious(sam) → Fans(sam)"
] | False |
Sam is not a young teenage girl who attends college. | [
"If people have a lot of decorations in their room, they cannot pack and move out of their rooms very easily.",
"If people have high ambitions and future career goals, then they can pack and move out of their rooms very easily.",
"If people are big fans of pop bands and singers, then they have a lot of decorations in their room.",
"All young teenage girls who attend college are big fans of pop bands and singers.",
"If Sam has high ambitions and future career goals, then Sam is a big fan of pop bands and singers."
] | [
"∀x (Decor(x) → ¬MoveOut(x))",
"∀x (Ambitious(x) → MoveOut(x))",
"∀x (Fans(x) → Decor(x))",
"∀x (CollegeTeen(x) → Ambitious(x))",
"Ambitious(sam) → Fans(sam)"
] | True |
Sam is a big fan of pop bands and singers. | [
"If people have a lot of decorations in their room, they cannot pack and move out of their rooms very easily.",
"If people have high ambitions and future career goals, then they can pack and move out of their rooms very easily.",
"If people are big fans of pop bands and singers, then they have a lot of decorations in their room.",
"All young teenage girls who attend college are big fans of pop bands and singers.",
"If Sam has high ambitions and future career goals, then Sam is a big fan of pop bands and singers."
] | [
"∀x (Decor(x) → ¬MoveOut(x))",
"∀x (Ambitious(x) → MoveOut(x))",
"∀x (Fans(x) → Decor(x))",
"∀x (CollegeTeen(x) → Ambitious(x))",
"Ambitious(sam) → Fans(sam)"
] | Unknown |
Sam neither has high ambitions and future career goals nor is she a young teenage girl who attends college. | [
"If people have a lot of decorations in their room, they cannot pack and move out of their rooms very easily.",
"If people have high ambitions and future career goals, then they can pack and move out of their rooms very easily.",
"If people are big fans of pop bands and singers, then they have a lot of decorations in their room.",
"All young teenage girls who attend college are big fans of pop bands and singers.",
"If Sam has high ambitions and future career goals, then Sam is a big fan of pop bands and singers."
] | [
"∀x (Decor(x) → ¬MoveOut(x))",
"∀x (Ambitious(x) → MoveOut(x))",
"∀x (Fans(x) → Decor(x))",
"∀x (CollegeTeen(x) → Ambitious(x))",
"Ambitious(sam) → Fans(sam)"
] | True |
Sam has high ambitions and future career goals and is a young teenage girl who attends college. | [
"If people have a lot of decorations in their room, they cannot pack and move out of their rooms very easily.",
"If people have high ambitions and future career goals, then they can pack and move out of their rooms very easily.",
"If people are big fans of pop bands and singers, then they have a lot of decorations in their room.",
"All young teenage girls who attend college are big fans of pop bands and singers.",
"If Sam has high ambitions and future career goals, then Sam is a big fan of pop bands and singers."
] | [
"∀x (Decor(x) → ¬MoveOut(x))",
"∀x (Ambitious(x) → MoveOut(x))",
"∀x (Fans(x) → Decor(x))",
"∀x (CollegeTeen(x) → Ambitious(x))",
"Ambitious(sam) → Fans(sam)"
] | False |
Sam has high ambitions and future career goals and is a young teenage girl who attends college. | [
"If people have a lot of decorations in their room, they cannot pack and move out of their rooms very easily.",
"If people have high ambitions and future career goals, then they can pack and move out of their rooms very easily.",
"If people are big fans of pop bands and singers, then they have a lot of decorations in their room.",
"All young teenage girls who attend college are big fans of pop bands and singers.",
"If Sam has high ambitions and future career goals, then Sam is a big fan of pop bands and singers."
] | [
"∀x (Decor(x) → ¬MoveOut(x))",
"∀x (Ambitious(x) → MoveOut(x))",
"∀x (Fans(x) → Decor(x))",
"∀x (CollegeTeen(x) → Ambitious(x))",
"Ambitious(sam) → Fans(sam)"
] | False |
If Sam is a young teenage girl who attends college, then Sam either does not have high ambitions and future career goals or is a big fan of pop bands and singers. | [
"If people have a lot of decorations in their room, they cannot pack and move out of their rooms very easily.",
"If people have high ambitions and future career goals, then they can pack and move out of their rooms very easily.",
"If people are big fans of pop bands and singers, then they have a lot of decorations in their room.",
"All young teenage girls who attend college are big fans of pop bands and singers.",
"If Sam has high ambitions and future career goals, then Sam is a big fan of pop bands and singers."
] | [
"∀x (Decor(x) → ¬MoveOut(x))",
"∀x (Ambitious(x) → MoveOut(x))",
"∀x (Fans(x) → Decor(x))",
"∀x (CollegeTeen(x) → Ambitious(x))",
"Ambitious(sam) → Fans(sam)"
] | True |
If Sam has high ambitions and future career goals and is a young teenage girl who attends college, then Sam either does not have high ambitions and future career goals or is not a young teenage girl who attends college. | [
"If people have a lot of decorations in their room, they cannot pack and move out of their rooms very easily.",
"If people have high ambitions and future career goals, then they can pack and move out of their rooms very easily.",
"If people are big fans of pop bands and singers, then they have a lot of decorations in their room.",
"All young teenage girls who attend college are big fans of pop bands and singers.",
"If Sam has high ambitions and future career goals, then Sam is a big fan of pop bands and singers."
] | [
"∀x (Decor(x) → ¬MoveOut(x))",
"∀x (Ambitious(x) → MoveOut(x))",
"∀x (Fans(x) → Decor(x))",
"∀x (CollegeTeen(x) → Ambitious(x))",
"Ambitious(sam) → Fans(sam)"
] | True |
If Sam has high ambitions and future career goals, then Sam is a young teenage girl who attends college. | [
"If people have a lot of decorations in their room, they cannot pack and move out of their rooms very easily.",
"If people have high ambitions and future career goals, then they can pack and move out of their rooms very easily.",
"If people are big fans of pop bands and singers, then they have a lot of decorations in their room.",
"All young teenage girls who attend college are big fans of pop bands and singers.",
"If Sam has high ambitions and future career goals, then Sam is a big fan of pop bands and singers."
] | [
"∀x (Decor(x) → ¬MoveOut(x))",
"∀x (Ambitious(x) → MoveOut(x))",
"∀x (Fans(x) → Decor(x))",
"∀x (CollegeTeen(x) → Ambitious(x))",
"Ambitious(sam) → Fans(sam)"
] | True |
Willy is in a suit. | [
"A student who loves shrieking will be punished.",
"If a person swears, then he is a student.",
"If someone is a teacher, then Bob will talk to him.",
"All gentlemen are in a suit.",
"All teachers are men.",
"There is a teacher.",
"If someone is not a gentlemen, then he is not nice.",
"Willy is nice.",
"Bob loves shrieking and swearing."
] | [
"∀x (Student(x) ∧ Shriek(x) → Punished(x))",
"∀x (Swear(x) → Student(x))",
"∀x (Teacher(x) → Talk(bob, x))",
"∀x (Gentleman(x) → Suit(x))",
"∀x (Teacher(x) → Man(x))",
"∃x (Teacher(x))",
"∀x (¬Gentleman(x) → ¬Nice(x))",
"Nice(willy)",
"Shriek(bob) ∧ Swear(bob)"
] | True |
Bob will be not punished. | [
"A student who loves shrieking will be punished.",
"If a person swears, then he is a student.",
"If someone is a teacher, then Bob will talk to him.",
"All gentlemen are in a suit.",
"All teachers are men.",
"There is a teacher.",
"If someone is not a gentlemen, then he is not nice.",
"Willy is nice.",
"Bob loves shrieking and swearing."
] | [
"∀x (Student(x) ∧ Shriek(x) → Punished(x))",
"∀x (Swear(x) → Student(x))",
"∀x (Teacher(x) → Talk(bob, x))",
"∀x (Gentleman(x) → Suit(x))",
"∀x (Teacher(x) → Man(x))",
"∃x (Teacher(x))",
"∀x (¬Gentleman(x) → ¬Nice(x))",
"Nice(willy)",
"Shriek(bob) ∧ Swear(bob)"
] | False |
There is a man that Bob will talk to. | [
"A student who loves shrieking will be punished.",
"If a person swears, then he is a student.",
"If someone is a teacher, then Bob will talk to him.",
"All gentlemen are in a suit.",
"All teachers are men.",
"There is a teacher.",
"If someone is not a gentlemen, then he is not nice.",
"Willy is nice.",
"Bob loves shrieking and swearing."
] | [
"∀x (Student(x) ∧ Shriek(x) → Punished(x))",
"∀x (Swear(x) → Student(x))",
"∀x (Teacher(x) → Talk(bob, x))",
"∀x (Gentleman(x) → Suit(x))",
"∀x (Teacher(x) → Man(x))",
"∃x (Teacher(x))",
"∀x (¬Gentleman(x) → ¬Nice(x))",
"Nice(willy)",
"Shriek(bob) ∧ Swear(bob)"
] | True |
Quincy McDuffie is a good wide receiver. | [
"Quincy McDuffie is an American professional wide receiver in Canadian Football.",
"People who can catch balls are good wide receivers. ",
"Quincy McDuffie can catch many footballs easily.",
"Good wide receivers play professionally.",
"Good wide receivers can catch with both their left and right hand.",
"All footballs are balls."
] | [
"American(quincymcduffie) ∧ Professional(quincymcduffie) ∧ WideReciever(quincymcduffie) ∧ In(quincymcduffie, canadianfootball)",
"∀x ∃y (CanCatch(x, y) ∧ Ball(y) → Good(x, widereciever))",
"∃x (Football(x) ∧ CanCatch(quincymcduffie, x))",
"∀x (Good(x, widereciever) → Professional(x))",
"∀x (Good(x, widereciever) → CanCatchWith(x, lefthand) ∧ CanCatchWith(x, righthand))",
"∀x (Football(x) → Ball(x))"
] | True |
Quincy McDuffie can catch every ball. | [
"Quincy McDuffie is an American professional wide receiver in Canadian Football.",
"People who can catch balls are good wide receivers. ",
"Quincy McDuffie can catch many footballs easily.",
"Good wide receivers play professionally.",
"Good wide receivers can catch with both their left and right hand.",
"All footballs are balls."
] | [
"American(quincymcduffie) ∧ Professional(quincymcduffie) ∧ WideReciever(quincymcduffie) ∧ In(quincymcduffie, canadianfootball)",
"∀x ∃y (CanCatch(x, y) ∧ Ball(y) → Good(x, widereciever))",
"∃x (Football(x) ∧ CanCatch(quincymcduffie, x))",
"∀x (Good(x, widereciever) → Professional(x))",
"∀x (Good(x, widereciever) → CanCatchWith(x, lefthand) ∧ CanCatchWith(x, righthand))",
"∀x (Football(x) → Ball(x))"
] | Unknown |
Professional wide receivers are good at catching balls. | [
"Quincy McDuffie is an American professional wide receiver in Canadian Football.",
"People who can catch balls are good wide receivers. ",
"Quincy McDuffie can catch many footballs easily.",
"Good wide receivers play professionally.",
"Good wide receivers can catch with both their left and right hand.",
"All footballs are balls."
] | [
"American(quincymcduffie) ∧ Professional(quincymcduffie) ∧ WideReciever(quincymcduffie) ∧ In(quincymcduffie, canadianfootball)",
"∀x ∃y (CanCatch(x, y) ∧ Ball(y) → Good(x, widereciever))",
"∃x (Football(x) ∧ CanCatch(quincymcduffie, x))",
"∀x (Good(x, widereciever) → Professional(x))",
"∀x (Good(x, widereciever) → CanCatchWith(x, lefthand) ∧ CanCatchWith(x, righthand))",
"∀x (Football(x) → Ball(x))"
] | Unknown |
Longueau is situated on the Paris–Lille railway. | [
"Boves is a railway station located in France. ",
"The preceding station of Boves is Longueau.",
"The preceding station of Dommartin is Boves.",
"France is a European country.",
"Dommartin is situated on the Paris–Lille railway. ",
"Any two contiguous stations are on the same railway.",
"Boves is served by regional TER Hauts-de-France trains.",
"If A is located in B and B is located in C, then A is located in C.",
"If A precedes B and B preceds C, than A preceds C."
] | [
"RailwayStation(boves) ∧ Locate(boves, france)",
"Precede(boves, longueau)",
"Precede(dommartin, boves)",
"Locate(france, europe)",
"Situate(dommartin, pairsLille)",
"∀x ∀y ∀z ((Situate(x, z) ∧ (Precede(x, y) ∨ Precede(y, x))) → Situate(y, z))",
"Serve(hautsDeFrance, boves)",
"∀x ∀y ∀z ((Locate(x, y) ∧ Locate(y, z)) → Locate(x, z))",
"∀x ∀y ∀z ((Precede(x, y) ∧ Precede(y, z)) → Precede(x, z))"
] | True |
Boves is not in Europe. | [
"Boves is a railway station located in France. ",
"The preceding station of Boves is Longueau.",
"The preceding station of Dommartin is Boves.",
"France is a European country.",
"Dommartin is situated on the Paris–Lille railway. ",
"Any two contiguous stations are on the same railway.",
"Boves is served by regional TER Hauts-de-France trains.",
"If A is located in B and B is located in C, then A is located in C.",
"If A precedes B and B preceds C, than A preceds C."
] | [
"RailwayStation(boves) ∧ Locate(boves, france)",
"Precede(boves, longueau)",
"Precede(dommartin, boves)",
"Locate(france, europe)",
"Situate(dommartin, pairsLille)",
"∀x ∀y ∀z ((Situate(x, z) ∧ (Precede(x, y) ∨ Precede(y, x))) → Situate(y, z))",
"Serve(hautsDeFrance, boves)",
"∀x ∀y ∀z ((Locate(x, y) ∧ Locate(y, z)) → Locate(x, z))",
"∀x ∀y ∀z ((Precede(x, y) ∧ Precede(y, z)) → Precede(x, z))"
] | False |
Longueau is served by regional TER Hauts-de-France trains. | [
"Boves is a railway station located in France. ",
"The preceding station of Boves is Longueau.",
"The preceding station of Dommartin is Boves.",
"France is a European country.",
"Dommartin is situated on the Paris–Lille railway. ",
"Any two contiguous stations are on the same railway.",
"Boves is served by regional TER Hauts-de-France trains.",
"If A is located in B and B is located in C, then A is located in C.",
"If A precedes B and B preceds C, than A preceds C."
] | [
"RailwayStation(boves) ∧ Locate(boves, france)",
"Precede(boves, longueau)",
"Precede(dommartin, boves)",
"Locate(france, europe)",
"Situate(dommartin, pairsLille)",
"∀x ∀y ∀z ((Situate(x, z) ∧ (Precede(x, y) ∨ Precede(y, x))) → Situate(y, z))",
"Serve(hautsDeFrance, boves)",
"∀x ∀y ∀z ((Locate(x, y) ∧ Locate(y, z)) → Locate(x, z))",
"∀x ∀y ∀z ((Precede(x, y) ∧ Precede(y, z)) → Precede(x, z))"
] | Unknown |
Ted Smith was a sergeant. | [
"Edwin Smith was a New Zealand Rower from Auckland.",
"Edwin Smith was also known as Ted Smith.",
"Edwin Smith went to Rose Road Primary School, located in Grey Lynn.",
"Edwin Smith was a sergeant who served with the New Zealand 24th battalion in Italy and Egypt.",
"Broadway Sheetmetals was a buisness that was ran and owned by Edwin Smith, who was a sheetmetal worker."
] | [
"From(edwinsmith, newzealand) ∧ Rower(edwinsmith) ∧ From(edwinsmith, auckland)",
"KnownAs(edwinsmith, tedsmith)",
"WentTo(edwinsmith, roseroadprimaryschool) ∧ LocatedIn(roseroadprimaryschool, greylynn)",
"Sergeant(edwinsmith) ∧ ServedWith(edwinsmith, newzealand24thbattalion) ∧ ServedIn(edwinsmith, italy) ∧ ServedIn(edwinsmith, egypt)",
"Buisness(broadwaysheetmetals) ∧ Ran(edwinsmith, broadwaysheetmetals) ∧ Owned(edwinsmith, broadwaysheetmetals) ∧ SheetmetalWorker(edwinsmith)"
] | Unknown |
There are no rowers that own a buisness. | [
"Edwin Smith was a New Zealand Rower from Auckland.",
"Edwin Smith was also known as Ted Smith.",
"Edwin Smith went to Rose Road Primary School, located in Grey Lynn.",
"Edwin Smith was a sergeant who served with the New Zealand 24th battalion in Italy and Egypt.",
"Broadway Sheetmetals was a buisness that was ran and owned by Edwin Smith, who was a sheetmetal worker."
] | [
"From(edwinsmith, newzealand) ∧ Rower(edwinsmith) ∧ From(edwinsmith, auckland)",
"KnownAs(edwinsmith, tedsmith)",
"WentTo(edwinsmith, roseroadprimaryschool) ∧ LocatedIn(roseroadprimaryschool, greylynn)",
"Sergeant(edwinsmith) ∧ ServedWith(edwinsmith, newzealand24thbattalion) ∧ ServedIn(edwinsmith, italy) ∧ ServedIn(edwinsmith, egypt)",
"Buisness(broadwaysheetmetals) ∧ Ran(edwinsmith, broadwaysheetmetals) ∧ Owned(edwinsmith, broadwaysheetmetals) ∧ SheetmetalWorker(edwinsmith)"
] | False |
No sergeants are from Auckland. | [
"Edwin Smith was a New Zealand Rower from Auckland.",
"Edwin Smith was also known as Ted Smith.",
"Edwin Smith went to Rose Road Primary School, located in Grey Lynn.",
"Edwin Smith was a sergeant who served with the New Zealand 24th battalion in Italy and Egypt.",
"Broadway Sheetmetals was a buisness that was ran and owned by Edwin Smith, who was a sheetmetal worker."
] | [
"From(edwinsmith, newzealand) ∧ Rower(edwinsmith) ∧ From(edwinsmith, auckland)",
"KnownAs(edwinsmith, tedsmith)",
"WentTo(edwinsmith, roseroadprimaryschool) ∧ LocatedIn(roseroadprimaryschool, greylynn)",
"Sergeant(edwinsmith) ∧ ServedWith(edwinsmith, newzealand24thbattalion) ∧ ServedIn(edwinsmith, italy) ∧ ServedIn(edwinsmith, egypt)",
"Buisness(broadwaysheetmetals) ∧ Ran(edwinsmith, broadwaysheetmetals) ∧ Owned(edwinsmith, broadwaysheetmetals) ∧ SheetmetalWorker(edwinsmith)"
] | False |
No buisness owner has served in Egypt. | [
"Edwin Smith was a New Zealand Rower from Auckland.",
"Edwin Smith was also known as Ted Smith.",
"Edwin Smith went to Rose Road Primary School, located in Grey Lynn.",
"Edwin Smith was a sergeant who served with the New Zealand 24th battalion in Italy and Egypt.",
"Broadway Sheetmetals was a buisness that was ran and owned by Edwin Smith, who was a sheetmetal worker."
] | [
"From(edwinsmith, newzealand) ∧ Rower(edwinsmith) ∧ From(edwinsmith, auckland)",
"KnownAs(edwinsmith, tedsmith)",
"WentTo(edwinsmith, roseroadprimaryschool) ∧ LocatedIn(roseroadprimaryschool, greylynn)",
"Sergeant(edwinsmith) ∧ ServedWith(edwinsmith, newzealand24thbattalion) ∧ ServedIn(edwinsmith, italy) ∧ ServedIn(edwinsmith, egypt)",
"Buisness(broadwaysheetmetals) ∧ Ran(edwinsmith, broadwaysheetmetals) ∧ Owned(edwinsmith, broadwaysheetmetals) ∧ SheetmetalWorker(edwinsmith)"
] | False |
All humans are werewolves. | [
"A werewolf is a human that can turn into a wolf.",
"A werewolf has been scratched or bitten by another werewolf.",
"If someone has been scratched or bitten, they have been attacked."
] | [
"∀x (Human(x) ∧ CanTurnInto(x, wolf) → Werewolf(x))",
"∀x ∃y (Werewolf(x) → (BittenBy(x, y) ∨ ScratchedBy(x, y)) ∧ Werewolf(y))",
"∀x ∃y (BittenBy(x, y) ∨ ScratchedBy(x, y)) → AttackedBy(x,y)"
] | Unknown |
A werewolf is a wolf. | [
"A werewolf is a human that can turn into a wolf.",
"A werewolf has been scratched or bitten by another werewolf.",
"If someone has been scratched or bitten, they have been attacked."
] | [
"∀x (Human(x) ∧ CanTurnInto(x, wolf) → Werewolf(x))",
"∀x ∃y (Werewolf(x) → (BittenBy(x, y) ∨ ScratchedBy(x, y)) ∧ Werewolf(y))",
"∀x ∃y (BittenBy(x, y) ∨ ScratchedBy(x, y)) → AttackedBy(x,y)"
] | Unknown |
A werewolf has scratched someone before. | [
"A werewolf is a human that can turn into a wolf.",
"A werewolf has been scratched or bitten by another werewolf.",
"If someone has been scratched or bitten, they have been attacked."
] | [
"∀x (Human(x) ∧ CanTurnInto(x, wolf) → Werewolf(x))",
"∀x ∃y (Werewolf(x) → (BittenBy(x, y) ∨ ScratchedBy(x, y)) ∧ Werewolf(y))",
"∀x ∃y (BittenBy(x, y) ∨ ScratchedBy(x, y)) → AttackedBy(x,y)"
] | Unknown |
Jung fought Sadollah. | [
"UFC Fight Night was a mixed martial arts event and was held in Sweden.",
"At UFC Fight Night, Sadollah was scheduled to fight Musoke.",
"Sadollah fought Akiyama at UFC Fight Night.",
"Musoke fought Yakovlev at UFC Fight Night.",
"Jung was injured at UFC Fight Night.",
"Injured people did not fight at UFC Fight Night."
] | [
"Event(uFCFightNight) ∧ MixedMartial(uFCFightNight) ∧ Sweden(uFCFightNight)",
"Event(uFCFightNight) → ScheduledToFight(sadollah, musoke)",
"Event(uFCFightNight) → Fight(sadollah, akiyama)",
"Event(uFCFightNight) → Fight(musoke, yakovlev)",
"Event(uFCFightNight) → Injured(jung)",
"∀x (Injured(x) → ¬FightInUFC(x))"
] | Unknown |
Jung did not fight at UFC Fight Night. | [
"UFC Fight Night was a mixed martial arts event and was held in Sweden.",
"At UFC Fight Night, Sadollah was scheduled to fight Musoke.",
"Sadollah fought Akiyama at UFC Fight Night.",
"Musoke fought Yakovlev at UFC Fight Night.",
"Jung was injured at UFC Fight Night.",
"Injured people did not fight at UFC Fight Night."
] | [
"Event(uFCFightNight) ∧ MixedMartial(uFCFightNight) ∧ Sweden(uFCFightNight)",
"Event(uFCFightNight) → ScheduledToFight(sadollah, musoke)",
"Event(uFCFightNight) → Fight(sadollah, akiyama)",
"Event(uFCFightNight) → Fight(musoke, yakovlev)",
"Event(uFCFightNight) → Injured(jung)",
"∀x (Injured(x) → ¬FightInUFC(x))"
] | True |
Sadollah fought Musoke. | [
"UFC Fight Night was a mixed martial arts event and was held in Sweden.",
"At UFC Fight Night, Sadollah was scheduled to fight Musoke.",
"Sadollah fought Akiyama at UFC Fight Night.",
"Musoke fought Yakovlev at UFC Fight Night.",
"Jung was injured at UFC Fight Night.",
"Injured people did not fight at UFC Fight Night."
] | [
"Event(uFCFightNight) ∧ MixedMartial(uFCFightNight) ∧ Sweden(uFCFightNight)",
"Event(uFCFightNight) → ScheduledToFight(sadollah, musoke)",
"Event(uFCFightNight) → Fight(sadollah, akiyama)",
"Event(uFCFightNight) → Fight(musoke, yakovlev)",
"Event(uFCFightNight) → Injured(jung)",
"∀x (Injured(x) → ¬FightInUFC(x))"
] | Unknown |
Nelson fought Story at UFC Fight Night. | [
"UFC Fight Night was a mixed martial arts event and was held in Sweden.",
"At UFC Fight Night, Sadollah was scheduled to fight Musoke.",
"Sadollah fought Akiyama at UFC Fight Night.",
"Musoke fought Yakovlev at UFC Fight Night.",
"Jung was injured at UFC Fight Night.",
"Injured people did not fight at UFC Fight Night."
] | [
"Event(uFCFightNight) ∧ MixedMartial(uFCFightNight) ∧ Sweden(uFCFightNight)",
"Event(uFCFightNight) → ScheduledToFight(sadollah, musoke)",
"Event(uFCFightNight) → Fight(sadollah, akiyama)",
"Event(uFCFightNight) → Fight(musoke, yakovlev)",
"Event(uFCFightNight) → Injured(jung)",
"∀x (Injured(x) → ¬FightInUFC(x))"
] | Unknown |
Coke is orange juice. | [
"All drinks are edible. ",
"All juices are drinks. ",
"All orange juice is a juice. ",
"A juice is either an orange juice or an apple juice.",
"All apple juice is sweet.",
"If coke is apple juice, then coke is a drink.",
"If coke is not apple juice, then coke is not edible."
] | [
"∀x (Drink(x) → Edible(x))",
"∀x (Juice(x) → Drink(x))",
"∀x (OrangeJuice(x) → Juice(x))",
"∀x (OrangeJuice(x) ∨ AppleJuice(x))",
"∀x (AppleJuice(x) → Sweet(x))",
"AppleJuice(coke) → Drink(coke)",
"¬AppleJuice(coke) → ¬Edible(coke)"
] | Unknown |
Coke is edible and sweet. | [
"All drinks are edible. ",
"All juices are drinks. ",
"All orange juice is a juice. ",
"A juice is either an orange juice or an apple juice.",
"All apple juice is sweet.",
"If coke is apple juice, then coke is a drink.",
"If coke is not apple juice, then coke is not edible."
] | [
"∀x (Drink(x) → Edible(x))",
"∀x (Juice(x) → Drink(x))",
"∀x (OrangeJuice(x) → Juice(x))",
"∀x (OrangeJuice(x) ∨ AppleJuice(x))",
"∀x (AppleJuice(x) → Sweet(x))",
"AppleJuice(coke) → Drink(coke)",
"¬AppleJuice(coke) → ¬Edible(coke)"
] | True |
Coke is not edible and sweet. | [
"All drinks are edible. ",
"All juices are drinks. ",
"All orange juice is a juice. ",
"A juice is either an orange juice or an apple juice.",
"All apple juice is sweet.",
"If coke is apple juice, then coke is a drink.",
"If coke is not apple juice, then coke is not edible."
] | [
"∀x (Drink(x) → Edible(x))",
"∀x (Juice(x) → Drink(x))",
"∀x (OrangeJuice(x) → Juice(x))",
"∀x (OrangeJuice(x) ∨ AppleJuice(x))",
"∀x (AppleJuice(x) → Sweet(x))",
"AppleJuice(coke) → Drink(coke)",
"¬AppleJuice(coke) → ¬Edible(coke)"
] | False |
Daniel was not killed by the Spanish Nationalists. | [
"Federico Garcia Lorca was a talented Spanish poet and he supported the Popular Front.",
"The Spanish Nationalists opposed anyone who supported the Popular Front",
"Talented poets are popular.",
"Spanish Nationalists killed anyone who they opposed and were popular.",
"Daniel supported the Popular Front but was not popular."
] | [
"TalentedPoet(lorca) ∧ SupportPopulists(lorca)",
"∀x (SupportPopulists(x) → Opposed(nationalists, x))",
"∀x (TalentedPoet(x) → Popular(x))",
"∀x (Opposed(nationalists, x) ∧ Popular(x) → Killed(nationalists, x))",
"SupportPopulists(daniel) ∧ ¬Popular(daniel)"
] | Unknown |
Lorca was killed by the Spanish Nationalists. | [
"Federico Garcia Lorca was a talented Spanish poet and he supported the Popular Front.",
"The Spanish Nationalists opposed anyone who supported the Popular Front",
"Talented poets are popular.",
"Spanish Nationalists killed anyone who they opposed and were popular.",
"Daniel supported the Popular Front but was not popular."
] | [
"TalentedPoet(lorca) ∧ SupportPopulists(lorca)",
"∀x (SupportPopulists(x) → Opposed(nationalists, x))",
"∀x (TalentedPoet(x) → Popular(x))",
"∀x (Opposed(nationalists, x) ∧ Popular(x) → Killed(nationalists, x))",
"SupportPopulists(daniel) ∧ ¬Popular(daniel)"
] | True |
Franny has to visit the dentist frequently. | [
"People either drink kombucha every day or drink Coca-Cola or Pepsi products every day.",
"If people drink Coca-Cola or Pepsi products every day, then they grew up with extremely busy parents who did not have time to pack them lunch.",
"If people drink Coca-Cola or Pepsi products every day, then they have to visit the dentist frequently.",
"If people grew up with extremely busy parents who did not have time to pack them lunch, then they have erratic and diverse eating habits.",
"If people have erratic and diverse eating habits, then they do not have consistent everyday routines and like sticking to a solid schedule.",
"Franny either both grew up with extremely busy parents who did not have time to pack her lunch and has consistent everyday routines and like sticking to a solid schedule, or she neither grew up with extremely busy parents who did not have time to pack her lunch nor has consistent everyday routines and likes sticking to a schedule. "
] | [
"∀x (Kombucha(x) ∨ CocaCola(x))",
"∀x (CocaCola(x) → BusyParents(x))",
"∀x (CocaCola(x) → Dentist(x))",
"∀x (BusyParents(x) → Erratic(x))",
"∀x (Erratic(x) → ¬Consistent(x))",
"(BusyParents(franny) ∧ Consistent(franny)) ⊕ (¬BusyParents(franny) ∧ ¬Consistent(franny))"
] | Unknown |
If Franny either both grew up with extremely busy parents who did not have time to pack her lunch and drink kombucha every day or neither grew up with extremely busy parents who did not have time to pack her lunch nor drink kombucha every day, then Franny neither visits the dentist frequently nor drinks Coca Cola or Pepsi products every day. | [
"People either drink kombucha every day or drink Coca-Cola or Pepsi products every day.",
"If people drink Coca-Cola or Pepsi products every day, then they grew up with extremely busy parents who did not have time to pack them lunch.",
"If people drink Coca-Cola or Pepsi products every day, then they have to visit the dentist frequently.",
"If people grew up with extremely busy parents who did not have time to pack them lunch, then they have erratic and diverse eating habits.",
"If people have erratic and diverse eating habits, then they do not have consistent everyday routines and like sticking to a solid schedule.",
"Franny either both grew up with extremely busy parents who did not have time to pack her lunch and has consistent everyday routines and like sticking to a solid schedule, or she neither grew up with extremely busy parents who did not have time to pack her lunch nor has consistent everyday routines and likes sticking to a schedule. "
] | [
"∀x (Kombucha(x) ∨ CocaCola(x))",
"∀x (CocaCola(x) → BusyParents(x))",
"∀x (CocaCola(x) → Dentist(x))",
"∀x (BusyParents(x) → Erratic(x))",
"∀x (Erratic(x) → ¬Consistent(x))",
"(BusyParents(franny) ∧ Consistent(franny)) ⊕ (¬BusyParents(franny) ∧ ¬Consistent(franny))"
] | True |
If Franny either visits the dentist frequently or drinks kombucha every day, then Franny both visits the dentist frequently and drinks Coca-Cola or Pepsi products every day. | [
"People either drink kombucha every day or drink Coca-Cola or Pepsi products every day.",
"If people drink Coca-Cola or Pepsi products every day, then they grew up with extremely busy parents who did not have time to pack them lunch.",
"If people drink Coca-Cola or Pepsi products every day, then they have to visit the dentist frequently.",
"If people grew up with extremely busy parents who did not have time to pack them lunch, then they have erratic and diverse eating habits.",
"If people have erratic and diverse eating habits, then they do not have consistent everyday routines and like sticking to a solid schedule.",
"Franny either both grew up with extremely busy parents who did not have time to pack her lunch and has consistent everyday routines and like sticking to a solid schedule, or she neither grew up with extremely busy parents who did not have time to pack her lunch nor has consistent everyday routines and likes sticking to a schedule. "
] | [
"∀x (Kombucha(x) ∨ CocaCola(x))",
"∀x (CocaCola(x) → BusyParents(x))",
"∀x (CocaCola(x) → Dentist(x))",
"∀x (BusyParents(x) → Erratic(x))",
"∀x (Erratic(x) → ¬Consistent(x))",
"(BusyParents(franny) ∧ Consistent(franny)) ⊕ (¬BusyParents(franny) ∧ ¬Consistent(franny))"
] | False |
James is not able to watch 3 movies every week without any additional fees. | [
"If a customer subscribes to AMC A List, then he/she can watch 3 movies every week without any additional fees. ",
"Some customers go to cinemas every week. ",
"Customers who prefer TV series will not watch TV series in cinemas.",
"James watches TV series in cinemas. ",
"James subscribes to AMC A List.",
"Peter prefers TV series."
] | [
"∀x (SubscribedTo(x, amcalist) → ThreeMovies(x) ∧ NoFees(x))",
"∃x (CinemaEveryWeek(x))",
"∀x (Prefer(x, tvseries) → ¬WatchTVIn(x, cinemas))",
"WatchTVIn(james, cinemas)",
"SubscribedTo(james, amcalist)",
"Prefer(peter, tvseries)"
] | False |
James goes to cinemas every week. | [
"If a customer subscribes to AMC A List, then he/she can watch 3 movies every week without any additional fees. ",
"Some customers go to cinemas every week. ",
"Customers who prefer TV series will not watch TV series in cinemas.",
"James watches TV series in cinemas. ",
"James subscribes to AMC A List.",
"Peter prefers TV series."
] | [
"∀x (SubscribedTo(x, amcalist) → ThreeMovies(x) ∧ NoFees(x))",
"∃x (CinemaEveryWeek(x))",
"∀x (Prefer(x, tvseries) → ¬WatchTVIn(x, cinemas))",
"WatchTVIn(james, cinemas)",
"SubscribedTo(james, amcalist)",
"Prefer(peter, tvseries)"
] | Unknown |
Peter will not watch TV series in cinemas. | [
"If a customer subscribes to AMC A List, then he/she can watch 3 movies every week without any additional fees. ",
"Some customers go to cinemas every week. ",
"Customers who prefer TV series will not watch TV series in cinemas.",
"James watches TV series in cinemas. ",
"James subscribes to AMC A List.",
"Peter prefers TV series."
] | [
"∀x (SubscribedTo(x, amcalist) → ThreeMovies(x) ∧ NoFees(x))",
"∃x (CinemaEveryWeek(x))",
"∀x (Prefer(x, tvseries) → ¬WatchTVIn(x, cinemas))",
"WatchTVIn(james, cinemas)",
"SubscribedTo(james, amcalist)",
"Prefer(peter, tvseries)"
] | True |
Bulbophyllum attenuatum is not an orchid. | [
"Bulbophyllum attenuatum is in the genus bulbophyllum.",
"All bulbophyllum are orchids."
] | [
"InGenus(bulbophyllumattenuatum, bulbophyllum)",
"∀x (InGenus(x, bulbophyllum) → Orchid(x))"
] | False |
Vladivostok is the administrative center of the federal district with the largest area. | [
"There are eight federal districts of Russia: Central, Northwestern, Southern, North Caucasian, Volga, Ural, Siberian and Far Eastern.",
"The Central federal district has the largest population among all federal districts in Russia.",
"Moscow is the administrative center of the Central federal district.",
"Yekaterinburg is the administrative center of the Ural federal district.",
"Vladivostok is the administrative center of the Far Eastern federal district.",
"The Far Eastern federal district has the largest area among all federal districts in Russia.",
"Some federal districts of Russia were established in 2000."
] | [
"FederalDistrictOfRussia(central) ∨ FederalDistrictOfRussia(northwestern) ∨ FederalDistrictOfRussia(southern) ∨ FederalDistrictOfRussia(northcaucasian) ∨ FederalDistrictOfRussia(volga) ∨ FederalDistrictOfRussia(ural) ∨ FederalDistrictOfRussia(siberian) ∨ FederalDistrictOfRussia(fareastern)",
"FederalDistrictOfRussia(central) ∧ LargestPopulationIn(central) ",
"AdministrativeCenterOf(moscow, central)",
"AdministrativeCenterOf(yekaterinburg, ural)",
"AdministrativeCenterOf(vladivostok, fareastern)",
"FederalDistrictOfRussia(fareastern) ∧ LargestAreaIn(fareastern)",
"∃x (FederalDistrictOfRussia(x) → EstablishedIn(x, 2000))"
] | True |
Moscow is the administrative center of the federal district with the largest population. | [
"There are eight federal districts of Russia: Central, Northwestern, Southern, North Caucasian, Volga, Ural, Siberian and Far Eastern.",
"The Central federal district has the largest population among all federal districts in Russia.",
"Moscow is the administrative center of the Central federal district.",
"Yekaterinburg is the administrative center of the Ural federal district.",
"Vladivostok is the administrative center of the Far Eastern federal district.",
"The Far Eastern federal district has the largest area among all federal districts in Russia.",
"Some federal districts of Russia were established in 2000."
] | [
"FederalDistrictOfRussia(central) ∨ FederalDistrictOfRussia(northwestern) ∨ FederalDistrictOfRussia(southern) ∨ FederalDistrictOfRussia(northcaucasian) ∨ FederalDistrictOfRussia(volga) ∨ FederalDistrictOfRussia(ural) ∨ FederalDistrictOfRussia(siberian) ∨ FederalDistrictOfRussia(fareastern)",
"FederalDistrictOfRussia(central) ∧ LargestPopulationIn(central) ",
"AdministrativeCenterOf(moscow, central)",
"AdministrativeCenterOf(yekaterinburg, ural)",
"AdministrativeCenterOf(vladivostok, fareastern)",
"FederalDistrictOfRussia(fareastern) ∧ LargestAreaIn(fareastern)",
"∃x (FederalDistrictOfRussia(x) → EstablishedIn(x, 2000))"
] | True |
The Northwestern federal district was established in 2000. | [
"There are eight federal districts of Russia: Central, Northwestern, Southern, North Caucasian, Volga, Ural, Siberian and Far Eastern.",
"The Central federal district has the largest population among all federal districts in Russia.",
"Moscow is the administrative center of the Central federal district.",
"Yekaterinburg is the administrative center of the Ural federal district.",
"Vladivostok is the administrative center of the Far Eastern federal district.",
"The Far Eastern federal district has the largest area among all federal districts in Russia.",
"Some federal districts of Russia were established in 2000."
] | [
"FederalDistrictOfRussia(central) ∨ FederalDistrictOfRussia(northwestern) ∨ FederalDistrictOfRussia(southern) ∨ FederalDistrictOfRussia(northcaucasian) ∨ FederalDistrictOfRussia(volga) ∨ FederalDistrictOfRussia(ural) ∨ FederalDistrictOfRussia(siberian) ∨ FederalDistrictOfRussia(fareastern)",
"FederalDistrictOfRussia(central) ∧ LargestPopulationIn(central) ",
"AdministrativeCenterOf(moscow, central)",
"AdministrativeCenterOf(yekaterinburg, ural)",
"AdministrativeCenterOf(vladivostok, fareastern)",
"FederalDistrictOfRussia(fareastern) ∧ LargestAreaIn(fareastern)",
"∃x (FederalDistrictOfRussia(x) → EstablishedIn(x, 2000))"
] | Unknown |
Breast cancer can be treated at home. | [
"All cancers are malignant tumors.",
"No malignant tumor can be treated at home.",
"All colorectal cancer is cancer.",
"Having a cold can be treated at home.",
"Breast cancer is neither having a cold nor a malignant tumor (exclusive)."
] | [
"∀x (Cancer(x) → MalignantTumor(x))",
"∀x (MalignantTumor(x) → ¬CanBeTreatedAtHome(x))",
"∀x (ColorectalCancer(x) → Cancer(x))",
"∀x (HavingACold(x) → CanBeTreatedAtHome(x))",
"¬(HavingACold(breastCancer) ⊕ MalignantTumor(breastCancer))"
] | Unknown |
Breast cancer is colorectal cancer. | [
"All cancers are malignant tumors.",
"No malignant tumor can be treated at home.",
"All colorectal cancer is cancer.",
"Having a cold can be treated at home.",
"Breast cancer is neither having a cold nor a malignant tumor (exclusive)."
] | [
"∀x (Cancer(x) → MalignantTumor(x))",
"∀x (MalignantTumor(x) → ¬CanBeTreatedAtHome(x))",
"∀x (ColorectalCancer(x) → Cancer(x))",
"∀x (HavingACold(x) → CanBeTreatedAtHome(x))",
"¬(HavingACold(breastCancer) ⊕ MalignantTumor(breastCancer))"
] | False |
Breast cancer is not colorectal cancer. | [
"All cancers are malignant tumors.",
"No malignant tumor can be treated at home.",
"All colorectal cancer is cancer.",
"Having a cold can be treated at home.",
"Breast cancer is neither having a cold nor a malignant tumor (exclusive)."
] | [
"∀x (Cancer(x) → MalignantTumor(x))",
"∀x (MalignantTumor(x) → ¬CanBeTreatedAtHome(x))",
"∀x (ColorectalCancer(x) → Cancer(x))",
"∀x (HavingACold(x) → CanBeTreatedAtHome(x))",
"¬(HavingACold(breastCancer) ⊕ MalignantTumor(breastCancer))"
] | True |
Breast cancer is colorectal cancer or a malignant tumor. | [
"All cancers are malignant tumors.",
"No malignant tumor can be treated at home.",
"All colorectal cancer is cancer.",
"Having a cold can be treated at home.",
"Breast cancer is neither having a cold nor a malignant tumor (exclusive)."
] | [
"∀x (Cancer(x) → MalignantTumor(x))",
"∀x (MalignantTumor(x) → ¬CanBeTreatedAtHome(x))",
"∀x (ColorectalCancer(x) → Cancer(x))",
"∀x (HavingACold(x) → CanBeTreatedAtHome(x))",
"¬(HavingACold(breastCancer) ⊕ MalignantTumor(breastCancer))"
] | False |
Breast cancer is colorectal cancer and a cancer. | [
"All cancers are malignant tumors.",
"No malignant tumor can be treated at home.",
"All colorectal cancer is cancer.",
"Having a cold can be treated at home.",
"Breast cancer is neither having a cold nor a malignant tumor (exclusive)."
] | [
"∀x (Cancer(x) → MalignantTumor(x))",
"∀x (MalignantTumor(x) → ¬CanBeTreatedAtHome(x))",
"∀x (ColorectalCancer(x) → Cancer(x))",
"∀x (HavingACold(x) → CanBeTreatedAtHome(x))",
"¬(HavingACold(breastCancer) ⊕ MalignantTumor(breastCancer))"
] | False |
If breast cancer is not colorectal cancer, then breast cancer is a malignant tumor. | [
"All cancers are malignant tumors.",
"No malignant tumor can be treated at home.",
"All colorectal cancer is cancer.",
"Having a cold can be treated at home.",
"Breast cancer is neither having a cold nor a malignant tumor (exclusive)."
] | [
"∀x (Cancer(x) → MalignantTumor(x))",
"∀x (MalignantTumor(x) → ¬CanBeTreatedAtHome(x))",
"∀x (ColorectalCancer(x) → Cancer(x))",
"∀x (HavingACold(x) → CanBeTreatedAtHome(x))",
"¬(HavingACold(breastCancer) ⊕ MalignantTumor(breastCancer))"
] | False |
I should not worry about traffic. | [
"I should not worry about things outside of my control.",
"Traffic is outside of my control."
] | [
"∀x (OutsideControl(x) → ¬ShouldWorry(x))",
"∀x (Traffic(x) → OutsideControl(x))"
] | True |
Alba Roversi uses an Italian surname. | [
"Roversi is an Italian surname.",
"Alba Roversi uses Roversi as a surname.",
"Paolo Roversi uses Roversi as a surname.",
"Roberto Roversi uses Roversi as a surname.",
"Paolo Roversi is a photographer.",
"A photographer is a professional or an amateur."
] | [
"∀x (UseAsSurname(x, roversi) → UseItalianSurname(x))",
"UseAsSurname(alba, roversi)",
"UseAsSurname(paolo, roversi)",
"UseAsSurname(roberto, roversi)",
"Photographer(paolo)",
"∀x (Photographer(x) → Professional(x) ∨ Amateur(x))"
] | True |
There are no photographers using an Italian surname. | [
"Roversi is an Italian surname.",
"Alba Roversi uses Roversi as a surname.",
"Paolo Roversi uses Roversi as a surname.",
"Roberto Roversi uses Roversi as a surname.",
"Paolo Roversi is a photographer.",
"A photographer is a professional or an amateur."
] | [
"∀x (UseAsSurname(x, roversi) → UseItalianSurname(x))",
"UseAsSurname(alba, roversi)",
"UseAsSurname(paolo, roversi)",
"UseAsSurname(roberto, roversi)",
"Photographer(paolo)",
"∀x (Photographer(x) → Professional(x) ∨ Amateur(x))"
] | False |
Paolo is an amateur photographer. | [
"Roversi is an Italian surname.",
"Alba Roversi uses Roversi as a surname.",
"Paolo Roversi uses Roversi as a surname.",
"Roberto Roversi uses Roversi as a surname.",
"Paolo Roversi is a photographer.",
"A photographer is a professional or an amateur."
] | [
"∀x (UseAsSurname(x, roversi) → UseItalianSurname(x))",
"UseAsSurname(alba, roversi)",
"UseAsSurname(paolo, roversi)",
"UseAsSurname(roberto, roversi)",
"Photographer(paolo)",
"∀x (Photographer(x) → Professional(x) ∨ Amateur(x))"
] | Unknown |
Hadid became a UK citizen later in her life. | [
"Zaha Hadid is a British-Iraqi architect, artist and designer.",
"Zaha Hadid was born on 31 October 1950 in Baghdad, Iraq.",
"Hadid was a visiting professor of Architectural Design at the Yale School of Architecture.",
"Max is an aspiring architecture student, and he plans to apply to Yale School of Architecture. "
] | [
"British-IraqiArchitect(zahaHadid)",
"BornIn(zahaHadid, y1950)",
"Visitingprofessor(zahaHadid, yaleSchoolofArchitecture)",
"AspiringArchitectureStudent(max) ∧ PlansToApplyTo(max, yaleSchoolofArchitecture)"
] | True |
Hadid did some work in interior design. | [
"Zaha Hadid is a British-Iraqi architect, artist and designer.",
"Zaha Hadid was born on 31 October 1950 in Baghdad, Iraq.",
"Hadid was a visiting professor of Architectural Design at the Yale School of Architecture.",
"Max is an aspiring architecture student, and he plans to apply to Yale School of Architecture. "
] | [
"British-IraqiArchitect(zahaHadid)",
"BornIn(zahaHadid, y1950)",
"Visitingprofessor(zahaHadid, yaleSchoolofArchitecture)",
"AspiringArchitectureStudent(max) ∧ PlansToApplyTo(max, yaleSchoolofArchitecture)"
] | Unknown |
Hadid was born in 1982. | [
"Zaha Hadid is a British-Iraqi architect, artist and designer.",
"Zaha Hadid was born on 31 October 1950 in Baghdad, Iraq.",
"Hadid was a visiting professor of Architectural Design at the Yale School of Architecture.",
"Max is an aspiring architecture student, and he plans to apply to Yale School of Architecture. "
] | [
"British-IraqiArchitect(zahaHadid)",
"BornIn(zahaHadid, y1950)",
"Visitingprofessor(zahaHadid, yaleSchoolofArchitecture)",
"AspiringArchitectureStudent(max) ∧ PlansToApplyTo(max, yaleSchoolofArchitecture)"
] | Unknown |
Max admires Zaha Hadid. | [
"Zaha Hadid is a British-Iraqi architect, artist and designer.",
"Zaha Hadid was born on 31 October 1950 in Baghdad, Iraq.",
"Hadid was a visiting professor of Architectural Design at the Yale School of Architecture.",
"Max is an aspiring architecture student, and he plans to apply to Yale School of Architecture. "
] | [
"British-IraqiArchitect(zahaHadid)",
"BornIn(zahaHadid, y1950)",
"Visitingprofessor(zahaHadid, yaleSchoolofArchitecture)",
"AspiringArchitectureStudent(max) ∧ PlansToApplyTo(max, yaleSchoolofArchitecture)"
] | Unknown |
FMRI provides a spatial resolution of brains. | [
"Something is either an invasive neuroimaging technique or a noninvasive neuroimaging technique. ",
"All noninvasive neuroimaging techniques provide a spatial resolution of brains.",
"If a technique provides a spatial resolution of brains, then it is a measurement of brain activity. ",
"All measurements of brain activity are used by neuroscience researchers.",
"FMRI is either a measurement of brain activity or a noninvasive neuroimaging technique."
] | [
"∀x (InvasiveNeuroimagingTechnique(x) ∨ NoninvasiveNeuroimagingTechnique(x)) ",
" ∀x (NoninvasiveNeuroimagingTechnique(x) → ProvidesSpatialResolutionOfBrains(x)) ",
" ∀x (ProvidesSpatialResolutionOfBrains(x) → MeasurementOfBrainActivity(x)) ",
" ∀x (MeasurementOfBrainActivity(x) → UsedByNeuroscienceResearchers(x))",
" MeasurementOfBrainActivity(fMRI) ⊕ NoninvasiveNeuroimagingTechnique(fMRI)"
] | Unknown |
FMRI is an invasive neuroimaging technique and is used by neuroscience researchers. | [
"Something is either an invasive neuroimaging technique or a noninvasive neuroimaging technique. ",
"All noninvasive neuroimaging techniques provide a spatial resolution of brains.",
"If a technique provides a spatial resolution of brains, then it is a measurement of brain activity. ",
"All measurements of brain activity are used by neuroscience researchers.",
"FMRI is either a measurement of brain activity or a noninvasive neuroimaging technique."
] | [
"∀x (InvasiveNeuroimagingTechnique(x) ∨ NoninvasiveNeuroimagingTechnique(x)) ",
" ∀x (NoninvasiveNeuroimagingTechnique(x) → ProvidesSpatialResolutionOfBrains(x)) ",
" ∀x (ProvidesSpatialResolutionOfBrains(x) → MeasurementOfBrainActivity(x)) ",
" ∀x (MeasurementOfBrainActivity(x) → UsedByNeuroscienceResearchers(x))",
" MeasurementOfBrainActivity(fMRI) ⊕ NoninvasiveNeuroimagingTechnique(fMRI)"
] | True |
FMRI is either an invasive neuroimaging technique or is used by neuroscience researchers. | [
"Something is either an invasive neuroimaging technique or a noninvasive neuroimaging technique. ",
"All noninvasive neuroimaging techniques provide a spatial resolution of brains.",
"If a technique provides a spatial resolution of brains, then it is a measurement of brain activity. ",
"All measurements of brain activity are used by neuroscience researchers.",
"FMRI is either a measurement of brain activity or a noninvasive neuroimaging technique."
] | [
"∀x (InvasiveNeuroimagingTechnique(x) ∨ NoninvasiveNeuroimagingTechnique(x)) ",
" ∀x (NoninvasiveNeuroimagingTechnique(x) → ProvidesSpatialResolutionOfBrains(x)) ",
" ∀x (ProvidesSpatialResolutionOfBrains(x) → MeasurementOfBrainActivity(x)) ",
" ∀x (MeasurementOfBrainActivity(x) → UsedByNeuroscienceResearchers(x))",
" MeasurementOfBrainActivity(fMRI) ⊕ NoninvasiveNeuroimagingTechnique(fMRI)"
] | False |
If fMRI is not an invasive neuroimaging technique and used by neuroscience researchers, then fMRI is neither a noninvasive neuroimaging technique nor provides a spatial resolution of brains. | [
"Something is either an invasive neuroimaging technique or a noninvasive neuroimaging technique. ",
"All noninvasive neuroimaging techniques provide a spatial resolution of brains.",
"If a technique provides a spatial resolution of brains, then it is a measurement of brain activity. ",
"All measurements of brain activity are used by neuroscience researchers.",
"FMRI is either a measurement of brain activity or a noninvasive neuroimaging technique."
] | [
"∀x (InvasiveNeuroimagingTechnique(x) ∨ NoninvasiveNeuroimagingTechnique(x)) ",
" ∀x (NoninvasiveNeuroimagingTechnique(x) → ProvidesSpatialResolutionOfBrains(x)) ",
" ∀x (ProvidesSpatialResolutionOfBrains(x) → MeasurementOfBrainActivity(x)) ",
" ∀x (MeasurementOfBrainActivity(x) → UsedByNeuroscienceResearchers(x))",
" MeasurementOfBrainActivity(fMRI) ⊕ NoninvasiveNeuroimagingTechnique(fMRI)"
] | True |
James is provided with souvenirs. | [
"Either present their work at the conference or provide a tutorial session at the conference. ",
"All who present their work at the conference will attend in person. ",
"All those providing a tutorial session at the conference are invited to join the club. ",
"All who attend the conference in person are provided with souvenirs. ",
"All invited to join the club are provided with delicious meals. ",
"All provided with delicious meals are happy to communicate with each other during the dinner. ",
"All provided with delicious meals are invited to take a photo with the audience. ",
"James does not attend the conference in person and is not provided with souvenirs."
] | [
"∀x ( Present(x) ∨ Tutorial(x))",
"∀x (Present(x) → InPerson(x))",
"∀x (Tutorial(x) → Invited(x))",
"∀x (InPerson(x) → Souvenirs(x))",
"∀x (Invited(x) → Meals(x))",
"∀x (Meals(x) → HappyCommunicate(x))",
"∀x (Meals(x) → InvitedTakePhoto(x))",
"¬(InPerson(james) ∧ Souvenirs(james))"
] | Unknown |
James is not provided with souvenirs. | [
"Either present their work at the conference or provide a tutorial session at the conference. ",
"All who present their work at the conference will attend in person. ",
"All those providing a tutorial session at the conference are invited to join the club. ",
"All who attend the conference in person are provided with souvenirs. ",
"All invited to join the club are provided with delicious meals. ",
"All provided with delicious meals are happy to communicate with each other during the dinner. ",
"All provided with delicious meals are invited to take a photo with the audience. ",
"James does not attend the conference in person and is not provided with souvenirs."
] | [
"∀x ( Present(x) ∨ Tutorial(x))",
"∀x (Present(x) → InPerson(x))",
"∀x (Tutorial(x) → Invited(x))",
"∀x (InPerson(x) → Souvenirs(x))",
"∀x (Invited(x) → Meals(x))",
"∀x (Meals(x) → HappyCommunicate(x))",
"∀x (Meals(x) → InvitedTakePhoto(x))",
"¬(InPerson(james) ∧ Souvenirs(james))"
] | Unknown |
James is invited to take a photo with the audience and is happy to communicate with each other at the dinner. | [
"Either present their work at the conference or provide a tutorial session at the conference. ",
"All who present their work at the conference will attend in person. ",
"All those providing a tutorial session at the conference are invited to join the club. ",
"All who attend the conference in person are provided with souvenirs. ",
"All invited to join the club are provided with delicious meals. ",
"All provided with delicious meals are happy to communicate with each other during the dinner. ",
"All provided with delicious meals are invited to take a photo with the audience. ",
"James does not attend the conference in person and is not provided with souvenirs."
] | [
"∀x ( Present(x) ∨ Tutorial(x))",
"∀x (Present(x) → InPerson(x))",
"∀x (Tutorial(x) → Invited(x))",
"∀x (InPerson(x) → Souvenirs(x))",
"∀x (Invited(x) → Meals(x))",
"∀x (Meals(x) → HappyCommunicate(x))",
"∀x (Meals(x) → InvitedTakePhoto(x))",
"¬(InPerson(james) ∧ Souvenirs(james))"
] | True |
James is invited to take a photo with the audience or is happy to communicate with each other during the dinner. | [
"Either present their work at the conference or provide a tutorial session at the conference. ",
"All who present their work at the conference will attend in person. ",
"All those providing a tutorial session at the conference are invited to join the club. ",
"All who attend the conference in person are provided with souvenirs. ",
"All invited to join the club are provided with delicious meals. ",
"All provided with delicious meals are happy to communicate with each other during the dinner. ",
"All provided with delicious meals are invited to take a photo with the audience. ",
"James does not attend the conference in person and is not provided with souvenirs."
] | [
"∀x ( Present(x) ∨ Tutorial(x))",
"∀x (Present(x) → InPerson(x))",
"∀x (Tutorial(x) → Invited(x))",
"∀x (InPerson(x) → Souvenirs(x))",
"∀x (Invited(x) → Meals(x))",
"∀x (Meals(x) → HappyCommunicate(x))",
"∀x (Meals(x) → InvitedTakePhoto(x))",
"¬(InPerson(james) ∧ Souvenirs(james))"
] | True |
James is either invited to take a photo with the audience or happy to communicate with each other during the dinner. | [
"Either present their work at the conference or provide a tutorial session at the conference. ",
"All who present their work at the conference will attend in person. ",
"All those providing a tutorial session at the conference are invited to join the club. ",
"All who attend the conference in person are provided with souvenirs. ",
"All invited to join the club are provided with delicious meals. ",
"All provided with delicious meals are happy to communicate with each other during the dinner. ",
"All provided with delicious meals are invited to take a photo with the audience. ",
"James does not attend the conference in person and is not provided with souvenirs."
] | [
"∀x ( Present(x) ∨ Tutorial(x))",
"∀x (Present(x) → InPerson(x))",
"∀x (Tutorial(x) → Invited(x))",
"∀x (InPerson(x) → Souvenirs(x))",
"∀x (Invited(x) → Meals(x))",
"∀x (Meals(x) → HappyCommunicate(x))",
"∀x (Meals(x) → InvitedTakePhoto(x))",
"¬(InPerson(james) ∧ Souvenirs(james))"
] | False |
The USS Salem is open to the public. | [
"The USS Salem is a heavy cruiser built for the United States navy.",
"The last heavy cruiser to enter service was the USS Salem.",
"The USS Salem is a museum ship.",
"Museum ships are open to the public.",
"The USS Salem served in the Atlantic and Mediterranean."
] | [
"HeavyCruiser(usssalem) ∧ BuiltFor(usssalem, unitedstatesnavy)",
"LastHeavyCruiserToEnterService(usssalem)",
"MuseumShip(usssalem)",
"∀x (MuseumShip(x) → OpenToPublic(x))",
"ServedIn(usssalem, atlantic) ∧ ServedIn(usssalem, mediterranean)"
] | True |
There is a museum ship open to the public that served in the Mediterranean. | [
"The USS Salem is a heavy cruiser built for the United States navy.",
"The last heavy cruiser to enter service was the USS Salem.",
"The USS Salem is a museum ship.",
"Museum ships are open to the public.",
"The USS Salem served in the Atlantic and Mediterranean."
] | [
"HeavyCruiser(usssalem) ∧ BuiltFor(usssalem, unitedstatesnavy)",
"LastHeavyCruiserToEnterService(usssalem)",
"MuseumShip(usssalem)",
"∀x (MuseumShip(x) → OpenToPublic(x))",
"ServedIn(usssalem, atlantic) ∧ ServedIn(usssalem, mediterranean)"
] | True |
The USS Salem was not the last heavy cruiser to enter service. | [
"The USS Salem is a heavy cruiser built for the United States navy.",
"The last heavy cruiser to enter service was the USS Salem.",
"The USS Salem is a museum ship.",
"Museum ships are open to the public.",
"The USS Salem served in the Atlantic and Mediterranean."
] | [
"HeavyCruiser(usssalem) ∧ BuiltFor(usssalem, unitedstatesnavy)",
"LastHeavyCruiserToEnterService(usssalem)",
"MuseumShip(usssalem)",
"∀x (MuseumShip(x) → OpenToPublic(x))",
"ServedIn(usssalem, atlantic) ∧ ServedIn(usssalem, mediterranean)"
] | False |
TS Leda was quiet and good at sea. | [
"TS Leda was a good passenger and cargo vessel.",
"TS Leda was the first Norweigian vessel that was built with stabilizers.",
"Stabilizers are mechanical devices that are only on ships that have powerful steam turbine engines.",
" To be a good passenger and cargo vessel, ships must be quiet and good at sea.",
"Some ships that are quiet and good at sea have powerful steam turbine engines."
] | [
"∀x (TSLeda(x) → Passenger(x) ∧ CargoVessel(x))",
"∀x (TSLeda(x) → Norweigian(x) ∧ Stabilizers(x))",
"∀x (Stabilizers(x) → OnlyOnShips(x) ∧ SteamTurbine(x))",
"∀x (Passenger(x) ∧ CargoVessel(x) → Quiet(x) ∧ GoodSea(x))",
"∃x (Quiet(x) ∧ GoodSea(x) ∧ SteamTurbine(x))"
] | True |
TS Leda had powerful steam turbine engines. | [
"TS Leda was a good passenger and cargo vessel.",
"TS Leda was the first Norweigian vessel that was built with stabilizers.",
"Stabilizers are mechanical devices that are only on ships that have powerful steam turbine engines.",
" To be a good passenger and cargo vessel, ships must be quiet and good at sea.",
"Some ships that are quiet and good at sea have powerful steam turbine engines."
] | [
"∀x (TSLeda(x) → Passenger(x) ∧ CargoVessel(x))",
"∀x (TSLeda(x) → Norweigian(x) ∧ Stabilizers(x))",
"∀x (Stabilizers(x) → OnlyOnShips(x) ∧ SteamTurbine(x))",
"∀x (Passenger(x) ∧ CargoVessel(x) → Quiet(x) ∧ GoodSea(x))",
"∃x (Quiet(x) ∧ GoodSea(x) ∧ SteamTurbine(x))"
] | True |
TS Leda was not a Norweigian vessel. | [
"TS Leda was a good passenger and cargo vessel.",
"TS Leda was the first Norweigian vessel that was built with stabilizers.",
"Stabilizers are mechanical devices that are only on ships that have powerful steam turbine engines.",
" To be a good passenger and cargo vessel, ships must be quiet and good at sea.",
"Some ships that are quiet and good at sea have powerful steam turbine engines."
] | [
"∀x (TSLeda(x) → Passenger(x) ∧ CargoVessel(x))",
"∀x (TSLeda(x) → Norweigian(x) ∧ Stabilizers(x))",
"∀x (Stabilizers(x) → OnlyOnShips(x) ∧ SteamTurbine(x))",
"∀x (Passenger(x) ∧ CargoVessel(x) → Quiet(x) ∧ GoodSea(x))",
"∃x (Quiet(x) ∧ GoodSea(x) ∧ SteamTurbine(x))"
] | False |
Rosa was born in the largest city of Chile. | [
"Rosa was born in Santiago. ",
"Santiago is the capital and largest city of Chile.",
"Rosa is the daughter of a Catalan building contractor, Jose.",
"Jose has a Chilean wife, Carmen.",
"A building contractor is responsible for the day-to-day oversight of a construction site. "
] | [
"Born(rosa, santiago)",
"Capital(santiago, chile) ∧ LargestCity(santiago, chile)",
"Daughter(rosa, jose) ∧ BuildingContractor(jose) ∧ ¬Chilean(jose)",
"Wife(jose, carmen) ∧ Chilean(carmen)",
"∀x ∃y (BuildingContractor(x) ∧ ConstructionSite(y) → Oversee(x, y))"
] | True |
Neither of Rosa's parents is Chilean. | [
"Rosa was born in Santiago. ",
"Santiago is the capital and largest city of Chile.",
"Rosa is the daughter of a Catalan building contractor, Jose.",
"Jose has a Chilean wife, Carmen.",
"A building contractor is responsible for the day-to-day oversight of a construction site. "
] | [
"Born(rosa, santiago)",
"Capital(santiago, chile) ∧ LargestCity(santiago, chile)",
"Daughter(rosa, jose) ∧ BuildingContractor(jose) ∧ ¬Chilean(jose)",
"Wife(jose, carmen) ∧ Chilean(carmen)",
"∀x ∃y (BuildingContractor(x) ∧ ConstructionSite(y) → Oversee(x, y))"
] | False |
Rosa is the daughter of someone who is responsible for the oversight of traffic. | [
"Rosa was born in Santiago. ",
"Santiago is the capital and largest city of Chile.",
"Rosa is the daughter of a Catalan building contractor, Jose.",
"Jose has a Chilean wife, Carmen.",
"A building contractor is responsible for the day-to-day oversight of a construction site. "
] | [
"Born(rosa, santiago)",
"Capital(santiago, chile) ∧ LargestCity(santiago, chile)",
"Daughter(rosa, jose) ∧ BuildingContractor(jose) ∧ ¬Chilean(jose)",
"Wife(jose, carmen) ∧ Chilean(carmen)",
"∀x ∃y (BuildingContractor(x) ∧ ConstructionSite(y) → Oversee(x, y))"
] | True |
Well Done 3 is a rap album. | [
"Tyga is a rapper.",
"Rappers release rap albums.",
"Tyga released the Well Done 3 album.",
"Rappers are not opera singers."
] | [
"IsRapper(tyga)",
"ReleasedAlbum(tyga, wellDone3)",
"∀x ∀y (IsRapper(x) ∧ ReleasedAlbum(x, y) → IsRapAlbum(y))",
"∀x (IsRapper(x) → ¬IsOperaSinger(x))"
] | True |
Tyga is an opera singer. | [
"Tyga is a rapper.",
"Rappers release rap albums.",
"Tyga released the Well Done 3 album.",
"Rappers are not opera singers."
] | [
"IsRapper(tyga)",
"ReleasedAlbum(tyga, wellDone3)",
"∀x ∀y (IsRapper(x) ∧ ReleasedAlbum(x, y) → IsRapAlbum(y))",
"∀x (IsRapper(x) → ¬IsOperaSinger(x))"
] | False |
Well Done 3 is worth listening. | [
"Tyga is a rapper.",
"Rappers release rap albums.",
"Tyga released the Well Done 3 album.",
"Rappers are not opera singers."
] | [
"IsRapper(tyga)",
"ReleasedAlbum(tyga, wellDone3)",
"∀x ∀y (IsRapper(x) ∧ ReleasedAlbum(x, y) → IsRapAlbum(y))",
"∀x (IsRapper(x) → ¬IsOperaSinger(x))"
] | Unknown |
Gasland was coproduced by the same person Homesick is from. | [
"Deborah Wallace is a Scottish born actress, playwright and producer.",
"Psyche is a play based on the life of James Miranda Barry.",
"Homesick, Psyche and The Void are plays from Deborah Wallace.",
"Deborah Wallace co-produced Gasland."
] | [
"BornIn(deborahwallace, scotland) ∧ Actress(deborahwallace) ∧ Playwright(deborahwallace) ∧ Producer(deborahwallace)",
"Play(psyche) ∧ BasedOn(psyche, lifeofjamesmirandabarry)",
"Play(homesick) ∧ From(homesick, deborahwallace) ∧ Play(psyche) ∧ From(psyche, deborahwallace) ∧ Play(thevoid) ∧ From(thevoid, deborahwallace)",
"Co-Produced(deborahwallace, gasland)"
] | True |
There isn't a play from Deborah Wallace that is based on the life of James Miranda Barry. | [
"Deborah Wallace is a Scottish born actress, playwright and producer.",
"Psyche is a play based on the life of James Miranda Barry.",
"Homesick, Psyche and The Void are plays from Deborah Wallace.",
"Deborah Wallace co-produced Gasland."
] | [
"BornIn(deborahwallace, scotland) ∧ Actress(deborahwallace) ∧ Playwright(deborahwallace) ∧ Producer(deborahwallace)",
"Play(psyche) ∧ BasedOn(psyche, lifeofjamesmirandabarry)",
"Play(homesick) ∧ From(homesick, deborahwallace) ∧ Play(psyche) ∧ From(psyche, deborahwallace) ∧ Play(thevoid) ∧ From(thevoid, deborahwallace)",
"Co-Produced(deborahwallace, gasland)"
] | False |
Gasland is a play. | [
"Deborah Wallace is a Scottish born actress, playwright and producer.",
"Psyche is a play based on the life of James Miranda Barry.",
"Homesick, Psyche and The Void are plays from Deborah Wallace.",
"Deborah Wallace co-produced Gasland."
] | [
"BornIn(deborahwallace, scotland) ∧ Actress(deborahwallace) ∧ Playwright(deborahwallace) ∧ Producer(deborahwallace)",
"Play(psyche) ∧ BasedOn(psyche, lifeofjamesmirandabarry)",
"Play(homesick) ∧ From(homesick, deborahwallace) ∧ Play(psyche) ∧ From(psyche, deborahwallace) ∧ Play(thevoid) ∧ From(thevoid, deborahwallace)",
"Co-Produced(deborahwallace, gasland)"
] | Unknown |
Larry is a bear. | [
"If an animal needs a large territory, then it travels far.",
"Everything that eats a lot needs a large territory.",
"If something is a big animal, then it will eat a lot.",
"All bears are big animals.",
"Larry is a big animal."
] | [
"∀x (NeedsLargeTerritory(x) → TravelFar(x))",
"∀x (EatsALot(x) → NeedsLargeTerritory(x))",
"∀x (BigAnimal(x) → EatsALot(x))",
"∀x (Bear(x) → BigAnimal(x))",
"BigAnimal(larry)"
] | Unknown |
Larry is neither a bear nor travels far. | [
"If an animal needs a large territory, then it travels far.",
"Everything that eats a lot needs a large territory.",
"If something is a big animal, then it will eat a lot.",
"All bears are big animals.",
"Larry is a big animal."
] | [
"∀x (NeedsLargeTerritory(x) → TravelFar(x))",
"∀x (EatsALot(x) → NeedsLargeTerritory(x))",
"∀x (BigAnimal(x) → EatsALot(x))",
"∀x (Bear(x) → BigAnimal(x))",
"BigAnimal(larry)"
] | False |
If Larry either travels far or needs a large territory, then Larry is a bear. | [
"If an animal needs a large territory, then it travels far.",
"Everything that eats a lot needs a large territory.",
"If something is a big animal, then it will eat a lot.",
"All bears are big animals.",
"Larry is a big animal."
] | [
"∀x (NeedsLargeTerritory(x) → TravelFar(x))",
"∀x (EatsALot(x) → NeedsLargeTerritory(x))",
"∀x (BigAnimal(x) → EatsALot(x))",
"∀x (Bear(x) → BigAnimal(x))",
"BigAnimal(larry)"
] | True |
Garry is ugly. | [
"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)"
] | Unknown |