Datasets:

Modalities:
Image
Text
Formats:
json
Libraries:
Datasets
pandas
License:
ag2435's picture
second fix for bug that was causing aggregate_all questions to return nonsensical answers
12e7c37
raw
history blame
148 kB
[
{
"id": "da057a39-b36e-4311-b3f2-dd7d0b6a1e7c",
"question": "Who is the wife of the son of the mother of the person whose job is research officer, government ?",
"answer": [
"herlinda",
"nikki",
"sandy"
],
"prolog": {
"query": [
"wife(Y_6, Y_8)",
"son(Y_4, Y_6)",
"mother(Y_2, Y_4)",
"job(Y_2, 'research officer, government')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "99d10347-d62e-4e78-ace0-7840c31bf5fe",
"question": "Who is the wife of the father of the sister of the person whose job is product designer ?",
"answer": [
"tona"
],
"prolog": {
"query": [
"wife(Y_6, Y_8)",
"father(Y_4, Y_6)",
"sister(Y_2, Y_4)",
"job(Y_2, 'product designer')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "122f0fa4-8cc2-4973-af62-5bb56d2f5320",
"question": "Who is the mother of the father of the brother of the person whose hobby is fencing ?",
"answer": [
"antionette",
"zona"
],
"prolog": {
"query": [
"mother(Y_6, Y_8)",
"father(Y_4, Y_6)",
"brother(Y_2, Y_4)",
"hobby(Y_2, 'fencing')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "150ba8b4-b3dd-45f3-bbd9-c8180ae5a4a9",
"question": "Who is the sister of the child of the father of the person whose hobby is trapshooting ?",
"answer": [
"lynette",
"robyn"
],
"prolog": {
"query": [
"sister(Y_6, Y_8)",
"child(Y_4, Y_6)",
"father(Y_2, Y_4)",
"hobby(Y_2, 'trapshooting')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "97bfbca1-621b-4e70-9725-51e164a47f0a",
"question": "Who is the sibling of the sibling of the father of the person whose hobby is radio-controlled model playing ?",
"answer": [
"emery",
"haydee",
"quinton",
"roseanna",
"thomasine"
],
"prolog": {
"query": [
"sibling(Y_6, Y_8)",
"sibling(Y_4, Y_6)",
"father(Y_2, Y_4)",
"hobby(Y_2, 'radio-controlled model playing')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "1f83aedd-eeaa-42c7-8bdf-0459deb2421f",
"question": "Who is the child of the daughter of the son of the person whose hobby is role-playing games ?",
"answer": [
"aline",
"damien",
"magdalena",
"rae",
"rosina",
"sharyl"
],
"prolog": {
"query": [
"child(Y_6, Y_8)",
"daughter(Y_4, Y_6)",
"son(Y_2, Y_4)",
"hobby(Y_2, 'role-playing games')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "962eb2cb-c06f-4435-a89b-bc8584a396ba",
"question": "Who is the daughter of the brother of the brother of the person whose hobby is element collecting ?",
"answer": [
"bobbie",
"hyun",
"joanna",
"lannie"
],
"prolog": {
"query": [
"daughter(Y_6, Y_8)",
"brother(Y_4, Y_6)",
"brother(Y_2, Y_4)",
"hobby(Y_2, 'element collecting')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "cb2fb06e-49ea-4685-a59e-fa92249c736a",
"question": "Who is the father of the sister of the brother of the person whose job is animal nutritionist ?",
"answer": [
"scotty"
],
"prolog": {
"query": [
"father(Y_6, Y_8)",
"sister(Y_4, Y_6)",
"brother(Y_2, Y_4)",
"job(Y_2, 'animal nutritionist')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "459aac2f-b2c9-49cc-99c1-c63d3351cd47",
"question": "Who is the sister of the sister of the sibling of the person whose job is editor, film/video ?",
"answer": [
"robyn"
],
"prolog": {
"query": [
"sister(Y_6, Y_8)",
"sister(Y_4, Y_6)",
"sibling(Y_2, Y_4)",
"job(Y_2, 'editor, film/video')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "18cdaa27-dc7e-4b89-850c-34fd565b9d7b",
"question": "Who is the son of the father of the brother of the person whose hobby is ant farming ?",
"answer": [
"jesus",
"paul",
"ralph",
"renaldo",
"rolando",
"ross",
"salvador"
],
"prolog": {
"query": [
"son(Y_6, Y_8)",
"father(Y_4, Y_6)",
"brother(Y_2, Y_4)",
"hobby(Y_2, 'ant farming')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "b3c08d50-8dca-485e-af62-20f2a33f920b",
"question": "Who is the wife of the son of the mother of tresa ?",
"answer": [
"herlinda",
"nikki",
"sandy"
],
"prolog": {
"query": [
"wife(Y_6, Y_8)",
"son(Y_4, Y_6)",
"mother('tresa', Y_4)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "debdbe08-1a90-4330-aa1f-75e6b26b3b65",
"question": "Who is the wife of the father of the child of ardath ?",
"answer": [
"ardath"
],
"prolog": {
"query": [
"wife(Y_6, Y_8)",
"father(Y_4, Y_6)",
"child('ardath', Y_4)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "7acd8149-d345-4e8c-8587-207a89e8c7ac",
"question": "Who is the mother of the father of the brother of lavern ?",
"answer": [
"zona"
],
"prolog": {
"query": [
"mother(Y_6, Y_8)",
"father(Y_4, Y_6)",
"brother('lavern', Y_4)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "1074d516-7dde-43c3-97a0-55682d8ea5ac",
"question": "Who is the sister of the child of the father of lynette ?",
"answer": [
"lynette",
"robyn"
],
"prolog": {
"query": [
"sister(Y_6, Y_8)",
"child(Y_4, Y_6)",
"father('lynette', Y_4)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "8fa0a451-a047-4b62-8259-f804a33a3628",
"question": "Who is the mother of the child of the father of eduardo ?",
"answer": [
"gwendolyn"
],
"prolog": {
"query": [
"mother(Y_6, Y_8)",
"child(Y_4, Y_6)",
"father('eduardo', Y_4)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "23a4735d-1450-4dbf-a32d-75e848d0d0c1",
"question": "Who is the mother of the daughter of the mother of norris ?",
"answer": [
"zoila"
],
"prolog": {
"query": [
"mother(Y_6, Y_8)",
"daughter(Y_4, Y_6)",
"mother('norris', Y_4)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "70b0bb6c-74ba-412d-85d0-c7eb59e78396",
"question": "Who is the daughter of the brother of the brother of major ?",
"answer": [
"bobbie",
"hyun",
"joanna",
"lannie"
],
"prolog": {
"query": [
"daughter(Y_6, Y_8)",
"brother(Y_4, Y_6)",
"brother('major', Y_4)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "9007b04e-7b10-418a-b9e3-cab19e82b5b1",
"question": "Who is the father of the sister of the brother of esperanza ?",
"answer": [
"scotty"
],
"prolog": {
"query": [
"father(Y_6, Y_8)",
"sister(Y_4, Y_6)",
"brother('esperanza', Y_4)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "ded325a8-f49e-4e81-96a7-8d905602f1a1",
"question": "Who is the sister of the sister of the child of van ?",
"answer": [
"lue",
"vivienne"
],
"prolog": {
"query": [
"sister(Y_6, Y_8)",
"sister(Y_4, Y_6)",
"child('van', Y_4)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "b8897a5a-25b3-4503-86a1-bca9bfa7d705",
"question": "Who is the son of the father of the sister of renaldo ?",
"answer": [
"ralph",
"renaldo"
],
"prolog": {
"query": [
"son(Y_6, Y_8)",
"father(Y_4, Y_6)",
"sister('renaldo', Y_4)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "e15b22ff-6092-4e03-aa56-b94414c20c22",
"question": "Who is the son of the mother of the person whose job is research officer, government ?",
"answer": [
"alberto",
"harrison",
"jacob",
"rashad"
],
"prolog": {
"query": [
"son(Y_6, Y_8)",
"mother(Y_4, Y_6)",
"job(Y_4, 'research officer, government')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "41f0b27a-e318-42c6-8df4-c7b67721d81c",
"question": "Who is the sibling of the sibling of the person whose job is comptroller ?",
"answer": [
"sandy"
],
"prolog": {
"query": [
"sibling(Y_6, Y_8)",
"sibling(Y_4, Y_6)",
"job(Y_4, 'comptroller')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "c4b8a593-d1d6-4cf8-bdf3-f230b954546e",
"question": "Who is the child of the wife of the person whose job is cabin crew ?",
"answer": [
"danny"
],
"prolog": {
"query": [
"child(Y_6, Y_8)",
"wife(Y_4, Y_6)",
"job(Y_4, 'cabin crew')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "605ab70d-85bc-4666-b407-1709add495ee",
"question": "Who is the mother of the husband of the person whose job is building control surveyor ?",
"answer": [
"marilyn"
],
"prolog": {
"query": [
"mother(Y_6, Y_8)",
"husband(Y_4, Y_6)",
"job(Y_4, 'building control surveyor')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "3d547ec2-44ab-454f-aa18-9c9e50f1a891",
"question": "Who is the child of the father of the person whose hobby is trapshooting ?",
"answer": [
"lynette",
"robyn"
],
"prolog": {
"query": [
"child(Y_6, Y_8)",
"father(Y_4, Y_6)",
"hobby(Y_4, 'trapshooting')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "21bdd221-89bd-418d-b7b1-dad65d1251b2",
"question": "Who is the father of the child of the person whose job is engineer, petroleum ?",
"answer": [
"cody"
],
"prolog": {
"query": [
"father(Y_6, Y_8)",
"child(Y_4, Y_6)",
"job(Y_4, 'engineer, petroleum')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "0e9f3549-3784-4f69-b9c4-f812c869c4ac",
"question": "Who is the daughter of the sibling of the person whose hobby is philately ?",
"answer": [
"haydee",
"roseanna",
"tessie",
"thomasine"
],
"prolog": {
"query": [
"daughter(Y_6, Y_8)",
"sibling(Y_4, Y_6)",
"hobby(Y_4, 'philately')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "a384e17e-9886-4cf0-872b-a8c97d00d8b4",
"question": "Who is the mother of the daughter of the person whose hobby is vintage clothing ?",
"answer": [
"sarah"
],
"prolog": {
"query": [
"mother(Y_6, Y_8)",
"daughter(Y_4, Y_6)",
"hobby(Y_4, 'vintage clothing')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "5eb4f0f9-60ab-4903-892d-7ab39df08a33",
"question": "Who is the brother of the brother of the person whose hobby is element collecting ?",
"answer": [
"major"
],
"prolog": {
"query": [
"brother(Y_6, Y_8)",
"brother(Y_4, Y_6)",
"hobby(Y_4, 'element collecting')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "b52f4bf7-8d3c-4d2e-9194-c3d486703f14",
"question": "Who is the brother of the sibling of the person whose job is financial trader ?",
"answer": [
"leif"
],
"prolog": {
"query": [
"brother(Y_6, Y_8)",
"sibling(Y_4, Y_6)",
"job(Y_4, 'financial trader')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "8464dac0-c01d-4634-862e-1e2a2c41c134",
"question": "Who is the son of the mother of tresa ?",
"answer": [
"alberto",
"harrison",
"jacob",
"rashad"
],
"prolog": {
"query": [
"son(Y_6, Y_8)",
"mother('tresa', Y_6)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "d709740e-b224-4774-94aa-891a943d1e47",
"question": "Who is the sister of the mother of stanford ?",
"answer": [
"cortney",
"miki"
],
"prolog": {
"query": [
"sister(Y_6, Y_8)",
"mother('stanford', Y_6)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "221ffcb5-86b4-4328-bbfa-81c1db76b1bf",
"question": "Who is the child of the wife of martin ?",
"answer": [
"danny"
],
"prolog": {
"query": [
"child(Y_6, Y_8)",
"wife('martin', Y_6)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "0252d584-9ac1-4ed6-84b2-9978acd091c0",
"question": "Who is the mother of the husband of marya ?",
"answer": [
"marilyn"
],
"prolog": {
"query": [
"mother(Y_6, Y_8)",
"husband('marya', Y_6)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "da44f1fa-d62e-4552-8b07-005d0d9a42f9",
"question": "Who is the child of the father of lynette ?",
"answer": [
"lynette",
"robyn"
],
"prolog": {
"query": [
"child(Y_6, Y_8)",
"father('lynette', Y_6)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "8a345935-7cff-429e-81ad-5238f9ec8b70",
"question": "Who is the father of the child of sarah ?",
"answer": [
"cody"
],
"prolog": {
"query": [
"father(Y_6, Y_8)",
"child('sarah', Y_6)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "b259857b-99a3-42bd-bc35-4e7e140f1471",
"question": "Who is the daughter of the sibling of crysta ?",
"answer": [
"haydee",
"roseanna",
"tessie",
"thomasine"
],
"prolog": {
"query": [
"daughter(Y_6, Y_8)",
"sibling('crysta', Y_6)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "57a62e5d-628a-4ecc-9352-a2f4abea7775",
"question": "Who is the father of the father of jessie ?",
"answer": [
"alfonso"
],
"prolog": {
"query": [
"father(Y_6, Y_8)",
"father('jessie', Y_6)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "0b2a72cb-3470-49ce-8fde-1112f326dd6a",
"question": "Who is the brother of the brother of major ?",
"answer": [
"major"
],
"prolog": {
"query": [
"brother(Y_6, Y_8)",
"brother('major', Y_6)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "fcd782b1-99ad-45ae-8819-3691740c8a98",
"question": "Who is the brother of the sibling of leif ?",
"answer": [
"leif"
],
"prolog": {
"query": [
"brother(Y_6, Y_8)",
"sibling('leif', Y_6)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "d387f83d-63a0-41b0-be73-371ad712ee51",
"question": "Who is the mother of the person whose job is research officer, government ?",
"answer": [
"sarah"
],
"prolog": {
"query": [
"mother(Y_6, Y_8)",
"job(Y_6, 'research officer, government')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "6acff2fb-020d-486d-bd69-17f3def54395",
"question": "Who is the father of the person whose job is media planner ?",
"answer": [
"walker"
],
"prolog": {
"query": [
"father(Y_6, Y_8)",
"job(Y_6, 'media planner')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "f592a287-1a33-461e-a32e-1df6d747521f",
"question": "Who is the sister of the person whose job is product designer ?",
"answer": [
"oma"
],
"prolog": {
"query": [
"sister(Y_6, Y_8)",
"job(Y_6, 'product designer')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "1f05fd8f-a911-486f-a81c-aad234ecf570",
"question": "Who is the wife of the person whose job is cabin crew ?",
"answer": [
"kylee"
],
"prolog": {
"query": [
"wife(Y_6, Y_8)",
"job(Y_6, 'cabin crew')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "3d1b8ec3-9fea-4581-84dd-ba856ebe65e4",
"question": "Who is the brother of the person whose hobby is fencing ?",
"answer": [
"christian",
"keith",
"stanley"
],
"prolog": {
"query": [
"brother(Y_6, Y_8)",
"hobby(Y_6, 'fencing')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "bf4faa9a-92d1-470c-8f41-3aded513b13e",
"question": "Who is the sister of the person whose job is computer games developer ?",
"answer": [
"kanesha"
],
"prolog": {
"query": [
"sister(Y_6, Y_8)",
"job(Y_6, 'computer games developer')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "fa454ba0-0f50-44b1-bc1d-7666e8276ac2",
"question": "Who is the father of the person whose hobby is trapshooting ?",
"answer": [
"federico"
],
"prolog": {
"query": [
"father(Y_6, Y_8)",
"hobby(Y_6, 'trapshooting')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "635787a0-99f8-437f-9a09-7b32a1cd6ff0",
"question": "Who is the father of the person whose hobby is fishkeeping ?",
"answer": [
"brendon",
"dominick",
"ellis",
"king",
"rudy",
"sanford"
],
"prolog": {
"query": [
"father(Y_6, Y_8)",
"hobby(Y_6, 'fishkeeping')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "5c3b0aba-3e27-4355-bee8-47f2c7a271c5",
"question": "Who is the father of the person whose hobby is radio-controlled model playing ?",
"answer": [
"oskar",
"quinton"
],
"prolog": {
"query": [
"father(Y_6, Y_8)",
"hobby(Y_6, 'radio-controlled model playing')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "ea9a0202-2fa7-450f-967d-905ec2982937",
"question": "Who is the sibling of the person whose hobby is philately ?",
"answer": [
"ralph",
"renaldo"
],
"prolog": {
"query": [
"sibling(Y_6, Y_8)",
"hobby(Y_6, 'philately')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "1fc3a3ca-dc25-434d-aa01-691cc82cf390",
"question": "Who is the mother of tresa ?",
"answer": [
"sarah"
],
"prolog": {
"query": [
"mother('tresa', Y_8)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"<name>_6",
"?"
],
"type": 5
},
{
"id": "31d7fb43-3ad0-4051-b44d-0a94c4708236",
"question": "Who is the father of jesus ?",
"answer": [
"walker"
],
"prolog": {
"query": [
"father('jesus', Y_8)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"<name>_6",
"?"
],
"type": 5
},
{
"id": "25c4eef7-8752-480f-b844-6930d618ea9e",
"question": "Who is the child of ardath ?",
"answer": [
"charity"
],
"prolog": {
"query": [
"child('ardath', Y_8)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"<name>_6",
"?"
],
"type": 5
},
{
"id": "eb8871d1-c51e-4847-8f7c-c19cc923ccb0",
"question": "Who is the wife of martin ?",
"answer": [
"kylee"
],
"prolog": {
"query": [
"wife('martin', Y_8)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"<name>_6",
"?"
],
"type": 5
},
{
"id": "aa5d5fe8-c7cc-403c-b164-c9fbc910bc43",
"question": "Who is the brother of lavern ?",
"answer": [
"keith"
],
"prolog": {
"query": [
"brother('lavern', Y_8)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"<name>_6",
"?"
],
"type": 5
},
{
"id": "59ec213d-6872-44f6-8790-f8e3860b0a9e",
"question": "Who is the sister of oliver ?",
"answer": [
"kanesha"
],
"prolog": {
"query": [
"sister('oliver', Y_8)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"<name>_6",
"?"
],
"type": 5
},
{
"id": "b64b4ed1-d474-4299-ba74-dda128b9710f",
"question": "Who is the father of lynette ?",
"answer": [
"federico"
],
"prolog": {
"query": [
"father('lynette', Y_8)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"<name>_6",
"?"
],
"type": 5
},
{
"id": "21bc5974-8536-4ea1-8f60-79bc6ffab9a7",
"question": "Who is the brother of lera ?",
"answer": [
"jamal"
],
"prolog": {
"query": [
"brother('lera', Y_8)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"<name>_6",
"?"
],
"type": 5
},
{
"id": "956be839-466e-4904-95cd-da51bb796425",
"question": "Who is the father of eduardo ?",
"answer": [
"oskar"
],
"prolog": {
"query": [
"father('eduardo', Y_8)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"<name>_6",
"?"
],
"type": 5
},
{
"id": "524754c0-a633-424e-ad29-3b72cd26e772",
"question": "Who is the sibling of crysta ?",
"answer": [
"ralph",
"renaldo"
],
"prolog": {
"query": [
"sibling('crysta', Y_8)"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the",
"<relation>_7",
"of",
"<name>_6",
"?"
],
"type": 5
},
{
"id": "808242c9-4f61-43e0-b964-17ef45504cc2",
"question": "Who is the person whose job is research officer, government ?",
"answer": [
"tresa"
],
"prolog": {
"query": [
"job(Y_8, 'research officer, government')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 6
},
{
"id": "8a3d1537-4d52-41fa-8f04-e650884ec0e0",
"question": "Who is the person whose job is engineer, production ?",
"answer": [
"adalberto",
"augustine"
],
"prolog": {
"query": [
"job(Y_8, 'engineer, production')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 6
},
{
"id": "7de90fcf-fb72-4e5f-b23e-44151de63d04",
"question": "Who is the person whose job is media planner ?",
"answer": [
"jesus"
],
"prolog": {
"query": [
"job(Y_8, 'media planner')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 6
},
{
"id": "55614fa0-ab02-4d49-a687-b149d1c8b8c7",
"question": "Who is the person whose job is comptroller ?",
"answer": [
"cory",
"sandy",
"stanford"
],
"prolog": {
"query": [
"job(Y_8, 'comptroller')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 6
},
{
"id": "a4aaf0bb-e526-49a2-a836-7cfcba269d12",
"question": "Who is the person whose job is product designer ?",
"answer": [
"ardath",
"rita"
],
"prolog": {
"query": [
"job(Y_8, 'product designer')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 6
},
{
"id": "9b1241ef-a852-412d-a032-ee956de5aacb",
"question": "Who is the person whose job is print production planner ?",
"answer": [
"geraldine",
"rodolfo"
],
"prolog": {
"query": [
"job(Y_8, 'print production planner')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 6
},
{
"id": "0e693624-ad3b-47a1-baf4-c51cb851e375",
"question": "Who is the person whose job is cabin crew ?",
"answer": [
"martin"
],
"prolog": {
"query": [
"job(Y_8, 'cabin crew')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 6
},
{
"id": "b161778b-c60a-4d0a-a4b9-dfe968db07f6",
"question": "Who is the person whose job is therapist, horticultural ?",
"answer": [
"hyun",
"son"
],
"prolog": {
"query": [
"job(Y_8, 'therapist, horticultural')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 6
},
{
"id": "d93f9c78-cb23-4390-a64e-abe6eec18631",
"question": "Who is the person whose hobby is fencing ?",
"answer": [
"denny",
"lavern",
"tianna"
],
"prolog": {
"query": [
"hobby(Y_8, 'fencing')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 6
},
{
"id": "f3c84b90-f48d-495e-8a58-6833ac1794b3",
"question": "Who is the person whose job is building control surveyor ?",
"answer": [
"marya"
],
"prolog": {
"query": [
"job(Y_8, 'building control surveyor')"
],
"answer": "Y_8"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 6
},
{
"id": "1eacc625-f18d-4cc3-b678-c80b0b1506a7",
"question": "What is the dob of the wife of the son of the mother of tresa ?",
"answer": [
"0227-03-09",
"0236-03-06",
"0237-01-15"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"wife(Y_5, Y_7)",
"son(Y_3, Y_5)",
"mother('tresa', Y_3)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 7
},
{
"id": "7a6c4379-8661-43dc-87a5-4c79ce605c94",
"question": "What is the dob of the child of the wife of the husband of geraldine ?",
"answer": [
"0289-12-31",
"0290-09-19"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"child(Y_5, Y_7)",
"wife(Y_3, Y_5)",
"husband('geraldine', Y_3)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 7
},
{
"id": "ca5bd537-fb00-4a4d-a6ab-71721086b05a",
"question": "What is the dob of the husband of the mother of the sister of oliver ?",
"answer": [
"0184-11-05"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"husband(Y_5, Y_7)",
"mother(Y_3, Y_5)",
"sister('oliver', Y_3)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 7
},
{
"id": "03e1b118-ad89-49f5-8fc2-7e4e4fceb398",
"question": "What is the dob of the child of the father of the child of sarah ?",
"answer": [
"0231-03-06",
"0232-02-14",
"0233-05-15",
"0235-06-29",
"0237-02-03"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"child(Y_5, Y_7)",
"father(Y_3, Y_5)",
"child('sarah', Y_3)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 7
},
{
"id": "bfc40fc0-e0ad-433b-a1af-8be85d885232",
"question": "What is the hobby of the mother of the daughter of the mother of norris ?",
"answer": [
"audiophile"
],
"prolog": {
"query": [
"hobby(Y_7, Y_8)",
"mother(Y_5, Y_7)",
"daughter(Y_3, Y_5)",
"mother('norris', Y_3)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 7
},
{
"id": "1bb293df-613f-4c3e-9983-991da27d43f8",
"question": "What is the dob of the sister of the father of the brother of michelle ?",
"answer": [
"0203-09-09"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"sister(Y_5, Y_7)",
"father(Y_3, Y_5)",
"brother('michelle', Y_3)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 7
},
{
"id": "6b2c7128-aafe-4f50-a5f2-654c83fdcf74",
"question": "What is the job of the child of the wife of the father of esperanza ?",
"answer": [
"animal nutritionist",
"event organiser",
"film/video editor",
"structural engineer",
"visual merchandiser"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"child(Y_5, Y_7)",
"wife(Y_3, Y_5)",
"father('esperanza', Y_3)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 7
},
{
"id": "0c52210e-91e1-476a-82f0-5f43d6635f39",
"question": "What is the dob of the father of the child of the husband of rosena ?",
"answer": [
"0229-06-06"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"father(Y_5, Y_7)",
"child(Y_3, Y_5)",
"husband('rosena', Y_3)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 7
},
{
"id": "f7b0ee2d-15d7-43ef-9b5d-cbf9d512c810",
"question": "What is the job of the sister of the sibling of the daughter of amy ?",
"answer": [
"dramatherapist"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"sister(Y_5, Y_7)",
"sibling(Y_3, Y_5)",
"daughter('amy', Y_3)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 7
},
{
"id": "3d319fbe-ffaa-4f2c-9b50-06c8c2c98da8",
"question": "What is the hobby of the son of the wife of the child of viola ?",
"answer": [
"learning",
"vacation"
],
"prolog": {
"query": [
"hobby(Y_7, Y_8)",
"son(Y_5, Y_7)",
"wife(Y_3, Y_5)",
"child('viola', Y_3)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 7
},
{
"id": "55be6341-0326-4034-b7ef-1153492663ad",
"question": "What is the hobby of the son of the mother of the person whose job is research officer, government ?",
"answer": [
"flying disc",
"sea glass collecting",
"table tennis playing",
"tourism"
],
"prolog": {
"query": [
"hobby(Y_7, Y_8)",
"son(Y_5, Y_7)",
"mother(Y_3, Y_5)",
"job(Y_3, 'research officer, government')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 8
},
{
"id": "055f8766-28ac-4d50-9801-7066ada1778f",
"question": "What is the hobby of the father of the sister of the person whose job is product designer ?",
"answer": [
"debate"
],
"prolog": {
"query": [
"hobby(Y_7, Y_8)",
"father(Y_5, Y_7)",
"sister(Y_3, Y_5)",
"job(Y_3, 'product designer')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 8
},
{
"id": "bbde869e-cb08-4456-8151-a3d74754e4d1",
"question": "What is the job of the father of the brother of the person whose hobby is fencing ?",
"answer": [
"equality and diversity officer",
"radio producer"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"father(Y_5, Y_7)",
"brother(Y_3, Y_5)",
"hobby(Y_3, 'fencing')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 8
},
{
"id": "994a7627-484f-4ac9-8fbc-c68b1f2a47f7",
"question": "What is the job of the child of the father of the person whose hobby is trapshooting ?",
"answer": [
"editor, film/video",
"physiological scientist"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"child(Y_5, Y_7)",
"father(Y_3, Y_5)",
"hobby(Y_3, 'trapshooting')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 8
},
{
"id": "aae8fcc7-1885-49b6-ba8b-b1ec55c355b9",
"question": "What is the dob of the sibling of the father of the person whose hobby is radio-controlled model playing ?",
"answer": [
"0198-12-14",
"0202-05-20",
"0204-09-13",
"0204-12-22"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"sibling(Y_5, Y_7)",
"father(Y_3, Y_5)",
"hobby(Y_3, 'radio-controlled model playing')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 8
},
{
"id": "517d3c5c-d209-4335-b5bd-790fee82ece7",
"question": "What is the job of the daughter of the son of the person whose hobby is role-playing games ?",
"answer": [
"advertising art director",
"therapeutic radiographer",
"therapist, art",
"writer"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"daughter(Y_5, Y_7)",
"son(Y_3, Y_5)",
"hobby(Y_3, 'role-playing games')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 8
},
{
"id": "d10d7f96-0028-4897-b818-a0c4168ce4f7",
"question": "What is the hobby of the brother of the brother of the person whose hobby is element collecting ?",
"answer": [
"element collecting"
],
"prolog": {
"query": [
"hobby(Y_7, Y_8)",
"brother(Y_5, Y_7)",
"brother(Y_3, Y_5)",
"hobby(Y_3, 'element collecting')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 8
},
{
"id": "96626ed6-187c-476a-8eb0-02870bd76e91",
"question": "What is the job of the sister of the brother of the person whose job is animal nutritionist ?",
"answer": [
"animal nutritionist",
"event organiser"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"sister(Y_5, Y_7)",
"brother(Y_3, Y_5)",
"job(Y_3, 'animal nutritionist')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 8
},
{
"id": "edeb39dc-d64f-4d22-985f-d62989184390",
"question": "What is the job of the sister of the sibling of the person whose job is editor, film/video ?",
"answer": [
"editor, film/video"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"sister(Y_5, Y_7)",
"sibling(Y_3, Y_5)",
"job(Y_3, 'editor, film/video')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 8
},
{
"id": "79f9db73-7ea5-4608-b4d1-f1214e6e7d92",
"question": "What is the dob of the father of the brother of the person whose hobby is ant farming ?",
"answer": [
"0149-05-15",
"0269-12-04"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"father(Y_5, Y_7)",
"brother(Y_3, Y_5)",
"hobby(Y_3, 'ant farming')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 8
},
{
"id": "0a3063b8-8138-4308-941e-9f34497d2a8c",
"question": "What is the hobby of the son of the mother of tresa ?",
"answer": [
"flying disc",
"sea glass collecting",
"table tennis playing",
"tourism"
],
"prolog": {
"query": [
"hobby(Y_7, Y_8)",
"son(Y_5, Y_7)",
"mother('tresa', Y_5)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 9
},
{
"id": "91d9601e-10fa-4f35-81f6-f3136fcee552",
"question": "What is the hobby of the father of the child of ardath ?",
"answer": [
"fusilately"
],
"prolog": {
"query": [
"hobby(Y_7, Y_8)",
"father(Y_5, Y_7)",
"child('ardath', Y_5)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 9
},
{
"id": "20c43637-a972-49e6-8042-c9013a83f1ff",
"question": "What is the job of the father of the brother of lavern ?",
"answer": [
"equality and diversity officer"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"father(Y_5, Y_7)",
"brother('lavern', Y_5)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 9
},
{
"id": "0077e7ab-4ea5-4f80-a2d0-8f079e6213c9",
"question": "What is the job of the child of the father of lynette ?",
"answer": [
"editor, film/video",
"physiological scientist"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"child(Y_5, Y_7)",
"father('lynette', Y_5)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 9
},
{
"id": "51787917-2b96-4206-aab2-ecad7efe824d",
"question": "What is the dob of the child of the father of eduardo ?",
"answer": [
"0229-03-26"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"child(Y_5, Y_7)",
"father('eduardo', Y_5)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 9
},
{
"id": "a93eeaf8-b0ac-419e-a6ed-6f70c26c219c",
"question": "What is the job of the daughter of the mother of norris ?",
"answer": [
"contractor"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"daughter(Y_5, Y_7)",
"mother('norris', Y_5)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 9
},
{
"id": "9709e7a8-526a-4c93-aab3-e9de3f96ecf6",
"question": "What is the hobby of the brother of the brother of major ?",
"answer": [
"element collecting"
],
"prolog": {
"query": [
"hobby(Y_7, Y_8)",
"brother(Y_5, Y_7)",
"brother('major', Y_5)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 9
},
{
"id": "769faaca-cf3b-455c-a8f9-7a72bd3caabc",
"question": "What is the job of the sister of the brother of esperanza ?",
"answer": [
"animal nutritionist",
"event organiser"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"sister(Y_5, Y_7)",
"brother('esperanza', Y_5)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 9
},
{
"id": "cd616327-311a-4989-9292-62470348c9a1",
"question": "What is the job of the sister of the child of van ?",
"answer": [
"journalist, magazine",
"proofreader"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"sister(Y_5, Y_7)",
"child('van', Y_5)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 9
},
{
"id": "8e4fe3e2-9c47-4571-9bca-e907d169579a",
"question": "What is the dob of the father of the sister of renaldo ?",
"answer": [
"0149-05-15"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"father(Y_5, Y_7)",
"sister('renaldo', Y_5)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 9
},
{
"id": "2d796ad6-14a3-4089-ae08-0ea79774d61d",
"question": "What is the hobby of the mother of the person whose job is research officer, government ?",
"answer": [
"scutelliphily"
],
"prolog": {
"query": [
"hobby(Y_7, Y_8)",
"mother(Y_5, Y_7)",
"job(Y_5, 'research officer, government')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 10
},
{
"id": "70c66975-4a64-4eac-abd8-9510d2d7db65",
"question": "What is the dob of the sibling of the person whose job is comptroller ?",
"answer": [
"0238-12-24"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"sibling(Y_5, Y_7)",
"job(Y_5, 'comptroller')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 10
},
{
"id": "faf34850-02fb-4b84-b95b-f4f0f2ccbe74",
"question": "What is the dob of the wife of the person whose job is cabin crew ?",
"answer": [
"0213-06-14"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"wife(Y_5, Y_7)",
"job(Y_5, 'cabin crew')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 10
},
{
"id": "675a4d15-9e17-48f9-9096-f730575376a4",
"question": "What is the job of the husband of the person whose job is building control surveyor ?",
"answer": [
"market researcher"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"husband(Y_5, Y_7)",
"job(Y_5, 'building control surveyor')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 10
},
{
"id": "159dd3d0-bc59-4892-8496-ded97cba89f5",
"question": "What is the dob of the father of the person whose hobby is trapshooting ?",
"answer": [
"0259-09-27"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"father(Y_5, Y_7)",
"hobby(Y_5, 'trapshooting')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 10
},
{
"id": "5058b44a-ccd0-47d4-9e65-f29fc6536162",
"question": "What is the job of the child of the person whose job is engineer, petroleum ?",
"answer": [
"aid worker",
"bonds trader",
"local government officer",
"research officer, government",
"soil scientist"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"child(Y_5, Y_7)",
"job(Y_5, 'engineer, petroleum')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 10
},
{
"id": "94f6028c-27b7-4278-a7e4-b495e79180af",
"question": "What is the hobby of the sibling of the person whose hobby is philately ?",
"answer": [
"ant farming",
"reading"
],
"prolog": {
"query": [
"hobby(Y_7, Y_8)",
"sibling(Y_5, Y_7)",
"hobby(Y_5, 'philately')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 10
},
{
"id": "66c55f77-fbe9-439f-86b8-f2742feb7fe9",
"question": "What is the job of the daughter of the person whose hobby is vintage clothing ?",
"answer": [
"research officer, government"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"daughter(Y_5, Y_7)",
"hobby(Y_5, 'vintage clothing')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 10
},
{
"id": "cb7e0b87-9459-4abc-bab5-19ec9413f3da",
"question": "What is the job of the brother of the person whose hobby is element collecting ?",
"answer": [
"pension scheme manager"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"brother(Y_5, Y_7)",
"hobby(Y_5, 'element collecting')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 10
},
{
"id": "35a0495d-07df-4ccf-806b-32a1b02e45a3",
"question": "What is the dob of the sibling of the person whose job is financial trader ?",
"answer": [
"0290-09-19"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"sibling(Y_5, Y_7)",
"job(Y_5, 'financial trader')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 10
},
{
"id": "f730188b-a605-47e7-bc6b-2654f87d95ee",
"question": "What is the hobby of the mother of tresa ?",
"answer": [
"scutelliphily"
],
"prolog": {
"query": [
"hobby(Y_7, Y_8)",
"mother('tresa', Y_7)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "ec9db245-bf8a-475f-b525-9fcf989641ff",
"question": "What is the dob of the mother of stanford ?",
"answer": [
"0255-03-04"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"mother('stanford', Y_7)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "505f0c10-fc50-464a-b5a9-5be230343176",
"question": "What is the dob of the wife of martin ?",
"answer": [
"0213-06-14"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"wife('martin', Y_7)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "efbccb85-640d-42a3-8286-d9e28f95941c",
"question": "What is the job of the husband of marya ?",
"answer": [
"market researcher"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"husband('marya', Y_7)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "ea5f8218-bd35-43ff-aa0e-1c6f954da81a",
"question": "What is the dob of the father of lynette ?",
"answer": [
"0259-09-27"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"father('lynette', Y_7)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "f68614a7-1053-43ff-bfa6-c58e1b2f29ce",
"question": "What is the job of the child of sarah ?",
"answer": [
"aid worker",
"bonds trader",
"local government officer",
"research officer, government",
"soil scientist"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"child('sarah', Y_7)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "ee0aaf5a-2b84-45a4-9600-17a5f1e07a4e",
"question": "What is the hobby of the sibling of crysta ?",
"answer": [
"ant farming",
"reading"
],
"prolog": {
"query": [
"hobby(Y_7, Y_8)",
"sibling('crysta', Y_7)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "5a6c4f33-b8f9-4d77-b09d-5b4015fb1173",
"question": "What is the job of the father of jessie ?",
"answer": [
"colour technologist"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"father('jessie', Y_7)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "cdb682a9-2f46-4a2e-bf5a-c0fde1c1e75d",
"question": "What is the job of the brother of major ?",
"answer": [
"pension scheme manager"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"brother('major', Y_7)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "69c1b76b-5a54-4ce2-acbc-7340ec16df85",
"question": "What is the dob of the sibling of leif ?",
"answer": [
"0290-09-19"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"sibling('leif', Y_7)"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the",
"<relation>_6",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "869ebd5f-f0d4-405b-9c88-5b7811cada2f",
"question": "What is the job of the person whose job is research officer, government ?",
"answer": [
"research officer, government"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"job(Y_7, 'research officer, government')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 12
},
{
"id": "5dc55a5b-9c89-412e-bbae-e88122393218",
"question": "What is the hobby of the person whose job is media planner ?",
"answer": [
"research"
],
"prolog": {
"query": [
"hobby(Y_7, Y_8)",
"job(Y_7, 'media planner')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 12
},
{
"id": "4061445e-2d2d-4d2c-9506-eb67a43c8852",
"question": "What is the dob of the person whose job is product designer ?",
"answer": [
"0231-11-01",
"0274-01-07"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"job(Y_7, 'product designer')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 12
},
{
"id": "47220db9-8c82-41bd-b5d2-34d30c35c5b0",
"question": "What is the hobby of the person whose job is cabin crew ?",
"answer": [
"triathlon"
],
"prolog": {
"query": [
"hobby(Y_7, Y_8)",
"job(Y_7, 'cabin crew')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 12
},
{
"id": "21ded9ac-5a2f-4fd1-9658-43757d2209ab",
"question": "What is the dob of the person whose hobby is fencing ?",
"answer": [
"0196-03-02",
"0291-10-11",
"0293-08-01"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"hobby(Y_7, 'fencing')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 12
},
{
"id": "68895227-3d66-4012-99a3-3f72172d2c39",
"question": "What is the job of the person whose job is computer games developer ?",
"answer": [
"computer games developer"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"job(Y_7, 'computer games developer')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 12
},
{
"id": "46987e6f-1a05-4fff-b816-27a96d5b4299",
"question": "What is the hobby of the person whose hobby is trapshooting ?",
"answer": [
"trapshooting"
],
"prolog": {
"query": [
"hobby(Y_7, Y_8)",
"hobby(Y_7, 'trapshooting')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 12
},
{
"id": "3f2e1f6d-06a6-4144-aa3d-e35e657fba53",
"question": "What is the job of the person whose hobby is fishkeeping ?",
"answer": [
"animal technologist",
"dramatherapist",
"editorial assistant",
"pharmacist, community",
"social researcher",
"sound technician, broadcasting/film/video",
"sport and exercise psychologist"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"hobby(Y_7, 'fishkeeping')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 12
},
{
"id": "b9e854a0-2976-4728-a461-252882bc221d",
"question": "What is the job of the person whose hobby is radio-controlled model playing ?",
"answer": [
"administrator, education",
"building services engineer",
"charity officer"
],
"prolog": {
"query": [
"job(Y_7, Y_8)",
"hobby(Y_7, 'radio-controlled model playing')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 12
},
{
"id": "29227249-6d56-4eeb-b154-5e9f3d590e9e",
"question": "What is the dob of the person whose hobby is philately ?",
"answer": [
"0174-04-26",
"0202-12-13",
"0285-06-22"
],
"prolog": {
"query": [
"dob(Y_7, Y_8)",
"hobby(Y_7, 'philately')"
],
"answer": "Y_8"
},
"template": [
"What is",
"the",
"<attribute_name>_7",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 12
},
{
"id": "533bb477-00fe-4dda-a34c-eb61bbf23524",
"question": "How many siblings does the wife of the son of the mother of tresa have?",
"answer": [
"0",
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)",
"wife(Y_5, Y_7)",
"son(Y_3, Y_5)",
"mother('tresa', Y_3)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 13
},
{
"id": "f279d64d-51e7-48ca-8e9a-8abef4a89068",
"question": "How many sisters does the child of the wife of the husband of geraldine have?",
"answer": [
"0",
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)",
"child(Y_5, Y_7)",
"wife(Y_3, Y_5)",
"husband('geraldine', Y_3)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 13
},
{
"id": "246612d5-594c-4d90-8201-635b1cc687e0",
"question": "How many sisters does the husband of the mother of the sister of oliver have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)",
"husband(Y_5, Y_7)",
"mother(Y_3, Y_5)",
"sister('oliver', Y_3)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 13
},
{
"id": "300d93ee-57c9-4390-bfab-a2eb99e4bc22",
"question": "How many siblings does the child of the father of the child of sarah have?",
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)",
"child(Y_5, Y_7)",
"father(Y_3, Y_5)",
"child('sarah', Y_3)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 13
},
{
"id": "c090558d-7089-431d-93c0-b535aff13f16",
"question": "How many sons does the mother of the daughter of the mother of norris have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_7, Y_9)), Count_9)",
"mother(Y_5, Y_7)",
"daughter(Y_3, Y_5)",
"mother('norris', Y_3)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 13
},
{
"id": "ebabce5b-b40b-4874-ac6a-69099fff5a66",
"question": "How many sisters does the sister of the father of the brother of michelle have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)",
"sister(Y_5, Y_7)",
"father(Y_3, Y_5)",
"brother('michelle', Y_3)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 13
},
{
"id": "03953338-ae7a-402b-93b9-07be15593282",
"question": "How many brothers does the child of the wife of the father of esperanza have?",
"answer": [
"2",
"3"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)",
"child(Y_5, Y_7)",
"wife(Y_3, Y_5)",
"father('esperanza', Y_3)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 13
},
{
"id": "0c15c4ec-8dfd-47bd-b757-33ac5963b9c6",
"question": "How many sisters does the father of the child of the husband of rosena have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)",
"father(Y_5, Y_7)",
"child(Y_3, Y_5)",
"husband('rosena', Y_3)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 13
},
{
"id": "34ca321e-0b67-4518-aa3b-ec4e29f70ac3",
"question": "How many brothers does the sister of the sibling of the daughter of amy have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)",
"sister(Y_5, Y_7)",
"sibling(Y_3, Y_5)",
"daughter('amy', Y_3)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 13
},
{
"id": "4ca98f5b-bf5a-4bf9-9d0d-72501f6fabcf",
"question": "How many daughters does the son of the wife of the child of viola have?",
"answer": [
"0",
"3"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)",
"son(Y_5, Y_7)",
"wife(Y_3, Y_5)",
"child('viola', Y_3)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 13
},
{
"id": "dc0bd25d-cec1-4b1c-a5d5-a07f9ed86f33",
"question": "How many daughters does the son of the mother of the person whose job is research officer, government have?",
"answer": [
"0",
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)",
"son(Y_5, Y_7)",
"mother(Y_3, Y_5)",
"job(Y_3, 'research officer, government')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 14
},
{
"id": "471c2d83-804c-4c92-8d21-c1899971cb73",
"question": "How many daughters does the father of the sister of the person whose job is product designer have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)",
"father(Y_5, Y_7)",
"sister(Y_3, Y_5)",
"job(Y_3, 'product designer')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 14
},
{
"id": "deee4898-fedb-40e1-853b-81207f512a69",
"question": "How many brothers does the father of the brother of the person whose hobby is fencing have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)",
"father(Y_5, Y_7)",
"brother(Y_3, Y_5)",
"hobby(Y_3, 'fencing')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 14
},
{
"id": "f749afbc-dcf2-4093-b5f2-782606fa6a90",
"question": "How many brothers does the child of the father of the person whose hobby is trapshooting have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)",
"child(Y_5, Y_7)",
"father(Y_3, Y_5)",
"hobby(Y_3, 'trapshooting')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 14
},
{
"id": "a10e4305-ff46-4241-8a2d-c603bea01f9d",
"question": "How many siblings does the sibling of the father of the person whose hobby is radio-controlled model playing have?",
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)",
"sibling(Y_5, Y_7)",
"father(Y_3, Y_5)",
"hobby(Y_3, 'radio-controlled model playing')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 14
},
{
"id": "f87d145a-50eb-4443-93aa-a476152b79e9",
"question": "How many children does the daughter of the son of the person whose hobby is role-playing games have?",
"answer": [
"0",
"2",
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_7, Y_9)), Count_9)",
"daughter(Y_5, Y_7)",
"son(Y_3, Y_5)",
"hobby(Y_3, 'role-playing games')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 14
},
{
"id": "380041f8-cda6-4e4b-8a08-aa34c798d3f8",
"question": "How many sons does the brother of the brother of the person whose hobby is element collecting have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_7, Y_9)), Count_9)",
"brother(Y_5, Y_7)",
"brother(Y_3, Y_5)",
"hobby(Y_3, 'element collecting')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 14
},
{
"id": "47d9251b-9e60-4499-bec3-e3bff461a0fe",
"question": "How many brothers does the sister of the brother of the person whose job is animal nutritionist have?",
"answer": [
"3"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)",
"sister(Y_5, Y_7)",
"brother(Y_3, Y_5)",
"job(Y_3, 'animal nutritionist')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 14
},
{
"id": "03eee14b-06d8-48b0-af88-17d593a971ac",
"question": "How many brothers does the sister of the sibling of the person whose job is editor, film/video have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)",
"sister(Y_5, Y_7)",
"sibling(Y_3, Y_5)",
"job(Y_3, 'editor, film/video')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 14
},
{
"id": "fe1f5df9-64f6-4e0a-b94e-60a85a168ce3",
"question": "How many sisters does the father of the brother of the person whose hobby is ant farming have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)",
"father(Y_5, Y_7)",
"brother(Y_3, Y_5)",
"hobby(Y_3, 'ant farming')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 14
},
{
"id": "6f275079-5f86-4841-b08f-f5a81a386f1a",
"question": "How many daughters does the son of the mother of tresa have?",
"answer": [
"0",
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)",
"son(Y_5, Y_7)",
"mother('tresa', Y_5)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 15
},
{
"id": "b3af8b65-12e4-41cf-952a-b653006db440",
"question": "How many daughters does the father of the child of ardath have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)",
"father(Y_5, Y_7)",
"child('ardath', Y_5)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 15
},
{
"id": "ae5a38d1-8b09-4fbd-b53d-fd008ad9fc95",
"question": "How many brothers does the father of the brother of lavern have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)",
"father(Y_5, Y_7)",
"brother('lavern', Y_5)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 15
},
{
"id": "0a6276c9-19d0-4e65-8204-2aa1f352d37a",
"question": "How many brothers does the child of the father of lynette have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)",
"child(Y_5, Y_7)",
"father('lynette', Y_5)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 15
},
{
"id": "e8e13f89-2c7c-492b-a16f-0bdd8b26f450",
"question": "How many siblings does the child of the father of eduardo have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)",
"child(Y_5, Y_7)",
"father('eduardo', Y_5)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 15
},
{
"id": "bbcbef47-c642-4f88-934d-ffcabc2d02a0",
"question": "How many children does the daughter of the mother of norris have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_7, Y_9)), Count_9)",
"daughter(Y_5, Y_7)",
"mother('norris', Y_5)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 15
},
{
"id": "80af21d7-c727-41c7-bc84-e1b6108411cc",
"question": "How many sons does the brother of the brother of major have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_7, Y_9)), Count_9)",
"brother(Y_5, Y_7)",
"brother('major', Y_5)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 15
},
{
"id": "e7157151-6331-4821-829b-e3b10d2cecdc",
"question": "How many brothers does the sister of the brother of esperanza have?",
"answer": [
"3"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)",
"sister(Y_5, Y_7)",
"brother('esperanza', Y_5)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 15
},
{
"id": "be1121f0-3799-4204-b0c6-58005306abaa",
"question": "How many brothers does the sister of the child of van have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)",
"sister(Y_5, Y_7)",
"child('van', Y_5)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 15
},
{
"id": "88b183f6-4c24-48f4-a476-cf6a48d8602f",
"question": "How many sisters does the father of the sister of renaldo have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)",
"father(Y_5, Y_7)",
"sister('renaldo', Y_5)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 15
},
{
"id": "8d46b66c-448a-4371-b0fb-53a9f1d68b45",
"question": "How many sons does the mother of the person whose job is research officer, government have?",
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_7, Y_9)), Count_9)",
"mother(Y_5, Y_7)",
"job(Y_5, 'research officer, government')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 16
},
{
"id": "7c3895e3-37b5-43c4-b3b9-f468c92b9c8c",
"question": "How many siblings does the sibling of the person whose job is comptroller have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)",
"sibling(Y_5, Y_7)",
"job(Y_5, 'comptroller')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 16
},
{
"id": "6dc6f93b-d9c5-470e-93ff-8add5820cae4",
"question": "How many sisters does the wife of the person whose job is cabin crew have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)",
"wife(Y_5, Y_7)",
"job(Y_5, 'cabin crew')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 16
},
{
"id": "11dbee17-9820-42e6-882f-b62cd19992ad",
"question": "How many brothers does the husband of the person whose job is building control surveyor have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)",
"husband(Y_5, Y_7)",
"job(Y_5, 'building control surveyor')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 16
},
{
"id": "053e9d22-f9bd-4d3a-a10f-0d8439898fa4",
"question": "How many sisters does the father of the person whose hobby is trapshooting have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)",
"father(Y_5, Y_7)",
"hobby(Y_5, 'trapshooting')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 16
},
{
"id": "731297fe-a5dc-47fa-948f-da956549191c",
"question": "How many children does the child of the person whose job is engineer, petroleum have?",
"answer": [
"0",
"1",
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_7, Y_9)), Count_9)",
"child(Y_5, Y_7)",
"job(Y_5, 'engineer, petroleum')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 16
},
{
"id": "513ba563-e661-46f6-8eec-a3d291240476",
"question": "How many daughters does the sibling of the person whose hobby is philately have?",
"answer": [
"1",
"3"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)",
"sibling(Y_5, Y_7)",
"hobby(Y_5, 'philately')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 16
},
{
"id": "c1dd2ef5-2ab0-4ef6-b3c2-e47f2367c7d5",
"question": "How many children does the daughter of the person whose hobby is vintage clothing have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_7, Y_9)), Count_9)",
"daughter(Y_5, Y_7)",
"hobby(Y_5, 'vintage clothing')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 16
},
{
"id": "51173782-6189-4872-86df-9e1d6989e04f",
"question": "How many brothers does the brother of the person whose hobby is element collecting have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)",
"brother(Y_5, Y_7)",
"hobby(Y_5, 'element collecting')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 16
},
{
"id": "9f337406-e2b4-40e6-b0ed-0d0c0af428c8",
"question": "How many sisters does the sibling of the person whose job is financial trader have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)",
"sibling(Y_5, Y_7)",
"job(Y_5, 'financial trader')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 16
},
{
"id": "88971818-e0a3-430f-b3e9-b17f6358fa67",
"question": "How many sons does the mother of tresa have?",
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_7, Y_9)), Count_9)",
"mother('tresa', Y_7)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"<name>_5",
"have?"
],
"type": 17
},
{
"id": "5b152f8d-1c0b-41b5-ac14-e8b46e24898e",
"question": "How many siblings does the mother of stanford have?",
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)",
"mother('stanford', Y_7)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"<name>_5",
"have?"
],
"type": 17
},
{
"id": "76d8e488-22c2-40b6-af21-a3551cb3e970",
"question": "How many sisters does the wife of martin have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)",
"wife('martin', Y_7)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"<name>_5",
"have?"
],
"type": 17
},
{
"id": "b306f4ed-99f1-491c-ae16-82e2ec6ae380",
"question": "How many brothers does the husband of marya have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)",
"husband('marya', Y_7)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"<name>_5",
"have?"
],
"type": 17
},
{
"id": "393d615a-15bd-4cd2-9183-3fbfd85afc4f",
"question": "How many sisters does the father of lynette have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)",
"father('lynette', Y_7)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"<name>_5",
"have?"
],
"type": 17
},
{
"id": "b8e1f9f8-7637-421d-ac2e-772b4fdd6649",
"question": "How many children does the child of sarah have?",
"answer": [
"0",
"1",
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_7, Y_9)), Count_9)",
"child('sarah', Y_7)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"<name>_5",
"have?"
],
"type": 17
},
{
"id": "e8a19b0b-4dc5-4747-9fc6-10013d312a37",
"question": "How many daughters does the sibling of crysta have?",
"answer": [
"1",
"3"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)",
"sibling('crysta', Y_7)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"<name>_5",
"have?"
],
"type": 17
},
{
"id": "fd5f6bfc-3086-4702-8a2f-90157a35ffca",
"question": "How many children does the father of jessie have?",
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_7, Y_9)), Count_9)",
"father('jessie', Y_7)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"<name>_5",
"have?"
],
"type": 17
},
{
"id": "aba050a1-bbfe-4040-8bc6-224fecc72ed4",
"question": "How many brothers does the brother of major have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)",
"brother('major', Y_7)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"<name>_5",
"have?"
],
"type": 17
},
{
"id": "9fbcf93c-1031-4a95-a58f-372b023bc211",
"question": "How many sisters does the sibling of leif have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)",
"sibling('leif', Y_7)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the",
"<relation>_6",
"of",
"<name>_5",
"have?"
],
"type": 17
},
{
"id": "419b4b6d-505b-4dcd-9578-5b15397907aa",
"question": "How many children does the person whose job is research officer, government have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_7, Y_9)), Count_9)",
"job(Y_7, 'research officer, government')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 18
},
{
"id": "ca2f949a-c4f4-4fc2-8db5-505d26619493",
"question": "How many daughters does the person whose job is media planner have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)",
"job(Y_7, 'media planner')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 18
},
{
"id": "36a3c586-765f-4074-960c-5392c50b9d18",
"question": "How many siblings does the person whose job is product designer have?",
"answer": [
"0",
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)",
"job(Y_7, 'product designer')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 18
},
{
"id": "9754d2db-501b-42c7-9af6-5d03e04484f0",
"question": "How many daughters does the person whose job is cabin crew have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)",
"job(Y_7, 'cabin crew')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 18
},
{
"id": "02496509-e3f2-412a-b9cd-29d681bf845b",
"question": "How many sisters does the person whose hobby is fencing have?",
"answer": [
"0",
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)",
"hobby(Y_7, 'fencing')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 18
},
{
"id": "7619c368-1291-4e10-9709-2237437a6c0b",
"question": "How many brothers does the person whose job is computer games developer have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)",
"job(Y_7, 'computer games developer')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 18
},
{
"id": "a829e8b0-2184-4c6f-a4a3-8ff6951b567f",
"question": "How many sons does the person whose hobby is trapshooting have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_7, Y_9)), Count_9)",
"hobby(Y_7, 'trapshooting')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 18
},
{
"id": "9afd908c-eebf-4ea7-950e-503a642209da",
"question": "How many brothers does the person whose hobby is fishkeeping have?",
"answer": [
"0",
"1",
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)",
"hobby(Y_7, 'fishkeeping')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 18
},
{
"id": "26eb1028-90cc-4e7a-83a8-a27795d2ee9b",
"question": "How many children does the person whose hobby is radio-controlled model playing have?",
"answer": [
"0",
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_7, Y_9)), Count_9)",
"hobby(Y_7, 'radio-controlled model playing')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 18
},
{
"id": "b73e3623-01e7-4d04-86ad-1d80c92bdff4",
"question": "How many siblings does the person whose hobby is philately have?",
"answer": [
"0",
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)",
"hobby(Y_7, 'philately')"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 18
},
{
"id": "b23c3ef3-a800-48b2-9fe7-bca707117978",
"question": "How many children does tresa have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child('tresa', Y_9)), Count_9)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"<name>_7",
"have?"
],
"type": 19
},
{
"id": "b07fb702-d5be-45b7-9d4b-61c28b1e9e1a",
"question": "How many daughters does jesus have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter('jesus', Y_9)), Count_9)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"<name>_7",
"have?"
],
"type": 19
},
{
"id": "ee37146b-3822-45b1-a63b-87847f54078a",
"question": "How many siblings does ardath have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling('ardath', Y_9)), Count_9)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"<name>_7",
"have?"
],
"type": 19
},
{
"id": "142df399-ba39-40a1-b5d3-72b81e23f622",
"question": "How many daughters does martin have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter('martin', Y_9)), Count_9)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"<name>_7",
"have?"
],
"type": 19
},
{
"id": "9158830f-8312-4d37-93ed-d1a6bc166f95",
"question": "How many sisters does lavern have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister('lavern', Y_9)), Count_9)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"<name>_7",
"have?"
],
"type": 19
},
{
"id": "b85cc05c-dc7a-4466-bec3-792c0d608299",
"question": "How many brothers does oliver have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother('oliver', Y_9)), Count_9)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"<name>_7",
"have?"
],
"type": 19
},
{
"id": "b3dda4d9-fad8-49fd-9b77-d04db127c3d2",
"question": "How many sons does lynette have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son('lynette', Y_9)), Count_9)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"<name>_7",
"have?"
],
"type": 19
},
{
"id": "fd9d306c-a85a-4b61-bc68-2c1b22432229",
"question": "How many brothers does lera have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother('lera', Y_9)), Count_9)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"<name>_7",
"have?"
],
"type": 19
},
{
"id": "f76cf4a4-1419-49ec-8703-ddd425b7d32b",
"question": "How many children does eduardo have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child('eduardo', Y_9)), Count_9)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"<name>_7",
"have?"
],
"type": 19
},
{
"id": "311cf979-fde9-4e0a-90a0-4d8f84b02c05",
"question": "How many siblings does crysta have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling('crysta', Y_9)), Count_9)"
],
"answer": "Count_9"
},
"template": [
"How many",
"<relation_plural>_8",
"does",
"<name>_7",
"have?"
],
"type": 19
}
]