diff --git "a/depth10-50/questions.json" "b/depth10-50/questions.json" new file mode 100644--- /dev/null +++ "b/depth10-50/questions.json" @@ -0,0 +1,5719 @@ +[ + { + "id": "d2f4a618-ee4e-44ef-8a22-8eeb8e9274c8", + "question": "Who is the father of the daughter of the father of the person whose hobby is wikipedia editing ?", + "answer": [ + "alton" + ], + "prolog": { + "query": [ + "father(Y_6, Y_8)", + "daughter(Y_4, Y_6)", + "father(Y_2, Y_4)", + "hobby(Y_2, 'wikipedia editing')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "the person whose", + "_1", + "is", + "_1", + "?" + ], + "type": 0 + }, + { + "id": "a47c8d47-d628-4ec7-a2b0-b345bcc3c738", + "question": "Who is the father of the son of the sister of the person whose hobby is meteorology ?", + "answer": [ + "cornelius" + ], + "prolog": { + "query": [ + "father(Y_6, Y_8)", + "son(Y_4, Y_6)", + "sister(Y_2, Y_4)", + "hobby(Y_2, 'meteorology')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "the person whose", + "_1", + "is", + "_1", + "?" + ], + "type": 0 + }, + { + "id": "10b1a457-68fc-4c6a-8c9c-7b4750359498", + "question": "Who is the mother of the wife of the father of the person whose job is air cabin crew ?", + "answer": [ + "meghann" + ], + "prolog": { + "query": [ + "mother(Y_6, Y_8)", + "wife(Y_4, Y_6)", + "father(Y_2, Y_4)", + "job(Y_2, 'air cabin crew')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "the person whose", + "_1", + "is", + "_1", + "?" + ], + "type": 0 + }, + { + "id": "822f6ed4-2c0b-4589-9dbb-1f7fb7b40fa9", + "question": "Who is the child of the child of the husband of the person whose hobby is research ?", + "answer": [ + "tona", + "matt" + ], + "prolog": { + "query": [ + "child(Y_6, Y_8)", + "child(Y_4, Y_6)", + "husband(Y_2, Y_4)", + "hobby(Y_2, 'research')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "the person whose", + "_1", + "is", + "_1", + "?" + ], + "type": 0 + }, + { + "id": "08276027-6c7b-4864-8eaa-146e94f4d8b6", + "question": "Who is the mother of the mother of the father of the person whose job is secretary, company ?", + "answer": [ + "vilma" + ], + "prolog": { + "query": [ + "mother(Y_6, Y_8)", + "mother(Y_4, Y_6)", + "father(Y_2, Y_4)", + "job(Y_2, 'secretary, company')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "the person whose", + "_1", + "is", + "_1", + "?" + ], + "type": 0 + }, + { + "id": "8a30c1e2-17a2-452d-a8d2-e0aec9847b57", + "question": "Who is the father of the husband of the wife of the person whose job is advertising copywriter ?", + "answer": [ + "vicente" + ], + "prolog": { + "query": [ + "father(Y_6, Y_8)", + "husband(Y_4, Y_6)", + "wife(Y_2, Y_4)", + "job(Y_2, 'advertising copywriter')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "the person whose", + "_1", + "is", + "_1", + "?" + ], + "type": 0 + }, + { + "id": "ca3fa380-8611-475d-88f8-c5b77a92c414", + "question": "Who is the daughter of the mother of the sister of the person whose hobby is microscopy ?", + "answer": [ + "johnna", + "dixie" + ], + "prolog": { + "query": [ + "daughter(Y_6, Y_8)", + "mother(Y_4, Y_6)", + "sister(Y_2, Y_4)", + "hobby(Y_2, 'microscopy')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "the person whose", + "_1", + "is", + "_1", + "?" + ], + "type": 0 + }, + { + "id": "f535cc17-a886-48b8-bcd4-5650d431aa01", + "question": "Who is the father of the sibling of the brother of the person whose job is production assistant, television ?", + "answer": [ + "deangelo" + ], + "prolog": { + "query": [ + "father(Y_6, Y_8)", + "sibling(Y_4, Y_6)", + "brother(Y_2, Y_4)", + "job(Y_2, 'production assistant, television')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "the person whose", + "_1", + "is", + "_1", + "?" + ], + "type": 0 + }, + { + "id": "c396362a-807b-4021-bcd4-8093be4e477e", + "question": "Who is the child of the daughter of the mother of the person whose hobby is biology ?", + "answer": [ + "dante" + ], + "prolog": { + "query": [ + "child(Y_6, Y_8)", + "daughter(Y_4, Y_6)", + "mother(Y_2, Y_4)", + "hobby(Y_2, 'biology')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "the person whose", + "_1", + "is", + "_1", + "?" + ], + "type": 0 + }, + { + "id": "6e02cd4a-4dc2-432a-a62c-a4be79731940", + "question": "Who is the son of the father of the sister of the person whose job is surveyor, commercial/residential ?", + "answer": [ + "alton", + "nick", + "kurt" + ], + "prolog": { + "query": [ + "son(Y_6, Y_8)", + "father(Y_4, Y_6)", + "sister(Y_2, Y_4)", + "job(Y_2, 'surveyor, commercial/residential')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "the person whose", + "_1", + "is", + "_1", + "?" + ], + "type": 0 + }, + { + "id": "453e4b22-043c-4d1a-9437-b9a4e35ab772", + "question": "Who is the brother of the sibling of the father of alejandra ?", + "answer": [ + "matt" + ], + "prolog": { + "query": [ + "brother(Y_6, Y_8)", + "sibling(Y_4, Y_6)", + "father('alejandra', Y_4)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "_2", + "?" + ], + "type": 1 + }, + { + "id": "88ca3748-51dd-4cb5-980a-7bb87b215077", + "question": "Who is the husband of the mother of the daughter of vilma ?", + "answer": [ + "manual" + ], + "prolog": { + "query": [ + "husband(Y_6, Y_8)", + "mother(Y_4, Y_6)", + "daughter('vilma', Y_4)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "_2", + "?" + ], + "type": 1 + }, + { + "id": "06ffcba4-36a4-4b9c-878f-33d114fe9477", + "question": "Who is the child of the sibling of the wife of fidel ?", + "answer": [ + "velia" + ], + "prolog": { + "query": [ + "child(Y_6, Y_8)", + "sibling(Y_4, Y_6)", + "wife('fidel', Y_4)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "_2", + "?" + ], + "type": 1 + }, + { + "id": "f0a67278-b802-45e2-bcee-8fc6f5f46749", + "question": "Who is the brother of the husband of the daughter of marya ?", + "answer": [ + "nick", + "kurt" + ], + "prolog": { + "query": [ + "brother(Y_6, Y_8)", + "husband(Y_4, Y_6)", + "daughter('marya', Y_4)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "_2", + "?" + ], + "type": 1 + }, + { + "id": "ccd3b8f2-6ead-4c00-9b3c-71fda252e2e4", + "question": "Who is the wife of the father of the mother of ellis ?", + "answer": [ + "vilma" + ], + "prolog": { + "query": [ + "wife(Y_6, Y_8)", + "father(Y_4, Y_6)", + "mother('ellis', Y_4)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "_2", + "?" + ], + "type": 1 + }, + { + "id": "b76afe76-e56b-4b83-80ae-3dca581366f4", + "question": "Who is the child of the mother of the daughter of thomasine ?", + "answer": [ + "daisy", + "meghann", + "alejandra" + ], + "prolog": { + "query": [ + "child(Y_6, Y_8)", + "mother(Y_4, Y_6)", + "daughter('thomasine', Y_4)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "_2", + "?" + ], + "type": 1 + }, + { + "id": "85685244-4caa-4190-964b-dba652c472e3", + "question": "Who is the daughter of the father of the daughter of thomasine ?", + "answer": [ + "daisy", + "meghann", + "alejandra" + ], + "prolog": { + "query": [ + "daughter(Y_6, Y_8)", + "father(Y_4, Y_6)", + "daughter('thomasine', Y_4)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "_2", + "?" + ], + "type": 1 + }, + { + "id": "537ffcaa-4712-4d3f-8a36-35500d4302ca", + "question": "Who is the father of the daughter of the mother of reyna ?", + "answer": [ + "dominick" + ], + "prolog": { + "query": [ + "father(Y_6, Y_8)", + "daughter(Y_4, Y_6)", + "mother('reyna', Y_4)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "_2", + "?" + ], + "type": 1 + }, + { + "id": "90d312f2-c3af-4511-a198-e34ce0bae2ee", + "question": "Who is the brother of the son of the child of thomasine ?", + "answer": [ + "cordell", + "milo" + ], + "prolog": { + "query": [ + "brother(Y_6, Y_8)", + "son(Y_4, Y_6)", + "child('thomasine', Y_4)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "_2", + "?" + ], + "type": 1 + }, + { + "id": "864b5b62-bc9f-43ef-81c6-77b32b9fe6e0", + "question": "Who is the sibling of the son of the father of matt ?", + "answer": [ + "tona" + ], + "prolog": { + "query": [ + "sibling(Y_6, Y_8)", + "son(Y_4, Y_6)", + "father('matt', Y_4)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the", + "_3", + "of", + "_2", + "?" + ], + "type": 1 + }, + { + "id": "24d1ce08-d232-4aae-98b6-400617015549", + "question": "Who is the daughter of the mother of the person whose hobby is meditation ?", + "answer": [ + "miki", + "daisy", + "tona", + "alejandra", + "meghann" + ], + "prolog": { + "query": [ + "daughter(Y_6, Y_8)", + "mother(Y_4, Y_6)", + "hobby(Y_4, 'meditation')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the person whose", + "_3", + "is", + "_3", + "?" + ], + "type": 2 + }, + { + "id": "519fe22b-4e6e-4352-972d-6e0f385e6e93", + "question": "Who is the child of the child of the person whose hobby is philately ?", + "answer": [ + "ellis" + ], + "prolog": { + "query": [ + "child(Y_6, Y_8)", + "child(Y_4, Y_6)", + "hobby(Y_4, 'philately')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the person whose", + "_3", + "is", + "_3", + "?" + ], + "type": 2 + }, + { + "id": "7ffa309a-8ece-41c6-a166-ceb18802b43f", + "question": "Who is the brother of the sister of the person whose job is english as a foreign language teacher ?", + "answer": [ + "alton", + "nick", + "kurt" + ], + "prolog": { + "query": [ + "brother(Y_6, Y_8)", + "sister(Y_4, Y_6)", + "job(Y_4, 'english as a foreign language teacher')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the person whose", + "_3", + "is", + "_3", + "?" + ], + "type": 2 + }, + { + "id": "82a0c0a8-da30-4b02-9d9e-6fd40c40cb8c", + "question": "Who is the child of the daughter of the person whose hobby is herping ?", + "answer": [ + "dante" + ], + "prolog": { + "query": [ + "child(Y_6, Y_8)", + "daughter(Y_4, Y_6)", + "hobby(Y_4, 'herping')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the person whose", + "_3", + "is", + "_3", + "?" + ], + "type": 2 + }, + { + "id": "2bd457f7-5a25-47bc-b4be-20c1cc16701d", + "question": "Who is the husband of the daughter of the person whose hobby is reading ?", + "answer": [ + "fidel" + ], + "prolog": { + "query": [ + "husband(Y_6, Y_8)", + "daughter(Y_4, Y_6)", + "hobby(Y_4, 'reading')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the person whose", + "_3", + "is", + "_3", + "?" + ], + "type": 2 + }, + { + "id": "c3e98520-4fac-4d42-970b-29678a010c00", + "question": "Who is the mother of the child of the person whose hobby is tennis polo ?", + "answer": [ + "dixie" + ], + "prolog": { + "query": [ + "mother(Y_6, Y_8)", + "child(Y_4, Y_6)", + "hobby(Y_4, 'tennis polo')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the person whose", + "_3", + "is", + "_3", + "?" + ], + "type": 2 + }, + { + "id": "02887899-2af8-4546-967e-2439a34f77e4", + "question": "Who is the mother of the daughter of the person whose job is acupuncturist ?", + "answer": [ + "concepcion" + ], + "prolog": { + "query": [ + "mother(Y_6, Y_8)", + "daughter(Y_4, Y_6)", + "job(Y_4, 'acupuncturist')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the person whose", + "_3", + "is", + "_3", + "?" + ], + "type": 2 + }, + { + "id": "3f49f706-5c09-434a-a49a-7edf735b289e", + "question": "Who is the husband of the wife of the person whose job is primary school teacher ?", + "answer": [ + "derick" + ], + "prolog": { + "query": [ + "husband(Y_6, Y_8)", + "wife(Y_4, Y_6)", + "job(Y_4, 'primary school teacher')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the person whose", + "_3", + "is", + "_3", + "?" + ], + "type": 2 + }, + { + "id": "751cf7b1-9803-415f-9f78-4498a102fced", + "question": "Who is the mother of the sister of the person whose hobby is birdwatching ?", + "answer": [ + "lyndia" + ], + "prolog": { + "query": [ + "mother(Y_6, Y_8)", + "sister(Y_4, Y_6)", + "hobby(Y_4, 'birdwatching')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the person whose", + "_3", + "is", + "_3", + "?" + ], + "type": 2 + }, + { + "id": "f5203927-1375-4f8f-bd2e-f15178bad4ce", + "question": "Who is the sister of the sister of the person whose job is english as a foreign language teacher ?", + "answer": [ + "johnna", + "dixie" + ], + "prolog": { + "query": [ + "sister(Y_6, Y_8)", + "sister(Y_4, Y_6)", + "job(Y_4, 'english as a foreign language teacher')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "the person whose", + "_3", + "is", + "_3", + "?" + ], + "type": 2 + }, + { + "id": "f6785873-6d3d-4f31-99ae-ec7436743540", + "question": "Who is the father of the mother of velia ?", + "answer": [ + "jeff" + ], + "prolog": { + "query": [ + "father(Y_6, Y_8)", + "mother('velia', Y_6)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "_4", + "?" + ], + "type": 3 + }, + { + "id": "778c6dbf-28b6-4b58-8f53-4cd118edc5c3", + "question": "Who is the husband of the wife of manual ?", + "answer": [ + "manual" + ], + "prolog": { + "query": [ + "husband(Y_6, Y_8)", + "wife('manual', Y_6)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "_4", + "?" + ], + "type": 3 + }, + { + "id": "c2cf0864-16bb-4e70-bfc4-5c733e66510f", + "question": "Who is the child of the wife of manual ?", + "answer": [ + "ila" + ], + "prolog": { + "query": [ + "child(Y_6, Y_8)", + "wife('manual', Y_6)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "_4", + "?" + ], + "type": 3 + }, + { + "id": "ee922b86-0a02-4948-b71e-e107d5452479", + "question": "Who is the brother of the father of velia ?", + "answer": [ + "nick", + "kurt" + ], + "prolog": { + "query": [ + "brother(Y_6, Y_8)", + "father('velia', Y_6)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "_4", + "?" + ], + "type": 3 + }, + { + "id": "98150db7-f24f-473a-a169-6a11c7534d27", + "question": "Who is the wife of the sibling of nick ?", + "answer": [ + "concepcion" + ], + "prolog": { + "query": [ + "wife(Y_6, Y_8)", + "sibling('nick', Y_6)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "_4", + "?" + ], + "type": 3 + }, + { + "id": "17718246-4103-4160-9e17-da8989675bea", + "question": "Who is the son of the mother of dante ?", + "answer": [ + "dante" + ], + "prolog": { + "query": [ + "son(Y_6, Y_8)", + "mother('dante', Y_6)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "_4", + "?" + ], + "type": 3 + }, + { + "id": "733958bd-f9e2-47ed-a122-2084862ddbe6", + "question": "Who is the wife of the husband of sandy ?", + "answer": [ + "sandy" + ], + "prolog": { + "query": [ + "wife(Y_6, Y_8)", + "husband('sandy', Y_6)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "_4", + "?" + ], + "type": 3 + }, + { + "id": "4b187ade-f75f-4b8e-9a17-84b199eca43b", + "question": "Who is the father of the daughter of marya ?", + "answer": [ + "jeff" + ], + "prolog": { + "query": [ + "father(Y_6, Y_8)", + "daughter('marya', Y_6)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "_4", + "?" + ], + "type": 3 + }, + { + "id": "9a98ec60-9e6a-4eb5-8245-dc6ab77de12d", + "question": "Who is the daughter of the daughter of derick ?", + "answer": [ + "johnna", + "dixie" + ], + "prolog": { + "query": [ + "daughter(Y_6, Y_8)", + "daughter('derick', Y_6)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "_4", + "?" + ], + "type": 3 + }, + { + "id": "0c420aea-4f6b-4c18-8f4d-64abea6e545c", + "question": "Who is the wife of the father of kurt ?", + "answer": [ + "antionette" + ], + "prolog": { + "query": [ + "wife(Y_6, Y_8)", + "father('kurt', Y_6)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the", + "_5", + "of", + "_4", + "?" + ], + "type": 3 + }, + { + "id": "97b2eebd-b4dd-49ee-806b-914192a5cefd", + "question": "Who is the sister of the person whose hobby is shogi ?", + "answer": [ + "johnna", + "miki" + ], + "prolog": { + "query": [ + "sister(Y_6, Y_8)", + "hobby(Y_6, 'shogi')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the person whose", + "_5", + "is", + "_5", + "?" + ], + "type": 4 + }, + { + "id": "a484374c-3f40-4903-9d4e-42c83d72ccab", + "question": "Who is the child of the person whose job is biomedical scientist ?", + "answer": [ + "dante" + ], + "prolog": { + "query": [ + "child(Y_6, Y_8)", + "job(Y_6, 'biomedical scientist')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the person whose", + "_5", + "is", + "_5", + "?" + ], + "type": 4 + }, + { + "id": "0d30f54a-96c8-42d7-b328-76d973b1ff3c", + "question": "Who is the husband of the person whose job is product designer ?", + "answer": [ + "leonardo" + ], + "prolog": { + "query": [ + "husband(Y_6, Y_8)", + "job(Y_6, 'product designer')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the person whose", + "_5", + "is", + "_5", + "?" + ], + "type": 4 + }, + { + "id": "5edefebe-fc84-453c-a590-41b8f10b6bbe", + "question": "Who is the child of the person whose hobby is backgammon ?", + "answer": [ + "lynn" + ], + "prolog": { + "query": [ + "child(Y_6, Y_8)", + "hobby(Y_6, 'backgammon')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the person whose", + "_5", + "is", + "_5", + "?" + ], + "type": 4 + }, + { + "id": "7754affb-0f21-4e53-8009-112d8d0ff193", + "question": "Who is the father of the person whose hobby is cricket ?", + "answer": [ + "fidel" + ], + "prolog": { + "query": [ + "father(Y_6, Y_8)", + "hobby(Y_6, 'cricket')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the person whose", + "_5", + "is", + "_5", + "?" + ], + "type": 4 + }, + { + "id": "9f4f7022-dd80-49ac-8834-b99418796005", + "question": "Who is the sibling of the person whose hobby is shogi ?", + "answer": [ + "johnna", + "miki", + "alton", + "cordell", + "kurt", + "nick" + ], + "prolog": { + "query": [ + "sibling(Y_6, Y_8)", + "hobby(Y_6, 'shogi')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the person whose", + "_5", + "is", + "_5", + "?" + ], + "type": 4 + }, + { + "id": "f7940c21-d20b-44ab-949a-e0ebb2e647bc", + "question": "Who is the daughter of the person whose job is advertising copywriter ?", + "answer": [ + "daisy", + "ila", + "meghann", + "alejandra" + ], + "prolog": { + "query": [ + "daughter(Y_6, Y_8)", + "job(Y_6, 'advertising copywriter')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the person whose", + "_5", + "is", + "_5", + "?" + ], + "type": 4 + }, + { + "id": "29bd003b-5b75-4f2d-b0da-0ab9348b56f8", + "question": "Who is the father of the person whose hobby is meditation ?", + "answer": [ + "vicente", + "tanner", + "matt" + ], + "prolog": { + "query": [ + "father(Y_6, Y_8)", + "hobby(Y_6, 'meditation')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the person whose", + "_5", + "is", + "_5", + "?" + ], + "type": 4 + }, + { + "id": "80d6d4c2-27f2-44d6-a284-73df42cc760c", + "question": "Who is the wife of the person whose hobby is scuba diving ?", + "answer": [ + "maggie" + ], + "prolog": { + "query": [ + "wife(Y_6, Y_8)", + "hobby(Y_6, 'scuba diving')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the person whose", + "_5", + "is", + "_5", + "?" + ], + "type": 4 + }, + { + "id": "e8118eb5-a644-43b9-96f4-61676912b47a", + "question": "Who is the father of the person whose job is airline pilot ?", + "answer": [ + "alton" + ], + "prolog": { + "query": [ + "father(Y_6, Y_8)", + "job(Y_6, 'airline pilot')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "the person whose", + "_5", + "is", + "_5", + "?" + ], + "type": 4 + }, + { + "id": "e1cd4ef1-9508-452c-9f56-731835810ed6", + "question": "Who is the daughter of concepcion ?", + "answer": [ + "velia" + ], + "prolog": { + "query": [ + "daughter('concepcion', Y_8)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "_6", + "?" + ], + "type": 5 + }, + { + "id": "cf0d581d-f08d-4f81-b64d-9dd5bd741a4a", + "question": "Who is the child of maggie ?", + "answer": [ + "lyndia" + ], + "prolog": { + "query": [ + "child('maggie', Y_8)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "_6", + "?" + ], + "type": 5 + }, + { + "id": "e4a3aeea-5106-48ed-ace6-9360a2a36340", + "question": "Who is the wife of deangelo ?", + "answer": [ + "antionette" + ], + "prolog": { + "query": [ + "wife('deangelo', Y_8)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "_6", + "?" + ], + "type": 5 + }, + { + "id": "cccca234-e7ec-4257-a1df-7bcda2a6c07f", + "question": "Who is the sister of milo ?", + "answer": [ + "miki" + ], + "prolog": { + "query": [ + "sister('milo', Y_8)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "_6", + "?" + ], + "type": 5 + }, + { + "id": "f9c251f6-eab4-412a-9224-e072f97d8a21", + "question": "Who is the daughter of matt ?", + "answer": [ + "daisy", + "meghann", + "alejandra" + ], + "prolog": { + "query": [ + "daughter('matt', Y_8)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "_6", + "?" + ], + "type": 5 + }, + { + "id": "ff068a22-e068-47a4-9f7b-13c676f83106", + "question": "Who is the sibling of meghann ?", + "answer": [ + "daisy", + "alejandra" + ], + "prolog": { + "query": [ + "sibling('meghann', Y_8)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "_6", + "?" + ], + "type": 5 + }, + { + "id": "a9744d0b-4f98-4283-9f6d-7707210f4619", + "question": "Who is the wife of jeff ?", + "answer": [ + "marya" + ], + "prolog": { + "query": [ + "wife('jeff', Y_8)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "_6", + "?" + ], + "type": 5 + }, + { + "id": "9382e7ec-7fda-470b-a3d3-534740e44573", + "question": "Who is the mother of velia ?", + "answer": [ + "concepcion" + ], + "prolog": { + "query": [ + "mother('velia', Y_8)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "_6", + "?" + ], + "type": 5 + }, + { + "id": "d12af11d-9396-4af1-96a1-43d42430c988", + "question": "Who is the father of ila ?", + "answer": [ + "manual" + ], + "prolog": { + "query": [ + "father('ila', Y_8)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "_6", + "?" + ], + "type": 5 + }, + { + "id": "cd41f739-30b8-4946-a00a-ab4f8bf0d228", + "question": "Who is the child of fidel ?", + "answer": [ + "billie" + ], + "prolog": { + "query": [ + "child('fidel', Y_8)" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the", + "_7", + "of", + "_6", + "?" + ], + "type": 5 + }, + { + "id": "c93fa55a-4bfd-4e99-ba7e-50b291a6bd17", + "question": "Who is the person whose hobby is meteorology ?", + "answer": [ + "antionette", + "concepcion" + ], + "prolog": { + "query": [ + "hobby(Y_8, 'meteorology')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the person whose", + "_7", + "is", + "_7", + "?" + ], + "type": 6 + }, + { + "id": "077ab7a1-9f5e-48b8-b56b-c8cbcf2f53e9", + "question": "Who is the person whose hobby is laser tag ?", + "answer": [ + "derick" + ], + "prolog": { + "query": [ + "hobby(Y_8, 'laser tag')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the person whose", + "_7", + "is", + "_7", + "?" + ], + "type": 6 + }, + { + "id": "dc1a27ba-1041-4fed-a775-d9a4330e7f40", + "question": "Who is the person whose job is exhibitions officer, museum/gallery ?", + "answer": [ + "fidel" + ], + "prolog": { + "query": [ + "job(Y_8, 'exhibitions officer, museum/gallery')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the person whose", + "_7", + "is", + "_7", + "?" + ], + "type": 6 + }, + { + "id": "ae8da655-662f-4e47-bade-54109ec8aa70", + "question": "Who is the person whose hobby is tether car ?", + "answer": [ + "johnna" + ], + "prolog": { + "query": [ + "hobby(Y_8, 'tether car')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the person whose", + "_7", + "is", + "_7", + "?" + ], + "type": 6 + }, + { + "id": "5be25e44-9680-43f2-b727-9fa5cac054a8", + "question": "Who is the person whose job is museum/gallery curator ?", + "answer": [ + "billie" + ], + "prolog": { + "query": [ + "job(Y_8, 'museum/gallery curator')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the person whose", + "_7", + "is", + "_7", + "?" + ], + "type": 6 + }, + { + "id": "e048e796-b8c2-476d-b273-bd7653c56bb8", + "question": "Who is the person whose hobby is fossil hunting ?", + "answer": [ + "rosalee" + ], + "prolog": { + "query": [ + "hobby(Y_8, 'fossil hunting')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the person whose", + "_7", + "is", + "_7", + "?" + ], + "type": 6 + }, + { + "id": "56a9952f-8058-431e-968c-7b797398a370", + "question": "Who is the person whose job is agricultural engineer ?", + "answer": [ + "alberto" + ], + "prolog": { + "query": [ + "job(Y_8, 'agricultural engineer')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the person whose", + "_7", + "is", + "_7", + "?" + ], + "type": 6 + }, + { + "id": "0d405ed9-5e64-49b4-9733-564490f3f0fc", + "question": "Who is the person whose job is contractor ?", + "answer": [ + "alejandra" + ], + "prolog": { + "query": [ + "job(Y_8, 'contractor')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the person whose", + "_7", + "is", + "_7", + "?" + ], + "type": 6 + }, + { + "id": "4d08ff11-2169-436d-9ed4-1daf474333da", + "question": "Who is the person whose hobby is ballroom dancing ?", + "answer": [ + "cornelius" + ], + "prolog": { + "query": [ + "hobby(Y_8, 'ballroom dancing')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the person whose", + "_7", + "is", + "_7", + "?" + ], + "type": 6 + }, + { + "id": "e3dfbe98-eda5-442b-bf26-9f5a3578a221", + "question": "Who is the person whose job is newspaper journalist ?", + "answer": [ + "maggie" + ], + "prolog": { + "query": [ + "job(Y_8, 'newspaper journalist')" + ], + "answer": "Y_8" + }, + "template": [ + "Who is", + "the person whose", + "_7", + "is", + "_7", + "?" + ], + "type": 6 + }, + { + "id": "248a7fd5-3284-4075-855e-e15564e2367a", + "question": "What is the job of the sister of the child of the mother of alton ?", + "answer": [ + "museum education officer", + "production assistant, television" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "sister(Y_5, Y_7)", + "child(Y_3, Y_5)", + "mother('alton', Y_3)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "?" + ], + "type": 7 + }, + { + "id": "33db1670-25b3-4876-8627-4c27d07b6b51", + "question": "What is the hobby of the child of the mother of the wife of cornelius ?", + "answer": [ + "hiking/backpacking", + "meteorology", + "weightlifting", + "geocaching", + "judo" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "child(Y_5, Y_7)", + "mother(Y_3, Y_5)", + "wife('cornelius', Y_3)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "?" + ], + "type": 7 + }, + { + "id": "b049f49f-ce95-47e0-b04c-4dc98681e9b9", + "question": "What is the hobby of the son of the mother of the son of alberto ?", + "answer": [ + "backgammon" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "son(Y_5, Y_7)", + "mother(Y_3, Y_5)", + "son('alberto', Y_3)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "?" + ], + "type": 7 + }, + { + "id": "2c21cea6-670c-4411-98c7-96bdd1e12051", + "question": "What is the hobby of the sibling of the son of the mother of matt ?", + "answer": [ + "meditation" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "sibling(Y_5, Y_7)", + "son(Y_3, Y_5)", + "mother('matt', Y_3)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "?" + ], + "type": 7 + }, + { + "id": "1a0f0e84-4f5a-4451-86dc-1770c42148a9", + "question": "What is the hobby of the daughter of the husband of the daughter of maggie ?", + "answer": [ + "meditation" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "daughter(Y_5, Y_7)", + "husband(Y_3, Y_5)", + "daughter('maggie', Y_3)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "?" + ], + "type": 7 + }, + { + "id": "414fab8a-4175-419c-ab79-1740760b1942", + "question": "What is the dob of the child of the wife of the husband of kanesha ?", + "answer": [ + "0240-12-31", + "0239-10-28", + "0236-06-02", + "0238-10-28", + "0244-04-07" + ], + "prolog": { + "query": [ + "dob(Y_7, Y_8)", + "child(Y_5, Y_7)", + "wife(Y_3, Y_5)", + "husband('kanesha', Y_3)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "?" + ], + "type": 7 + }, + { + "id": "67bd6c0c-56b0-417e-b3ba-fdee70429ee3", + "question": "What is the hobby of the mother of the child of the father of ila ?", + "answer": [ + "radio-controlled car racing" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "mother(Y_5, Y_7)", + "child(Y_3, Y_5)", + "father('ila', Y_3)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "?" + ], + "type": 7 + }, + { + "id": "07cd011b-1d73-4940-b8c2-f71caf172efe", + "question": "What is the hobby of the mother of the daughter of the father of lynn ?", + "answer": [ + "canoeing" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "mother(Y_5, Y_7)", + "daughter(Y_3, Y_5)", + "father('lynn', Y_3)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "?" + ], + "type": 7 + }, + { + "id": "09837260-1e6e-4abe-a34d-f64a6922cc1c", + "question": "What is the dob of the daughter of the mother of the child of jeff ?", + "answer": [ + "0261-10-15" + ], + "prolog": { + "query": [ + "dob(Y_7, Y_8)", + "daughter(Y_5, Y_7)", + "mother(Y_3, Y_5)", + "child('jeff', Y_3)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "?" + ], + "type": 7 + }, + { + "id": "ba116a62-e376-4395-ab10-30addae6abb3", + "question": "What is the job of the brother of the son of the daughter of thomasine ?", + "answer": [ + "pharmacist, hospital", + "pension scheme manager" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "brother(Y_5, Y_7)", + "son(Y_3, Y_5)", + "daughter('thomasine', Y_3)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "?" + ], + "type": 7 + }, + { + "id": "43bfe73f-17ed-4c7e-9f72-4039631c513a", + "question": "What is the hobby of the father of the son of the person whose job is ranger/warden ?", + "answer": [ + "sea glass collecting" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "father(Y_5, Y_7)", + "son(Y_3, Y_5)", + "job(Y_3, 'ranger/warden')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "?" + ], + "type": 8 + }, + { + "id": "447dfa55-ef4d-40cc-90e6-9013c1db119a", + "question": "What is the job of the child of the daughter of the person whose hobby is laser tag ?", + "answer": [ + "acupuncturist", + "surveyor, commercial/residential", + "museum education officer", + "english as a foreign language teacher", + "production assistant, television", + "chiropodist" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "child(Y_5, Y_7)", + "daughter(Y_3, Y_5)", + "hobby(Y_3, 'laser tag')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "?" + ], + "type": 8 + }, + { + "id": "192bdb9d-74de-4200-91d7-4521b178a77a", + "question": "What is the job of the child of the daughter of the person whose job is police officer ?", + "answer": [ + "airline pilot" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "child(Y_5, Y_7)", + "daughter(Y_3, Y_5)", + "job(Y_3, 'police officer')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "?" + ], + "type": 8 + }, + { + "id": "5400fc3c-6b2d-4a93-98fd-416e5e99246d", + "question": "What is the dob of the child of the mother of the person whose job is public house manager ?", + "answer": [ + "0241-07-17" + ], + "prolog": { + "query": [ + "dob(Y_7, Y_8)", + "child(Y_5, Y_7)", + "mother(Y_3, Y_5)", + "job(Y_3, 'public house manager')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "?" + ], + "type": 8 + }, + { + "id": "da2ebf4a-0aeb-4f76-a068-d0cd63bf30db", + "question": "What is the dob of the mother of the child of the person whose job is therapist, art ?", + "answer": [ + "0237-01-15" + ], + "prolog": { + "query": [ + "dob(Y_7, Y_8)", + "mother(Y_5, Y_7)", + "child(Y_3, Y_5)", + "job(Y_3, 'therapist, art')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "?" + ], + "type": 8 + }, + { + "id": "75438524-17b7-4828-9b2b-7308821a6787", + "question": "What is the job of the wife of the brother of the person whose hobby is hiking/backpacking ?", + "answer": [ + "public house manager" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "wife(Y_5, Y_7)", + "brother(Y_3, Y_5)", + "hobby(Y_3, 'hiking/backpacking')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "?" + ], + "type": 8 + }, + { + "id": "32b6b6e4-e595-468c-9e4b-69e379ff6144", + "question": "What is the hobby of the wife of the husband of the person whose hobby is shogi ?", + "answer": [ + "shogi" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "wife(Y_5, Y_7)", + "husband(Y_3, Y_5)", + "hobby(Y_3, 'shogi')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "?" + ], + "type": 8 + }, + { + "id": "0a2f1085-1a61-4ca3-8ee6-4932ce8613d1", + "question": "What is the hobby of the son of the son of the person whose hobby is dominoes ?", + "answer": [ + "microscopy" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "son(Y_5, Y_7)", + "son(Y_3, Y_5)", + "hobby(Y_3, 'dominoes')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "?" + ], + "type": 8 + }, + { + "id": "11815494-60e5-4136-a063-f16f090cac32", + "question": "What is the hobby of the son of the father of the person whose hobby is hiking/backpacking ?", + "answer": [ + "judo", + "weightlifting", + "hiking/backpacking" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "son(Y_5, Y_7)", + "father(Y_3, Y_5)", + "hobby(Y_3, 'hiking/backpacking')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "?" + ], + "type": 8 + }, + { + "id": "7b4518e5-1b75-4b05-88d2-1d8e74ef084d", + "question": "What is the job of the brother of the daughter of the person whose job is community arts worker ?", + "answer": [ + "advertising copywriter" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "brother(Y_5, Y_7)", + "daughter(Y_3, Y_5)", + "job(Y_3, 'community arts worker')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "?" + ], + "type": 8 + }, + { + "id": "59d5f9f0-40a9-4ef3-b43a-6ac01c53d1a5", + "question": "What is the job of the sibling of the mother of billie ?", + "answer": [ + "acupuncturist", + "museum education officer", + "english as a foreign language teacher", + "surveyor, commercial/residential" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "sibling(Y_5, Y_7)", + "mother('billie', Y_5)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "?" + ], + "type": 9 + }, + { + "id": "1c4d2242-ff03-4df6-aae3-a1ae20e5d0e7", + "question": "What is the dob of the brother of the mother of billie ?", + "answer": [ + "0274-03-29", + "0263-06-10", + "0266-03-19" + ], + "prolog": { + "query": [ + "dob(Y_7, Y_8)", + "brother(Y_5, Y_7)", + "mother('billie', Y_5)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "?" + ], + "type": 9 + }, + { + "id": "03dc9aee-4fe8-4c31-9a97-f056c32ce928", + "question": "What is the hobby of the brother of the brother of nick ?", + "answer": [ + "microscopy", + "flying disc", + "magnet fishing" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "brother(Y_5, Y_7)", + "brother('nick', Y_5)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "?" + ], + "type": 9 + }, + { + "id": "50a35766-9e85-4fb8-a386-8bd1dd4d7b65", + "question": "What is the hobby of the husband of the child of scotty ?", + "answer": [ + "sea glass collecting" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "husband(Y_5, Y_7)", + "child('scotty', Y_5)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "?" + ], + "type": 9 + }, + { + "id": "dd96dee2-8012-4e0a-ad8c-d5fc47e4f41a", + "question": "What is the dob of the father of the child of joe ?", + "answer": [ + "0257-10-11" + ], + "prolog": { + "query": [ + "dob(Y_7, Y_8)", + "father(Y_5, Y_7)", + "child('joe', Y_5)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "?" + ], + "type": 9 + }, + { + "id": "efecda4c-5dba-4aa3-934e-52a190acdf53", + "question": "What is the job of the mother of the husband of daisy ?", + "answer": [ + "engineer, manufacturing systems" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "mother(Y_5, Y_7)", + "husband('daisy', Y_5)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "?" + ], + "type": 9 + }, + { + "id": "5bddd40c-adb0-4486-9b85-bdd183e592cc", + "question": "What is the hobby of the child of the father of ellis ?", + "answer": [ + "audiophile" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "child(Y_5, Y_7)", + "father('ellis', Y_5)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "?" + ], + "type": 9 + }, + { + "id": "8467aab3-638e-4267-8ad5-990c567e4c1c", + "question": "What is the hobby of the husband of the sibling of kurt ?", + "answer": [ + "tennis polo" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "husband(Y_5, Y_7)", + "sibling('kurt', Y_5)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "?" + ], + "type": 9 + }, + { + "id": "3b10f46c-157f-4e7c-8ae6-fc0a8ba534ff", + "question": "What is the job of the husband of the child of derick ?", + "answer": [ + "environmental education officer", + "air cabin crew" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "husband(Y_5, Y_7)", + "child('derick', Y_5)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "?" + ], + "type": 9 + }, + { + "id": "41101a1d-bfe7-459a-a133-875c5a99d4a7", + "question": "What is the hobby of the mother of the child of scotty ?", + "answer": [ + "research" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "mother(Y_5, Y_7)", + "child('scotty', Y_5)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "?" + ], + "type": 9 + }, + { + "id": "6f923244-655f-4b67-8054-2cbfc2cfcd1d", + "question": "What is the hobby of the sister of the person whose job is engineer, technical sales ?", + "answer": [ + "geocaching", + "meteorology" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "sister(Y_5, Y_7)", + "job(Y_5, 'engineer, technical sales')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "?" + ], + "type": 10 + }, + { + "id": "2afd0644-9bfe-4a31-8404-af25c0aca413", + "question": "What is the job of the mother of the person whose hobby is biology ?", + "answer": [ + "product designer" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "mother(Y_5, Y_7)", + "hobby(Y_5, 'biology')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "?" + ], + "type": 10 + }, + { + "id": "829f9a19-c50c-4275-9013-a282112acc53", + "question": "What is the job of the mother of the person whose job is english as a foreign language teacher ?", + "answer": [ + "teacher, adult education" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "mother(Y_5, Y_7)", + "job(Y_5, 'english as a foreign language teacher')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "?" + ], + "type": 10 + }, + { + "id": "21ecaa0a-f56b-433a-acde-0da32f60ef9d", + "question": "What is the dob of the father of the person whose job is special educational needs teacher ?", + "answer": [ + "0212-09-01" + ], + "prolog": { + "query": [ + "dob(Y_7, Y_8)", + "father(Y_5, Y_7)", + "job(Y_5, 'special educational needs teacher')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "?" + ], + "type": 10 + }, + { + "id": "619b2b42-dc9f-4c2c-b1d4-96a765ae52d0", + "question": "What is the hobby of the father of the person whose job is public house manager ?", + "answer": [ + "philately" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "father(Y_5, Y_7)", + "job(Y_5, 'public house manager')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "?" + ], + "type": 10 + }, + { + "id": "4a4c75c9-7fe3-455c-ab1a-94f79639a85b", + "question": "What is the dob of the wife of the person whose job is electronics engineer ?", + "answer": [ + "0148-03-17" + ], + "prolog": { + "query": [ + "dob(Y_7, Y_8)", + "wife(Y_5, Y_7)", + "job(Y_5, 'electronics engineer')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "?" + ], + "type": 10 + }, + { + "id": "6cf8c692-f788-45d8-ac4c-d55ff057b4a4", + "question": "What is the hobby of the husband of the person whose job is teacher, adult education ?", + "answer": [ + "reading" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "husband(Y_5, Y_7)", + "job(Y_5, 'teacher, adult education')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "?" + ], + "type": 10 + }, + { + "id": "2023a972-98ab-4383-9241-30956d45016f", + "question": "What is the job of the wife of the person whose hobby is tennis polo ?", + "answer": [ + "production assistant, television" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "wife(Y_5, Y_7)", + "hobby(Y_5, 'tennis polo')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "?" + ], + "type": 10 + }, + { + "id": "7ebe8cae-d0be-46d4-a995-c4bf220e2b56", + "question": "What is the job of the daughter of the person whose job is advertising copywriter ?", + "answer": [ + "public house manager", + "commercial/residential surveyor", + "contractor", + "translator" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "daughter(Y_5, Y_7)", + "job(Y_5, 'advertising copywriter')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "?" + ], + "type": 10 + }, + { + "id": "d71f6487-9793-456f-b068-905829acb407", + "question": "What is the job of the sister of the person whose job is estate manager/land agent ?", + "answer": [ + "geographical information systems officer", + "research scientist (life sciences)" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "sister(Y_5, Y_7)", + "job(Y_5, 'estate manager/land agent')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "?" + ], + "type": 10 + }, + { + "id": "ded1349b-d178-4129-bae9-2a3dac3ee81d", + "question": "What is the dob of the father of dominick ?", + "answer": [ + "0212-09-01" + ], + "prolog": { + "query": [ + "dob(Y_7, Y_8)", + "father('dominick', Y_7)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "_5", + "?" + ], + "type": 11 + }, + { + "id": "6c769374-a082-4350-8cf0-2a73d162b338", + "question": "What is the job of the sibling of alejandra ?", + "answer": [ + "commercial/residential surveyor", + "translator" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "sibling('alejandra', Y_7)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "_5", + "?" + ], + "type": 11 + }, + { + "id": "3fd38a09-c57e-41a3-81ca-c0cce0e985c5", + "question": "What is the hobby of the father of colby ?", + "answer": [ + "laser tag" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "father('colby', Y_7)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "_5", + "?" + ], + "type": 11 + }, + { + "id": "8eddcc5b-5b56-4128-9684-cc5d195137e0", + "question": "What is the hobby of the daughter of marya ?", + "answer": [ + "meteorology" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "daughter('marya', Y_7)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "_5", + "?" + ], + "type": 11 + }, + { + "id": "7597220f-4d05-4c59-b54c-4deddd94689a", + "question": "What is the hobby of the brother of milo ?", + "answer": [ + "meditation" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "brother('milo', Y_7)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "_5", + "?" + ], + "type": 11 + }, + { + "id": "8f1332b8-34fc-49b3-9557-8f7d166be131", + "question": "What is the hobby of the mother of kari ?", + "answer": [ + "architecture" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "mother('kari', Y_7)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "_5", + "?" + ], + "type": 11 + }, + { + "id": "483489b1-66ee-4a1c-96f1-0683b2ec70c5", + "question": "What is the hobby of the sibling of rosalee ?", + "answer": [ + "dairy farming", + "photography" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "sibling('rosalee', Y_7)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "_5", + "?" + ], + "type": 11 + }, + { + "id": "feb400ca-22c7-46c4-ac87-f806953fb1dc", + "question": "What is the hobby of the father of meghann ?", + "answer": [ + "birdwatching" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "father('meghann', Y_7)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "_5", + "?" + ], + "type": 11 + }, + { + "id": "0a43d233-425f-4412-8c79-13417ed31068", + "question": "What is the dob of the sister of rosalee ?", + "answer": [ + "0270-07-11", + "0261-08-01" + ], + "prolog": { + "query": [ + "dob(Y_7, Y_8)", + "sister('rosalee', Y_7)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "_5", + "?" + ], + "type": 11 + }, + { + "id": "5babcb60-e3a5-49f4-9e6d-5f990a9b6886", + "question": "What is the job of the child of manual ?", + "answer": [ + "public house manager" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "child('manual', Y_7)" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the", + "_6", + "of", + "_5", + "?" + ], + "type": 11 + }, + { + "id": "df762be3-00c1-4c74-a820-bf5a9006cb58", + "question": "What is the hobby of the person whose hobby is trainspotting ?", + "answer": [ + "trainspotting" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "hobby(Y_7, 'trainspotting')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the person whose", + "_6", + "is", + "_6", + "?" + ], + "type": 12 + }, + { + "id": "1942b337-f010-4d19-8f30-3055a3d1b0c1", + "question": "What is the job of the person whose hobby is hiking/backpacking ?", + "answer": [ + "research scientist (life sciences)" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "hobby(Y_7, 'hiking/backpacking')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the person whose", + "_6", + "is", + "_6", + "?" + ], + "type": 12 + }, + { + "id": "7d74a2ea-8dab-4748-bfac-7bce98a2a8b3", + "question": "What is the job of the person whose job is civil engineer, consulting ?", + "answer": [ + "civil engineer, consulting" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "job(Y_7, 'civil engineer, consulting')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the person whose", + "_6", + "is", + "_6", + "?" + ], + "type": 12 + }, + { + "id": "56894789-8b8e-4467-99d6-85d241a7063a", + "question": "What is the hobby of the person whose job is electronics engineer ?", + "answer": [ + "scuba diving" + ], + "prolog": { + "query": [ + "hobby(Y_7, Y_8)", + "job(Y_7, 'electronics engineer')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the person whose", + "_6", + "is", + "_6", + "?" + ], + "type": 12 + }, + { + "id": "2b0921f2-3e0d-422f-a6d4-1aa417e5574f", + "question": "What is the dob of the person whose hobby is fossil hunting ?", + "answer": [ + "0260-09-04" + ], + "prolog": { + "query": [ + "dob(Y_7, Y_8)", + "hobby(Y_7, 'fossil hunting')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the person whose", + "_6", + "is", + "_6", + "?" + ], + "type": 12 + }, + { + "id": "522af9c0-4d7e-461c-ac89-653fc1654a79", + "question": "What is the job of the person whose job is production assistant, television ?", + "answer": [ + "production assistant, television" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "job(Y_7, 'production assistant, television')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the person whose", + "_6", + "is", + "_6", + "?" + ], + "type": 12 + }, + { + "id": "89e8bd89-8b8e-4d6c-b2f3-fb597b9625d4", + "question": "What is the job of the person whose job is airline pilot ?", + "answer": [ + "airline pilot" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "job(Y_7, 'airline pilot')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the person whose", + "_6", + "is", + "_6", + "?" + ], + "type": 12 + }, + { + "id": "94e8a8dd-373e-4f69-8fef-f9fd4380453c", + "question": "What is the job of the person whose job is community arts worker ?", + "answer": [ + "community arts worker" + ], + "prolog": { + "query": [ + "job(Y_7, Y_8)", + "job(Y_7, 'community arts worker')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the person whose", + "_6", + "is", + "_6", + "?" + ], + "type": 12 + }, + { + "id": "2391f22a-ebcf-4693-ae09-b2cac88a89f7", + "question": "What is the dob of the person whose hobby is backgammon ?", + "answer": [ + "0257-10-11" + ], + "prolog": { + "query": [ + "dob(Y_7, Y_8)", + "hobby(Y_7, 'backgammon')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the person whose", + "_6", + "is", + "_6", + "?" + ], + "type": 12 + }, + { + "id": "16d5da2e-cd46-4006-be4b-0354ee3e5452", + "question": "What is the dob of the person whose hobby is dairy farming ?", + "answer": [ + "0261-08-01" + ], + "prolog": { + "query": [ + "dob(Y_7, Y_8)", + "hobby(Y_7, 'dairy farming')" + ], + "answer": "Y_8" + }, + "template": [ + "What is", + "the", + "_7", + "of", + "the person whose", + "_6", + "is", + "_6", + "?" + ], + "type": 12 + }, + { + "id": "be86b09e-73d0-409e-bf89-df846b18856f", + "question": "How many sons does the father of the mother of the child of ila have?", + "answer": [ + "28" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(son(Y_7, Y_9)), Count_9)", + "father(Y_5, Y_7)", + "mother(Y_3, Y_5)", + "child('ila', Y_3)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "have?" + ], + "type": 13 + }, + { + "id": "893925d8-b5fb-414d-be2b-251901163662", + "question": "How many daughters does the father of the father of the child of joe have?", + "answer": [ + "36" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)", + "father(Y_5, Y_7)", + "father(Y_3, Y_5)", + "child('joe', Y_3)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "have?" + ], + "type": 13 + }, + { + "id": "e5e80b57-37cc-4272-9832-d42f5435b5aa", + "question": "How many sisters does the son of the sibling of the daughter of kanesha have?", + "answer": [ + "31" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)", + "son(Y_5, Y_7)", + "sibling(Y_3, Y_5)", + "daughter('kanesha', Y_3)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "have?" + ], + "type": 13 + }, + { + "id": "374022d7-9fa5-4344-bf76-cbb2f62ce03e", + "question": "How many sisters does the father of the daughter of the daughter of marya have?", + "answer": [ + "31" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)", + "father(Y_5, Y_7)", + "daughter(Y_3, Y_5)", + "daughter('marya', Y_3)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "have?" + ], + "type": 13 + }, + { + "id": "4422967e-a15a-4596-b47b-24261dc697c4", + "question": "How many brothers does the husband of the wife of the sibling of alfonso have?", + "answer": [ + "29" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)", + "husband(Y_5, Y_7)", + "wife(Y_3, Y_5)", + "sibling('alfonso', Y_3)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "have?" + ], + "type": 13 + }, + { + "id": "3c3ac009-d153-4b59-b3af-f825da80caa6", + "question": "How many children does the sibling of the wife of the father of alton have?", + "answer": [ + "64" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(child(Y_7, Y_9)), Count_9)", + "sibling(Y_5, Y_7)", + "wife(Y_3, Y_5)", + "father('alton', Y_3)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "have?" + ], + "type": 13 + }, + { + "id": "d70d083d-70cd-47ac-98b1-15e9da2b9b8f", + "question": "How many daughters does the mother of the child of the daughter of manual have?", + "answer": [ + "36" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)", + "mother(Y_5, Y_7)", + "child(Y_3, Y_5)", + "daughter('manual', Y_3)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "have?" + ], + "type": 13 + }, + { + "id": "f4bf9559-44c3-4cb8-8dd8-08f66832a24b", + "question": "How many children does the child of the son of the son of kanesha have?", + "answer": [ + "64" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(child(Y_7, Y_9)), Count_9)", + "child(Y_5, Y_7)", + "son(Y_3, Y_5)", + "son('kanesha', Y_3)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "have?" + ], + "type": 13 + }, + { + "id": "05867bac-84f0-43f1-b2cc-2de2cd9e52ed", + "question": "How many sons does the husband of the sibling of the sibling of colby have?", + "answer": [ + "28" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(son(Y_7, Y_9)), Count_9)", + "husband(Y_5, Y_7)", + "sibling(Y_3, Y_5)", + "sibling('colby', Y_3)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "have?" + ], + "type": 13 + }, + { + "id": "3d5fe144-edbe-4395-8440-0a6abfd29ccc", + "question": "How many siblings does the father of the child of the son of ila have?", + "answer": [ + "60" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)", + "father(Y_5, Y_7)", + "child(Y_3, Y_5)", + "son('ila', Y_3)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the", + "_2", + "of", + "_1", + "have?" + ], + "type": 13 + }, + { + "id": "8e2598eb-1e1a-42e2-bddb-d8b43be6b246", + "question": "How many sisters does the father of the child of the person whose job is research scientist (life sciences) have?", + "answer": [ + "31" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)", + "father(Y_5, Y_7)", + "child(Y_3, Y_5)", + "job(Y_3, 'research scientist (life sciences)')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "have?" + ], + "type": 14 + }, + { + "id": "8c62d271-bd88-430c-b7d9-d0d02a0a6e73", + "question": "How many siblings does the sibling of the child of the person whose hobby is finance have?", + "answer": [ + "60" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)", + "sibling(Y_5, Y_7)", + "child(Y_3, Y_5)", + "hobby(Y_3, 'finance')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "have?" + ], + "type": 14 + }, + { + "id": "bfae4991-419b-426a-bf02-298c61ca6c25", + "question": "How many sisters does the daughter of the sibling of the person whose job is investment banker, corporate have?", + "answer": [ + "31" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)", + "daughter(Y_5, Y_7)", + "sibling(Y_3, Y_5)", + "job(Y_3, 'investment banker, corporate')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "have?" + ], + "type": 14 + }, + { + "id": "38a6f470-16b5-4c97-81b2-d0f032c28f6a", + "question": "How many brothers does the mother of the child of the person whose job is air cabin crew have?", + "answer": [ + "29" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)", + "mother(Y_5, Y_7)", + "child(Y_3, Y_5)", + "job(Y_3, 'air cabin crew')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "have?" + ], + "type": 14 + }, + { + "id": "2e7283e8-a6cd-43e6-87b6-ee2756360709", + "question": "How many daughters does the father of the wife of the person whose hobby is sea glass collecting have?", + "answer": [ + "36" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)", + "father(Y_5, Y_7)", + "wife(Y_3, Y_5)", + "hobby(Y_3, 'sea glass collecting')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "have?" + ], + "type": 14 + }, + { + "id": "4db7a1e6-4371-4db0-9f24-49506dc28526", + "question": "How many sons does the mother of the son of the person whose hobby is geocaching have?", + "answer": [ + "28" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(son(Y_7, Y_9)), Count_9)", + "mother(Y_5, Y_7)", + "son(Y_3, Y_5)", + "hobby(Y_3, 'geocaching')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "have?" + ], + "type": 14 + }, + { + "id": "159d91ee-7c6e-4e27-8c55-a935afc4ed64", + "question": "How many daughters does the child of the father of the person whose hobby is microscopy have?", + "answer": [ + "36" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)", + "child(Y_5, Y_7)", + "father(Y_3, Y_5)", + "hobby(Y_3, 'microscopy')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "have?" + ], + "type": 14 + }, + { + "id": "d2f6a934-fe42-4dbe-aa52-9cd677c71851", + "question": "How many siblings does the sibling of the sibling of the person whose hobby is birdwatching have?", + "answer": [ + "60" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)", + "sibling(Y_5, Y_7)", + "sibling(Y_3, Y_5)", + "hobby(Y_3, 'birdwatching')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "have?" + ], + "type": 14 + }, + { + "id": "edd5a38c-33fa-432c-902e-e71105d31e8a", + "question": "How many siblings does the mother of the mother of the person whose job is secretary, company have?", + "answer": [ + "60" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)", + "mother(Y_5, Y_7)", + "mother(Y_3, Y_5)", + "job(Y_3, 'secretary, company')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "have?" + ], + "type": 14 + }, + { + "id": "0d0d126f-83cc-4092-917b-bdb8eb9f40fd", + "question": "How many sisters does the sibling of the brother of the person whose hobby is magnet fishing have?", + "answer": [ + "31" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)", + "sibling(Y_5, Y_7)", + "brother(Y_3, Y_5)", + "hobby(Y_3, 'magnet fishing')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "the person whose", + "_2", + "is", + "_2", + "have?" + ], + "type": 14 + }, + { + "id": "316615ff-af0e-46d3-aa17-b1dca1be2be7", + "question": "How many sisters does the son of the mother of dante have?", + "answer": [ + "31" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)", + "son(Y_5, Y_7)", + "mother('dante', Y_5)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "have?" + ], + "type": 15 + }, + { + "id": "e6df5e4a-d195-4dbc-ba8a-d72067d20076", + "question": "How many sons does the father of the child of cornelius have?", + "answer": [ + "28" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(son(Y_7, Y_9)), Count_9)", + "father(Y_5, Y_7)", + "child('cornelius', Y_5)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "have?" + ], + "type": 15 + }, + { + "id": "ef8561df-badb-4179-ab9e-4c6415670e9a", + "question": "How many children does the mother of the child of alfonso have?", + "answer": [ + "64" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(child(Y_7, Y_9)), Count_9)", + "mother(Y_5, Y_7)", + "child('alfonso', Y_5)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "have?" + ], + "type": 15 + }, + { + "id": "ec373e38-1126-46c0-93f0-ebb652b7912a", + "question": "How many brothers does the sibling of the sibling of tona have?", + "answer": [ + "29" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)", + "sibling(Y_5, Y_7)", + "sibling('tona', Y_5)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "have?" + ], + "type": 15 + }, + { + "id": "9a8033a8-908c-41bc-ba0a-f56e24cb9a9b", + "question": "How many siblings does the mother of the son of ellis have?", + "answer": [ + "60" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)", + "mother(Y_5, Y_7)", + "son('ellis', Y_5)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "have?" + ], + "type": 15 + }, + { + "id": "43b4b497-4677-4035-b7d4-e82f1f02ef2d", + "question": "How many siblings does the sibling of the mother of lynn have?", + "answer": [ + "60" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)", + "sibling(Y_5, Y_7)", + "mother('lynn', Y_5)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "have?" + ], + "type": 15 + }, + { + "id": "bae40d19-1ce4-4a41-af30-c9483091dc50", + "question": "How many sisters does the sibling of the sibling of reyna have?", + "answer": [ + "31" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)", + "sibling(Y_5, Y_7)", + "sibling('reyna', Y_5)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "have?" + ], + "type": 15 + }, + { + "id": "11b42012-eab7-4c2a-a14e-3c12e0cb28f3", + "question": "How many brothers does the sibling of the sister of rosalee have?", + "answer": [ + "29" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)", + "sibling(Y_5, Y_7)", + "sister('rosalee', Y_5)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "have?" + ], + "type": 15 + }, + { + "id": "3b8dd5c2-a281-4a46-be73-e53d5d6d0a0c", + "question": "How many sisters does the child of the father of nick have?", + "answer": [ + "31" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)", + "child(Y_5, Y_7)", + "father('nick', Y_5)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "have?" + ], + "type": 15 + }, + { + "id": "c2614502-5f29-480d-b155-cba82a9d28d9", + "question": "How many sons does the child of the mother of dante have?", + "answer": [ + "28" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(son(Y_7, Y_9)), Count_9)", + "child(Y_5, Y_7)", + "mother('dante', Y_5)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the", + "_4", + "of", + "_3", + "have?" + ], + "type": 15 + }, + { + "id": "2198a2ee-9468-4377-a78f-8b2cbcf5d9c0", + "question": "How many sisters does the mother of the person whose job is exercise physiologist have?", + "answer": [ + "31" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)", + "mother(Y_5, Y_7)", + "job(Y_5, 'exercise physiologist')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "have?" + ], + "type": 16 + }, + { + "id": "5bd81ebe-93a9-428b-a0f5-a38f56d4ca00", + "question": "How many daughters does the father of the person whose hobby is dolls have?", + "answer": [ + "36" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)", + "father(Y_5, Y_7)", + "hobby(Y_5, 'dolls')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "have?" + ], + "type": 16 + }, + { + "id": "a237a9f7-14a2-4579-9fd3-8f5701e3f4b9", + "question": "How many sons does the daughter of the person whose hobby is backgammon have?", + "answer": [ + "28" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(son(Y_7, Y_9)), Count_9)", + "daughter(Y_5, Y_7)", + "hobby(Y_5, 'backgammon')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "have?" + ], + "type": 16 + }, + { + "id": "93aadbb9-4f5e-49d7-a6a0-5532b090a52e", + "question": "How many siblings does the husband of the person whose hobby is canoeing have?", + "answer": [ + "60" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)", + "husband(Y_5, Y_7)", + "hobby(Y_5, 'canoeing')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "have?" + ], + "type": 16 + }, + { + "id": "b6ac75c9-d070-44e8-ac48-7a5737877216", + "question": "How many brothers does the mother of the person whose hobby is shogi have?", + "answer": [ + "29" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)", + "mother(Y_5, Y_7)", + "hobby(Y_5, 'shogi')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "have?" + ], + "type": 16 + }, + { + "id": "2e11da48-3ef6-43e2-ab32-5c9396f38ec1", + "question": "How many daughters does the father of the person whose hobby is canoeing have?", + "answer": [ + "36" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)", + "father(Y_5, Y_7)", + "hobby(Y_5, 'canoeing')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "have?" + ], + "type": 16 + }, + { + "id": "7c5ce7e0-87b4-4acc-92eb-e92cc0f3cf6b", + "question": "How many children does the mother of the person whose job is airline pilot have?", + "answer": [ + "64" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(child(Y_7, Y_9)), Count_9)", + "mother(Y_5, Y_7)", + "job(Y_5, 'airline pilot')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "have?" + ], + "type": 16 + }, + { + "id": "e929efc8-384d-42bc-bd14-bc4a2461e326", + "question": "How many daughters does the husband of the person whose job is commercial/residential surveyor have?", + "answer": [ + "36" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)", + "husband(Y_5, Y_7)", + "job(Y_5, 'commercial/residential surveyor')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "have?" + ], + "type": 16 + }, + { + "id": "9f6675ed-d199-42b5-904c-84a18c8342c9", + "question": "How many daughters does the child of the person whose job is teacher, adult education have?", + "answer": [ + "36" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)", + "child(Y_5, Y_7)", + "job(Y_5, 'teacher, adult education')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "have?" + ], + "type": 16 + }, + { + "id": "7746568c-10bc-4680-95c5-2422c81c4333", + "question": "How many siblings does the sister of the person whose hobby is photography have?", + "answer": [ + "60" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)", + "sister(Y_5, Y_7)", + "hobby(Y_5, 'photography')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "the person whose", + "_4", + "is", + "_4", + "have?" + ], + "type": 16 + }, + { + "id": "b484ec6f-f46b-4dcd-bd6c-4de523e49e2e", + "question": "How many daughters does the brother of nick have?", + "answer": [ + "36" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)", + "brother('nick', Y_7)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "_5", + "have?" + ], + "type": 17 + }, + { + "id": "a09baced-1f6c-48c4-a433-d7d325280de8", + "question": "How many children does the child of daisy have?", + "answer": [ + "64" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(child(Y_7, Y_9)), Count_9)", + "child('daisy', Y_7)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "_5", + "have?" + ], + "type": 17 + }, + { + "id": "202cb4eb-437a-4b01-a4ad-8957554d38f6", + "question": "How many siblings does the father of alfonso have?", + "answer": [ + "60" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)", + "father('alfonso', Y_7)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "_5", + "have?" + ], + "type": 17 + }, + { + "id": "178c6644-1951-47bc-9038-32f463a8b7cd", + "question": "How many sons does the child of antionette have?", + "answer": [ + "28" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(son(Y_7, Y_9)), Count_9)", + "child('antionette', Y_7)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "_5", + "have?" + ], + "type": 17 + }, + { + "id": "50663207-88d7-4b5a-94fa-3b1521104500", + "question": "How many brothers does the mother of milo have?", + "answer": [ + "29" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)", + "mother('milo', Y_7)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "_5", + "have?" + ], + "type": 17 + }, + { + "id": "e347dd1e-9945-4a88-9b00-4a625f3fb51d", + "question": "How many sons does the sibling of nick have?", + "answer": [ + "28" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(son(Y_7, Y_9)), Count_9)", + "sibling('nick', Y_7)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "_5", + "have?" + ], + "type": 17 + }, + { + "id": "de17c6aa-9a9b-42d7-9645-c1870d086afc", + "question": "How many daughters does the wife of alberto have?", + "answer": [ + "36" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)", + "wife('alberto', Y_7)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "_5", + "have?" + ], + "type": 17 + }, + { + "id": "df1f0e9b-089a-43b5-a0e7-1ab8e56af2bf", + "question": "How many siblings does the mother of johnna have?", + "answer": [ + "60" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)", + "mother('johnna', Y_7)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "_5", + "have?" + ], + "type": 17 + }, + { + "id": "e3279204-23f1-41cb-9f4b-e53606f830d2", + "question": "How many sisters does the sibling of tona have?", + "answer": [ + "31" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)", + "sibling('tona', Y_7)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "_5", + "have?" + ], + "type": 17 + }, + { + "id": "3bd9659f-3680-4d1d-871e-6e43d0f91539", + "question": "How many children does the son of tanner have?", + "answer": [ + "64" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(child(Y_7, Y_9)), Count_9)", + "son('tanner', Y_7)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the", + "_6", + "of", + "_5", + "have?" + ], + "type": 17 + }, + { + "id": "76e84d8f-eec0-43ee-9604-31e417ddc6fb", + "question": "How many daughters does the person whose hobby is scuba diving have?", + "answer": [ + "36" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(daughter(Y_7, Y_9)), Count_9)", + "hobby(Y_7, 'scuba diving')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the person whose", + "_6", + "is", + "_6", + "have?" + ], + "type": 18 + }, + { + "id": "d02e4aab-a16c-45ff-bf6d-829f2e89b2a7", + "question": "How many brothers does the person whose job is commercial/residential surveyor have?", + "answer": [ + "29" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)", + "job(Y_7, 'commercial/residential surveyor')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the person whose", + "_6", + "is", + "_6", + "have?" + ], + "type": 18 + }, + { + "id": "9ee924ce-7317-4cfb-b782-20eca882c03c", + "question": "How many sons does the person whose hobby is sea glass collecting have?", + "answer": [ + "28" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(son(Y_7, Y_9)), Count_9)", + "hobby(Y_7, 'sea glass collecting')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the person whose", + "_6", + "is", + "_6", + "have?" + ], + "type": 18 + }, + { + "id": "3185b88f-0350-47c8-b4d7-9d4de0fcbc74", + "question": "How many siblings does the person whose job is civil engineer, consulting have?", + "answer": [ + "60" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)", + "job(Y_7, 'civil engineer, consulting')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the person whose", + "_6", + "is", + "_6", + "have?" + ], + "type": 18 + }, + { + "id": "9e0cb6d6-1e08-4a0c-81c6-cb891949e602", + "question": "How many siblings does the person whose job is secretary, company have?", + "answer": [ + "60" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sibling(Y_7, Y_9)), Count_9)", + "job(Y_7, 'secretary, company')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the person whose", + "_6", + "is", + "_6", + "have?" + ], + "type": 18 + }, + { + "id": "47cbd6b1-21e8-45c3-8c2d-1779d6caca31", + "question": "How many sisters does the person whose job is surveyor, commercial/residential have?", + "answer": [ + "31" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sister(Y_7, Y_9)), Count_9)", + "job(Y_7, 'surveyor, commercial/residential')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the person whose", + "_6", + "is", + "_6", + "have?" + ], + "type": 18 + }, + { + "id": "7f362c61-84eb-44e1-adb6-d65f186ef13b", + "question": "How many children does the person whose job is investment banker, corporate have?", + "answer": [ + "64" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(child(Y_7, Y_9)), Count_9)", + "job(Y_7, 'investment banker, corporate')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the person whose", + "_6", + "is", + "_6", + "have?" + ], + "type": 18 + }, + { + "id": "be2307e6-7f0e-4668-a648-f967515a5ebf", + "question": "How many children does the person whose hobby is radio-controlled car racing have?", + "answer": [ + "64" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(child(Y_7, Y_9)), Count_9)", + "hobby(Y_7, 'radio-controlled car racing')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the person whose", + "_6", + "is", + "_6", + "have?" + ], + "type": 18 + }, + { + "id": "00e3efe6-bebd-4cd8-b028-79e67a831bd4", + "question": "How many brothers does the person whose job is english as a foreign language teacher have?", + "answer": [ + "29" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)", + "job(Y_7, 'english as a foreign language teacher')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the person whose", + "_6", + "is", + "_6", + "have?" + ], + "type": 18 + }, + { + "id": "fe7524dd-7778-4615-bf33-514cce669359", + "question": "How many brothers does the person whose hobby is canoeing have?", + "answer": [ + "29" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(brother(Y_7, Y_9)), Count_9)", + "hobby(Y_7, 'canoeing')" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "the person whose", + "_6", + "is", + "_6", + "have?" + ], + "type": 18 + }, + { + "id": "3b95e5e4-0537-41ce-940a-3c0dd03c4fcc", + "question": "How many children does joe have?", + "answer": [ + "1" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(child('joe', Y_9)), Count_9)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "_7", + "have?" + ], + "type": 19 + }, + { + "id": "103de864-4de8-444d-9373-6a31c6d3d9c4", + "question": "How many daughters does velia have?", + "answer": [ + "0" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(daughter('velia', Y_9)), Count_9)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "_7", + "have?" + ], + "type": 19 + }, + { + "id": "21925dc0-6fc9-4fe6-81b5-a1a297f802bb", + "question": "How many brothers does lynn have?", + "answer": [ + "0" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(brother('lynn', Y_9)), Count_9)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "_7", + "have?" + ], + "type": 19 + }, + { + "id": "a39f1565-b88b-411d-a31a-9efee6f0fd09", + "question": "How many daughters does scotty have?", + "answer": [ + "1" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(daughter('scotty', Y_9)), Count_9)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "_7", + "have?" + ], + "type": 19 + }, + { + "id": "17fa64f0-a83c-4424-8269-44cd55fed4a6", + "question": "How many siblings does billie have?", + "answer": [ + "0" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sibling('billie', Y_9)), Count_9)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "_7", + "have?" + ], + "type": 19 + }, + { + "id": "47679321-2ab9-4580-8894-c5d728948168", + "question": "How many brothers does alton have?", + "answer": [ + "2" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(brother('alton', Y_9)), Count_9)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "_7", + "have?" + ], + "type": 19 + }, + { + "id": "c202c6cb-b318-44c8-9f4c-3df74bb040a6", + "question": "How many children does tanner have?", + "answer": [ + "3" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(child('tanner', Y_9)), Count_9)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "_7", + "have?" + ], + "type": 19 + }, + { + "id": "4721de0d-575b-4792-9e46-53257dcb7a94", + "question": "How many children does billie have?", + "answer": [ + "0" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(child('billie', Y_9)), Count_9)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "_7", + "have?" + ], + "type": 19 + }, + { + "id": "3433923a-6295-4d2c-bac3-3ba98dd5fb02", + "question": "How many sisters does sandy have?", + "answer": [ + "0" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(sister('sandy', Y_9)), Count_9)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "_7", + "have?" + ], + "type": 19 + }, + { + "id": "0379ac39-45ca-41e6-aea3-a59a0dd2d4c2", + "question": "How many brothers does alberto have?", + "answer": [ + "0" + ], + "prolog": { + "query": [ + "aggregate_all(count, distinct(brother('alberto', Y_9)), Count_9)" + ], + "answer": "Count_9" + }, + "template": [ + "How many", + "_8", + "does", + "_7", + "have?" + ], + "type": 19 + } +] \ No newline at end of file