id string | sentence string | structure list | middle_entity string | all_entities list | questions list | total_questions int64 | complexity_level string |
|---|---|---|---|---|---|---|---|
complexity_1_sentence_1 | The train that the airplane whistled at taxied. | [
{
"subject": "train",
"action": "taxied",
"object": null
},
{
"subject": "airplane",
"action": "whistled at",
"object": "train"
}
] | train | [
"airplane",
"train"
] | [
{
"question": "What did the airplane do?",
"answer": "whistle at the train",
"type": "action_performed",
"difficulty": "easy",
"entity": "airplane",
"is_middle_entity": false,
"entity_name": "airplane"
},
{
"question": "What was affected by the airplane?",
"answer": "the trai... | 12 | complexity_1 |
complexity_1_sentence_2 | The waiter that the mailman seated delivered mail. | [
{
"subject": "waiter",
"action": "delivered mail",
"object": null
},
{
"subject": "mailman",
"action": "seated",
"object": "waiter"
}
] | waiter | [
"mailman",
"waiter"
] | [
{
"question": "What did the mailman do?",
"answer": "seat the waiter",
"type": "action_performed",
"difficulty": "easy",
"entity": "mailman",
"is_middle_entity": false,
"entity_name": "mailman"
},
{
"question": "Who was affected by the mailman?",
"answer": "the waiter",
"... | 12 | complexity_1 |
complexity_1_sentence_3 | The teacher that the surgeon assigned homework to sutured. | [
{
"subject": "teacher",
"action": "sutured",
"object": null
},
{
"subject": "surgeon",
"action": "assigned homework to",
"object": "teacher"
}
] | teacher | [
"surgeon",
"teacher"
] | [
{
"question": "What did the surgeon do?",
"answer": "assign homework to the teacher",
"type": "action_performed",
"difficulty": "easy",
"entity": "surgeon",
"is_middle_entity": false,
"entity_name": "surgeon"
},
{
"question": "Who was affected by the surgeon?",
"answer": "the... | 12 | complexity_1 |
complexity_1_sentence_4 | The lawyer that the doctor cross-examined diagnosed. | [
{
"subject": "lawyer",
"action": "diagnosed",
"object": null
},
{
"subject": "doctor",
"action": "cross-examined",
"object": "lawyer"
}
] | lawyer | [
"lawyer",
"doctor"
] | [
{
"question": "What did the lawyer do?",
"answer": "diagnose",
"type": "action_performed",
"difficulty": "easy",
"entity": "lawyer",
"is_middle_entity": true,
"entity_name": "lawyer"
},
{
"question": "Who cross-examined the lawyer?",
"answer": "the doctor",
"type": "agent... | 12 | complexity_1 |
complexity_1_sentence_5 | The truck that the boat towed anchored. | [
{
"subject": "truck",
"action": "anchored",
"object": null
},
{
"subject": "boat",
"action": "towed",
"object": "truck"
}
] | truck | [
"boat",
"truck"
] | [
{
"question": "What did the boat do?",
"answer": "tow the truck",
"type": "action_performed",
"difficulty": "easy",
"entity": "boat",
"is_middle_entity": false,
"entity_name": "boat"
},
{
"question": "What was affected by the boat?",
"answer": "the truck",
"type": "agent_... | 12 | complexity_1 |
complexity_1_sentence_6 | The firefighter that the nurse rescued nursed. | [
{
"subject": "firefighter",
"action": "nursed",
"object": null
},
{
"subject": "nurse",
"action": "rescued",
"object": "firefighter"
}
] | firefighter | [
"nurse",
"firefighter"
] | [
{
"question": "What did the nurse do?",
"answer": "rescue the firefighter",
"type": "action_performed",
"difficulty": "easy",
"entity": "nurse",
"is_middle_entity": false,
"entity_name": "nurse"
},
{
"question": "Who was affected by the nurse?",
"answer": "the firefighter",
... | 12 | complexity_1 |
complexity_1_sentence_7 | The teacher that the principal assigned homework to toured the school. | [
{
"subject": "teacher",
"action": "toured the school",
"object": null
},
{
"subject": "principal",
"action": "assigned homework to",
"object": "teacher"
}
] | teacher | [
"principal",
"teacher"
] | [
{
"question": "What did the principal do?",
"answer": "assign homework to the teacher",
"type": "action_performed",
"difficulty": "easy",
"entity": "principal",
"is_middle_entity": false,
"entity_name": "principal"
},
{
"question": "Who was affected by the principal?",
"answe... | 12 | complexity_1 |
complexity_1_sentence_8 | The waiter that the doctor took food orders from diagnosed. | [
{
"subject": "waiter",
"action": "diagnosed",
"object": null
},
{
"subject": "doctor",
"action": "took food orders from",
"object": "waiter"
}
] | waiter | [
"waiter",
"doctor"
] | [
{
"question": "What did the waiter do?",
"answer": "diagnose",
"type": "action_performed",
"difficulty": "easy",
"entity": "waiter",
"is_middle_entity": true,
"entity_name": "waiter"
},
{
"question": "Who took food orders from the waiter?",
"answer": "the doctor",
"type":... | 12 | complexity_1 |
complexity_1_sentence_9 | The starfish that the vulture crawled toward scavenged. | [
{
"subject": "starfish",
"action": "scavenged",
"object": null
},
{
"subject": "vulture",
"action": "crawled toward",
"object": "starfish"
}
] | starfish | [
"starfish",
"vulture"
] | [
{
"question": "What did the starfish do?",
"answer": "scavenge",
"type": "action_performed",
"difficulty": "easy",
"entity": "starfish",
"is_middle_entity": true,
"entity_name": "starfish"
},
{
"question": "What crawled toward the starfish?",
"answer": "the vulture",
"typ... | 12 | complexity_1 |
complexity_1_sentence_10 | The giraffe that the sheep stretched toward baaed. | [
{
"subject": "giraffe",
"action": "baaed",
"object": null
},
{
"subject": "sheep",
"action": "stretched toward",
"object": "giraffe"
}
] | giraffe | [
"sheep",
"giraffe"
] | [
{
"question": "What did the sheep do?",
"answer": "stretch toward the giraffe",
"type": "action_performed",
"difficulty": "easy",
"entity": "sheep",
"is_middle_entity": false,
"entity_name": "sheep"
},
{
"question": "What was affected by the sheep?",
"answer": "the giraffe",
... | 12 | complexity_1 |
complexity_1_sentence_11 | The principal that the judge disciplined gaveled. | [
{
"subject": "principal",
"action": "gaveled",
"object": null
},
{
"subject": "judge",
"action": "disciplined",
"object": "principal"
}
] | principal | [
"principal",
"judge"
] | [
{
"question": "What did the principal do?",
"answer": "gavel",
"type": "action_performed",
"difficulty": "easy",
"entity": "principal",
"is_middle_entity": true,
"entity_name": "principal"
},
{
"question": "Who disciplined the principal?",
"answer": "the judge",
"type": "... | 12 | complexity_1 |
complexity_1_sentence_12 | The horse that the elephant neighed at trumpeted. | [
{
"subject": "horse",
"action": "trumpeted",
"object": null
},
{
"subject": "elephant",
"action": "neighed at",
"object": "horse"
}
] | horse | [
"elephant",
"horse"
] | [
{
"question": "What did the elephant do?",
"answer": "neigh at the horse",
"type": "action_performed",
"difficulty": "easy",
"entity": "elephant",
"is_middle_entity": false,
"entity_name": "elephant"
},
{
"question": "What was affected by the elephant?",
"answer": "the horse"... | 12 | complexity_1 |
complexity_1_sentence_13 | The lawyer that the principal cross-examined toured the school. | [
{
"subject": "lawyer",
"action": "toured the school",
"object": null
},
{
"subject": "principal",
"action": "cross-examined",
"object": "lawyer"
}
] | lawyer | [
"principal",
"lawyer"
] | [
{
"question": "What did the principal do?",
"answer": "cross-examine the lawyer",
"type": "action_performed",
"difficulty": "easy",
"entity": "principal",
"is_middle_entity": false,
"entity_name": "principal"
},
{
"question": "Who was affected by the principal?",
"answer": "t... | 12 | complexity_1 |
complexity_1_sentence_14 | The coyote that the lizard yipped at darted. | [
{
"subject": "coyote",
"action": "darted",
"object": null
},
{
"subject": "lizard",
"action": "yipped at",
"object": "coyote"
}
] | coyote | [
"lizard",
"coyote"
] | [
{
"question": "What did the lizard do?",
"answer": "yip at the coyote",
"type": "action_performed",
"difficulty": "easy",
"entity": "lizard",
"is_middle_entity": false,
"entity_name": "lizard"
},
{
"question": "What was affected by the lizard?",
"answer": "the coyote",
"t... | 12 | complexity_1 |
complexity_1_sentence_15 | The principal that the doctor suspended diagnosed. | [
{
"subject": "principal",
"action": "diagnosed",
"object": null
},
{
"subject": "doctor",
"action": "suspended",
"object": "principal"
}
] | principal | [
"principal",
"doctor"
] | [
{
"question": "What did the principal do?",
"answer": "diagnose",
"type": "action_performed",
"difficulty": "easy",
"entity": "principal",
"is_middle_entity": true,
"entity_name": "principal"
},
{
"question": "Who suspended the principal?",
"answer": "the doctor",
"type":... | 12 | complexity_1 |
complexity_1_sentence_16 | The nurse that the judge took the temperature of gaveled. | [
{
"subject": "nurse",
"action": "gaveled",
"object": null
},
{
"subject": "judge",
"action": "took the temperature of",
"object": "nurse"
}
] | nurse | [
"nurse",
"judge"
] | [
{
"question": "What did the nurse do?",
"answer": "gavel",
"type": "action_performed",
"difficulty": "easy",
"entity": "nurse",
"is_middle_entity": true,
"entity_name": "nurse"
},
{
"question": "Who took the temperature of the nurse?",
"answer": "the judge",
"type": "agen... | 12 | complexity_1 |
complexity_1_sentence_17 | The donkey that the vulture brayed at scavenged. | [
{
"subject": "donkey",
"action": "scavenged",
"object": null
},
{
"subject": "vulture",
"action": "brayed at",
"object": "donkey"
}
] | donkey | [
"donkey",
"vulture"
] | [
{
"question": "What did the donkey do?",
"answer": "scavenge",
"type": "action_performed",
"difficulty": "easy",
"entity": "donkey",
"is_middle_entity": true,
"entity_name": "donkey"
},
{
"question": "What brayed at the donkey?",
"answer": "the vulture",
"type": "agent_id... | 12 | complexity_1 |
complexity_1_sentence_18 | The motorcycle that the boat wheelied at sailed. | [
{
"subject": "motorcycle",
"action": "sailed",
"object": null
},
{
"subject": "boat",
"action": "wheelied at",
"object": "motorcycle"
}
] | motorcycle | [
"boat",
"motorcycle"
] | [
{
"question": "What did the boat do?",
"answer": "wheelie at the motorcycle",
"type": "action_performed",
"difficulty": "easy",
"entity": "boat",
"is_middle_entity": false,
"entity_name": "boat"
},
{
"question": "What was affected by the boat?",
"answer": "the motorcycle",
... | 12 | complexity_1 |
complexity_1_sentence_19 | The whale that the mouse spouted at squeaked. | [
{
"subject": "whale",
"action": "squeaked",
"object": null
},
{
"subject": "mouse",
"action": "spouted at",
"object": "whale"
}
] | whale | [
"whale",
"mouse"
] | [
{
"question": "What did the whale do?",
"answer": "squeak",
"type": "action_performed",
"difficulty": "easy",
"entity": "whale",
"is_middle_entity": true,
"entity_name": "whale"
},
{
"question": "What spouted at the whale?",
"answer": "the mouse",
"type": "agent_identific... | 12 | complexity_1 |
complexity_1_sentence_20 | The photographer that the police officer shot responded to a 911 call. | [
{
"subject": "photographer",
"action": "responded to a 911 call",
"object": null
},
{
"subject": "police officer",
"action": "shot",
"object": "photographer"
}
] | photographer | [
"police officer",
"photographer"
] | [
{
"question": "What did the police officer do?",
"answer": "shoot the photographer",
"type": "action_performed",
"difficulty": "easy",
"entity": "police officer",
"is_middle_entity": false,
"entity_name": "police officer"
},
{
"question": "What was affected by the police officer?... | 12 | complexity_1 |
complexity_1_sentence_21 | The pig that the bear snorted at lumbered. | [
{
"subject": "pig",
"action": "lumbered",
"object": null
},
{
"subject": "bear",
"action": "snorted at",
"object": "pig"
}
] | pig | [
"pig",
"bear"
] | [
{
"question": "What did the pig do?",
"answer": "lumber",
"type": "action_performed",
"difficulty": "easy",
"entity": "pig",
"is_middle_entity": true,
"entity_name": "pig"
},
{
"question": "What snorted at the pig?",
"answer": "the bear",
"type": "agent_identification",
... | 12 | complexity_1 |
complexity_1_sentence_22 | The motorcycle that the train wheelied at steamed. | [
{
"subject": "motorcycle",
"action": "steamed",
"object": null
},
{
"subject": "train",
"action": "wheelied at",
"object": "motorcycle"
}
] | motorcycle | [
"train",
"motorcycle"
] | [
{
"question": "What did the train do?",
"answer": "wheelie at the motorcycle",
"type": "action_performed",
"difficulty": "easy",
"entity": "train",
"is_middle_entity": false,
"entity_name": "train"
},
{
"question": "What was affected by the train?",
"answer": "the motorcycle"... | 12 | complexity_1 |
complexity_1_sentence_23 | The frog that the spider croaked at crawled. | [
{
"subject": "frog",
"action": "crawled",
"object": null
},
{
"subject": "spider",
"action": "croaked at",
"object": "frog"
}
] | frog | [
"frog",
"spider"
] | [
{
"question": "What did the frog do?",
"answer": "crawl",
"type": "action_performed",
"difficulty": "easy",
"entity": "frog",
"is_middle_entity": true,
"entity_name": "frog"
},
{
"question": "What croaked at the frog?",
"answer": "the spider",
"type": "agent_identificatio... | 12 | complexity_1 |
complexity_1_sentence_24 | The teacher that the mailman assigned homework to sorted mail. | [
{
"subject": "teacher",
"action": "sorted mail",
"object": null
},
{
"subject": "mailman",
"action": "assigned homework to",
"object": "teacher"
}
] | teacher | [
"mailman",
"teacher"
] | [
{
"question": "What did the mailman do?",
"answer": "assign homework to the teacher",
"type": "action_performed",
"difficulty": "easy",
"entity": "mailman",
"is_middle_entity": false,
"entity_name": "mailman"
},
{
"question": "Who was affected by the mailman?",
"answer": "the... | 12 | complexity_1 |
complexity_1_sentence_25 | The bicycle that the spaceship rang the bell at orbited. | [
{
"subject": "bicycle",
"action": "orbited",
"object": null
},
{
"subject": "spaceship",
"action": "rang the bell at",
"object": "bicycle"
}
] | bicycle | [
"bicycle",
"spaceship"
] | [
{
"question": "What did the bicycle do?",
"answer": "orbit",
"type": "action_performed",
"difficulty": "easy",
"entity": "bicycle",
"is_middle_entity": true,
"entity_name": "bicycle"
},
{
"question": "What rang the bell at the bicycle?",
"answer": "the spaceship",
"type":... | 12 | complexity_1 |
complexity_1_sentence_26 | The doctor that the mailman prescribed medicine to sorted mail. | [
{
"subject": "doctor",
"action": "sorted mail",
"object": null
},
{
"subject": "mailman",
"action": "prescribed medicine to",
"object": "doctor"
}
] | doctor | [
"mailman",
"doctor"
] | [
{
"question": "What did the mailman do?",
"answer": "prescribe medicine to the doctor",
"type": "action_performed",
"difficulty": "easy",
"entity": "mailman",
"is_middle_entity": false,
"entity_name": "mailman"
},
{
"question": "Who was affected by the mailman?",
"answer": "t... | 12 | complexity_1 |
complexity_1_sentence_27 | The bee that the lion stung roared. | [
{
"subject": "bee",
"action": "roared",
"object": null
},
{
"subject": "lion",
"action": "stung",
"object": "bee"
}
] | bee | [
"lion",
"bee"
] | [
{
"question": "What did the lion do?",
"answer": "sting the bee",
"type": "action_performed",
"difficulty": "easy",
"entity": "lion",
"is_middle_entity": false,
"entity_name": "lion"
},
{
"question": "What was affected by the lion?",
"answer": "the bee",
"type": "agent_id... | 12 | complexity_1 |
complexity_1_sentence_28 | The doctor that the judge examined with a stethoscope gaveled. | [
{
"subject": "doctor",
"action": "gaveled",
"object": null
},
{
"subject": "judge",
"action": "examined with a stethoscope",
"object": "doctor"
}
] | doctor | [
"doctor",
"judge"
] | [
{
"question": "What did the doctor do?",
"answer": "gavel",
"type": "action_performed",
"difficulty": "easy",
"entity": "doctor",
"is_middle_entity": true,
"entity_name": "doctor"
},
{
"question": "Who examined the doctor with a stethoscope ?",
"answer": "the judge",
"typ... | 12 | complexity_1 |
complexity_1_sentence_29 | The ambulance that the boat blared the siren at docked. | [
{
"subject": "ambulance",
"action": "docked",
"object": null
},
{
"subject": "boat",
"action": "blared the siren at",
"object": "ambulance"
}
] | ambulance | [
"ambulance",
"boat"
] | [
{
"question": "What did the ambulance do?",
"answer": "dock",
"type": "action_performed",
"difficulty": "easy",
"entity": "ambulance",
"is_middle_entity": true,
"entity_name": "ambulance"
},
{
"question": "What blared the siren at the ambulance?",
"answer": "the boat",
"t... | 12 | complexity_1 |
complexity_1_sentence_30 | The boat that the bicycle anchored near pedaled. | [
{
"subject": "boat",
"action": "pedaled",
"object": null
},
{
"subject": "bicycle",
"action": "anchored near",
"object": "boat"
}
] | boat | [
"bicycle",
"boat"
] | [
{
"question": "What did the bicycle do?",
"answer": "anchor near the boat",
"type": "action_performed",
"difficulty": "easy",
"entity": "bicycle",
"is_middle_entity": false,
"entity_name": "bicycle"
},
{
"question": "What was affected by the bicycle?",
"answer": "the boat",
... | 12 | complexity_1 |
complexity_2_sentence_1 | The bicycle that the airplane that the train pedaled past whistled at taxied. | [
{
"subject": "bicycle",
"action": "taxied",
"object": null
},
{
"subject": "airplane",
"action": "whistled at",
"object": "bicycle"
},
{
"subject": "train",
"action": "pedaled past",
"object": "airplane"
}
] | airplane | [
"airplane",
"train",
"bicycle"
] | [
{
"question": "What did the airplane do?",
"answer": "whistle at the bicycle",
"type": "action_performed",
"difficulty": "easy",
"entity": "airplane",
"is_middle_entity": true,
"entity_name": "airplane"
},
{
"question": "What pedaled past the airplane?",
"answer": "the train"... | 18 | complexity_2 |
complexity_2_sentence_2 | The elephant that the dolphin that the butterfly trumpeted at fluttered toward clicked. | [
{
"subject": "elephant",
"action": "clicked",
"object": null
},
{
"subject": "dolphin",
"action": "fluttered toward",
"object": "elephant"
},
{
"subject": "butterfly",
"action": "trumpeted at",
"object": "dolphin"
}
] | dolphin | [
"elephant",
"butterfly",
"dolphin"
] | [
{
"question": "What did the elephant do?",
"answer": "click",
"type": "action_performed",
"difficulty": "easy",
"entity": "elephant",
"is_middle_entity": false,
"entity_name": "elephant"
},
{
"question": "What fluttered toward the elephant?",
"answer": "the dolphin",
"typ... | 18 | complexity_2 |
complexity_2_sentence_3 | The butterfly that the moose that the donkey fluttered toward kicked bellowed. | [
{
"subject": "butterfly",
"action": "bellowed",
"object": null
},
{
"subject": "moose",
"action": "kicked",
"object": "butterfly"
},
{
"subject": "donkey",
"action": "fluttered toward",
"object": "moose"
}
] | moose | [
"donkey",
"butterfly",
"moose"
] | [
{
"question": "What did the donkey do?",
"answer": "flutter toward the moose",
"type": "action_performed",
"difficulty": "easy",
"entity": "donkey",
"is_middle_entity": false,
"entity_name": "donkey"
},
{
"question": "What was affected by the donkey?",
"answer": "the moose",
... | 18 | complexity_2 |
complexity_2_sentence_4 | The butterfly that the rabbit that the seagull fluttered toward dive-bombed hopped. | [
{
"subject": "butterfly",
"action": "hopped",
"object": null
},
{
"subject": "rabbit",
"action": "dive-bombed",
"object": "butterfly"
},
{
"subject": "seagull",
"action": "fluttered toward",
"object": "rabbit"
}
] | rabbit | [
"rabbit",
"butterfly",
"seagull"
] | [
{
"question": "What did the rabbit do?",
"answer": "dive-bomb the butterfly",
"type": "action_performed",
"difficulty": "easy",
"entity": "rabbit",
"is_middle_entity": true,
"entity_name": "rabbit"
},
{
"question": "What fluttered toward the rabbit?",
"answer": "the seagull",... | 18 | complexity_2 |
complexity_2_sentence_5 | The train that the truck that the airplane whistled at strafed jackknifed. | [
{
"subject": "train",
"action": "jackknifed",
"object": null
},
{
"subject": "truck",
"action": "strafed",
"object": "train"
},
{
"subject": "airplane",
"action": "whistled at",
"object": "truck"
}
] | truck | [
"airplane",
"train",
"truck"
] | [
{
"question": "What did the airplane do?",
"answer": "whistle at the truck",
"type": "action_performed",
"difficulty": "easy",
"entity": "airplane",
"is_middle_entity": false,
"entity_name": "airplane"
},
{
"question": "What was affected by the airplane?",
"answer": "the truc... | 18 | complexity_2 |
complexity_2_sentence_6 | The photographer that the police officer that the judge developed photos of gaveled responded to a 911 call. | [
{
"subject": "photographer",
"action": "responded to a 911 call",
"object": null
},
{
"subject": "police officer",
"action": "gaveled",
"object": "photographer"
},
{
"subject": "judge",
"action": "developed photos of",
"object": "police officer"
}
] | police officer | [
"police officer",
"judge",
"photographer"
] | [
{
"question": "What did the police officer do?",
"answer": "gavel the photographer",
"type": "action_performed",
"difficulty": "easy",
"entity": "police officer",
"is_middle_entity": true,
"entity_name": "police officer"
},
{
"question": "Who developed photos of the police office... | 18 | complexity_2 |
complexity_2_sentence_7 | The mailman that the surgeon that the teacher delivered mail to graded sutured. | [
{
"subject": "mailman",
"action": "sutured",
"object": null
},
{
"subject": "surgeon",
"action": "graded",
"object": "mailman"
},
{
"subject": "teacher",
"action": "delivered mail to",
"object": "surgeon"
}
] | surgeon | [
"mailman",
"surgeon",
"teacher"
] | [
{
"question": "What did the mailman do?",
"answer": "suture",
"type": "action_performed",
"difficulty": "easy",
"entity": "mailman",
"is_middle_entity": false,
"entity_name": "mailman"
},
{
"question": "Who graded the mailman?",
"answer": "the surgeon",
"type": "agent_ide... | 18 | complexity_2 |
complexity_2_sentence_8 | The airplane that the motorcycle that the bicycle strafed cycled around wheelied. | [
{
"subject": "airplane",
"action": "wheelied",
"object": null
},
{
"subject": "motorcycle",
"action": "cycled around",
"object": "airplane"
},
{
"subject": "bicycle",
"action": "strafed",
"object": "motorcycle"
}
] | motorcycle | [
"airplane",
"bicycle",
"motorcycle"
] | [
{
"question": "What did the airplane do?",
"answer": "wheelie",
"type": "action_performed",
"difficulty": "easy",
"entity": "airplane",
"is_middle_entity": false,
"entity_name": "airplane"
},
{
"question": "What cycled around the airplane?",
"answer": "the motorcycle",
"t... | 18 | complexity_2 |
complexity_2_sentence_9 | The train that the motorcycle that the boat whistled at moored to wheelied. | [
{
"subject": "train",
"action": "wheelied",
"object": null
},
{
"subject": "motorcycle",
"action": "moored to",
"object": "train"
},
{
"subject": "boat",
"action": "whistled at",
"object": "motorcycle"
}
] | motorcycle | [
"train",
"boat",
"motorcycle"
] | [
{
"question": "What did the train do?",
"answer": "wheelie",
"type": "action_performed",
"difficulty": "easy",
"entity": "train",
"is_middle_entity": false,
"entity_name": "train"
},
{
"question": "What moored to the train?",
"answer": "the motorcycle",
"type": "agent_ide... | 18 | complexity_2 |
complexity_2_sentence_10 | The ambulance that the motorcycle that the airplane blared the siren at strafed wheelied. | [
{
"subject": "ambulance",
"action": "wheelied",
"object": null
},
{
"subject": "motorcycle",
"action": "strafed",
"object": "ambulance"
},
{
"subject": "airplane",
"action": "blared the siren at",
"object": "motorcycle"
}
] | motorcycle | [
"airplane",
"ambulance",
"motorcycle"
] | [
{
"question": "What did the airplane do?",
"answer": "siren at the motorcycle",
"type": "action_performed",
"difficulty": "easy",
"entity": "airplane",
"is_middle_entity": false,
"entity_name": "airplane"
},
{
"question": "What was affected by the airplane?",
"answer": "the m... | 18 | complexity_2 |
complexity_2_sentence_11 | The principal that the photographer that the firefighter suspended rescued photographed. | [
{
"subject": "principal",
"action": "photographed",
"object": null
},
{
"subject": "photographer",
"action": "rescued",
"object": "principal"
},
{
"subject": "firefighter",
"action": "suspended",
"object": "photographer"
}
] | photographer | [
"principal",
"firefighter",
"photographer"
] | [
{
"question": "What did the principal do?",
"answer": "photograph",
"type": "action_performed",
"difficulty": "easy",
"entity": "principal",
"is_middle_entity": false,
"entity_name": "principal"
},
{
"question": "Who rescued the principal?",
"answer": "the photographer",
... | 18 | complexity_2 |
complexity_2_sentence_12 | The teacher that the police officer that the photographer lectured to photographed responded to a 911 call. | [
{
"subject": "teacher",
"action": "responded to a 911 call",
"object": null
},
{
"subject": "police officer",
"action": "photographed",
"object": "teacher"
},
{
"subject": "photographer",
"action": "lectured to",
"object": "police officer"
}
] | police officer | [
"police officer",
"photographer",
"teacher"
] | [
{
"question": "What did the police officer do?",
"answer": "photograph the teacher",
"type": "action_performed",
"difficulty": "easy",
"entity": "police officer",
"is_middle_entity": true,
"entity_name": "police officer"
},
{
"question": "Who lectured to the police officer?",
... | 18 | complexity_2 |
complexity_2_sentence_13 | The mailman that the photographer that the waiter delivered mail to served photographed. | [
{
"subject": "mailman",
"action": "photographed",
"object": null
},
{
"subject": "photographer",
"action": "served",
"object": "mailman"
},
{
"subject": "waiter",
"action": "delivered mail to",
"object": "photographer"
}
] | photographer | [
"mailman",
"waiter",
"photographer"
] | [
{
"question": "What did the mailman do?",
"answer": "photograph",
"type": "action_performed",
"difficulty": "easy",
"entity": "mailman",
"is_middle_entity": false,
"entity_name": "mailman"
},
{
"question": "Who served the mailman?",
"answer": "the photographer",
"type": "... | 18 | complexity_2 |
complexity_2_sentence_14 | The mailman that the waiter that the photographer delivered mail to shot waited tables. | [
{
"subject": "mailman",
"action": "waited tables",
"object": null
},
{
"subject": "waiter",
"action": "shot",
"object": "mailman"
},
{
"subject": "photographer",
"action": "delivered mail to",
"object": "waiter"
}
] | waiter | [
"mailman",
"waiter",
"photographer"
] | [
{
"question": "What did the mailman do?",
"answer": "wait tables",
"type": "action_performed",
"difficulty": "easy",
"entity": "mailman",
"is_middle_entity": false,
"entity_name": "mailman"
},
{
"question": "Who shot the mailman?",
"answer": "the waiter",
"type": "agent_i... | 18 | complexity_2 |
complexity_2_sentence_15 | The ambulance that the train that the spaceship blared the siren at orbited steamed. | [
{
"subject": "ambulance",
"action": "steamed",
"object": null
},
{
"subject": "train",
"action": "orbited",
"object": "ambulance"
},
{
"subject": "spaceship",
"action": "blared the siren at",
"object": "train"
}
] | train | [
"train",
"ambulance",
"spaceship"
] | [
{
"question": "What did the train do?",
"answer": "orbit the ambulance",
"type": "action_performed",
"difficulty": "easy",
"entity": "train",
"is_middle_entity": true,
"entity_name": "train"
},
{
"question": "What blared the siren at the train?",
"answer": "the spaceship",
... | 18 | complexity_2 |
complexity_2_sentence_16 | The deer that the parrot that the frog bounded toward hopped toward chattered. | [
{
"subject": "deer",
"action": "chattered",
"object": null
},
{
"subject": "parrot",
"action": "hopped toward",
"object": "deer"
},
{
"subject": "frog",
"action": "bounded toward",
"object": "parrot"
}
] | parrot | [
"parrot",
"deer",
"frog"
] | [
{
"question": "What did the parrot do?",
"answer": "hop toward the deer",
"type": "action_performed",
"difficulty": "easy",
"entity": "parrot",
"is_middle_entity": true,
"entity_name": "parrot"
},
{
"question": "What bounded toward the parrot?",
"answer": "the frog",
"typ... | 18 | complexity_2 |
complexity_2_sentence_17 | The airplane that the bicycle that the train strafed whistled at pedaled. | [
{
"subject": "airplane",
"action": "pedaled",
"object": null
},
{
"subject": "bicycle",
"action": "whistled at",
"object": "airplane"
},
{
"subject": "train",
"action": "strafed",
"object": "bicycle"
}
] | bicycle | [
"airplane",
"train",
"bicycle"
] | [
{
"question": "What did the airplane do?",
"answer": "pedal",
"type": "action_performed",
"difficulty": "easy",
"entity": "airplane",
"is_middle_entity": false,
"entity_name": "airplane"
},
{
"question": "What whistled at the airplane?",
"answer": "the bicycle",
"type": "... | 18 | complexity_2 |
complexity_2_sentence_18 | The lawyer that the nurse that the mailman subpoenaed delivered mail to nursed. | [
{
"subject": "lawyer",
"action": "nursed",
"object": null
},
{
"subject": "nurse",
"action": "delivered mail to",
"object": "lawyer"
},
{
"subject": "mailman",
"action": "subpoenaed",
"object": "nurse"
}
] | nurse | [
"nurse",
"lawyer",
"mailman"
] | [
{
"question": "What did the nurse do?",
"answer": "deliver mail to the lawyer",
"type": "action_performed",
"difficulty": "easy",
"entity": "nurse",
"is_middle_entity": true,
"entity_name": "nurse"
},
{
"question": "Who subpoenaed the nurse?",
"answer": "the mailman",
"ty... | 18 | complexity_2 |
complexity_2_sentence_19 | The shark that the sheep that the elephant attacked charged at baaed. | [
{
"subject": "shark",
"action": "baaed",
"object": null
},
{
"subject": "sheep",
"action": "charged at",
"object": "shark"
},
{
"subject": "elephant",
"action": "attacked",
"object": "sheep"
}
] | sheep | [
"elephant",
"shark",
"sheep"
] | [
{
"question": "What did the elephant do?",
"answer": "attack the sheep",
"type": "action_performed",
"difficulty": "easy",
"entity": "elephant",
"is_middle_entity": false,
"entity_name": "elephant"
},
{
"question": "What was affected by the elephant?",
"answer": "the sheep",
... | 18 | complexity_2 |
complexity_2_sentence_20 | The mailman that the photographer that the waiter delivered mail to seated photographed. | [
{
"subject": "mailman",
"action": "photographed",
"object": null
},
{
"subject": "photographer",
"action": "seated",
"object": "mailman"
},
{
"subject": "waiter",
"action": "delivered mail to",
"object": "photographer"
}
] | photographer | [
"mailman",
"waiter",
"photographer"
] | [
{
"question": "What did the mailman do?",
"answer": "photograph",
"type": "action_performed",
"difficulty": "easy",
"entity": "mailman",
"is_middle_entity": false,
"entity_name": "mailman"
},
{
"question": "Who seated the mailman?",
"answer": "the photographer",
"type": "... | 18 | complexity_2 |
complexity_2_sentence_21 | The tuna that the camel that the dog schooled with barked at humped. | [
{
"subject": "tuna",
"action": "humped",
"object": null
},
{
"subject": "camel",
"action": "barked at",
"object": "tuna"
},
{
"subject": "dog",
"action": "schooled with",
"object": "camel"
}
] | camel | [
"camel",
"tuna",
"dog"
] | [
{
"question": "What did the camel do?",
"answer": "bark at the tuna",
"type": "action_performed",
"difficulty": "easy",
"entity": "camel",
"is_middle_entity": true,
"entity_name": "camel"
},
{
"question": "What schooled with the camel?",
"answer": "the dog",
"type": "agen... | 18 | complexity_2 |
complexity_2_sentence_22 | The principal that the lawyer that the judge expelled gaveled argued. | [
{
"subject": "principal",
"action": "argued",
"object": null
},
{
"subject": "lawyer",
"action": "gaveled",
"object": "principal"
},
{
"subject": "judge",
"action": "expelled",
"object": "lawyer"
}
] | lawyer | [
"principal",
"lawyer",
"judge"
] | [
{
"question": "What did the principal do?",
"answer": "argue",
"type": "action_performed",
"difficulty": "easy",
"entity": "principal",
"is_middle_entity": false,
"entity_name": "principal"
},
{
"question": "Who gaveled the principal?",
"answer": "the lawyer",
"type": "ag... | 18 | complexity_2 |
complexity_2_sentence_23 | The train that the motorcycle that the truck whistled at jackknifed into wheelied. | [
{
"subject": "train",
"action": "wheelied",
"object": null
},
{
"subject": "motorcycle",
"action": "jackknifed into",
"object": "train"
},
{
"subject": "truck",
"action": "whistled at",
"object": "motorcycle"
}
] | motorcycle | [
"train",
"motorcycle",
"truck"
] | [
{
"question": "What did the train do?",
"answer": "wheelie",
"type": "action_performed",
"difficulty": "easy",
"entity": "train",
"is_middle_entity": false,
"entity_name": "train"
},
{
"question": "What jackknifed into the train?",
"answer": "the motorcycle",
"type": "age... | 18 | complexity_2 |
complexity_2_sentence_24 | The surgeon that the teacher that the photographer incised photographed taught. | [
{
"subject": "surgeon",
"action": "taught",
"object": null
},
{
"subject": "teacher",
"action": "photographed",
"object": "surgeon"
},
{
"subject": "photographer",
"action": "incised",
"object": "teacher"
}
] | teacher | [
"photographer",
"surgeon",
"teacher"
] | [
{
"question": "What did the photographer do?",
"answer": "incise the teacher",
"type": "action_performed",
"difficulty": "easy",
"entity": "photographer",
"is_middle_entity": false,
"entity_name": "photographer"
},
{
"question": "Who was affected by the photographer?",
"answe... | 18 | complexity_2 |
complexity_2_sentence_25 | The nurse that the photographer that the principal administered shots to suspended photographed. | [
{
"subject": "nurse",
"action": "photographed",
"object": null
},
{
"subject": "photographer",
"action": "suspended",
"object": "nurse"
},
{
"subject": "principal",
"action": "administered shots to",
"object": "photographer"
}
] | photographer | [
"nurse",
"principal",
"photographer"
] | [
{
"question": "What did the nurse do?",
"answer": "photograph",
"type": "action_performed",
"difficulty": "easy",
"entity": "nurse",
"is_middle_entity": false,
"entity_name": "nurse"
},
{
"question": "Who suspended the nurse?",
"answer": "the photographer",
"type": "agent... | 18 | complexity_2 |
complexity_2_sentence_26 | The whale that the vulture that the lizard spouted at basked toward scavenged. | [
{
"subject": "whale",
"action": "scavenged",
"object": null
},
{
"subject": "vulture",
"action": "basked toward",
"object": "whale"
},
{
"subject": "lizard",
"action": "spouted at",
"object": "vulture"
}
] | vulture | [
"lizard",
"whale",
"vulture"
] | [
{
"question": "What did the lizard do?",
"answer": "spout at the vulture",
"type": "action_performed",
"difficulty": "easy",
"entity": "lizard",
"is_middle_entity": false,
"entity_name": "lizard"
},
{
"question": "What was affected by the lizard?",
"answer": "the vulture",
... | 18 | complexity_2 |
complexity_2_sentence_27 | The giraffe that the cow that the cobra stretched toward reared at mooed. | [
{
"subject": "giraffe",
"action": "mooed",
"object": null
},
{
"subject": "cow",
"action": "reared at",
"object": "giraffe"
},
{
"subject": "cobra",
"action": "stretched toward",
"object": "cow"
}
] | cow | [
"cow",
"giraffe",
"cobra"
] | [
{
"question": "What did the cow do?",
"answer": "rear at the giraffe",
"type": "action_performed",
"difficulty": "easy",
"entity": "cow",
"is_middle_entity": true,
"entity_name": "cow"
},
{
"question": "What stretched toward the cow?",
"answer": "the cobra",
"type": "agen... | 18 | complexity_2 |
๐งฉ CENTERBENCH
Authors: Sangmitra Madhusudan, Kaige Chen, and Ali Emami
GitHub Repository: https://github.com/Sangmitra-06/CENTERBENCH
๐ Paper Abstract
When language models correctly parse "The cat that the dog chased meowed," are they analyzing syntax or simply familiar with dogs chasing cats? Despite extensive benchmarking, we lack methods to distinguish structural understanding from semantic pattern matching. We introduce CENTERBENCH, a dataset of 9,720 comprehension questions on center-embedded sentences (like "The cat [that the dog chased] meowed") where relative clauses nest recursively, creating processing demands from simple to deeply nested structures. Each sentence has a syntactically identical but semantically implausible counterpart (e.g., mailmen prescribe medicine, doctors deliver mail) and six comprehension questions testing surface understanding, syntactic dependencies, and causal reasoning. Testing six models reveals that performance gaps between plausible and implausible sentences widen systematically with complexity, with models showing median gaps up to 26.8 percentage points, quantifying when they abandon structural analysis for semantic associations. Notably, semantic plausibility harms performance on questions about resulting actions, where following causal relationships matters more than semantic coherence. Reasoning models improve accuracy but their traces show semantic shortcuts, overthinking, and answer refusal. Unlike models whose plausibility advantage systematically widens with complexity, humans shows variable semantic effects. CenterBench provides the first framework to identify when models shift from structural analysis to pattern matching.
๐๏ธ Dataset
The dataset contains two subsets:
plausible.jsonl: Plausible center-embedded sentences with question-answer pairsimplausible.jsonl: Implausible center-embedded sentences with question-answer pairs
Dataset Structure
Each line in the JSONL files represents a single sentence with all its associated data:
id: Unique identifier for the sentencesentence: The center-embedded sentence textstructure: The event chain as a list of subject-action-object triples (ordered from main clause to deepest embedding)middle_entity: The entity at the center of the embeddingall_entities: List of all entities in the sentencequestions: A flat list of all question-answer pairs for this sentence, each with:question: The question textanswer: The correct answertype: Question type (action_performed, agent_identification, entity_count, nested_dependency, causal_sequence, chain_consequence)difficulty: Difficulty level (easy, medium, hard)entity: The entity this question focuses onentity_name: Which entity this question is aboutis_middle_entity: Boolean indicating if this is the middle entity
total_questions: Total number of questions for this sentencecomplexity_level: The complexity level of this sentence (complexity_1 to complexity_6)
Example Entry
{
"id": "complexity_1_sentence_1",
"sentence": "The train that the airplane whistled at taxied.",
"structure": [
{
"subject": "train",
"action": "taxied",
"object": null
},
{
"subject": "airplane",
"action": "whistled at",
"object": "train"
}
],
"middle_entity": "train",
"all_entities": ["airplane", "train"],
"questions": [
{
"question": "What did the airplane do?",
"answer": "whistle at the train",
"type": "action_performed",
"difficulty": "easy",
"entity": "airplane",
"entity_name": "airplane",
"is_middle_entity": false
},
{
"question": "How many distinct entities are in the sentence?",
"answer": "2",
"type": "entity_count",
"difficulty": "medium",
"entity": "airplane",
"entity_name": "airplane",
"is_middle_entity": false
},
{
"question": "What did the train do?",
"answer": "taxi",
"type": "action_performed",
"difficulty": "easy",
"entity": "train",
"entity_name": "train",
"is_middle_entity": true
}
],
"total_questions": 12,
"complexity_level": "complexity_1"
}
๐ฅ๏ธ Usage
Loading the Dataset
from datasets import load_dataset
# Load plausible subset
plausible = load_dataset("Sangmitra-06/CENTERBENCH", "plausible")
# Load implausible subset
implausible = load_dataset("Sangmitra-06/CENTERBENCH", "implausible")
# Load both subsets
dataset = load_dataset("Sangmitra-06/CENTERBENCH")
Accessing the Data
# Access a sentence
sentence_data = plausible['train'][0]
sentence_text = sentence_data['sentence']
complexity = sentence_data['complexity_level']
# Filter by complexity level
complexity_1_sentences = plausible['train'].filter(lambda x: x['complexity_level'] == 'complexity_1')
# Iterate through questions (now a flat list)
for q in sentence_data['questions']:
print(f"Q: {q['question']}")
print(f"A: {q['answer']}")
print(f"Type: {q['type']}, Difficulty: {q['difficulty']}")
print(f"Entity: {q['entity_name']}\n")
โ๏ธ Reference
If you use CENTERBENCH in your research, please cite:
@misc{madhusudan2025dogcatchasedstumped,
title={The Dog the Cat Chased Stumped the Model: Measuring When Language Models Abandon Structure for Shortcuts},
author={Sangmitra Madhusudan and Kaige Chen and Ali Emami},
year={2025},
eprint={2510.20543},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2510.20543},
}
- Downloads last month
- 9