question
stringlengths 356
2.52k
| answer
stringlengths 35
103
| metadata
dict | difficulty
int64 2
4
|
|---|---|---|---|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 2 inhabitants: Zoey, and Riley. Zoey commented, "Zoey is a sage or Riley is a sage". In Riley's words: "if Zoey is a sage then Zoey is a fool". So who is a sage and who is a fool? (Format your answer like: "Zoey is a sage/fool, and Riley is a sage/fool")
|
Zoey is a sage, and Riley is a fool.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Zoey",
"Riley"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 0,
"statements": "(('or', ('telling-truth', 0), ('telling-truth', 1)), ('->', ('telling-truth', 0), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 2 inhabitants: Riley, and Olivia. "Olivia is a pioneer or Olivia is a laggard" - Riley. Olivia stated, "if Riley is a pioneer then Riley is a laggard". So who is a pioneer and who is a laggard? (Format your answer like: "Riley is a pioneer/laggard, and Olivia is a pioneer/laggard")
|
Riley is a pioneer, and Olivia is a laggard.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
},
"names": [
"Riley",
"Olivia"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 1,
"statements": "(('or', ('telling-truth', 1), ('lying', 1)), ('->', ('telling-truth', 0), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 2 inhabitants: Samuel, and Jacob. Samuel expressed that if Samuel is a saint then Jacob is a sinner. Jacob was heard saying, "if Samuel is a saint then Samuel is a sinner". So who is a saint and who is a sinner? (Format your answer like: "Samuel is a saint/sinner, and Jacob is a saint/sinner")
|
Samuel is a saint, and Jacob is a sinner.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Samuel",
"Jacob"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 2,
"statements": "(('->', ('telling-truth', 0), ('lying', 1)), ('->', ('telling-truth', 0), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 2 inhabitants: Olivia, and Lily. "Lily is a laggard and Lily is a pioneer" - Olivia. Lily noted, "if Olivia is a pioneer then Lily is a pioneer". So who is a pioneer and who is a laggard? (Format your answer like: "Olivia is a pioneer/laggard, and Lily is a pioneer/laggard")
|
Olivia is a laggard, and Lily is a pioneer.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
},
"names": [
"Olivia",
"Lily"
],
"solution": [
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 3,
"statements": "(('and', ('lying', 1), ('telling-truth', 1)), ('->', ('telling-truth', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 2 inhabitants: Mason, and Jack. Mason expressed that if Jack is an egoist then Mason is an altruist. In Jack's words: "Mason is an egoist". So who is an altruist and who is an egoist? (Format your answer like: "Mason is a altruist/egoist, and Jack is a altruist/egoist")
|
Mason is an altruist, and Jack is an egoist.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
},
"names": [
"Mason",
"Jack"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 4,
"statements": "(('->', ('lying', 1), ('telling-truth', 0)), ('not', ('telling-truth', 0)))"
}
| 2
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 2 inhabitants: Benjamin, and Oliver. Benjamin noted, "Oliver is a villain or Benjamin is a hero". Oliver commented, "if Oliver is a hero then Benjamin is a villain". So who is a hero and who is a villain? (Format your answer like: "Benjamin is a hero/villain, and Oliver is a hero/villain")
|
Benjamin is a villain, and Oliver is a hero.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"Benjamin",
"Oliver"
],
"solution": [
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 5,
"statements": "(('or', ('lying', 1), ('telling-truth', 0)), ('->', ('telling-truth', 1), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 2 inhabitants: Alexander, and Sofia. Alexander expressed that Alexander is a saint and Sofia is a saint. "Sofia is a saint and Alexander is a saint and Alexander is a sinner," Sofia claimed. So who is a saint and who is a sinner? (Format your answer like: "Alexander is a saint/sinner, and Sofia is a saint/sinner")
|
Alexander is a sinner, and Sofia is a sinner.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Alexander",
"Sofia"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 6,
"statements": "(('and', ('telling-truth', 0), ('telling-truth', 1)), ('and', ('telling-truth', 1), ('telling-truth', 0), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 2 inhabitants: Sophia, and Oliver. Sophia said that Sophia is an altruist if and only if Oliver is an egoist. Oliver noted, "Sophia is an egoist if and only if Oliver is an altruist". So who is an altruist and who is an egoist? (Format your answer like: "Sophia is a altruist/egoist, and Oliver is a altruist/egoist")
|
Sophia is an egoist, and Oliver is an egoist.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
},
"names": [
"Sophia",
"Oliver"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 7,
"statements": "(('<=>', ('telling-truth', 0), ('lying', 1)), ('<=>', ('lying', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 2 inhabitants: Riley, and Lily. Riley commented, "Lily is an egoist or Riley is an altruist or Lily is an altruist". In Lily's words: "Lily is an altruist and Riley is an egoist and Riley is an altruist". So who is an altruist and who is an egoist? (Format your answer like: "Riley is a altruist/egoist, and Lily is a altruist/egoist")
|
Riley is an altruist, and Lily is an egoist.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
},
"names": [
"Riley",
"Lily"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 8,
"statements": "(('or', ('lying', 1), ('telling-truth', 0), ('telling-truth', 1)), ('and', ('telling-truth', 1), ('lying', 0), ('telling-truth', 0)))"
}
| 2
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 2 inhabitants: Abigail, and Lily. "Lily is a sage," Abigail mentioned. As Lily put it, "Abigail is a sage or Lily is a sage or Abigail is a fool". So who is a sage and who is a fool? (Format your answer like: "Abigail is a sage/fool, and Lily is a sage/fool")
|
Abigail is a sage, and Lily is a sage.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Abigail",
"Lily"
],
"solution": [
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 9,
"statements": "(('not', ('lying', 1)), ('or', ('telling-truth', 0), ('telling-truth', 1), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 2 inhabitants: Benjamin, and Chloe. As Benjamin put it, "if Chloe is a hero then Benjamin is a hero". Chloe expressed that Benjamin is a villain and Chloe is a hero and Benjamin is a hero. So who is a hero and who is a villain? (Format your answer like: "Benjamin is a hero/villain, and Chloe is a hero/villain")
|
Benjamin is a hero, and Chloe is a villain.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"Benjamin",
"Chloe"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 10,
"statements": "(('->', ('telling-truth', 1), ('telling-truth', 0)), ('and', ('lying', 0), ('telling-truth', 1), ('telling-truth', 0)))"
}
| 2
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 2 inhabitants: Ethan, and Noah. In a statement by Ethan: "Noah is a sage and Ethan is a sage and Noah is a fool". Noah was heard saying, "Ethan is a sage and Ethan is a fool". So who is a sage and who is a fool? (Format your answer like: "Ethan is a sage/fool, and Noah is a sage/fool")
|
Ethan is a fool, and Noah is a fool.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Ethan",
"Noah"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 11,
"statements": "(('and', ('telling-truth', 1), ('telling-truth', 0), ('lying', 1)), ('and', ('telling-truth', 0), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 2 inhabitants: Jacob, and Emma. Jacob noted, "Emma is a sage if and only if Emma is a fool". "Jacob is a sage if and only if Jacob is a fool," Emma claimed. So who is a sage and who is a fool? (Format your answer like: "Jacob is a sage/fool, and Emma is a sage/fool")
|
Jacob is a fool, and Emma is a fool.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Jacob",
"Emma"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 12,
"statements": "(('<=>', ('telling-truth', 1), ('lying', 1)), ('<=>', ('telling-truth', 0), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 2 inhabitants: Aria, and Sofia. As Aria put it, "Sofia is a saint". "Aria is a saint or Aria is a sinner or Sofia is a saint," Sofia declared. So who is a saint and who is a sinner? (Format your answer like: "Aria is a saint/sinner, and Sofia is a saint/sinner")
|
Aria is a saint, and Sofia is a saint.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Aria",
"Sofia"
],
"solution": [
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 13,
"statements": "(('not', ('lying', 1)), ('or', ('telling-truth', 0), ('lying', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 2 inhabitants: Aria, and Jacob. "Aria is a saint if and only if Jacob is a sinner" - Aria. "Jacob is a saint if and only if Aria is a saint," Jacob declared. So who is a saint and who is a sinner? (Format your answer like: "Aria is a saint/sinner, and Jacob is a saint/sinner")
|
Aria is a saint, and Jacob is a sinner.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Aria",
"Jacob"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 14,
"statements": "(('<=>', ('telling-truth', 0), ('lying', 1)), ('<=>', ('telling-truth', 1), ('telling-truth', 0)))"
}
| 2
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 2 inhabitants: Lucas, and Jacob. In a statement by Lucas: "Lucas is a sage and Jacob is a fool and Jacob is a sage". Jacob remarked, "Lucas is a fool". So who is a sage and who is a fool? (Format your answer like: "Lucas is a sage/fool, and Jacob is a sage/fool")
|
Lucas is a fool, and Jacob is a sage.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Lucas",
"Jacob"
],
"solution": [
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 15,
"statements": "(('and', ('telling-truth', 0), ('lying', 1), ('telling-truth', 1)), ('lying', 0))"
}
| 2
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 2 inhabitants: Olivia, and Sofia. In Olivia's words: "if Olivia is a hero then Sofia is a hero". Sofia remarked, "if Olivia is a villain then Sofia is a hero". So who is a hero and who is a villain? (Format your answer like: "Olivia is a hero/villain, and Sofia is a hero/villain")
|
Olivia is a hero, and Sofia is a hero.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"Olivia",
"Sofia"
],
"solution": [
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 16,
"statements": "(('->', ('telling-truth', 0), ('telling-truth', 1)), ('->', ('lying', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 2 inhabitants: David, and Mia. David asserted: "Mia is a hero". In Mia's words: "David is a hero or Mia is a hero or David is a villain". So who is a hero and who is a villain? (Format your answer like: "David is a hero/villain, and Mia is a hero/villain")
|
David is a hero, and Mia is a hero.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"David",
"Mia"
],
"solution": [
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 17,
"statements": "(('not', ('lying', 1)), ('or', ('telling-truth', 0), ('telling-truth', 1), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 2 inhabitants: Benjamin, and Sofia. Benjamin asserted: "Sofia is a pioneer". Sofia commented, "Benjamin is a pioneer and Benjamin is a laggard and Sofia is a pioneer". So who is a pioneer and who is a laggard? (Format your answer like: "Benjamin is a pioneer/laggard, and Sofia is a pioneer/laggard")
|
Benjamin is a laggard, and Sofia is a laggard.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
},
"names": [
"Benjamin",
"Sofia"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 18,
"statements": "(('not', ('lying', 1)), ('and', ('telling-truth', 0), ('lying', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 2 inhabitants: Sebastian, and Zoey. "Sebastian is a knight or Zoey is a knave," Sebastian claimed. Zoey remarked, "Sebastian is a knight". So who is a knight and who is a knave? (Format your answer like: "Sebastian is a knight/knave, and Zoey is a knight/knave")
|
Sebastian is a knight, and Zoey is a knight.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
},
"names": [
"Sebastian",
"Zoey"
],
"solution": [
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 19,
"statements": "(('or', ('telling-truth', 0), ('lying', 1)), ('not', ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 2 inhabitants: Aria, and Zoey. Aria commented, "if Aria is a knight then Zoey is a knave". In a statement by Zoey: "Aria is a knave". So who is a knight and who is a knave? (Format your answer like: "Aria is a knight/knave, and Zoey is a knight/knave")
|
Aria is a knight, and Zoey is a knave.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
},
"names": [
"Aria",
"Zoey"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 20,
"statements": "(('->', ('telling-truth', 0), ('lying', 1)), ('lying', 0))"
}
| 2
|
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 2 inhabitants: Daniel, and Ethan. According to Daniel, "if Ethan is an angel then Ethan is a devil". According to Ethan, "Daniel is an angel if and only if Daniel is a devil". So who is an angel and who is a devil? (Format your answer like: "Daniel is a angel/devil, and Ethan is a angel/devil")
|
Daniel is an angel, and Ethan is a devil.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
},
"names": [
"Daniel",
"Ethan"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 21,
"statements": "(('->', ('telling-truth', 1), ('lying', 1)), ('<=>', ('telling-truth', 0), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 2 inhabitants: Mia, and Lily. "Lily is a devil," Mia mentioned. Lily told you that Lily is an angel or Mia is an angel or Mia is a devil. So who is an angel and who is a devil? (Format your answer like: "Mia is a angel/devil, and Lily is a angel/devil")
|
Mia is a devil, and Lily is an angel.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
},
"names": [
"Mia",
"Lily"
],
"solution": [
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 22,
"statements": "(('lying', 1), ('or', ('telling-truth', 1), ('telling-truth', 0), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 2 inhabitants: Scarlett, and Harper. Scarlett said that if Harper is a pioneer then Harper is a laggard. "Scarlett is a pioneer if and only if Harper is a pioneer," Harper declared. So who is a pioneer and who is a laggard? (Format your answer like: "Scarlett is a pioneer/laggard, and Harper is a pioneer/laggard")
|
Scarlett is a pioneer, and Harper is a laggard.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
},
"names": [
"Scarlett",
"Harper"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 23,
"statements": "(('->', ('telling-truth', 1), ('lying', 1)), ('<=>', ('telling-truth', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 2 inhabitants: Luke, and Penelope. Luke was heard saying, "Penelope is an angel or Penelope is a devil". Penelope commented, "if Luke is an angel then Luke is a devil". So who is an angel and who is a devil? (Format your answer like: "Luke is a angel/devil, and Penelope is a angel/devil")
|
Luke is an angel, and Penelope is a devil.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
},
"names": [
"Luke",
"Penelope"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 24,
"statements": "(('or', ('telling-truth', 1), ('lying', 1)), ('->', ('telling-truth', 0), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 2 inhabitants: Scarlett, and Daniel. Scarlett stated, "Daniel is an egoist or Scarlett is an altruist or Daniel is an altruist". In Daniel's words: "Scarlett is an egoist or Daniel is an altruist or Scarlett is an altruist". So who is an altruist and who is an egoist? (Format your answer like: "Scarlett is a altruist/egoist, and Daniel is a altruist/egoist")
|
Scarlett is an altruist, and Daniel is an altruist.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
},
"names": [
"Scarlett",
"Daniel"
],
"solution": [
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 25,
"statements": "(('or', ('lying', 1), ('telling-truth', 0), ('telling-truth', 1)), ('or', ('lying', 0), ('telling-truth', 1), ('telling-truth', 0)))"
}
| 2
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 2 inhabitants: Abigail, and David. As Abigail put it, "Abigail is a sage and David is a fool". David said that David is a sage or Abigail is a fool or Abigail is a sage. So who is a sage and who is a fool? (Format your answer like: "Abigail is a sage/fool, and David is a sage/fool")
|
Abigail is a fool, and David is a sage.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Abigail",
"David"
],
"solution": [
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 26,
"statements": "(('and', ('telling-truth', 0), ('lying', 1)), ('or', ('telling-truth', 1), ('lying', 0), ('telling-truth', 0)))"
}
| 2
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 2 inhabitants: David, and Jacob. David said that David is a sage if and only if Jacob is a fool. Jacob stated, "if David is a fool then Jacob is a sage". So who is a sage and who is a fool? (Format your answer like: "David is a sage/fool, and Jacob is a sage/fool")
|
David is a fool, and Jacob is a fool.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"David",
"Jacob"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 27,
"statements": "(('<=>', ('telling-truth', 0), ('lying', 1)), ('->', ('lying', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 2 inhabitants: Olivia, and Abigail. Olivia was heard saying, "Abigail is a fool or Abigail is a sage". Abigail commented, "if Abigail is a sage then Olivia is a sage". So who is a sage and who is a fool? (Format your answer like: "Olivia is a sage/fool, and Abigail is a sage/fool")
|
Olivia is a sage, and Abigail is a sage.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Olivia",
"Abigail"
],
"solution": [
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 28,
"statements": "(('or', ('lying', 1), ('telling-truth', 1)), ('->', ('telling-truth', 1), ('telling-truth', 0)))"
}
| 2
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 2 inhabitants: Isabella, and Joseph. "Joseph is a sinner," Isabella declared. In Joseph's words: "Isabella is a saint if and only if Joseph is a saint". So who is a saint and who is a sinner? (Format your answer like: "Isabella is a saint/sinner, and Joseph is a saint/sinner")
|
Isabella is a saint, and Joseph is a sinner.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Isabella",
"Joseph"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 29,
"statements": "(('not', ('telling-truth', 1)), ('<=>', ('telling-truth', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 2 inhabitants: Ava, and Benjamin. In Ava's words: "if Benjamin is a devil then Benjamin is an angel". Benjamin asserted: "Benjamin is an angel and Ava is a devil". So who is an angel and who is a devil? (Format your answer like: "Ava is a angel/devil, and Benjamin is a angel/devil")
|
Ava is a devil, and Benjamin is a devil.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
},
"names": [
"Ava",
"Benjamin"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 30,
"statements": "(('->', ('lying', 1), ('telling-truth', 1)), ('and', ('telling-truth', 1), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 2 inhabitants: Elizabeth, and Olivia. In Elizabeth's words: "Olivia is an egoist if and only if Olivia is an altruist". "Elizabeth is an altruist," Olivia mentioned. So who is an altruist and who is an egoist? (Format your answer like: "Elizabeth is a altruist/egoist, and Olivia is a altruist/egoist")
|
Elizabeth is an egoist, and Olivia is an egoist.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
},
"names": [
"Elizabeth",
"Olivia"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 31,
"statements": "(('<=>', ('lying', 1), ('telling-truth', 1)), ('telling-truth', 0))"
}
| 2
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 2 inhabitants: Joseph, and Lily. In Joseph's words: "if Joseph is a saint then Lily is a sinner". Lily stated, "Joseph is a sinner". So who is a saint and who is a sinner? (Format your answer like: "Joseph is a saint/sinner, and Lily is a saint/sinner")
|
Joseph is a saint, and Lily is a sinner.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Joseph",
"Lily"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 32,
"statements": "(('->', ('telling-truth', 0), ('lying', 1)), ('lying', 0))"
}
| 2
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 2 inhabitants: Henry, and Chloe. Henry was heard saying, "Chloe is a sage". As Chloe put it, "Henry is a fool and Chloe is a sage and Henry is a sage". So who is a sage and who is a fool? (Format your answer like: "Henry is a sage/fool, and Chloe is a sage/fool")
|
Henry is a fool, and Chloe is a fool.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Henry",
"Chloe"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 33,
"statements": "(('not', ('lying', 1)), ('and', ('lying', 0), ('telling-truth', 1), ('telling-truth', 0)))"
}
| 2
|
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 2 inhabitants: Ava, and Scarlett. Ava told you that Ava is a knight if and only if Scarlett is a knave. Scarlett stated, "if Ava is a knight then Scarlett is a knight". So who is a knight and who is a knave? (Format your answer like: "Ava is a knight/knave, and Scarlett is a knight/knave")
|
Ava is a knight, and Scarlett is a knave.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
},
"names": [
"Ava",
"Scarlett"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 34,
"statements": "(('<=>', ('telling-truth', 0), ('lying', 1)), ('->', ('telling-truth', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 2 inhabitants: Benjamin, and Emma. In Benjamin's words: "Emma is a devil or Emma is an angel". "Benjamin is a devil," Emma mentioned. So who is an angel and who is a devil? (Format your answer like: "Benjamin is a angel/devil, and Emma is a angel/devil")
|
Benjamin is an angel, and Emma is a devil.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
},
"names": [
"Benjamin",
"Emma"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 35,
"statements": "(('or', ('lying', 1), ('telling-truth', 1)), ('not', ('telling-truth', 0)))"
}
| 2
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 2 inhabitants: Matthew, and David. Matthew commented, "David is a sinner and Matthew is a saint". As David put it, "Matthew is a sinner or Matthew is a saint". So who is a saint and who is a sinner? (Format your answer like: "Matthew is a saint/sinner, and David is a saint/sinner")
|
Matthew is a sinner, and David is a saint.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Matthew",
"David"
],
"solution": [
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 36,
"statements": "(('and', ('lying', 1), ('telling-truth', 0)), ('or', ('lying', 0), ('telling-truth', 0)))"
}
| 2
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 2 inhabitants: Ava, and Harper. Ava was heard saying, "Ava is a saint and Harper is a sinner and Harper is a saint". Harper commented, "Ava is a saint if and only if Ava is a sinner". So who is a saint and who is a sinner? (Format your answer like: "Ava is a saint/sinner, and Harper is a saint/sinner")
|
Ava is a sinner, and Harper is a sinner.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Ava",
"Harper"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 37,
"statements": "(('and', ('telling-truth', 0), ('lying', 1), ('telling-truth', 1)), ('<=>', ('telling-truth', 0), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 2 inhabitants: David, and Harper. David asserted: "Harper is a hero if and only if David is a hero". According to Harper, "if Harper is a hero then David is a villain". So who is a hero and who is a villain? (Format your answer like: "David is a hero/villain, and Harper is a hero/villain")
|
David is a villain, and Harper is a hero.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"David",
"Harper"
],
"solution": [
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 38,
"statements": "(('<=>', ('telling-truth', 1), ('telling-truth', 0)), ('->', ('telling-truth', 1), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 2 inhabitants: David, and Olivia. According to David, "Olivia is a villain". Olivia was heard saying, "David is a villain and David is a hero and Olivia is a hero". So who is a hero and who is a villain? (Format your answer like: "David is a hero/villain, and Olivia is a hero/villain")
|
David is a hero, and Olivia is a villain.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"David",
"Olivia"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 39,
"statements": "(('not', ('telling-truth', 1)), ('and', ('lying', 0), ('telling-truth', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 2 inhabitants: Amelia, and Jack. "if Jack is a hero then Jack is a villain," Amelia mentioned. Jack told you that Amelia is a villain if and only if Amelia is a hero. So who is a hero and who is a villain? (Format your answer like: "Amelia is a hero/villain, and Jack is a hero/villain")
|
Amelia is a hero, and Jack is a villain.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"Amelia",
"Jack"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 40,
"statements": "(('->', ('telling-truth', 1), ('lying', 1)), ('<=>', ('lying', 0), ('telling-truth', 0)))"
}
| 2
|
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 2 inhabitants: James, and Victoria. James remarked, "Victoria is an egoist or Victoria is an altruist". Victoria was heard saying, "Victoria is an altruist and James is an egoist". So who is an altruist and who is an egoist? (Format your answer like: "James is a altruist/egoist, and Victoria is a altruist/egoist")
|
James is an altruist, and Victoria is an egoist.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
},
"names": [
"James",
"Victoria"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 41,
"statements": "(('or', ('lying', 1), ('telling-truth', 1)), ('and', ('telling-truth', 1), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 2 inhabitants: Sophia, and Abigail. "Abigail is an egoist and Abigail is an altruist," Sophia claimed. Abigail expressed that Sophia is an altruist. So who is an altruist and who is an egoist? (Format your answer like: "Sophia is a altruist/egoist, and Abigail is a altruist/egoist")
|
Sophia is an egoist, and Abigail is an egoist.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
},
"names": [
"Sophia",
"Abigail"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 42,
"statements": "(('and', ('lying', 1), ('telling-truth', 1)), ('not', ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 2 inhabitants: Matthew, and Logan. In a statement by Matthew: "Matthew is an angel if and only if Logan is a devil". "Matthew is a devil" - Logan. So who is an angel and who is a devil? (Format your answer like: "Matthew is a angel/devil, and Logan is a angel/devil")
|
Matthew is an angel, and Logan is a devil.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
},
"names": [
"Matthew",
"Logan"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 43,
"statements": "(('<=>', ('telling-truth', 0), ('lying', 1)), ('lying', 0))"
}
| 2
|
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 2 inhabitants: Owen, and Charlotte. According to Owen, "Charlotte is a knave". Charlotte asserted: "if Charlotte is a knight then Owen is a knave". So who is a knight and who is a knave? (Format your answer like: "Owen is a knight/knave, and Charlotte is a knight/knave")
|
Owen is a knave, and Charlotte is a knight.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
},
"names": [
"Owen",
"Charlotte"
],
"solution": [
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 44,
"statements": "(('not', ('telling-truth', 1)), ('->', ('telling-truth', 1), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 2 inhabitants: Sophia, and Liam. As Sophia put it, "Liam is a pioneer". In a statement by Liam: "Sophia is a pioneer or Liam is a pioneer or Sophia is a laggard". So who is a pioneer and who is a laggard? (Format your answer like: "Sophia is a pioneer/laggard, and Liam is a pioneer/laggard")
|
Sophia is a pioneer, and Liam is a pioneer.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
},
"names": [
"Sophia",
"Liam"
],
"solution": [
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 45,
"statements": "(('telling-truth', 1), ('or', ('telling-truth', 0), ('telling-truth', 1), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 2 inhabitants: Aiden, and Sophia. "if Aiden is a knight then Sophia is a knave," Aiden claimed. "Aiden is a knave and Sophia is a knight" - Sophia. So who is a knight and who is a knave? (Format your answer like: "Aiden is a knight/knave, and Sophia is a knight/knave")
|
Aiden is a knight, and Sophia is a knave.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
},
"names": [
"Aiden",
"Sophia"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 46,
"statements": "(('->', ('telling-truth', 0), ('lying', 1)), ('and', ('lying', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 2 inhabitants: Henry, and Harper. Henry told you that Harper is a laggard. "Henry is a pioneer and Harper is a pioneer," Harper declared. So who is a pioneer and who is a laggard? (Format your answer like: "Henry is a pioneer/laggard, and Harper is a pioneer/laggard")
|
Henry is a pioneer, and Harper is a laggard.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
},
"names": [
"Henry",
"Harper"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 47,
"statements": "(('lying', 1), ('and', ('telling-truth', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 2 inhabitants: Owen, and Jackson. As Owen put it, "Jackson is a pioneer or Jackson is a laggard or Owen is a pioneer". Jackson expressed that Owen is a pioneer. So who is a pioneer and who is a laggard? (Format your answer like: "Owen is a pioneer/laggard, and Jackson is a pioneer/laggard")
|
Owen is a pioneer, and Jackson is a pioneer.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
},
"names": [
"Owen",
"Jackson"
],
"solution": [
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 48,
"statements": "(('or', ('telling-truth', 1), ('lying', 1), ('telling-truth', 0)), ('not', ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 2 inhabitants: Avery, and Aiden. "Aiden is a villain or Aiden is a hero or Avery is a hero," Avery mentioned. Aiden expressed that Avery is a villain and Avery is a hero and Aiden is a hero. So who is a hero and who is a villain? (Format your answer like: "Avery is a hero/villain, and Aiden is a hero/villain")
|
Avery is a hero, and Aiden is a villain.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"Avery",
"Aiden"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 49,
"statements": "(('or', ('lying', 1), ('telling-truth', 1), ('telling-truth', 0)), ('and', ('lying', 0), ('telling-truth', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 2 inhabitants: Mason, and Sofia. Mason was heard saying, "Mason is an angel if and only if Sofia is an angel". Sofia asserted: "Mason is a devil if and only if Sofia is an angel". So who is an angel and who is a devil? (Format your answer like: "Mason is a angel/devil, and Sofia is a angel/devil")
|
Mason is a devil, and Sofia is an angel.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
},
"names": [
"Mason",
"Sofia"
],
"solution": [
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 50,
"statements": "(('<=>', ('telling-truth', 0), ('telling-truth', 1)), ('<=>', ('lying', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 2 inhabitants: Aiden, and Matthew. Aiden said that Matthew is a villain if and only if Matthew is a hero. Matthew asserted: "Aiden is a hero and Matthew is a hero and Aiden is a villain". So who is a hero and who is a villain? (Format your answer like: "Aiden is a hero/villain, and Matthew is a hero/villain")
|
Aiden is a villain, and Matthew is a villain.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"Aiden",
"Matthew"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 51,
"statements": "(('<=>', ('lying', 1), ('telling-truth', 1)), ('and', ('telling-truth', 0), ('telling-truth', 1), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 2 inhabitants: Zoey, and Joseph. Zoey said, "if Joseph is a sage then Joseph is a fool." According to Joseph, "Joseph is a sage and Zoey is a sage and Zoey is a fool". So who is a sage and who is a fool? (Format your answer like: "Zoey is a sage/fool, and Joseph is a sage/fool")
|
Zoey is a sage, and Joseph is a fool.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Zoey",
"Joseph"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 52,
"statements": "(('->', ('telling-truth', 1), ('lying', 1)), ('and', ('telling-truth', 1), ('telling-truth', 0), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 2 inhabitants: Aurora, and Owen. Aurora stated, "Owen is a devil and Aurora is an angel and Owen is an angel". Owen told you that Aurora is a devil and Aurora is an angel and Owen is an angel. So who is an angel and who is a devil? (Format your answer like: "Aurora is a angel/devil, and Owen is a angel/devil")
|
Aurora is a devil, and Owen is a devil.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
},
"names": [
"Aurora",
"Owen"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 53,
"statements": "(('and', ('lying', 1), ('telling-truth', 0), ('telling-truth', 1)), ('and', ('lying', 0), ('telling-truth', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 2 inhabitants: Amelia, and Lucas. Amelia expressed that Lucas is an altruist. Lucas said, "Amelia is an egoist and Lucas is an altruist." So who is an altruist and who is an egoist? (Format your answer like: "Amelia is a altruist/egoist, and Lucas is a altruist/egoist")
|
Amelia is an egoist, and Lucas is an egoist.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
},
"names": [
"Amelia",
"Lucas"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 54,
"statements": "(('not', ('lying', 1)), ('and', ('lying', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 2 inhabitants: Mason, and Noah. Mason noted, "Noah is a sage". "Mason is a fool if and only if Noah is a sage," Noah claimed. So who is a sage and who is a fool? (Format your answer like: "Mason is a sage/fool, and Noah is a sage/fool")
|
Mason is a fool, and Noah is a fool.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Mason",
"Noah"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 55,
"statements": "(('not', ('lying', 1)), ('<=>', ('lying', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 2 inhabitants: Lily, and Jack. As Lily put it, "if Jack is a hero then Jack is a villain". Jack remarked, "Lily is a hero and Jack is a hero". So who is a hero and who is a villain? (Format your answer like: "Lily is a hero/villain, and Jack is a hero/villain")
|
Lily is a hero, and Jack is a villain.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"Lily",
"Jack"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 56,
"statements": "(('->', ('telling-truth', 1), ('lying', 1)), ('and', ('telling-truth', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 2 inhabitants: Matthew, and Ava. Matthew noted, "Ava is a pioneer". Ava told you that Matthew is a pioneer if and only if Matthew is a laggard. So who is a pioneer and who is a laggard? (Format your answer like: "Matthew is a pioneer/laggard, and Ava is a pioneer/laggard")
|
Matthew is a laggard, and Ava is a laggard.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
},
"names": [
"Matthew",
"Ava"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 57,
"statements": "(('telling-truth', 1), ('<=>', ('telling-truth', 0), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 2 inhabitants: Ethan, and Oliver. As Ethan put it, "Oliver is a devil or Oliver is an angel". In Oliver's words: "if Ethan is a devil then Oliver is an angel". So who is an angel and who is a devil? (Format your answer like: "Ethan is a angel/devil, and Oliver is a angel/devil")
|
Ethan is an angel, and Oliver is an angel.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
},
"names": [
"Ethan",
"Oliver"
],
"solution": [
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 58,
"statements": "(('or', ('lying', 1), ('telling-truth', 1)), ('->', ('lying', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 2 inhabitants: Emma, and Jackson. Emma said, "Jackson is an angel if and only if Emma is an angel." Jackson remarked, "Emma is an angel". So who is an angel and who is a devil? (Format your answer like: "Emma is a angel/devil, and Jackson is a angel/devil")
|
Emma is an angel, and Jackson is an angel.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
},
"names": [
"Emma",
"Jackson"
],
"solution": [
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 59,
"statements": "(('<=>', ('telling-truth', 1), ('telling-truth', 0)), ('not', ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 2 inhabitants: Chloe, and Sophia. "if Sophia is a sinner then Sophia is a saint," Chloe declared. In a statement by Sophia: "Chloe is a saint or Sophia is a saint or Chloe is a sinner". So who is a saint and who is a sinner? (Format your answer like: "Chloe is a saint/sinner, and Sophia is a saint/sinner")
|
Chloe is a saint, and Sophia is a saint.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Chloe",
"Sophia"
],
"solution": [
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 60,
"statements": "(('->', ('lying', 1), ('telling-truth', 1)), ('or', ('telling-truth', 0), ('telling-truth', 1), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 2 inhabitants: David, and Elizabeth. David was heard saying, "Elizabeth is a villain". Elizabeth noted, "Elizabeth is a hero or David is a villain or David is a hero". So who is a hero and who is a villain? (Format your answer like: "David is a hero/villain, and Elizabeth is a hero/villain")
|
David is a villain, and Elizabeth is a hero.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"David",
"Elizabeth"
],
"solution": [
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 61,
"statements": "(('lying', 1), ('or', ('telling-truth', 1), ('lying', 0), ('telling-truth', 0)))"
}
| 2
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 2 inhabitants: Ethan, and Liam. As Ethan put it, "Ethan is a hero if and only if Liam is a hero". Liam said that if Liam is a hero then Ethan is a hero. So who is a hero and who is a villain? (Format your answer like: "Ethan is a hero/villain, and Liam is a hero/villain")
|
Ethan is a hero, and Liam is a hero.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"Ethan",
"Liam"
],
"solution": [
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 62,
"statements": "(('<=>', ('telling-truth', 0), ('telling-truth', 1)), ('->', ('telling-truth', 1), ('telling-truth', 0)))"
}
| 2
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 2 inhabitants: Michael, and Liam. "Liam is a sinner or Liam is a saint or Michael is a saint," Michael declared. "Michael is a saint and Michael is a sinner" - Liam. So who is a saint and who is a sinner? (Format your answer like: "Michael is a saint/sinner, and Liam is a saint/sinner")
|
Michael is a saint, and Liam is a sinner.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Michael",
"Liam"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 63,
"statements": "(('or', ('lying', 1), ('telling-truth', 1), ('telling-truth', 0)), ('and', ('telling-truth', 0), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 2 inhabitants: Daniel, and Sebastian. Daniel asserted: "if Sebastian is a sage then Sebastian is a fool". Sebastian commented, "Daniel is a sage and Sebastian is a sage and Daniel is a fool". So who is a sage and who is a fool? (Format your answer like: "Daniel is a sage/fool, and Sebastian is a sage/fool")
|
Daniel is a sage, and Sebastian is a fool.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Daniel",
"Sebastian"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 64,
"statements": "(('->', ('telling-truth', 1), ('lying', 1)), ('and', ('telling-truth', 0), ('telling-truth', 1), ('lying', 0)))"
}
| 2
|
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 2 inhabitants: Samuel, and Zoey. "Zoey is an egoist if and only if Zoey is an altruist," Samuel claimed. Zoey commented, "Samuel is an egoist if and only if Samuel is an altruist". So who is an altruist and who is an egoist? (Format your answer like: "Samuel is a altruist/egoist, and Zoey is a altruist/egoist")
|
Samuel is an egoist, and Zoey is an egoist.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
},
"names": [
"Samuel",
"Zoey"
],
"solution": [
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 65,
"statements": "(('<=>', ('lying', 1), ('telling-truth', 1)), ('<=>', ('lying', 0), ('telling-truth', 0)))"
}
| 2
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 2 inhabitants: Benjamin, and Scarlett. Benjamin was heard saying, "Scarlett is a hero". Scarlett stated, "Benjamin is a hero or Benjamin is a villain or Scarlett is a hero". So who is a hero and who is a villain? (Format your answer like: "Benjamin is a hero/villain, and Scarlett is a hero/villain")
|
Benjamin is a hero, and Scarlett is a hero.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"Benjamin",
"Scarlett"
],
"solution": [
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 66,
"statements": "(('telling-truth', 1), ('or', ('telling-truth', 0), ('lying', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 2 inhabitants: Victoria, and Amelia. Victoria noted, "if Amelia is a pioneer then Amelia is a laggard". Amelia stated, "Amelia is a pioneer or Victoria is a laggard or Victoria is a pioneer". So who is a pioneer and who is a laggard? (Format your answer like: "Victoria is a pioneer/laggard, and Amelia is a pioneer/laggard")
|
Victoria is a laggard, and Amelia is a pioneer.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
},
"names": [
"Victoria",
"Amelia"
],
"solution": [
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 67,
"statements": "(('->', ('telling-truth', 1), ('lying', 1)), ('or', ('telling-truth', 1), ('lying', 0), ('telling-truth', 0)))"
}
| 2
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 2 inhabitants: Sebastian, and Benjamin. "Benjamin is a fool," Sebastian declared. Benjamin remarked, "Sebastian is a sage if and only if Benjamin is a sage". So who is a sage and who is a fool? (Format your answer like: "Sebastian is a sage/fool, and Benjamin is a sage/fool")
|
Sebastian is a sage, and Benjamin is a fool.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Sebastian",
"Benjamin"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 68,
"statements": "(('lying', 1), ('<=>', ('telling-truth', 0), ('telling-truth', 1)))"
}
| 2
|
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 2 inhabitants: Riley, and Grace. Riley was heard saying, "Grace is a knave or Riley is a knight". Grace stated, "Riley is a knave if and only if Riley is a knight". So who is a knight and who is a knave? (Format your answer like: "Riley is a knight/knave, and Grace is a knight/knave")
|
Riley is a knight, and Grace is a knave.
|
{
"difficulty": {
"depth_constraint": 2,
"n_people": 2,
"width_constraint": 3
},
"knight_knave_terms": {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
},
"names": [
"Riley",
"Grace"
],
"solution": [
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 69,
"statements": "(('or', ('lying', 1), ('telling-truth', 0)), ('<=>', ('lying', 0), ('telling-truth', 0)))"
}
| 2
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 3 inhabitants: David, Samuel, and Owen. "(Owen is a saint or Samuel is a sinner or David is a saint) or (if Samuel is a saint then David is a saint) or (if David is a saint then Samuel is a saint)" - David. Samuel asserted: "if (Owen is a sinner) then (David is a sinner)". "Owen is a saint if and only if (if Samuel is a saint then Samuel is a sinner)," Owen declared. So who is a saint and who is a sinner? (Format your answer like: "David is a saint/sinner, Samuel is a saint/sinner, and Owen is a saint/sinner")
|
David is a saint, Samuel is a sinner, and Owen is a sinner.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"David",
"Samuel",
"Owen"
],
"solution": [
true,
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 0,
"statements": "(('or', ('or', ('telling-truth', 2), ('lying', 1), ('telling-truth', 0)), ('->', ('telling-truth', 1), ('telling-truth', 0)), ('->', ('telling-truth', 0), ('telling-truth', 1))), ('->', ('not', ('telling-truth', 2)), ('not', ('telling-truth', 0))), ('<=>', ('telling-truth', 2), ('->', ('telling-truth', 1), ('lying', 1))))"
}
| 3
|
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 3 inhabitants: Mia, Samuel, and Olivia. Mia expressed that if (Olivia is a pioneer if and only if Mia is a pioneer) then (Olivia is a pioneer or Olivia is a laggard or Samuel is a pioneer). Samuel was heard saying, "it is not the case that (Mia is a laggard)". In a statement by Olivia: "Samuel is a laggard or (Mia is a pioneer)". So who is a pioneer and who is a laggard? (Format your answer like: "Mia is a pioneer/laggard, Samuel is a pioneer/laggard, and Olivia is a pioneer/laggard")
|
Mia is a pioneer, Samuel is a pioneer, and Olivia is a pioneer.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
},
"names": [
"Mia",
"Samuel",
"Olivia"
],
"solution": [
true,
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 1,
"statements": "(('->', ('<=>', ('telling-truth', 2), ('telling-truth', 0)), ('or', ('telling-truth', 2), ('lying', 2), ('telling-truth', 1))), ('not', ('not', ('telling-truth', 0))), ('or', ('lying', 1), ('not', ('lying', 0))))"
}
| 3
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 3 inhabitants: Victoria, Scarlett, and Elizabeth. Victoria stated, "if (Victoria is a hero if and only if Scarlett is a hero) then (if Victoria is a hero then Elizabeth is a hero)". Scarlett commented, "(Victoria is a villain if and only if Elizabeth is a villain) or (Victoria is a hero if and only if Elizabeth is a hero) or Elizabeth is a villain". "if (Scarlett is a hero) then (Scarlett is a hero if and only if Elizabeth is a hero)" - Elizabeth. So who is a hero and who is a villain? (Format your answer like: "Victoria is a hero/villain, Scarlett is a hero/villain, and Elizabeth is a hero/villain")
|
Victoria is a hero, Scarlett is a hero, and Elizabeth is a hero.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"Victoria",
"Scarlett",
"Elizabeth"
],
"solution": [
true,
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 2,
"statements": "(('->', ('<=>', ('telling-truth', 0), ('telling-truth', 1)), ('->', ('telling-truth', 0), ('telling-truth', 2))), ('or', ('<=>', ('lying', 0), ('lying', 2)), ('<=>', ('telling-truth', 0), ('telling-truth', 2)), ('lying', 2)), ('->', ('not', ('lying', 1)), ('<=>', ('telling-truth', 1), ('telling-truth', 2))))"
}
| 3
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 3 inhabitants: Victoria, Joseph, and Olivia. Victoria stated, "(Olivia is a sage if and only if Olivia is a fool) and (Joseph is a fool and Olivia is a sage and Joseph is a sage)". Joseph remarked, "(Victoria is a sage or Victoria is a fool or Joseph is a sage or Olivia is a fool) and (if Olivia is a sage then Victoria is a sage) and Victoria is a sage and (Olivia is a sage)". Olivia remarked, "Joseph is a sage". So who is a sage and who is a fool? (Format your answer like: "Victoria is a sage/fool, Joseph is a sage/fool, and Olivia is a sage/fool")
|
Victoria is a fool, Joseph is a fool, and Olivia is a fool.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Victoria",
"Joseph",
"Olivia"
],
"solution": [
false,
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 3,
"statements": "(('and', ('<=>', ('telling-truth', 2), ('lying', 2)), ('and', ('lying', 1), ('telling-truth', 2), ('telling-truth', 1))), ('and', ('or', ('telling-truth', 0), ('lying', 0), ('telling-truth', 1), ('lying', 2)), ('->', ('telling-truth', 2), ('telling-truth', 0)), ('telling-truth', 0), ('not', ('lying', 2))), ('telling-truth', 1))"
}
| 3
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 3 inhabitants: Scarlett, Mason, and Olivia. "(Mason is a saint) and (Mason is a sinner) and (Olivia is a sinner or Mason is a sinner or Scarlett is a saint or Mason is a saint)" - Scarlett. Mason remarked, "if Mason is a saint then (Scarlett is a sinner)". According to Olivia, "if (Scarlett is a sinner or Mason is a sinner or Olivia is a saint or Scarlett is a saint) then (Scarlett is a sinner and Mason is a saint and Mason is a sinner)". So who is a saint and who is a sinner? (Format your answer like: "Scarlett is a saint/sinner, Mason is a saint/sinner, and Olivia is a saint/sinner")
|
Scarlett is a sinner, Mason is a saint, and Olivia is a sinner.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Scarlett",
"Mason",
"Olivia"
],
"solution": [
false,
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 4,
"statements": "(('and', ('not', ('lying', 1)), ('not', ('telling-truth', 1)), ('or', ('lying', 2), ('lying', 1), ('telling-truth', 0), ('telling-truth', 1))), ('->', ('telling-truth', 1), ('not', ('telling-truth', 0))), ('->', ('or', ('lying', 0), ('lying', 1), ('telling-truth', 2), ('telling-truth', 0)), ('and', ('lying', 0), ('telling-truth', 1), ('lying', 1))))"
}
| 3
|
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 3 inhabitants: Zoey, William, and Benjamin. Zoey expressed that Benjamin is an altruist. In William's words: "if (Benjamin is an altruist or Benjamin is an egoist or William is an altruist) then (Zoey is an egoist and William is an altruist and Benjamin is an altruist)". As Benjamin put it, "if (William is an altruist and William is an egoist and Benjamin is an altruist and Zoey is an altruist) then (Zoey is an altruist if and only if Benjamin is an altruist)". So who is an altruist and who is an egoist? (Format your answer like: "Zoey is a altruist/egoist, William is a altruist/egoist, and Benjamin is a altruist/egoist")
|
Zoey is an altruist, William is an egoist, and Benjamin is an altruist.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
},
"names": [
"Zoey",
"William",
"Benjamin"
],
"solution": [
true,
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 5,
"statements": "(('telling-truth', 2), ('->', ('or', ('telling-truth', 2), ('lying', 2), ('telling-truth', 1)), ('and', ('lying', 0), ('telling-truth', 1), ('telling-truth', 2))), ('->', ('and', ('telling-truth', 1), ('lying', 1), ('telling-truth', 2), ('telling-truth', 0)), ('<=>', ('telling-truth', 0), ('telling-truth', 2))))"
}
| 3
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 3 inhabitants: Harper, Evelyn, and Sofia. Harper expressed that (if Sofia is a sage then Evelyn is a fool) and (if Evelyn is a sage then Evelyn is a fool). Evelyn was heard saying, "it is not the case that (Evelyn is a sage or Harper is a sage or Sofia is a sage or Harper is a fool)". Sofia told you that if (Sofia is a sage and Evelyn is a sage and Evelyn is a fool and Harper is a sage) then Evelyn is a fool. So who is a sage and who is a fool? (Format your answer like: "Harper is a sage/fool, Evelyn is a sage/fool, and Sofia is a sage/fool")
|
Harper is a sage, Evelyn is a fool, and Sofia is a sage.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Harper",
"Evelyn",
"Sofia"
],
"solution": [
true,
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 6,
"statements": "(('and', ('->', ('telling-truth', 2), ('lying', 1)), ('->', ('telling-truth', 1), ('lying', 1))), ('not', ('or', ('telling-truth', 1), ('telling-truth', 0), ('telling-truth', 2), ('lying', 0))), ('->', ('and', ('telling-truth', 2), ('telling-truth', 1), ('lying', 1), ('telling-truth', 0)), ('lying', 1)))"
}
| 3
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 3 inhabitants: Sophia, Zoey, and Evelyn. "(if Sophia is a sage then Evelyn is a fool) if and only if (Zoey is a fool or Evelyn is a fool or Evelyn is a sage)," Sophia claimed. Zoey noted, "(Evelyn is a fool) if and only if (Sophia is a sage)". Evelyn commented, "(Zoey is a sage) and Evelyn is a sage and (Evelyn is a sage or Zoey is a sage or Sophia is a fool)". So who is a sage and who is a fool? (Format your answer like: "Sophia is a sage/fool, Zoey is a sage/fool, and Evelyn is a sage/fool")
|
Sophia is a sage, Zoey is a sage, and Evelyn is a fool.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Sophia",
"Zoey",
"Evelyn"
],
"solution": [
true,
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 7,
"statements": "(('<=>', ('->', ('telling-truth', 0), ('lying', 2)), ('or', ('lying', 1), ('lying', 2), ('telling-truth', 2))), ('<=>', ('not', ('telling-truth', 2)), ('not', ('lying', 0))), ('and', ('not', ('lying', 1)), ('telling-truth', 2), ('or', ('telling-truth', 2), ('telling-truth', 1), ('lying', 0))))"
}
| 3
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 3 inhabitants: Joseph, Samuel, and Isabella. In a statement by Joseph: "(Samuel is a saint) or (Samuel is a sinner) or (Samuel is a saint and Samuel is a sinner) or (if Joseph is a saint then Samuel is a sinner)". Samuel asserted: "Samuel is a saint". "(if Samuel is a saint then Isabella is a saint) if and only if (Joseph is a sinner)" - Isabella. So who is a saint and who is a sinner? (Format your answer like: "Joseph is a saint/sinner, Samuel is a saint/sinner, and Isabella is a saint/sinner")
|
Joseph is a saint, Samuel is a sinner, and Isabella is a sinner.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Joseph",
"Samuel",
"Isabella"
],
"solution": [
true,
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 8,
"statements": "(('or', ('not', ('lying', 1)), ('not', ('telling-truth', 1)), ('and', ('telling-truth', 1), ('lying', 1)), ('->', ('telling-truth', 0), ('lying', 1))), ('telling-truth', 1), ('<=>', ('->', ('telling-truth', 1), ('telling-truth', 2)), ('not', ('telling-truth', 0))))"
}
| 3
|
A very special island is inhabited only by angels and devils. Angels always tell the truth, and devils always lie. You meet 3 inhabitants: Joseph, Abigail, and Olivia. As Joseph put it, "Olivia is an angel". Abigail stated, "if (Joseph is an angel) then (Joseph is a devil if and only if Joseph is an angel)". Olivia said, "(Joseph is an angel) or (Abigail is an angel) or (Joseph is an angel or Olivia is an angel or Abigail is an angel or Abigail is a devil) or (Abigail is an angel or Joseph is an angel or Abigail is a devil)." So who is an angel and who is a devil? (Format your answer like: "Joseph is a angel/devil, Abigail is a angel/devil, and Olivia is a angel/devil")
|
Joseph is an angel, Abigail is a devil, and Olivia is an angel.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Devil",
"Knight": "Angel",
"a_knave": "a devil",
"a_knight": "an angel",
"knave": "devil",
"knight": "angel"
},
"names": [
"Joseph",
"Abigail",
"Olivia"
],
"solution": [
true,
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 9,
"statements": "(('telling-truth', 2), ('->', ('not', ('lying', 0)), ('<=>', ('lying', 0), ('telling-truth', 0))), ('or', ('not', ('lying', 0)), ('not', ('lying', 1)), ('or', ('telling-truth', 0), ('telling-truth', 2), ('telling-truth', 1), ('lying', 1)), ('or', ('telling-truth', 1), ('telling-truth', 0), ('lying', 1))))"
}
| 3
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 3 inhabitants: Aiden, Ava, and Benjamin. Aiden was heard saying, "if (Aiden is a hero or Ava is a hero) then (Aiden is a hero or Ava is a villain or Benjamin is a villain or Ava is a hero)". Ava told you that (if Aiden is a villain then Benjamin is a villain) if and only if Ava is a hero. As Benjamin put it, "(if Aiden is a villain then Aiden is a hero) if and only if (if Benjamin is a hero then Ava is a villain)". So who is a hero and who is a villain? (Format your answer like: "Aiden is a hero/villain, Ava is a hero/villain, and Benjamin is a hero/villain")
|
Aiden is a hero, Ava is a villain, and Benjamin is a hero.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"Aiden",
"Ava",
"Benjamin"
],
"solution": [
true,
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 10,
"statements": "(('->', ('or', ('telling-truth', 0), ('telling-truth', 1)), ('or', ('telling-truth', 0), ('lying', 1), ('lying', 2), ('telling-truth', 1))), ('<=>', ('->', ('lying', 0), ('lying', 2)), ('telling-truth', 1)), ('<=>', ('->', ('lying', 0), ('telling-truth', 0)), ('->', ('telling-truth', 2), ('lying', 1))))"
}
| 3
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 3 inhabitants: Ethan, Noah, and Aria. "Aria is a villain," Ethan mentioned. According to Noah, "(Noah is a hero and Ethan is a villain and Aria is a villain and Ethan is a hero) if and only if (Ethan is a villain)". "it is not the case that (Aria is a hero if and only if Noah is a villain)," Aria claimed. So who is a hero and who is a villain? (Format your answer like: "Ethan is a hero/villain, Noah is a hero/villain, and Aria is a hero/villain")
|
Ethan is a hero, Noah is a hero, and Aria is a villain.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"Ethan",
"Noah",
"Aria"
],
"solution": [
true,
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 11,
"statements": "(('lying', 2), ('<=>', ('and', ('telling-truth', 1), ('lying', 0), ('lying', 2), ('telling-truth', 0)), ('not', ('telling-truth', 0))), ('not', ('<=>', ('telling-truth', 2), ('lying', 1))))"
}
| 3
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 3 inhabitants: Jacob, Emma, and Victoria. As Jacob put it, "Victoria is a fool or Victoria is a sage". In a statement by Emma: "(Victoria is a fool and Victoria is a sage and Jacob is a fool) and (Emma is a sage or Victoria is a fool or Jacob is a fool)". "Jacob is a sage," Victoria mentioned. So who is a sage and who is a fool? (Format your answer like: "Jacob is a sage/fool, Emma is a sage/fool, and Victoria is a sage/fool")
|
Jacob is a sage, Emma is a fool, and Victoria is a sage.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Jacob",
"Emma",
"Victoria"
],
"solution": [
true,
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 12,
"statements": "(('or', ('lying', 2), ('telling-truth', 2)), ('and', ('and', ('lying', 2), ('telling-truth', 2), ('lying', 0)), ('or', ('telling-truth', 1), ('lying', 2), ('lying', 0))), ('telling-truth', 0))"
}
| 3
|
A very special island is inhabited only by heros and villains. Heros always tell the truth, and villains always lie. You meet 3 inhabitants: Emma, Matthew, and Sofia. Emma commented, "it is not the case that (if Matthew is a villain then Sofia is a villain)". "Emma is a hero or Matthew is a hero," Matthew mentioned. Sofia asserted: "(Emma is a villain and Emma is a hero) or (if Sofia is a hero then Matthew is a hero)". So who is a hero and who is a villain? (Format your answer like: "Emma is a hero/villain, Matthew is a hero/villain, and Sofia is a hero/villain")
|
Emma is a villain, Matthew is a hero, and Sofia is a hero.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Villain",
"Knight": "Hero",
"a_knave": "a villain",
"a_knight": "a hero",
"knave": "villain",
"knight": "hero"
},
"names": [
"Emma",
"Matthew",
"Sofia"
],
"solution": [
false,
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 13,
"statements": "(('not', ('->', ('lying', 1), ('lying', 2))), ('or', ('telling-truth', 0), ('telling-truth', 1)), ('or', ('and', ('lying', 0), ('telling-truth', 0)), ('->', ('telling-truth', 2), ('telling-truth', 1))))"
}
| 3
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 3 inhabitants: Sofia, Elizabeth, and Matthew. "if (Elizabeth is a sinner or Matthew is a sinner or Matthew is a saint or Sofia is a saint) then (Matthew is a sinner if and only if Sofia is a saint)," Sofia declared. According to Elizabeth, "(Sofia is a sinner if and only if Elizabeth is a saint) and (if Elizabeth is a saint then Matthew is a sinner) and (Matthew is a saint if and only if Sofia is a saint) and (Elizabeth is a sinner)". Matthew commented, "if (if Matthew is a saint then Elizabeth is a saint) then (if Elizabeth is a sinner then Sofia is a saint)". So who is a saint and who is a sinner? (Format your answer like: "Sofia is a saint/sinner, Elizabeth is a saint/sinner, and Matthew is a saint/sinner")
|
Sofia is a sinner, Elizabeth is a sinner, and Matthew is a sinner.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Sofia",
"Elizabeth",
"Matthew"
],
"solution": [
false,
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 14,
"statements": "(('->', ('or', ('lying', 1), ('lying', 2), ('telling-truth', 2), ('telling-truth', 0)), ('<=>', ('lying', 2), ('telling-truth', 0))), ('and', ('<=>', ('lying', 0), ('telling-truth', 1)), ('->', ('telling-truth', 1), ('lying', 2)), ('<=>', ('telling-truth', 2), ('telling-truth', 0)), ('not', ('telling-truth', 1))), ('->', ('->', ('telling-truth', 2), ('telling-truth', 1)), ('->', ('lying', 1), ('telling-truth', 0))))"
}
| 3
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 3 inhabitants: Jacob, Lucas, and Alexander. Jacob told you that it is not the case that (Lucas is a saint or Alexander is a sinner or Alexander is a saint). Lucas noted, "Alexander is a sinner". In a statement by Alexander: "Jacob is a saint". So who is a saint and who is a sinner? (Format your answer like: "Jacob is a saint/sinner, Lucas is a saint/sinner, and Alexander is a saint/sinner")
|
Jacob is a sinner, Lucas is a saint, and Alexander is a sinner.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Jacob",
"Lucas",
"Alexander"
],
"solution": [
false,
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 15,
"statements": "(('not', ('or', ('telling-truth', 1), ('lying', 2), ('telling-truth', 2))), ('lying', 2), ('telling-truth', 0))"
}
| 3
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 3 inhabitants: Michael, Jacob, and Olivia. Michael said, "(Olivia is a saint) and Olivia is a saint." Jacob was heard saying, "(if Olivia is a saint then Olivia is a sinner) and Michael is a saint and (Olivia is a saint) and Michael is a sinner". Olivia said that (Jacob is a sinner) and Jacob is a saint and Olivia is a saint. So who is a saint and who is a sinner? (Format your answer like: "Michael is a saint/sinner, Jacob is a saint/sinner, and Olivia is a saint/sinner")
|
Michael is a sinner, Jacob is a sinner, and Olivia is a sinner.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Michael",
"Jacob",
"Olivia"
],
"solution": [
false,
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 16,
"statements": "(('and', ('not', ('lying', 2)), ('telling-truth', 2)), ('and', ('->', ('telling-truth', 2), ('lying', 2)), ('telling-truth', 0), ('not', ('lying', 2)), ('lying', 0)), ('and', ('not', ('telling-truth', 1)), ('telling-truth', 1), ('telling-truth', 2)))"
}
| 3
|
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 3 inhabitants: Mia, Harper, and David. "(if David is a pioneer then Harper is a laggard) or (Mia is a pioneer and Harper is a laggard)" - Mia. Harper commented, "it is not the case that (Mia is a pioneer and David is a pioneer and David is a laggard)". David remarked, "Mia is a laggard or (if Mia is a pioneer then Harper is a pioneer) or (if David is a pioneer then Mia is a pioneer) or (Mia is a laggard or David is a pioneer)". So who is a pioneer and who is a laggard? (Format your answer like: "Mia is a pioneer/laggard, Harper is a pioneer/laggard, and David is a pioneer/laggard")
|
Mia is a laggard, Harper is a pioneer, and David is a pioneer.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
},
"names": [
"Mia",
"Harper",
"David"
],
"solution": [
false,
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 17,
"statements": "(('or', ('->', ('telling-truth', 2), ('lying', 1)), ('and', ('telling-truth', 0), ('lying', 1))), ('not', ('and', ('telling-truth', 0), ('telling-truth', 2), ('lying', 2))), ('or', ('lying', 0), ('->', ('telling-truth', 0), ('telling-truth', 1)), ('->', ('telling-truth', 2), ('telling-truth', 0)), ('or', ('lying', 0), ('telling-truth', 2))))"
}
| 3
|
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 3 inhabitants: Aiden, Sofia, and Benjamin. As Aiden put it, "Benjamin is an altruist or (if Sofia is an egoist then Benjamin is an altruist) or (Benjamin is an altruist or Sofia is an egoist)". Sofia stated, "Aiden is an altruist". Benjamin stated, "(Aiden is an altruist if and only if Aiden is an egoist) or (if Sofia is an egoist then Sofia is an altruist)". So who is an altruist and who is an egoist? (Format your answer like: "Aiden is a altruist/egoist, Sofia is a altruist/egoist, and Benjamin is a altruist/egoist")
|
Aiden is an altruist, Sofia is an altruist, and Benjamin is an altruist.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
},
"names": [
"Aiden",
"Sofia",
"Benjamin"
],
"solution": [
true,
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 18,
"statements": "(('or', ('telling-truth', 2), ('->', ('lying', 1), ('telling-truth', 2)), ('or', ('telling-truth', 2), ('lying', 1))), ('telling-truth', 0), ('or', ('<=>', ('telling-truth', 0), ('lying', 0)), ('->', ('lying', 1), ('telling-truth', 1))))"
}
| 3
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 3 inhabitants: Grace, David, and Sebastian. In a statement by Grace: "if David is a saint then (Sebastian is a sinner or David is a sinner)". David told you that it is not the case that (Sebastian is a saint and Sebastian is a sinner and David is a saint). Sebastian expressed that if (Sebastian is a saint if and only if Grace is a saint) then (Sebastian is a sinner). So who is a saint and who is a sinner? (Format your answer like: "Grace is a saint/sinner, David is a saint/sinner, and Sebastian is a saint/sinner")
|
Grace is a sinner, David is a saint, and Sebastian is a saint.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Grace",
"David",
"Sebastian"
],
"solution": [
false,
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 19,
"statements": "(('->', ('telling-truth', 1), ('or', ('lying', 2), ('lying', 1))), ('not', ('and', ('telling-truth', 2), ('lying', 2), ('telling-truth', 1))), ('->', ('<=>', ('telling-truth', 2), ('telling-truth', 0)), ('not', ('telling-truth', 2))))"
}
| 3
|
A very special island is inhabited only by sages and fools. Sages always tell the truth, and fools always lie. You meet 3 inhabitants: Penelope, David, and Aria. In a statement by Penelope: "if (David is a sage if and only if David is a fool) then (David is a sage)". As David put it, "Aria is a fool". Aria remarked, "(Penelope is a fool or David is a sage or Aria is a sage) or (Penelope is a sage if and only if Penelope is a fool) or (Penelope is a sage or David is a fool or Penelope is a fool or Aria is a sage)". So who is a sage and who is a fool? (Format your answer like: "Penelope is a sage/fool, David is a sage/fool, and Aria is a sage/fool")
|
Penelope is a sage, David is a fool, and Aria is a sage.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Fool",
"Knight": "Sage",
"a_knave": "a fool",
"a_knight": "a sage",
"knave": "fool",
"knight": "sage"
},
"names": [
"Penelope",
"David",
"Aria"
],
"solution": [
true,
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 20,
"statements": "(('->', ('<=>', ('telling-truth', 1), ('lying', 1)), ('not', ('lying', 1))), ('lying', 2), ('or', ('or', ('lying', 0), ('telling-truth', 1), ('telling-truth', 2)), ('<=>', ('telling-truth', 0), ('lying', 0)), ('or', ('telling-truth', 0), ('lying', 1), ('lying', 0), ('telling-truth', 2))))"
}
| 3
|
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 3 inhabitants: Matthew, Emily, and Ethan. Matthew stated, "Ethan is a laggard". "if Ethan is a laggard then (Emily is a laggard)," Emily claimed. "Matthew is a laggard," Ethan claimed. So who is a pioneer and who is a laggard? (Format your answer like: "Matthew is a pioneer/laggard, Emily is a pioneer/laggard, and Ethan is a pioneer/laggard")
|
Matthew is a laggard, Emily is a pioneer, and Ethan is a pioneer.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
},
"names": [
"Matthew",
"Emily",
"Ethan"
],
"solution": [
false,
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 21,
"statements": "(('lying', 2), ('->', ('lying', 2), ('not', ('telling-truth', 1))), ('lying', 0))"
}
| 3
|
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 3 inhabitants: Joseph, Ava, and Mia. Joseph was heard saying, "it is not the case that (Mia is a knight or Ava is a knave or Mia is a knave or Ava is a knight)". Ava stated, "(Joseph is a knave if and only if Mia is a knight) if and only if (Mia is a knave or Joseph is a knight or Joseph is a knave or Mia is a knight)". Mia commented, "(if Ava is a knave then Joseph is a knave) and (Joseph is a knight or Ava is a knave or Mia is a knight or Ava is a knight)". So who is a knight and who is a knave? (Format your answer like: "Joseph is a knight/knave, Ava is a knight/knave, and Mia is a knight/knave")
|
Joseph is a knave, Ava is a knight, and Mia is a knight.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
},
"names": [
"Joseph",
"Ava",
"Mia"
],
"solution": [
false,
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 22,
"statements": "(('not', ('or', ('telling-truth', 2), ('lying', 1), ('lying', 2), ('telling-truth', 1))), ('<=>', ('<=>', ('lying', 0), ('telling-truth', 2)), ('or', ('lying', 2), ('telling-truth', 0), ('lying', 0), ('telling-truth', 2))), ('and', ('->', ('lying', 1), ('lying', 0)), ('or', ('telling-truth', 0), ('lying', 1), ('telling-truth', 2), ('telling-truth', 1))))"
}
| 3
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 3 inhabitants: Scarlett, Jacob, and Lucas. Scarlett commented, "(Jacob is a sinner if and only if Lucas is a saint) if and only if (Lucas is a sinner if and only if Jacob is a sinner)". Jacob said, "(Scarlett is a sinner or Lucas is a sinner or Lucas is a saint or Jacob is a saint) or Scarlett is a sinner or (Lucas is a sinner if and only if Scarlett is a saint) or (if Lucas is a sinner then Scarlett is a sinner)." Lucas noted, "(Jacob is a sinner or Jacob is a saint or Scarlett is a sinner or Scarlett is a saint) or Jacob is a sinner or (Scarlett is a sinner or Jacob is a sinner) or (Scarlett is a sinner and Scarlett is a saint)". So who is a saint and who is a sinner? (Format your answer like: "Scarlett is a saint/sinner, Jacob is a saint/sinner, and Lucas is a saint/sinner")
|
Scarlett is a sinner, Jacob is a saint, and Lucas is a saint.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Scarlett",
"Jacob",
"Lucas"
],
"solution": [
false,
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 23,
"statements": "(('<=>', ('<=>', ('lying', 1), ('telling-truth', 2)), ('<=>', ('lying', 2), ('lying', 1))), ('or', ('or', ('lying', 0), ('lying', 2), ('telling-truth', 2), ('telling-truth', 1)), ('lying', 0), ('<=>', ('lying', 2), ('telling-truth', 0)), ('->', ('lying', 2), ('lying', 0))), ('or', ('or', ('lying', 1), ('telling-truth', 1), ('lying', 0), ('telling-truth', 0)), ('lying', 1), ('or', ('lying', 0), ('lying', 1)), ('and', ('lying', 0), ('telling-truth', 0))))"
}
| 3
|
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 3 inhabitants: Sofia, Lily, and Oliver. According to Sofia, "Oliver is an altruist". In a statement by Lily: "if (Lily is an egoist) then (Oliver is an egoist if and only if Sofia is an egoist)". Oliver commented, "Sofia is an egoist or (Lily is an altruist) or (Sofia is an altruist or Oliver is an altruist or Lily is an egoist or Lily is an altruist) or (if Lily is an altruist then Lily is an egoist)". So who is an altruist and who is an egoist? (Format your answer like: "Sofia is a altruist/egoist, Lily is a altruist/egoist, and Oliver is a altruist/egoist")
|
Sofia is an altruist, Lily is an altruist, and Oliver is an altruist.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
},
"names": [
"Sofia",
"Lily",
"Oliver"
],
"solution": [
true,
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 24,
"statements": "(('not', ('lying', 2)), ('->', ('not', ('telling-truth', 1)), ('<=>', ('lying', 2), ('lying', 0))), ('or', ('lying', 0), ('not', ('lying', 1)), ('or', ('telling-truth', 0), ('telling-truth', 2), ('lying', 1), ('telling-truth', 1)), ('->', ('telling-truth', 1), ('lying', 1))))"
}
| 3
|
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 3 inhabitants: Scarlett, Emily, and Michael. Scarlett said, "Emily is a laggard." Emily stated, "(Michael is a laggard) and (if Emily is a pioneer then Michael is a laggard) and (Michael is a pioneer and Scarlett is a pioneer and Michael is a laggard and Scarlett is a laggard) and Michael is a pioneer". Michael expressed that Emily is a laggard. So who is a pioneer and who is a laggard? (Format your answer like: "Scarlett is a pioneer/laggard, Emily is a pioneer/laggard, and Michael is a pioneer/laggard")
|
Scarlett is a pioneer, Emily is a laggard, and Michael is a pioneer.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
},
"names": [
"Scarlett",
"Emily",
"Michael"
],
"solution": [
true,
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 25,
"statements": "(('lying', 1), ('and', ('not', ('telling-truth', 2)), ('->', ('telling-truth', 1), ('lying', 2)), ('and', ('telling-truth', 2), ('telling-truth', 0), ('lying', 2), ('lying', 0)), ('telling-truth', 2)), ('lying', 1))"
}
| 3
|
A very special island is inhabited only by knights and knaves. Knights always tell the truth, and knaves always lie. You meet 3 inhabitants: David, Abigail, and James. In David's words: "(James is a knight if and only if Abigail is a knave) and (Abigail is a knave if and only if James is a knave)". As Abigail put it, "if (James is a knight or James is a knave) then (David is a knight)". James was heard saying, "Abigail is a knight". So who is a knight and who is a knave? (Format your answer like: "David is a knight/knave, Abigail is a knight/knave, and James is a knight/knave")
|
David is a knave, Abigail is a knave, and James is a knave.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Knave",
"Knight": "Knight",
"a_knave": "a knave",
"a_knight": "a knight",
"knave": "knave",
"knight": "knight"
},
"names": [
"David",
"Abigail",
"James"
],
"solution": [
false,
false,
false
],
"source_dataset": "knights_knaves",
"source_index": 26,
"statements": "(('and', ('<=>', ('telling-truth', 2), ('lying', 1)), ('<=>', ('lying', 1), ('lying', 2))), ('->', ('or', ('telling-truth', 2), ('lying', 2)), ('not', ('lying', 0))), ('telling-truth', 1))"
}
| 3
|
A very special island is inhabited only by pioneers and laggards. Pioneers always tell the truth, and laggards always lie. You meet 3 inhabitants: Aurora, Elizabeth, and James. "Aurora is a pioneer and James is a laggard" - Aurora. "(Aurora is a laggard) if and only if (Aurora is a laggard or James is a laggard or James is a pioneer or Aurora is a pioneer)," Elizabeth claimed. James noted, "(if Elizabeth is a pioneer then Aurora is a laggard) or (Aurora is a pioneer)". So who is a pioneer and who is a laggard? (Format your answer like: "Aurora is a pioneer/laggard, Elizabeth is a pioneer/laggard, and James is a pioneer/laggard")
|
Aurora is a laggard, Elizabeth is a pioneer, and James is a pioneer.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Laggard",
"Knight": "Pioneer",
"a_knave": "a laggard",
"a_knight": "a pioneer",
"knave": "laggard",
"knight": "pioneer"
},
"names": [
"Aurora",
"Elizabeth",
"James"
],
"solution": [
false,
true,
true
],
"source_dataset": "knights_knaves",
"source_index": 27,
"statements": "(('and', ('telling-truth', 0), ('lying', 2)), ('<=>', ('not', ('telling-truth', 0)), ('or', ('lying', 0), ('lying', 2), ('telling-truth', 2), ('telling-truth', 0))), ('or', ('->', ('telling-truth', 1), ('lying', 0)), ('not', ('lying', 0))))"
}
| 3
|
A very special island is inhabited only by altruists and egoists. Altruists always tell the truth, and egoists always lie. You meet 3 inhabitants: Abigail, Olivia, and Owen. Abigail said that it is not the case that (Owen is an altruist). Olivia asserted: "Olivia is an altruist or (if Olivia is an altruist then Abigail is an altruist)". Owen expressed that Olivia is an altruist if and only if (Abigail is an altruist if and only if Owen is an altruist). So who is an altruist and who is an egoist? (Format your answer like: "Abigail is a altruist/egoist, Olivia is a altruist/egoist, and Owen is a altruist/egoist")
|
Abigail is an altruist, Olivia is an altruist, and Owen is an egoist.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Egoist",
"Knight": "Altruist",
"a_knave": "an egoist",
"a_knight": "an altruist",
"knave": "egoist",
"knight": "altruist"
},
"names": [
"Abigail",
"Olivia",
"Owen"
],
"solution": [
true,
true,
false
],
"source_dataset": "knights_knaves",
"source_index": 28,
"statements": "(('not', ('not', ('lying', 2))), ('or', ('telling-truth', 1), ('->', ('telling-truth', 1), ('telling-truth', 0))), ('<=>', ('telling-truth', 1), ('<=>', ('telling-truth', 0), ('telling-truth', 2))))"
}
| 3
|
A very special island is inhabited only by saints and sinners. Saints always tell the truth, and sinners always lie. You meet 3 inhabitants: Elizabeth, Joseph, and Isabella. Elizabeth commented, "it is not the case that (Isabella is a saint)". Joseph said, "(if Elizabeth is a saint then Isabella is a saint) if and only if (Isabella is a sinner)." In a statement by Isabella: "(Elizabeth is a saint and Joseph is a sinner and Isabella is a saint) or (Joseph is a sinner or Isabella is a saint or Elizabeth is a sinner or Joseph is a saint) or (Joseph is a saint if and only if Isabella is a saint)". So who is a saint and who is a sinner? (Format your answer like: "Elizabeth is a saint/sinner, Joseph is a saint/sinner, and Isabella is a saint/sinner")
|
Elizabeth is a sinner, Joseph is a sinner, and Isabella is a saint.
|
{
"difficulty": {
"depth_constraint": 3,
"n_people": 3,
"width_constraint": 4
},
"knight_knave_terms": {
"Knave": "Sinner",
"Knight": "Saint",
"a_knave": "a sinner",
"a_knight": "a saint",
"knave": "sinner",
"knight": "saint"
},
"names": [
"Elizabeth",
"Joseph",
"Isabella"
],
"solution": [
false,
false,
true
],
"source_dataset": "knights_knaves",
"source_index": 29,
"statements": "(('not', ('not', ('lying', 2))), ('<=>', ('->', ('telling-truth', 0), ('telling-truth', 2)), ('not', ('telling-truth', 2))), ('or', ('and', ('telling-truth', 0), ('lying', 1), ('telling-truth', 2)), ('or', ('lying', 1), ('telling-truth', 2), ('lying', 0), ('telling-truth', 1)), ('<=>', ('telling-truth', 1), ('telling-truth', 2))))"
}
| 3
|
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 41