quiz stringlengths 578 1.32k | names listlengths 5 5 | knight_knave dict | solution listlengths 5 5 | solution_text stringlengths 82 126 |
|---|---|---|---|---|
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 5 inhabitants: Olivia, Isabella, Matthew, Chloe, and Daniel. "it is not the case that (Daniel is an angel or Chloe is an angel or Isabella is an angel)," Olivia claimed. Isabella expressed that (O... | [
"Olivia",
"Isabella",
"Matthew",
"Chloe",
"Daniel"
] | {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
} | [
false,
true,
false,
true,
false
] | Olivia is a devil, Isabella is an angel, Matthew is a devil, Chloe is an angel, and Daniel is a devil. |
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 5 inhabitants: Owen, Alexander, Logan, Avery, and Victoria. Owen said, "it is not the case that (Avery is an altruist and Victoria is an altruist)." Alexander remarked, "if (Avery is an eg... | [
"Owen",
"Alexander",
"Logan",
"Avery",
"Victoria"
] | {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
} | [
true,
false,
true,
false,
false
] | Owen is an altruist, Alexander is an egoist, Logan is an altruist, Avery is an egoist, and Victoria is an egoist. |
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 5 inhabitants: Logan, Joseph, Olivia, Sebastian, and Evelyn. Logan remarked, "(Olivia is a saint or Evelyn is a saint) if and only if (Logan is a saint if and only if Evelyn is a sinner)". In Jo... | [
"Logan",
"Joseph",
"Olivia",
"Sebastian",
"Evelyn"
] | {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
} | [
false,
false,
true,
false,
false
] | Logan is a sinner, Joseph is a sinner, Olivia is a saint, Sebastian is a sinner, and Evelyn is a sinner. |
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 5 inhabitants: Logan, Matthew, Amelia, Avery, and Mia. "(Mia is an angel or Avery is a devil) and (Amelia is an angel or Amelia is a devil) and (Avery is an angel or Amelia is a devil)," Logan men... | [
"Logan",
"Matthew",
"Amelia",
"Avery",
"Mia"
] | {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
} | [
false,
true,
true,
false,
true
] | Logan is a devil, Matthew is an angel, Amelia is an angel, Avery is a devil, and Mia is an angel. |
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 5 inhabitants: Avery, Aiden, Olivia, Evelyn, and Grace. Avery was heard saying, "(Olivia is a laggard and Avery is a pioneer and Grace is a pioneer) or (Avery is a pioneer or Grace is a la... | [
"Avery",
"Aiden",
"Olivia",
"Evelyn",
"Grace"
] | {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
} | [
true,
false,
true,
false,
false
] | Avery is a pioneer, Aiden is a laggard, Olivia is a pioneer, Evelyn is a laggard, and Grace is a laggard. |
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 5 inhabitants: Liam, Lily, Aria, Aiden, and Jack. Liam said that it is not the case that (if Aria is a knight then Jack is a knight). "Jack is a knight," Lily claimed. Aria stated, "it is not th... | [
"Liam",
"Lily",
"Aria",
"Aiden",
"Jack"
] | {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
} | [
false,
false,
false,
true,
false
] | Liam is a knave, Lily is a knave, Aria is a knave, Aiden is a knight, and Jack is a knave. |
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 5 inhabitants: Aiden, William, David, Jack, and Jacob. Aiden remarked, "(Jack is a laggard or William is a laggard) if and only if (Jacob is a pioneer and William is a laggard)". William s... | [
"Aiden",
"William",
"David",
"Jack",
"Jacob"
] | {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
} | [
true,
true,
true,
true,
true
] | Aiden is a pioneer, William is a pioneer, David is a pioneer, Jack is a pioneer, and Jacob is a pioneer. |
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 5 inhabitants: Benjamin, Jack, Emily, Sophia, and Mason. Benjamin commented, "it is not the case that (Jack is a devil if and only if Sophia is a devil)". "Mason is a devil," Jack mentioned. Emily... | [
"Benjamin",
"Jack",
"Emily",
"Sophia",
"Mason"
] | {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
} | [
true,
false,
true,
true,
true
] | Benjamin is an angel, Jack is a devil, Emily is an angel, Sophia is an angel, and Mason is an angel. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: Ethan, Penelope, Zoey, Avery, and Isabella. In Ethan's words: "(Avery is a hero) if and only if (Zoey is a villain if and only if Ethan is a hero)". Penelope told you that (Zoey i... | [
"Ethan",
"Penelope",
"Zoey",
"Avery",
"Isabella"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
true,
true,
false,
true,
true
] | Ethan is a hero, Penelope is a hero, Zoey is a villain, Avery is a hero, and Isabella is a hero. |
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 5 inhabitants: Sebastian, Michael, Matthew, Evelyn, and Joseph. Sebastian noted, "it is not the case that (Michael is a pioneer and Matthew is a pioneer)". Michael asserted: "it is not the... | [
"Sebastian",
"Michael",
"Matthew",
"Evelyn",
"Joseph"
] | {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
} | [
true,
true,
false,
true,
false
] | Sebastian is a pioneer, Michael is a pioneer, Matthew is a laggard, Evelyn is a pioneer, and Joseph is a laggard. |
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 5 inhabitants: Isabella, Evelyn, Chloe, Sofia, and Luke. Isabella was heard saying, "Chloe is a devil". Evelyn told you that (Evelyn is an angel if and only if Chloe is an angel) if and only if (L... | [
"Isabella",
"Evelyn",
"Chloe",
"Sofia",
"Luke"
] | {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
} | [
false,
true,
true,
false,
false
] | Isabella is a devil, Evelyn is an angel, Chloe is an angel, Sofia is a devil, and Luke is a devil. |
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 5 inhabitants: Owen, Olivia, Charlotte, Ava, and Jacob. Owen asserted: "(if Jacob is a knave then Olivia is a knight) and Charlotte is a knave and (if Charlotte is a knight then Owen is a knight... | [
"Owen",
"Olivia",
"Charlotte",
"Ava",
"Jacob"
] | {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
} | [
true,
true,
false,
true,
false
] | Owen is a knight, Olivia is a knight, Charlotte is a knave, Ava is a knight, and Jacob is a knave. |
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 5 inhabitants: Evelyn, Joseph, Ella, David, and Luke. Evelyn asserted: "if (Luke is an angel or Ella is an angel or Ella is a devil) then Luke is an angel". Joseph told you that (Evelyn is an ange... | [
"Evelyn",
"Joseph",
"Ella",
"David",
"Luke"
] | {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
} | [
false,
false,
false,
false,
false
] | Evelyn is a devil, Joseph is a devil, Ella is a devil, David is a devil, and Luke is a devil. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: James, Charlotte, Owen, Emma, and Harper. James asserted: "(if Owen is a villain then Harper is a villain) and (Owen is a hero)". Charlotte asserted: "(James is a villain if and o... | [
"James",
"Charlotte",
"Owen",
"Emma",
"Harper"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
true,
true,
true,
true,
false
] | James is a hero, Charlotte is a hero, Owen is a hero, Emma is a hero, and Harper is a villain. |
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 5 inhabitants: Isabella, Mia, Owen, Victoria, and Emma. As Isabella put it, "it is not the case that (Emma is an altruist if and only if Emma is an egoist)". Mia remarked, "Victoria is an ... | [
"Isabella",
"Mia",
"Owen",
"Victoria",
"Emma"
] | {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
} | [
true,
true,
true,
true,
true
] | Isabella is an altruist, Mia is an altruist, Owen is an altruist, Victoria is an altruist, and Emma is an altruist. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: Victoria, Zoey, Oliver, Aria, and Emma. Victoria said, "(if Oliver is a villain then Emma is a hero) or (Zoey is a villain if and only if Emma is a villain) or Zoey is a hero." Zo... | [
"Victoria",
"Zoey",
"Oliver",
"Aria",
"Emma"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
true,
false,
true,
false,
false
] | Victoria is a hero, Zoey is a villain, Oliver is a hero, Aria is a villain, and Emma is a villain. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: Ethan, Owen, Aria, Evelyn, and David. "if Aria is a hero then (Evelyn is a hero and Owen is a villain)" - Ethan. Owen said that if (David is a hero or Evelyn is a villain) then Ar... | [
"Ethan",
"Owen",
"Aria",
"Evelyn",
"David"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
true,
false,
false,
true,
true
] | Ethan is a hero, Owen is a villain, Aria is a villain, Evelyn is a hero, and David is a hero. |
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 5 inhabitants: Sophia, Harper, Sofia, Ava, and Jacob. "(Ava is a pioneer or Sofia is a pioneer) or (if Sofia is a laggard then Harper is a pioneer) or (Harper is a laggard or Jacob is a pi... | [
"Sophia",
"Harper",
"Sofia",
"Ava",
"Jacob"
] | {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
} | [
true,
true,
false,
true,
false
] | Sophia is a pioneer, Harper is a pioneer, Sofia is a laggard, Ava is a pioneer, and Jacob is a laggard. |
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 5 inhabitants: Oliver, Ella, Michael, Lily, and Olivia. As Oliver put it, "(Oliver is an angel and Michael is an angel) if and only if (Olivia is a devil if and only if Lily is a devil)". Ella sta... | [
"Oliver",
"Ella",
"Michael",
"Lily",
"Olivia"
] | {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
} | [
false,
true,
false,
true,
true
] | Oliver is a devil, Ella is an angel, Michael is a devil, Lily is an angel, and Olivia is an angel. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: Logan, Sebastian, Lily, Ella, and Chloe. As Logan put it, "it is not the case that (Chloe is a hero)". In Sebastian's words: "if (Lily is a hero or Logan is a hero or Chloe is a h... | [
"Logan",
"Sebastian",
"Lily",
"Ella",
"Chloe"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
false,
true,
false,
false,
true
] | Logan is a villain, Sebastian is a hero, Lily is a villain, Ella is a villain, and Chloe is a hero. |
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 5 inhabitants: Jackson, David, Sofia, Scarlett, and Liam. Jackson stated, "Liam is a knight". "if (Scarlett is a knave if and only if Sofia is a knight) then (Scarlett is a knight)," David menti... | [
"Jackson",
"David",
"Sofia",
"Scarlett",
"Liam"
] | {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
} | [
true,
true,
true,
true,
true
] | Jackson is a knight, David is a knight, Sofia is a knight, Scarlett is a knight, and Liam is a knight. |
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 5 inhabitants: Logan, Charlotte, Michael, Harper, and Isabella. Logan was heard saying, "(Charlotte is a sinner and Harper is a sinner and Harper is a saint) and (Michael is a sinner or Logan is... | [
"Logan",
"Charlotte",
"Michael",
"Harper",
"Isabella"
] | {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
} | [
false,
true,
false,
false,
false
] | Logan is a sinner, Charlotte is a saint, Michael is a sinner, Harper is a sinner, and Isabella is a sinner. |
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 5 inhabitants: Mason, Alexander, Michael, Mia, and Samuel. "(Mia is a laggard and Samuel is a pioneer and Michael is a pioneer) if and only if (Michael is a laggard)," Mason declared. Acco... | [
"Mason",
"Alexander",
"Michael",
"Mia",
"Samuel"
] | {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
} | [
false,
false,
true,
false,
true
] | Mason is a laggard, Alexander is a laggard, Michael is a pioneer, Mia is a laggard, and Samuel is a pioneer. |
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 5 inhabitants: Lily, Evelyn, Isabella, Sophia, and Elizabeth. Lily expressed that it is not the case that (Isabella is a knave). Evelyn asserted: "Lily is a knight". "(Isabella is a knight or Ev... | [
"Lily",
"Evelyn",
"Isabella",
"Sophia",
"Elizabeth"
] | {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
} | [
false,
false,
false,
false,
true
] | Lily is a knave, Evelyn is a knave, Isabella is a knave, Sophia is a knave, and Elizabeth is a knight. |
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 5 inhabitants: David, Jackson, Sophia, Benjamin, and Jack. "(Sophia is a sage or Benjamin is a fool or Benjamin is a sage) if and only if (Benjamin is a fool if and only if Jackson is a sage)," David ... | [
"David",
"Jackson",
"Sophia",
"Benjamin",
"Jack"
] | {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
} | [
false,
true,
true,
true,
false
] | David is a fool, Jackson is a sage, Sophia is a sage, Benjamin is a sage, and Jack is a fool. |
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 5 inhabitants: Daniel, Grace, Charlotte, Isabella, and Matthew. Daniel expressed that it is not the case that (Matthew is an angel if and only if Grace is a devil). "it is not the case that (Grace... | [
"Daniel",
"Grace",
"Charlotte",
"Isabella",
"Matthew"
] | {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
} | [
false,
true,
false,
false,
false
] | Daniel is a devil, Grace is an angel, Charlotte is a devil, Isabella is a devil, and Matthew is a devil. |
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 5 inhabitants: Aurora, Harper, Lucas, Mia, and Sofia. Aurora stated, "(Lucas is a sage or Sofia is a fool or Mia is a fool) and Lucas is a fool". Harper remarked, "if (Mia is a fool and Aurora is a sa... | [
"Aurora",
"Harper",
"Lucas",
"Mia",
"Sofia"
] | {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
} | [
false,
true,
true,
true,
true
] | Aurora is a fool, Harper is a sage, Lucas is a sage, Mia is a sage, and Sofia is a sage. |
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 5 inhabitants: Benjamin, Sophia, Avery, Aria, and Alexander. Benjamin was heard saying, "it is not the case that (Avery is an egoist if and only if Benjamin is an altruist)". Sophia remark... | [
"Benjamin",
"Sophia",
"Avery",
"Aria",
"Alexander"
] | {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
} | [
false,
false,
true,
true,
false
] | Benjamin is an egoist, Sophia is an egoist, Avery is an altruist, Aria is an altruist, and Alexander is an egoist. |
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 5 inhabitants: Jack, Mason, Sophia, Jackson, and Alexander. Jack said, "if (if Mason is a sage then Jackson is a fool) then (Jackson is a fool or Alexander is a fool or Mason is a sage)." As Mason put... | [
"Jack",
"Mason",
"Sophia",
"Jackson",
"Alexander"
] | {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
} | [
false,
false,
false,
true,
true
] | Jack is a fool, Mason is a fool, Sophia is a fool, Jackson is a sage, and Alexander is a sage. |
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 5 inhabitants: Mia, David, Aiden, Michael, and Olivia. In Mia's words: "(Michael is a knave) or (Mia is a knave)". According to David, "(Aiden is a knight or Olivia is a knave) if and only if (O... | [
"Mia",
"David",
"Aiden",
"Michael",
"Olivia"
] | {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
} | [
true,
true,
true,
false,
true
] | Mia is a knight, David is a knight, Aiden is a knight, Michael is a knave, and Olivia is a knight. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: Ava, Aurora, Elizabeth, Jack, and David. As Ava put it, "if (Elizabeth is a villain) then (if Jack is a hero then Ava is a hero)". Aurora remarked, "it is not the case that (Eliza... | [
"Ava",
"Aurora",
"Elizabeth",
"Jack",
"David"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
true,
true,
true,
false,
false
] | Ava is a hero, Aurora is a hero, Elizabeth is a hero, Jack is a villain, and David is a villain. |
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 5 inhabitants: Ava, Alexander, Matthew, Sophia, and William. "if Sophia is a laggard then (Alexander is a pioneer)" - Ava. Alexander expressed that Matthew is a pioneer. Matthew said, "Mat... | [
"Ava",
"Alexander",
"Matthew",
"Sophia",
"William"
] | {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
} | [
true,
true,
true,
false,
false
] | Ava is a pioneer, Alexander is a pioneer, Matthew is a pioneer, Sophia is a laggard, and William is a laggard. |
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 5 inhabitants: Oliver, Michael, Sofia, Noah, and Penelope. As Oliver put it, "it is not the case that (Sofia is a fool if and only if Michael is a sage)". Michael commented, "(Penelope is a sage or Mi... | [
"Oliver",
"Michael",
"Sofia",
"Noah",
"Penelope"
] | {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
} | [
true,
true,
true,
true,
false
] | Oliver is a sage, Michael is a sage, Sofia is a sage, Noah is a sage, and Penelope is a fool. |
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 5 inhabitants: Benjamin, Penelope, Jackson, Ava, and Emily. "Emily is a saint," Benjamin declared. Penelope said that Jackson is a sinner if and only if (Benjamin is a sinner or Jackson is a sai... | [
"Benjamin",
"Penelope",
"Jackson",
"Ava",
"Emily"
] | {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
} | [
true,
false,
true,
true,
true
] | Benjamin is a saint, Penelope is a sinner, Jackson is a saint, Ava is a saint, and Emily is a saint. |
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 5 inhabitants: Harper, Sebastian, Lily, Riley, and Amelia. Harper stated, "if (Lily is a sinner if and only if Riley is a saint) then (Sebastian is a saint)". Sebastian was heard saying, "Harper... | [
"Harper",
"Sebastian",
"Lily",
"Riley",
"Amelia"
] | {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
} | [
true,
true,
false,
true,
false
] | Harper is a saint, Sebastian is a saint, Lily is a sinner, Riley is a saint, and Amelia is a sinner. |
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 5 inhabitants: Amelia, Scarlett, Matthew, Evelyn, and Henry. "Henry is a devil if and only if (Scarlett is an angel if and only if Evelyn is a devil)," Amelia declared. Scarlett noted, "(if Amelia... | [
"Amelia",
"Scarlett",
"Matthew",
"Evelyn",
"Henry"
] | {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
} | [
true,
true,
false,
true,
true
] | Amelia is an angel, Scarlett is an angel, Matthew is a devil, Evelyn is an angel, and Henry is an angel. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: Henry, Elizabeth, Aurora, James, and Matthew. Henry expressed that if (Matthew is a villain and Elizabeth is a hero and Aurora is a villain) then (if Elizabeth is a hero then Jame... | [
"Henry",
"Elizabeth",
"Aurora",
"James",
"Matthew"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
true,
true,
false,
true,
false
] | Henry is a hero, Elizabeth is a hero, Aurora is a villain, James is a hero, and Matthew is a villain. |
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 5 inhabitants: Logan, Chloe, Aiden, Daniel, and William. Logan expressed that it is not the case that (William is a saint or Daniel is a saint or William is a sinner). According to Chloe, "(Aide... | [
"Logan",
"Chloe",
"Aiden",
"Daniel",
"William"
] | {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
} | [
false,
true,
false,
true,
true
] | Logan is a sinner, Chloe is a saint, Aiden is a sinner, Daniel is a saint, and William is a saint. |
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 5 inhabitants: Alexander, Daniel, Aiden, James, and Benjamin. Alexander was heard saying, "James is a fool". Daniel noted, "(Aiden is a fool or Benjamin is a sage or Benjamin is a fool) or (if James i... | [
"Alexander",
"Daniel",
"Aiden",
"James",
"Benjamin"
] | {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
} | [
false,
true,
false,
true,
true
] | Alexander is a fool, Daniel is a sage, Aiden is a fool, James is a sage, and Benjamin is a sage. |
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 5 inhabitants: Oliver, Riley, Sofia, Sophia, and Harper. Oliver noted, "if (Harper is a knight or Riley is a knight or Sophia is a knight) then (if Sophia is a knave then Harper is a knight)". "... | [
"Oliver",
"Riley",
"Sofia",
"Sophia",
"Harper"
] | {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
} | [
true,
true,
false,
true,
true
] | Oliver is a knight, Riley is a knight, Sofia is a knave, Sophia is a knight, and Harper is a knight. |
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 5 inhabitants: Owen, Ava, Michael, Noah, and Zoey. "(Zoey is a knight or Michael is a knave or Zoey is a knave) or (if Zoey is a knight then Michael is a knight)," Owen declared. As Ava put it, ... | [
"Owen",
"Ava",
"Michael",
"Noah",
"Zoey"
] | {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
} | [
true,
true,
false,
true,
false
] | Owen is a knight, Ava is a knight, Michael is a knave, Noah is a knight, and Zoey is a knave. |
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 5 inhabitants: Oliver, Isabella, Aria, Chloe, and Zoey. Oliver was heard saying, "if Zoey is a knight then (Zoey is a knight)". "(Chloe is a knight and Oliver is a knave and Zoey is a knight) or... | [
"Oliver",
"Isabella",
"Aria",
"Chloe",
"Zoey"
] | {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
} | [
true,
false,
false,
true,
true
] | Oliver is a knight, Isabella is a knave, Aria is a knave, Chloe is a knight, and Zoey is a knight. |
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 5 inhabitants: Sofia, Sophia, Aiden, Amelia, and Scarlett. In a statement by Sofia: "(Scarlett is a knight and Sophia is a knight) if and only if (Scarlett is a knight if and only if Scarlett is... | [
"Sofia",
"Sophia",
"Aiden",
"Amelia",
"Scarlett"
] | {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
} | [
true,
false,
true,
true,
false
] | Sofia is a knight, Sophia is a knave, Aiden is a knight, Amelia is a knight, and Scarlett is a knave. |
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 5 inhabitants: Avery, Luke, Isabella, Jacob, and Benjamin. According to Avery, "(Avery is a pioneer and Luke is a laggard) and (Avery is a pioneer and Benjamin is a laggard and Isabella is... | [
"Avery",
"Luke",
"Isabella",
"Jacob",
"Benjamin"
] | {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
} | [
false,
true,
true,
false,
true
] | Avery is a laggard, Luke is a pioneer, Isabella is a pioneer, Jacob is a laggard, and Benjamin is a pioneer. |
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 5 inhabitants: Aurora, Ava, Zoey, Riley, and Oliver. In a statement by Aurora: "(Oliver is a sinner) if and only if (Riley is a saint)". "(if Aurora is a saint then Oliver is a saint) or (Oliver... | [
"Aurora",
"Ava",
"Zoey",
"Riley",
"Oliver"
] | {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
} | [
true,
true,
true,
false,
true
] | Aurora is a saint, Ava is a saint, Zoey is a saint, Riley is a sinner, and Oliver is a saint. |
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 5 inhabitants: Elizabeth, Jacob, Aiden, Zoey, and Sebastian. Elizabeth asserted: "if (if Aiden is a knight then Zoey is a knight) then (Zoey is a knight)". Jacob commented, "Elizabeth is a knave... | [
"Elizabeth",
"Jacob",
"Aiden",
"Zoey",
"Sebastian"
] | {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
} | [
true,
false,
true,
true,
true
] | Elizabeth is a knight, Jacob is a knave, Aiden is a knight, Zoey is a knight, and Sebastian is a knight. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: Logan, Mia, Michael, Harper, and Henry. Logan stated, "(Henry is a hero and Harper is a hero and Mia is a hero) or Mia is a villain or (Henry is a villain or Harper is a hero or L... | [
"Logan",
"Mia",
"Michael",
"Harper",
"Henry"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
true,
true,
true,
true,
true
] | Logan is a hero, Mia is a hero, Michael is a hero, Harper is a hero, and Henry is a hero. |
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 5 inhabitants: David, Liam, Ethan, Chloe, and Aria. David was heard saying, "(Liam is a fool) and (Ethan is a fool or Ethan is a sage)". In a statement by Liam: "it is not the case that (Chloe is a fo... | [
"David",
"Liam",
"Ethan",
"Chloe",
"Aria"
] | {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
} | [
false,
true,
true,
false,
false
] | David is a fool, Liam is a sage, Ethan is a sage, Chloe is a fool, and Aria is a fool. |
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 5 inhabitants: Abigail, Liam, James, Aria, and Daniel. Abigail asserted: "James is an egoist". In a statement by Liam: "it is not the case that (Daniel is an altruist and Abigail is an alt... | [
"Abigail",
"Liam",
"James",
"Aria",
"Daniel"
] | {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
} | [
false,
true,
true,
true,
true
] | Abigail is an egoist, Liam is an altruist, James is an altruist, Aria is an altruist, and Daniel is an altruist. |
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 5 inhabitants: Olivia, Lily, William, Luke, and Aria. "if (if Aria is a sage then William is a sage) then (Lily is a sage if and only if Olivia is a sage)," Olivia declared. "(Luke is a fool and Olivi... | [
"Olivia",
"Lily",
"William",
"Luke",
"Aria"
] | {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
} | [
true,
true,
true,
false,
true
] | Olivia is a sage, Lily is a sage, William is a sage, Luke is a fool, and Aria is a sage. |
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 5 inhabitants: Michael, Penelope, Olivia, Matthew, and Sebastian. Michael asserted: "Matthew is a laggard". Penelope said that (if Sebastian is a laggard then Matthew is a laggard) if and ... | [
"Michael",
"Penelope",
"Olivia",
"Matthew",
"Sebastian"
] | {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
} | [
true,
false,
true,
false,
true
] | Michael is a pioneer, Penelope is a laggard, Olivia is a pioneer, Matthew is a laggard, and Sebastian is a pioneer. |
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 5 inhabitants: Daniel, Chloe, Ava, Zoey, and Aria. Daniel commented, "(if Aria is a sage then Chloe is a fool) if and only if Aria is a sage". Chloe said, "Daniel is a fool." Ava stated, "(Aria is a f... | [
"Daniel",
"Chloe",
"Ava",
"Zoey",
"Aria"
] | {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
} | [
true,
false,
true,
true,
true
] | Daniel is a sage, Chloe is a fool, Ava is a sage, Zoey is a sage, and Aria is a sage. |
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 5 inhabitants: Ethan, Aiden, Lily, Liam, and Matthew. Ethan expressed that if (Lily is an altruist) then (Aiden is an altruist or Matthew is an egoist or Liam is an altruist). "(if Ethan i... | [
"Ethan",
"Aiden",
"Lily",
"Liam",
"Matthew"
] | {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
} | [
true,
true,
true,
false,
true
] | Ethan is an altruist, Aiden is an altruist, Lily is an altruist, Liam is an egoist, and Matthew is an altruist. |
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 5 inhabitants: Amelia, Matthew, Lily, Jack, and Sebastian. In Amelia's words: "if Jack is a fool then (Lily is a sage)". Matthew expressed that it is not the case that (Sebastian is a sage or Amelia i... | [
"Amelia",
"Matthew",
"Lily",
"Jack",
"Sebastian"
] | {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
} | [
true,
false,
false,
true,
true
] | Amelia is a sage, Matthew is a fool, Lily is a fool, Jack is a sage, and Sebastian is a sage. |
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 5 inhabitants: Luke, Sofia, Benjamin, Samuel, and Jack. In Luke's words: "(Jack is a devil if and only if Benjamin is a devil) and (if Sofia is an angel then Jack is an angel)". Sofia told you tha... | [
"Luke",
"Sofia",
"Benjamin",
"Samuel",
"Jack"
] | {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
} | [
true,
true,
true,
true,
true
] | Luke is an angel, Sofia is an angel, Benjamin is an angel, Samuel is an angel, and Jack is an angel. |
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 5 inhabitants: Jackson, Noah, Isabella, David, and Alexander. "if (Jackson is an altruist or David is an altruist or Isabella is an altruist) then Noah is an altruist," Jackson mentioned. ... | [
"Jackson",
"Noah",
"Isabella",
"David",
"Alexander"
] | {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
} | [
true,
true,
true,
false,
false
] | Jackson is an altruist, Noah is an altruist, Isabella is an altruist, David is an egoist, and Alexander is an egoist. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: Jacob, Henry, Liam, Michael, and Lucas. Jacob told you that it is not the case that (Liam is a hero if and only if Henry is a hero). Henry noted, "it is not the case that (Liam is... | [
"Jacob",
"Henry",
"Liam",
"Michael",
"Lucas"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
false,
false,
false,
false,
false
] | Jacob is a villain, Henry is a villain, Liam is a villain, Michael is a villain, and Lucas is a villain. |
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 5 inhabitants: Isabella, Samuel, Sofia, Aurora, and Abigail. In a statement by Isabella: "(Samuel is a sinner if and only if Aurora is a saint) if and only if (Aurora is a sinner if and only if ... | [
"Isabella",
"Samuel",
"Sofia",
"Aurora",
"Abigail"
] | {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
} | [
false,
true,
true,
true,
true
] | Isabella is a sinner, Samuel is a saint, Sofia is a saint, Aurora is a saint, and Abigail is a saint. |
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 5 inhabitants: Jackson, Lucas, Alexander, Avery, and Henry. Jackson noted, "(Avery is a knave) and (Avery is a knave or Alexander is a knave)". "if (if Jackson is a knight then Jackson is a knav... | [
"Jackson",
"Lucas",
"Alexander",
"Avery",
"Henry"
] | {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
} | [
false,
true,
true,
true,
true
] | Jackson is a knave, Lucas is a knight, Alexander is a knight, Avery is a knight, and Henry is a knight. |
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 5 inhabitants: Sophia, Joseph, Logan, Victoria, and Aria. "Logan is an altruist" - Sophia. "(Logan is an altruist) or (if Victoria is an egoist then Logan is an egoist) or Victoria is an a... | [
"Sophia",
"Joseph",
"Logan",
"Victoria",
"Aria"
] | {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
} | [
false,
true,
false,
true,
true
] | Sophia is an egoist, Joseph is an altruist, Logan is an egoist, Victoria is an altruist, and Aria is an altruist. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: Aiden, Oliver, Elizabeth, Benjamin, and Logan. In a statement by Aiden: "if (Logan is a villain) then (Logan is a villain and Aiden is a hero)". In a statement by Oliver: "(Elizab... | [
"Aiden",
"Oliver",
"Elizabeth",
"Benjamin",
"Logan"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
true,
false,
true,
false,
false
] | Aiden is a hero, Oliver is a villain, Elizabeth is a hero, Benjamin is a villain, and Logan is a villain. |
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 5 inhabitants: Aurora, Lily, Amelia, Elizabeth, and Luke. "if Luke is a laggard then Lily is a pioneer," Aurora claimed. In Lily's words: "it is not the case that (Aurora is a pioneer or A... | [
"Aurora",
"Lily",
"Amelia",
"Elizabeth",
"Luke"
] | {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
} | [
true,
false,
false,
true,
true
] | Aurora is a pioneer, Lily is a laggard, Amelia is a laggard, Elizabeth is a pioneer, and Luke is a pioneer. |
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 5 inhabitants: Emily, Penelope, Scarlett, Emma, and Evelyn. In a statement by Emily: "(Penelope is a sage or Evelyn is a fool) or (Evelyn is a fool or Emma is a sage or Penelope is a sage) or Emily is... | [
"Emily",
"Penelope",
"Scarlett",
"Emma",
"Evelyn"
] | {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
} | [
true,
true,
true,
true,
true
] | Emily is a sage, Penelope is a sage, Scarlett is a sage, Emma is a sage, and Evelyn is a sage. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: Sebastian, Zoey, James, Scarlett, and Noah. Sebastian noted, "if (James is a villain) then (Sebastian is a villain)". Zoey noted, "(Noah is a hero and Noah is a villain) and Scarl... | [
"Sebastian",
"Zoey",
"James",
"Scarlett",
"Noah"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
true,
false,
true,
true,
true
] | Sebastian is a hero, Zoey is a villain, James is a hero, Scarlett is a hero, and Noah is a hero. |
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 5 inhabitants: Jackson, Zoey, Owen, Mason, and Daniel. Jackson remarked, "Mason is a fool". Zoey remarked, "if (Daniel is a fool or Jackson is a sage or Owen is a fool) then (Jackson is a sage or Maso... | [
"Jackson",
"Zoey",
"Owen",
"Mason",
"Daniel"
] | {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
} | [
true,
true,
false,
false,
true
] | Jackson is a sage, Zoey is a sage, Owen is a fool, Mason is a fool, and Daniel is a sage. |
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 5 inhabitants: Henry, Liam, William, Harper, and David. In Henry's words: "Liam is a laggard if and only if (David is a laggard)". "(William is a laggard if and only if Henry is a pioneer)... | [
"Henry",
"Liam",
"William",
"Harper",
"David"
] | {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
} | [
true,
true,
false,
true,
true
] | Henry is a pioneer, Liam is a pioneer, William is a laggard, Harper is a pioneer, and David is a pioneer. |
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 5 inhabitants: Jacob, Oliver, Amelia, Avery, and Evelyn. Jacob remarked, "if (Oliver is an angel or Amelia is a devil) then (Jacob is an angel and Avery is an angel and Evelyn is a devil)". Oliver... | [
"Jacob",
"Oliver",
"Amelia",
"Avery",
"Evelyn"
] | {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
} | [
false,
false,
false,
true,
true
] | Jacob is a devil, Oliver is a devil, Amelia is a devil, Avery is an angel, and Evelyn is an angel. |
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 5 inhabitants: Victoria, Harper, Jacob, Luke, and Sofia. "it is not the case that (Harper is a fool or Luke is a fool or Jacob is a sage)" - Victoria. Harper stated, "Jacob is a sage". "(Harper is a f... | [
"Victoria",
"Harper",
"Jacob",
"Luke",
"Sofia"
] | {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
} | [
false,
true,
true,
true,
false
] | Victoria is a fool, Harper is a sage, Jacob is a sage, Luke is a sage, and Sofia is a fool. |
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 5 inhabitants: Harper, Lucas, Mia, Alexander, and David. "Mia is an angel," Harper declared. Lucas expressed that it is not the case that (Alexander is an angel). In Mia's words: "if (David is an ... | [
"Harper",
"Lucas",
"Mia",
"Alexander",
"David"
] | {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
} | [
false,
true,
false,
false,
false
] | Harper is a devil, Lucas is an angel, Mia is a devil, Alexander is a devil, and David is a devil. |
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 5 inhabitants: Henry, Michael, Charlotte, William, and Mia. Henry said that Henry is an altruist. Michael commented, "(if Henry is an altruist then Mia is an egoist) and (Michael is an alt... | [
"Henry",
"Michael",
"Charlotte",
"William",
"Mia"
] | {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
} | [
false,
true,
true,
true,
true
] | Henry is an egoist, Michael is an altruist, Charlotte is an altruist, William is an altruist, and Mia is an altruist. |
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 5 inhabitants: Olivia, Harper, Benjamin, Sebastian, and Emma. "if (Sebastian is a laggard and Emma is a pioneer) then (Harper is a pioneer or Sebastian is a laggard or Harper is a laggard)... | [
"Olivia",
"Harper",
"Benjamin",
"Sebastian",
"Emma"
] | {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
} | [
true,
true,
true,
true,
false
] | Olivia is a pioneer, Harper is a pioneer, Benjamin is a pioneer, Sebastian is a pioneer, and Emma is a laggard. |
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 5 inhabitants: Owen, Samuel, Sebastian, Emma, and James. In a statement by Owen: "if (Owen is a saint or Samuel is a sinner or Samuel is a saint) then (Emma is a sinner)". Samuel expressed that ... | [
"Owen",
"Samuel",
"Sebastian",
"Emma",
"James"
] | {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
} | [
false,
false,
true,
true,
true
] | Owen is a sinner, Samuel is a sinner, Sebastian is a saint, Emma is a saint, and James is a saint. |
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 5 inhabitants: Sebastian, Penelope, Samuel, Harper, and Scarlett. As Sebastian put it, "(Harper is a sinner or Harper is a saint or Penelope is a sinner) or (if Scarlett is a saint then Scarlett... | [
"Sebastian",
"Penelope",
"Samuel",
"Harper",
"Scarlett"
] | {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
} | [
true,
false,
true,
true,
true
] | Sebastian is a saint, Penelope is a sinner, Samuel is a saint, Harper is a saint, and Scarlett is a saint. |
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 5 inhabitants: Harper, Amelia, Liam, Emily, and Henry. Harper expressed that (Henry is a knight or Emily is a knave or Amelia is a knight) if and only if Amelia is a knave. "(Harper is a knight ... | [
"Harper",
"Amelia",
"Liam",
"Emily",
"Henry"
] | {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
} | [
false,
true,
false,
true,
false
] | Harper is a knave, Amelia is a knight, Liam is a knave, Emily is a knight, and Henry is a knave. |
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 5 inhabitants: Lily, Emma, Liam, Logan, and Ava. Lily told you that it is not the case that (Emma is a knight or Emma is a knave or Ava is a knave). Emma said that (Logan is a knave and Lily is ... | [
"Lily",
"Emma",
"Liam",
"Logan",
"Ava"
] | {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
} | [
false,
true,
false,
false,
false
] | Lily is a knave, Emma is a knight, Liam is a knave, Logan is a knave, and Ava is a knave. |
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 5 inhabitants: Lily, Evelyn, William, Oliver, and Henry. Lily stated, "Henry is an egoist". Evelyn remarked, "(Henry is an egoist or William is an altruist) and (Henry is an egoist or Henr... | [
"Lily",
"Evelyn",
"William",
"Oliver",
"Henry"
] | {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
} | [
true,
true,
true,
false,
false
] | Lily is an altruist, Evelyn is an altruist, William is an altruist, Oliver is an egoist, and Henry is an egoist. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: Olivia, Amelia, Benjamin, Zoey, and Joseph. As Olivia put it, "if Amelia is a hero then (Benjamin is a hero and Zoey is a hero and Olivia is a hero)". Amelia told you that Benjami... | [
"Olivia",
"Amelia",
"Benjamin",
"Zoey",
"Joseph"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
true,
false,
true,
true,
false
] | Olivia is a hero, Amelia is a villain, Benjamin is a hero, Zoey is a hero, and Joseph is a villain. |
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 5 inhabitants: James, Victoria, Alexander, Luke, and Daniel. James said, "(if Victoria is an angel then James is an angel) and (Victoria is a devil or Daniel is an angel or Alexander is a devil) a... | [
"James",
"Victoria",
"Alexander",
"Luke",
"Daniel"
] | {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
} | [
false,
true,
true,
true,
true
] | James is a devil, Victoria is an angel, Alexander is an angel, Luke is an angel, and Daniel is an angel. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: Grace, Henry, William, Isabella, and Logan. "if (Isabella is a villain) then (Henry is a villain if and only if William is a hero)," Grace mentioned. Henry noted, "(William is a v... | [
"Grace",
"Henry",
"William",
"Isabella",
"Logan"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
true,
false,
true,
true,
false
] | Grace is a hero, Henry is a villain, William is a hero, Isabella is a hero, and Logan is a villain. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: Jackson, Benjamin, Charlotte, Michael, and William. Jackson said, "William is a villain." As Benjamin put it, "Charlotte is a villain or (Michael is a hero)". Charlotte said that ... | [
"Jackson",
"Benjamin",
"Charlotte",
"Michael",
"William"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
false,
true,
false,
true,
true
] | Jackson is a villain, Benjamin is a hero, Charlotte is a villain, Michael is a hero, and William is a hero. |
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 5 inhabitants: Noah, Lucas, Benjamin, Evelyn, and Daniel. Noah told you that (Noah is a fool) if and only if Benjamin is a sage. In a statement by Lucas: "Daniel is a sage". "(Daniel is a sage or Luca... | [
"Noah",
"Lucas",
"Benjamin",
"Evelyn",
"Daniel"
] | {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
} | [
true,
false,
false,
true,
false
] | Noah is a sage, Lucas is a fool, Benjamin is a fool, Evelyn is a sage, and Daniel is a fool. |
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 5 inhabitants: Charlotte, Lucas, Owen, Noah, and Olivia. "Charlotte is a knight or (Noah is a knave) or (Charlotte is a knight if and only if Owen is a knight)," Charlotte claimed. Lucas remarke... | [
"Charlotte",
"Lucas",
"Owen",
"Noah",
"Olivia"
] | {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
} | [
true,
false,
true,
true,
false
] | Charlotte is a knight, Lucas is a knave, Owen is a knight, Noah is a knight, and Olivia is a knave. |
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 5 inhabitants: Mason, Noah, Abigail, Lucas, and Emily. In Mason's words: "if (Abigail is a devil or Lucas is an angel or Noah is an angel) then Abigail is a devil". Noah commented, "it is not the ... | [
"Mason",
"Noah",
"Abigail",
"Lucas",
"Emily"
] | {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
} | [
false,
true,
true,
false,
true
] | Mason is a devil, Noah is an angel, Abigail is an angel, Lucas is a devil, and Emily is an angel. |
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 5 inhabitants: Evelyn, Lucas, Owen, Daniel, and Lily. Evelyn told you that it is not the case that (if Lily is a devil then Owen is an angel). Lucas stated, "(Owen is a devil) and (Daniel is an an... | [
"Evelyn",
"Lucas",
"Owen",
"Daniel",
"Lily"
] | {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
} | [
false,
false,
false,
false,
true
] | Evelyn is a devil, Lucas is a devil, Owen is a devil, Daniel is a devil, and Lily is an angel. |
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 5 inhabitants: William, Joseph, Benjamin, Amelia, and Riley. According to William, "it is not the case that (Amelia is a sage if and only if Benjamin is a fool)". In Joseph's words: "(Joseph is a sage... | [
"William",
"Joseph",
"Benjamin",
"Amelia",
"Riley"
] | {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
} | [
false,
true,
false,
true,
true
] | William is a fool, Joseph is a sage, Benjamin is a fool, Amelia is a sage, and Riley is a sage. |
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 5 inhabitants: Alexander, Sofia, David, Amelia, and Lucas. Alexander remarked, "Lucas is a devil or (Sofia is an angel or Lucas is a devil)". Sofia was heard saying, "Sofia is an angel". "Alexande... | [
"Alexander",
"Sofia",
"David",
"Amelia",
"Lucas"
] | {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
} | [
true,
true,
false,
true,
true
] | Alexander is an angel, Sofia is an angel, David is a devil, Amelia is an angel, and Lucas is an angel. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: James, Ella, Owen, Ethan, and Sofia. In James's words: "(Sofia is a hero) and (Sofia is a villain and Ella is a villain and James is a hero)". Ella was heard saying, "(Owen is a h... | [
"James",
"Ella",
"Owen",
"Ethan",
"Sofia"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
false,
false,
false,
true,
true
] | James is a villain, Ella is a villain, Owen is a villain, Ethan is a hero, and Sofia is a hero. |
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 5 inhabitants: Lily, Luke, Oliver, Mia, and Charlotte. In a statement by Lily: "(Oliver is a saint and Lily is a saint and Mia is a saint) if and only if (if Lily is a saint then Mia is a sinner... | [
"Lily",
"Luke",
"Oliver",
"Mia",
"Charlotte"
] | {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
} | [
false,
true,
true,
false,
true
] | Lily is a sinner, Luke is a saint, Oliver is a saint, Mia is a sinner, and Charlotte is a saint. |
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 5 inhabitants: Grace, Luke, Jack, Avery, and Mason. Grace was heard saying, "Avery is a fool if and only if (Jack is a fool)". According to Luke, "Mason is a sage". Jack stated, "(Mason is a fool and ... | [
"Grace",
"Luke",
"Jack",
"Avery",
"Mason"
] | {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
} | [
true,
true,
true,
true,
true
] | Grace is a sage, Luke is a sage, Jack is a sage, Avery is a sage, and Mason is a sage. |
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 5 inhabitants: Samuel, Zoey, Luke, Owen, and Noah. "Owen is a saint," Samuel claimed. Zoey said, "(Owen is a saint or Samuel is a sinner) if and only if (Owen is a sinner or Owen is a saint)." A... | [
"Samuel",
"Zoey",
"Luke",
"Owen",
"Noah"
] | {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
} | [
true,
true,
true,
true,
false
] | Samuel is a saint, Zoey is a saint, Luke is a saint, Owen is a saint, and Noah is a sinner. |
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 5 inhabitants: Charlotte, Harper, David, Matthew, and Samuel. Charlotte asserted: "if (Matthew is a sinner if and only if Samuel is a saint) then (David is a sinner if and only if Samuel is a sa... | [
"Charlotte",
"Harper",
"David",
"Matthew",
"Samuel"
] | {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
} | [
true,
true,
true,
false,
false
] | Charlotte is a saint, Harper is a saint, David is a saint, Matthew is a sinner, and Samuel is a sinner. |
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 5 inhabitants: Alexander, Penelope, Zoey, Olivia, and Lily. According to Alexander, "(Lily is an egoist and Zoey is an egoist and Zoey is an altruist) or (Penelope is an egoist or Olivia i... | [
"Alexander",
"Penelope",
"Zoey",
"Olivia",
"Lily"
] | {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
} | [
true,
false,
true,
true,
true
] | Alexander is an altruist, Penelope is an egoist, Zoey is an altruist, Olivia is an altruist, and Lily is an altruist. |
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 5 inhabitants: Logan, Scarlett, David, Olivia, and Lucas. In a statement by Logan: "if (if David is a sinner then Scarlett is a saint) then (Lucas is a sinner or Lucas is a saint)". In Scarlett'... | [
"Logan",
"Scarlett",
"David",
"Olivia",
"Lucas"
] | {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
} | [
true,
true,
true,
true,
false
] | Logan is a saint, Scarlett is a saint, David is a saint, Olivia is a saint, and Lucas is a sinner. |
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 5 inhabitants: Ava, Matthew, Amelia, Avery, and James. Ava told you that (Avery is a fool or James is a fool) if and only if (James is a fool and Avery is a sage). "if (Ava is a sage if and only if Av... | [
"Ava",
"Matthew",
"Amelia",
"Avery",
"James"
] | {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
} | [
true,
true,
true,
true,
true
] | Ava is a sage, Matthew is a sage, Amelia is a sage, Avery is a sage, and James is a sage. |
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 5 inhabitants: Aurora, Sebastian, Victoria, Henry, and Luke. Aurora expressed that if (if Victoria is an egoist then Victoria is an altruist) then (if Henry is an altruist then Victoria is... | [
"Aurora",
"Sebastian",
"Victoria",
"Henry",
"Luke"
] | {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
} | [
true,
true,
true,
false,
true
] | Aurora is an altruist, Sebastian is an altruist, Victoria is an altruist, Henry is an egoist, and Luke is an altruist. |
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 5 inhabitants: Alexander, Lily, Michael, Daniel, and Olivia. "it is not the case that (Daniel is a sinner)," Alexander claimed. "(Alexander is a sinner if and only if Michael is a sinner) if and... | [
"Alexander",
"Lily",
"Michael",
"Daniel",
"Olivia"
] | {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
} | [
true,
false,
false,
true,
false
] | Alexander is a saint, Lily is a sinner, Michael is a sinner, Daniel is a saint, and Olivia is a sinner. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: Aria, Michael, Ava, Luke, and Sebastian. Aria noted, "Michael is a hero and (Sebastian is a villain or Aria is a hero)". Michael stated, "it is not the case that (if Ava is a vill... | [
"Aria",
"Michael",
"Ava",
"Luke",
"Sebastian"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
false,
false,
true,
true,
false
] | Aria is a villain, Michael is a villain, Ava is a hero, Luke is a hero, and Sebastian is a villain. |
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 5 inhabitants: Logan, Sebastian, Jacob, David, and Oliver. Logan noted, "it is not the case that (Oliver is a pioneer or Jacob is a pioneer or Oliver is a laggard)". Sebastian stated, "(if... | [
"Logan",
"Sebastian",
"Jacob",
"David",
"Oliver"
] | {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
} | [
false,
false,
true,
true,
true
] | Logan is a laggard, Sebastian is a laggard, Jacob is a pioneer, David is a pioneer, and Oliver is a pioneer. |
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 5 inhabitants: Grace, Jacob, Scarlett, Mia, and Zoey. As Grace put it, "it is not the case that (Scarlett is a knave if and only if Mia is a knave)". In Jacob's words: "(Grace is a knave or Mia ... | [
"Grace",
"Jacob",
"Scarlett",
"Mia",
"Zoey"
] | {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
} | [
true,
true,
false,
true,
false
] | Grace is a knight, Jacob is a knight, Scarlett is a knave, Mia is a knight, and Zoey is a knave. |
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 5 inhabitants: William, Ava, Charlotte, Grace, and Lucas. William said, "(Lucas is a villain and Charlotte is a hero and Charlotte is a villain) or (if Charlotte is a hero then William is a hero... | [
"William",
"Ava",
"Charlotte",
"Grace",
"Lucas"
] | {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
} | [
true,
true,
false,
false,
false
] | William is a hero, Ava is a hero, Charlotte is a villain, Grace is a villain, and Lucas is a villain. |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 4