Datasets:

Modalities:
Image
Text
Formats:
json
Libraries:
Datasets
pandas
License:
ag2435's picture
updated questions with depth enumeration starting from 0
ee10035
[
{
"id": "0c14a3ba-054f-41ee-b1ea-4e26bfdb6f4c",
"question": "Who is the husband of the mother of the person whose job is electronics engineer ?",
"answer": [
"leonardo"
],
"prolog": {
"query": [
"husband(Y_4, Y_2)",
"mother(Y_6, Y_4)",
"job(Y_6, 'electronics engineer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 0
},
{
"id": "11c6780b-7ae7-4ed4-803d-eec3a6c275a1",
"question": "Who is the sister of the child of the person whose job is sports therapist ?",
"answer": [
"kristine",
"sarah",
"tona"
],
"prolog": {
"query": [
"sister(Y_4, Y_2)",
"child(Y_6, Y_4)",
"job(Y_6, 'sports therapist')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 0
},
{
"id": "58831009-184d-4b2f-86c0-5e00e6c0674a",
"question": "Who is the sister of the wife of the person whose job is armed forces logistics/support/administrative officer ?",
"answer": [
"cortney"
],
"prolog": {
"query": [
"sister(Y_4, Y_2)",
"wife(Y_6, Y_4)",
"job(Y_6, 'armed forces logistics/support/administrative officer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 0
},
{
"id": "66e9f999-95fa-43a9-b21d-e44ee2470f36",
"question": "Who is the mother of the father of the person whose job is air cabin crew ?",
"answer": [
"kanesha",
"meghann"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"father(Y_6, Y_4)",
"job(Y_6, 'air cabin crew')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 0
},
{
"id": "e33d1f6c-d985-4ab3-9879-9685e7d73fa7",
"question": "Who is the brother of the daughter of the person whose job is acupuncturist ?",
"answer": [
"matt",
"zane"
],
"prolog": {
"query": [
"brother(Y_4, Y_2)",
"daughter(Y_6, Y_4)",
"job(Y_6, 'acupuncturist')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 0
},
{
"id": "8bef3684-7a0d-468a-94b3-abe1ae000477",
"question": "Who is the child of the mother of the person whose hobby is microscopy ?",
"answer": [
"ila",
"marlena",
"paula"
],
"prolog": {
"query": [
"child(Y_4, Y_2)",
"mother(Y_6, Y_4)",
"hobby(Y_6, 'microscopy')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 0
},
{
"id": "920681f6-c71d-4953-9171-f437d56d9fff",
"question": "Who is the husband of the mother of the person whose hobby is tether car ?",
"answer": [
"jeff"
],
"prolog": {
"query": [
"husband(Y_4, Y_2)",
"mother(Y_6, Y_4)",
"hobby(Y_6, 'tether car')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 0
},
{
"id": "18af5881-7674-4817-9413-266308f8f684",
"question": "Who is the daughter of the father of the person whose job is development worker, community ?",
"answer": [
"janey"
],
"prolog": {
"query": [
"daughter(Y_4, Y_2)",
"father(Y_6, Y_4)",
"job(Y_6, 'development worker, community')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 0
},
{
"id": "a0cd1d9d-8bb0-424a-a87a-ccd6342968c9",
"question": "Who is the child of the child of the person whose hobby is cooking ?",
"answer": [
"christian",
"velia"
],
"prolog": {
"query": [
"child(Y_4, Y_2)",
"child(Y_6, Y_4)",
"hobby(Y_6, 'cooking')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 0
},
{
"id": "88833b22-1b7d-46cd-bc6e-a3aadccc13cb",
"question": "Who is the father of the child of the person whose hobby is snowmobiling ?",
"answer": [
"george"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"child(Y_6, Y_4)",
"hobby(Y_6, 'snowmobiling')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_7",
"is",
"<attribute_value>_7",
"?"
],
"type": 0
},
{
"id": "db702dac-0e4a-4dc6-9cdb-8ae5e6dad1f4",
"question": "Who is the husband of the mother of tanya ?",
"answer": [
"leonardo"
],
"prolog": {
"query": [
"husband(Y_4, Y_2)",
"mother('tanya', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 1
},
{
"id": "6b8838cb-1160-4817-ae4d-39a1d7b237f1",
"question": "Who is the sister of the child of vicente ?",
"answer": [
"tona"
],
"prolog": {
"query": [
"sister(Y_4, Y_2)",
"child('vicente', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 1
},
{
"id": "30a347a7-134d-4aa8-a1f1-3601691ca3bc",
"question": "Who is the sister of the wife of joe ?",
"answer": [
"cortney"
],
"prolog": {
"query": [
"sister(Y_4, Y_2)",
"wife('joe', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 1
},
{
"id": "e7f33323-4e23-4d7f-8973-ae47f33daf33",
"question": "Who is the mother of the father of mandy ?",
"answer": [
"meghann"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"father('mandy', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 1
},
{
"id": "08887d93-cb8a-4327-a39f-27ebd1e3e02c",
"question": "Who is the brother of the daughter of lyndia ?",
"answer": [
"matt",
"zane"
],
"prolog": {
"query": [
"brother(Y_4, Y_2)",
"daughter('lyndia', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 1
},
{
"id": "6e42ca5d-315a-462f-b6a4-0db05220f645",
"question": "Who is the father of the father of paula ?",
"answer": [
"scotty"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"father('paula', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 1
},
{
"id": "587148f3-f911-4fa6-966a-938a95875471",
"question": "Who is the husband of the mother of concepcion ?",
"answer": [
"jeff"
],
"prolog": {
"query": [
"husband(Y_4, Y_2)",
"mother('concepcion', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 1
},
{
"id": "904e6f4d-391e-4d89-8119-24fa8cbffa4c",
"question": "Who is the daughter of the father of ezequiel ?",
"answer": [
"janey"
],
"prolog": {
"query": [
"daughter(Y_4, Y_2)",
"father('ezequiel', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 1
},
{
"id": "eb6d1d98-c3c0-4ebd-a566-64f3c9b21299",
"question": "Who is the child of the child of jeff ?",
"answer": [
"christian",
"velia"
],
"prolog": {
"query": [
"child(Y_4, Y_2)",
"child('jeff', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 1
},
{
"id": "1539afae-0704-4087-bc2e-81f834f099d7",
"question": "Who is the father of the child of george ?",
"answer": [
"george"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"child('george', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 1
},
{
"id": "1a72f3c2-ac96-4d43-82a1-160ef8ca2313",
"question": "Who is the mother of the person whose job is electronics engineer ?",
"answer": [
"nell"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"job(Y_4, 'electronics engineer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 2
},
{
"id": "a8acf5ad-41c2-4db9-b62b-fbce41c0c30e",
"question": "Who is the father of the person whose hobby is archery ?",
"answer": [
"donald"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"hobby(Y_4, 'archery')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 2
},
{
"id": "8da73e0e-2ee0-45dd-b77b-6e724623a9d3",
"question": "Who is the sister of the person whose job is freight forwarder ?",
"answer": [
"kari"
],
"prolog": {
"query": [
"sister(Y_4, Y_2)",
"job(Y_4, 'freight forwarder')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 2
},
{
"id": "87c941ed-68ce-4de0-aec2-ac324e9e3f53",
"question": "Who is the wife of the person whose job is armed forces logistics/support/administrative officer ?",
"answer": [
"miki"
],
"prolog": {
"query": [
"wife(Y_4, Y_2)",
"job(Y_4, 'armed forces logistics/support/administrative officer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 2
},
{
"id": "1bf37c27-8484-484c-b945-e2534597cdd2",
"question": "Who is the sister of the person whose hobby is radio-controlled car racing ?",
"answer": [
"sarah"
],
"prolog": {
"query": [
"sister(Y_4, Y_2)",
"hobby(Y_4, 'radio-controlled car racing')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 2
},
{
"id": "f2552ba0-49dd-42e3-bf5a-409723d60ef4",
"question": "Who is the father of the person whose hobby is herping ?",
"answer": [
"dominick",
"vicente"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"hobby(Y_4, 'herping')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 2
},
{
"id": "c2b9d4c7-7202-4214-9c58-8b497c076689",
"question": "Who is the daughter of the person whose job is acupuncturist ?",
"answer": [
"tona"
],
"prolog": {
"query": [
"daughter(Y_4, Y_2)",
"job(Y_4, 'acupuncturist')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 2
},
{
"id": "1243873d-d4b8-4680-898b-c669758899e1",
"question": "Who is the mother of the person whose hobby is social studies ?",
"answer": [
"kari",
"lyndia"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"hobby(Y_4, 'social studies')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 2
},
{
"id": "c321101e-f8e1-4cda-9b4a-e329a1c737d1",
"question": "Who is the brother of the person whose job is financial manager ?",
"answer": [
"alfonso",
"dominick"
],
"prolog": {
"query": [
"brother(Y_4, Y_2)",
"job(Y_4, 'financial manager')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 2
},
{
"id": "5f0cb31a-a24a-4fcc-aaca-9f391caf183a",
"question": "Who is the mother of the person whose hobby is tether car ?",
"answer": [
"marya"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"hobby(Y_4, 'tether car')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 2
},
{
"id": "d8829844-ee78-4348-9c82-2291f0feb05c",
"question": "Who is the mother of tanya ?",
"answer": [
"nell"
],
"prolog": {
"query": [
"mother('tanya', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "e52bbe2e-77ab-402a-ac4a-beab4c1b6623",
"question": "Who is the father of ezequiel ?",
"answer": [
"donald"
],
"prolog": {
"query": [
"father('ezequiel', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "8ce119b9-f04f-477f-873c-531f3d60973c",
"question": "Who is the sister of antionette ?",
"answer": [
"kari"
],
"prolog": {
"query": [
"sister('antionette', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "e5ddd63c-1d2b-45e4-aef0-ee8d95128e60",
"question": "Who is the wife of joe ?",
"answer": [
"miki"
],
"prolog": {
"query": [
"wife('joe', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "3111fedc-9720-44c9-8804-a7f5861279b1",
"question": "Who is the sister of kristine ?",
"answer": [
"sarah"
],
"prolog": {
"query": [
"sister('kristine', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "5b420e4b-e1d3-4ad2-b533-23d6fc022dc0",
"question": "Who is the mother of matt ?",
"answer": [
"lyndia"
],
"prolog": {
"query": [
"mother('matt', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "727291e6-657e-4c1e-80a3-97f3ec90e2dc",
"question": "Who is the daughter of lyndia ?",
"answer": [
"tona"
],
"prolog": {
"query": [
"daughter('lyndia', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "033800b5-89b6-4a34-979c-28d0f6dc2bf5",
"question": "Who is the brother of lashanda ?",
"answer": [
"mckinley",
"reinaldo"
],
"prolog": {
"query": [
"brother('lashanda', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "02d9df7d-9ea5-444f-8b6d-37de34a5665d",
"question": "Who is the brother of colby ?",
"answer": [
"alfonso",
"dominick"
],
"prolog": {
"query": [
"brother('colby', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "8eff39a3-67b2-4e8a-b311-f2cf50d710d7",
"question": "Who is the mother of concepcion ?",
"answer": [
"marya"
],
"prolog": {
"query": [
"mother('concepcion', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "f7628e7b-845b-4e85-88e8-9c0b9f97e6c4",
"question": "Who is the person whose job is electronics engineer ?",
"answer": [
"tanya"
],
"prolog": {
"query": [
"job(Y_2, 'electronics engineer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 4
},
{
"id": "95f5f611-3c6a-4c05-a6c1-1d4ac5e3f784",
"question": "Who is the person whose job is restaurant manager, fast food ?",
"answer": [
"vilma"
],
"prolog": {
"query": [
"job(Y_2, 'restaurant manager, fast food')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 4
},
{
"id": "f33e49fe-e7d7-47ed-b4fd-7d38e3455d0f",
"question": "Who is the person whose hobby is archery ?",
"answer": [
"ezequiel"
],
"prolog": {
"query": [
"hobby(Y_2, 'archery')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 4
},
{
"id": "2c8cf70a-0005-4d8a-b405-d20d2d8164f0",
"question": "Who is the person whose job is sports therapist ?",
"answer": [
"dee",
"vicente"
],
"prolog": {
"query": [
"job(Y_2, 'sports therapist')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 4
},
{
"id": "c42baaf2-4422-487c-bd0d-2a437f91724f",
"question": "Who is the person whose job is freight forwarder ?",
"answer": [
"antionette"
],
"prolog": {
"query": [
"job(Y_2, 'freight forwarder')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 4
},
{
"id": "266aba93-42f1-4bc2-adc3-c95259f6cad7",
"question": "Who is the person whose job is police officer ?",
"answer": [
"dixie"
],
"prolog": {
"query": [
"job(Y_2, 'police officer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 4
},
{
"id": "40db2cfe-0726-4808-be31-f8f5f340fcf3",
"question": "Who is the person whose job is armed forces logistics/support/administrative officer ?",
"answer": [
"joe"
],
"prolog": {
"query": [
"job(Y_2, 'armed forces logistics/support/administrative officer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 4
},
{
"id": "e9dbfa65-752a-4d6a-a4fb-700740931138",
"question": "Who is the person whose hobby is field hockey ?",
"answer": [
"tanner"
],
"prolog": {
"query": [
"hobby(Y_2, 'field hockey')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 4
},
{
"id": "4c779184-0031-4690-8ddc-771384f956fb",
"question": "Who is the person whose hobby is radio-controlled car racing ?",
"answer": [
"kristine"
],
"prolog": {
"query": [
"hobby(Y_2, 'radio-controlled car racing')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 4
},
{
"id": "64171949-402c-4513-981f-7f4d1f3c8708",
"question": "Who is the person whose job is air cabin crew ?",
"answer": [
"deanna",
"mandy"
],
"prolog": {
"query": [
"job(Y_2, 'air cabin crew')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 4
},
{
"id": "8b84a814-5d1c-4a98-8efb-079b437b351b",
"question": "What is the hobby of the husband of the mother of tanya ?",
"answer": [
"herping"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"husband(Y_5, Y_3)",
"mother('tanya', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 5
},
{
"id": "54e147e1-adce-40d0-9f40-047262a0f4de",
"question": "What is the hobby of the daughter of the sister of antionette ?",
"answer": [
"social studies"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"daughter(Y_5, Y_3)",
"sister('antionette', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 5
},
{
"id": "b2c28549-44d0-453e-8d83-c1a3f48bf8c0",
"question": "What is the job of the husband of the sister of kristine ?",
"answer": [
"quantity surveyor"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"husband(Y_5, Y_3)",
"sister('kristine', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 5
},
{
"id": "ffd819d8-a2d9-4ff0-a3ab-2c8b0d77620a",
"question": "What is the job of the brother of the daughter of lyndia ?",
"answer": [
"local government officer",
"technical sales engineer"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"brother(Y_5, Y_3)",
"daughter('lyndia', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 5
},
{
"id": "ef685764-dccc-44bc-8b74-c262e5b46d96",
"question": "What is the dob of the sibling of the brother of colby ?",
"answer": [
"0236-06-02",
"0238-10-28",
"0239-10-28",
"0240-12-31",
"0244-04-07"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"sibling(Y_5, Y_3)",
"brother('colby', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 5
},
{
"id": "2792ca45-b783-43b8-b5c8-39354c420bf8",
"question": "What is the job of the daughter of the daughter of matt ?",
"answer": [
"advertising copywriter",
"air cabin crew",
"engineer, manufacturing systems",
"location manager",
"psychiatric nurse"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"daughter(Y_5, Y_3)",
"daughter('matt', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 5
},
{
"id": "fcfd3a39-ede2-48f5-8544-137ab68e9059",
"question": "What is the hobby of the child of the child of jeff ?",
"answer": [
"airsoft",
"research"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"child(Y_5, Y_3)",
"child('jeff', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 5
},
{
"id": "a1488385-bac2-445c-900e-32888b96873b",
"question": "What is the job of the sibling of the sister of deanna ?",
"answer": [
"advertising copywriter",
"air cabin crew",
"psychiatric nurse"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"sibling(Y_5, Y_3)",
"sister('deanna', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 5
},
{
"id": "6fbc3926-3c73-4c39-a59c-3853d2f14bc0",
"question": "What is the job of the mother of the child of winfred ?",
"answer": [
"therapist, art"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"mother(Y_5, Y_3)",
"child('winfred', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 5
},
{
"id": "293c844d-3950-411a-8f26-a6c0d1ffcdf2",
"question": "What is the dob of the father of the mother of ramon ?",
"answer": [
"0236-06-02"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"father(Y_5, Y_3)",
"mother('ramon', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 5
},
{
"id": "f6d44288-1051-46ee-b006-5e12c2bc1d8a",
"question": "What is the hobby of the mother of the person whose job is electronics engineer ?",
"answer": [
"backgammon"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"mother(Y_5, Y_3)",
"job(Y_5, 'electronics engineer')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 6
},
{
"id": "e6a047f4-3b7c-47c6-98c6-e26cc8dc159e",
"question": "What is the dob of the child of the person whose job is sports therapist ?",
"answer": [
"0202-02-11",
"0205-06-04",
"0205-10-16",
"0207-11-08",
"0208-12-08"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"child(Y_5, Y_3)",
"job(Y_5, 'sports therapist')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 6
},
{
"id": "0ef90607-1d4e-4fd3-8f37-f473000208e6",
"question": "What is the dob of the wife of the person whose job is armed forces logistics/support/administrative officer ?",
"answer": [
"0256-10-26"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"wife(Y_5, Y_3)",
"job(Y_5, 'armed forces logistics/support/administrative officer')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 6
},
{
"id": "56c49695-2960-45cd-ba2c-a2d517e4dd4b",
"question": "What is the job of the father of the person whose job is air cabin crew ?",
"answer": [
"chartered legal executive (england and wales)",
"operations geologist"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"father(Y_5, Y_3)",
"job(Y_5, 'air cabin crew')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 6
},
{
"id": "11c10252-b3cf-4e36-889b-108712893de7",
"question": "What is the dob of the daughter of the person whose job is acupuncturist ?",
"answer": [
"0202-02-11"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"daughter(Y_5, Y_3)",
"job(Y_5, 'acupuncturist')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 6
},
{
"id": "b50a686a-0fb0-4c3c-acaa-426d777d066c",
"question": "What is the job of the mother of the person whose hobby is microscopy ?",
"answer": [
"product designer",
"restaurant manager, fast food"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"mother(Y_5, Y_3)",
"hobby(Y_5, 'microscopy')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 6
},
{
"id": "8a0d7da0-0491-45fc-9c65-02c21f4bb42a",
"question": "What is the hobby of the mother of the person whose hobby is tether car ?",
"answer": [
"laser tag"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"mother(Y_5, Y_3)",
"hobby(Y_5, 'tether car')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 6
},
{
"id": "7c1c79b7-0e85-4173-a028-315c3acf5476",
"question": "What is the job of the father of the person whose job is development worker, community ?",
"answer": [
"print production planner"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"father(Y_5, Y_3)",
"job(Y_5, 'development worker, community')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 6
},
{
"id": "0a2ff7e2-e1f7-43a3-91dd-8f2e10d9bdfc",
"question": "What is the job of the child of the person whose hobby is cooking ?",
"answer": [
"museum education officer"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"child(Y_5, Y_3)",
"hobby(Y_5, 'cooking')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 6
},
{
"id": "2e561926-496a-4a97-ae31-efe5343585e7",
"question": "What is the dob of the child of the person whose hobby is snowmobiling ?",
"answer": [
"0212-09-01"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"child(Y_5, Y_3)",
"hobby(Y_5, 'snowmobiling')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"?"
],
"type": 6
},
{
"id": "c94f1aee-4a84-4451-95e8-d2f85f57f22a",
"question": "What is the hobby of the mother of tanya ?",
"answer": [
"backgammon"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"mother('tanya', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 7
},
{
"id": "dd7c1640-c29f-4038-9e76-8fbf80657bd3",
"question": "What is the dob of the child of vicente ?",
"answer": [
"0202-02-11",
"0205-10-16",
"0208-12-08"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"child('vicente', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 7
},
{
"id": "d4c8943d-94c2-491f-808f-0bef87e27789",
"question": "What is the dob of the wife of joe ?",
"answer": [
"0256-10-26"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"wife('joe', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 7
},
{
"id": "45a9a7b9-1b2d-484c-a4e9-351668823b22",
"question": "What is the job of the father of mandy ?",
"answer": [
"operations geologist"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"father('mandy', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 7
},
{
"id": "060d467c-bc16-401f-ad1d-622a32f597a6",
"question": "What is the dob of the daughter of lyndia ?",
"answer": [
"0202-02-11"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"daughter('lyndia', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 7
},
{
"id": "c520ade7-709b-480e-a1ab-e034d67f0ef4",
"question": "What is the job of the father of paula ?",
"answer": [
"animal nutritionist"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"father('paula', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 7
},
{
"id": "7b7ab342-9961-48a1-9788-5617081bf5ae",
"question": "What is the hobby of the mother of concepcion ?",
"answer": [
"laser tag"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"mother('concepcion', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 7
},
{
"id": "d91ab80b-8a9a-4655-a7af-a5aee76827b4",
"question": "What is the job of the father of ezequiel ?",
"answer": [
"print production planner"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"father('ezequiel', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 7
},
{
"id": "c8fff18c-49ed-4542-8dd1-0a7b66b66e01",
"question": "What is the job of the child of jeff ?",
"answer": [
"museum education officer"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"child('jeff', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 7
},
{
"id": "e39a9f21-2a91-4fde-91ac-3846b18181f0",
"question": "What is the dob of the child of george ?",
"answer": [
"0212-09-01"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"child('george', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 7
},
{
"id": "e0d801f8-fa51-4236-989e-869e2e90c131",
"question": "What is the job of the person whose job is electronics engineer ?",
"answer": [
"electronics engineer"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"job(Y_3, 'electronics engineer')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "e3c34ef3-9ec7-4124-afce-2115d3b2a4e9",
"question": "What is the hobby of the person whose hobby is archery ?",
"answer": [
"archery"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"hobby(Y_3, 'archery')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "3c6fb413-3d0a-4b79-bd9d-e2a92fb668e2",
"question": "What is the dob of the person whose job is freight forwarder ?",
"answer": [
"0239-10-28"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"job(Y_3, 'freight forwarder')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "356adf7d-401c-4b14-9f05-4b8921ff9968",
"question": "What is the hobby of the person whose job is armed forces logistics/support/administrative officer ?",
"answer": [
"kart racing"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"job(Y_3, 'armed forces logistics/support/administrative officer')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "d4355c01-3873-4978-af75-f879a3f75767",
"question": "What is the dob of the person whose hobby is radio-controlled car racing ?",
"answer": [
"0205-06-04"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"hobby(Y_3, 'radio-controlled car racing')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "11740455-9ee5-4cf8-a3cc-f45b1f2e585b",
"question": "What is the job of the person whose hobby is herping ?",
"answer": [
"psychiatric nurse",
"restaurant manager",
"technical sales engineer",
"volunteer coordinator"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"hobby(Y_3, 'herping')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "3cac9122-8b6d-4729-9412-a3b7c7996fc2",
"question": "What is the hobby of the person whose job is acupuncturist ?",
"answer": [
"flying disc"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"job(Y_3, 'acupuncturist')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "ac44e043-885b-44fc-808b-81c34268eed7",
"question": "What is the job of the person whose hobby is social studies ?",
"answer": [
"agricultural engineer",
"local government officer"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"hobby(Y_3, 'social studies')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "75c1bbdd-8570-43d9-8650-332208895ba2",
"question": "What is the job of the person whose job is financial manager ?",
"answer": [
"financial manager"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"job(Y_3, 'financial manager')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "5f3128c7-587d-43d0-94bc-efddbeefb450",
"question": "What is the dob of the person whose hobby is tether car ?",
"answer": [
"0261-10-15"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"hobby(Y_3, 'tether car')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "85a09c07-a2c6-449f-aba8-49b546184da5",
"question": "How many daughters does the husband of the mother of tanya have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"husband(Y_5, Y_3)",
"mother('tanya', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have?"
],
"type": 9
},
{
"id": "94654e08-889f-441a-9e49-f50f1247ab50",
"question": "How many daughters does the daughter of the sister of antionette have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"daughter(Y_5, Y_3)",
"sister('antionette', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have?"
],
"type": 9
},
{
"id": "5f262baf-38bc-4422-aba2-8a7dfc6e8903",
"question": "How many brothers does the husband of the sister of kristine have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"husband(Y_5, Y_3)",
"sister('kristine', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have?"
],
"type": 9
},
{
"id": "f76feb0a-1860-412b-a30f-460415823260",
"question": "How many brothers does the brother of the daughter of lyndia have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"brother(Y_5, Y_3)",
"daughter('lyndia', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have?"
],
"type": 9
},
{
"id": "e9f8c355-61c7-4c9f-bf79-d6b9d8b434ed",
"question": "How many siblings does the sibling of the brother of colby have?",
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_1)), Count_1)",
"sibling(Y_5, Y_3)",
"brother('colby', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have?"
],
"type": 9
},
{
"id": "0d24692f-6a5d-48da-a01e-cdda58049163",
"question": "How many children does the daughter of the daughter of matt have?",
"answer": [
"0",
"1",
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"daughter(Y_5, Y_3)",
"daughter('matt', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have?"
],
"type": 9
},
{
"id": "b793db4a-c13e-490e-bc3a-175ca750ac25",
"question": "How many sons does the child of the child of jeff have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_3, Y_1)), Count_1)",
"child(Y_5, Y_3)",
"child('jeff', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have?"
],
"type": 9
},
{
"id": "6eb43cb4-fd35-4ee2-8a68-1969919cf51b",
"question": "How many brothers does the sibling of the sister of deanna have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"sibling(Y_5, Y_3)",
"sister('deanna', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have?"
],
"type": 9
},
{
"id": "4a85fabd-e48e-4537-a5eb-375b84291eaf",
"question": "How many brothers does the mother of the child of winfred have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"mother(Y_5, Y_3)",
"child('winfred', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have?"
],
"type": 9
},
{
"id": "c34b46b1-3b6c-4adf-a91f-71827ab68cf8",
"question": "How many sisters does the father of the mother of ramon have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"father(Y_5, Y_3)",
"mother('ramon', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have?"
],
"type": 9
},
{
"id": "664c4ad7-8069-44c0-bb03-fd0af3ac5e82",
"question": "How many sons does the mother of the person whose job is electronics engineer have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_3, Y_1)), Count_1)",
"mother(Y_5, Y_3)",
"job(Y_5, 'electronics engineer')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 10
},
{
"id": "5c635305-183a-4e4f-b72f-19c7e1c3c8ea",
"question": "How many siblings does the child of the person whose job is sports therapist have?",
"answer": [
"1",
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_1)), Count_1)",
"child(Y_5, Y_3)",
"job(Y_5, 'sports therapist')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 10
},
{
"id": "4eb4f464-ad4e-4a31-b624-f210108b2115",
"question": "How many sisters does the wife of the person whose job is armed forces logistics/support/administrative officer have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"wife(Y_5, Y_3)",
"job(Y_5, 'armed forces logistics/support/administrative officer')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 10
},
{
"id": "fe5a779e-5b1d-4b81-ae39-d14328712af9",
"question": "How many brothers does the father of the person whose job is air cabin crew have?",
"answer": [
"1",
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"father(Y_5, Y_3)",
"job(Y_5, 'air cabin crew')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 10
},
{
"id": "496fb32e-582a-4ca8-a34e-607be44f29c4",
"question": "How many sisters does the daughter of the person whose job is acupuncturist have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"daughter(Y_5, Y_3)",
"job(Y_5, 'acupuncturist')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 10
},
{
"id": "e217c1b5-49f6-4919-a49a-4078ffcb24d1",
"question": "How many children does the mother of the person whose hobby is microscopy have?",
"answer": [
"1",
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"mother(Y_5, Y_3)",
"hobby(Y_5, 'microscopy')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 10
},
{
"id": "51400ba2-43b6-4b37-ad41-ce0c9da16d4a",
"question": "How many daughters does the mother of the person whose hobby is tether car have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"mother(Y_5, Y_3)",
"hobby(Y_5, 'tether car')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 10
},
{
"id": "41871a92-2262-4545-a8d0-936e20109847",
"question": "How many children does the father of the person whose job is development worker, community have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"father(Y_5, Y_3)",
"job(Y_5, 'development worker, community')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 10
},
{
"id": "934ebb49-b2a5-4205-b2ca-38890aa949eb",
"question": "How many brothers does the child of the person whose hobby is cooking have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"child(Y_5, Y_3)",
"hobby(Y_5, 'cooking')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 10
},
{
"id": "80088fc2-6041-4f0b-8f8f-bd7c5abb59f0",
"question": "How many sisters does the child of the person whose hobby is snowmobiling have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"child(Y_5, Y_3)",
"hobby(Y_5, 'snowmobiling')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_6",
"is",
"<attribute_value>_6",
"have?"
],
"type": 10
},
{
"id": "062e4f4b-986a-4195-a86b-df73f4545520",
"question": "How many sons does the mother of tanya have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_3, Y_1)), Count_1)",
"mother('tanya', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 11
},
{
"id": "d9bff461-5788-4386-b998-91be113a57b9",
"question": "How many siblings does the child of vicente have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_1)), Count_1)",
"child('vicente', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 11
},
{
"id": "b1e6b856-2124-42fe-9f6d-d5ba4994d5e0",
"question": "How many sisters does the wife of joe have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"wife('joe', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 11
},
{
"id": "3e25e6a2-c2e3-4da1-a282-18126031357c",
"question": "How many brothers does the father of mandy have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"father('mandy', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 11
},
{
"id": "ec72fc48-388a-4570-9c28-123608815c3c",
"question": "How many sisters does the daughter of lyndia have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"daughter('lyndia', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 11
},
{
"id": "16543d44-e83a-4c92-bfd1-75ca8fb6f490",
"question": "How many children does the father of paula have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"father('paula', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 11
},
{
"id": "be6f48f2-9050-4bf3-aeb0-7654fe32ba61",
"question": "How many daughters does the mother of concepcion have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"mother('concepcion', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 11
},
{
"id": "226a0d27-b841-47d9-9f35-62f4f3762cb9",
"question": "How many children does the father of ezequiel have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"father('ezequiel', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 11
},
{
"id": "8f2911f3-2ee6-4d9e-9d8f-187034457dec",
"question": "How many brothers does the child of jeff have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"child('jeff', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 11
},
{
"id": "833e29e3-4696-42c6-ad20-894b07d80a66",
"question": "How many sisters does the child of george have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"child('george', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 11
},
{
"id": "2eda6034-84bb-4dc5-891e-00053e9bc844",
"question": "How many children does the person whose job is electronics engineer have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"job(Y_3, 'electronics engineer')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "bc857c5a-e9f6-4d21-aad2-dec2e0c09694",
"question": "How many daughters does the person whose hobby is archery have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'archery')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "e1f7029c-8751-4cd2-b84a-4fb7b2c404d1",
"question": "How many siblings does the person whose job is freight forwarder have?",
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_1)), Count_1)",
"job(Y_3, 'freight forwarder')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "9305bc36-f370-4cd5-827a-c24ef33cbcd3",
"question": "How many daughters does the person whose job is armed forces logistics/support/administrative officer have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"job(Y_3, 'armed forces logistics/support/administrative officer')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "ce1b7c51-4c1e-4021-820b-064358bad6b9",
"question": "How many sisters does the person whose hobby is radio-controlled car racing have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'radio-controlled car racing')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "1ab8488d-bbaf-4f99-ac93-cc2fbce5022b",
"question": "How many brothers does the person whose hobby is herping have?",
"answer": [
"0",
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'herping')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "af9e28a2-cf55-4430-a7bc-2f43db23f398",
"question": "How many sons does the person whose job is acupuncturist have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_3, Y_1)), Count_1)",
"job(Y_3, 'acupuncturist')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "84fff299-87f8-4c72-af05-e9b3fc6253ba",
"question": "How many brothers does the person whose hobby is social studies have?",
"answer": [
"1",
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'social studies')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "d9c8f352-5a79-434c-a287-f307f1c639a9",
"question": "How many children does the person whose job is financial manager have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"job(Y_3, 'financial manager')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "d9a19f08-1ac5-43f8-ab1a-21833207126c",
"question": "How many siblings does the person whose hobby is tether car have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'tether car')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "e7219ed5-8c03-482b-9419-7195e54811dc",
"question": "How many children does tanya have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child('tanya', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 13
},
{
"id": "9df0a6da-b73c-485e-8c79-f176d17941bc",
"question": "How many daughters does ezequiel have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter('ezequiel', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 13
},
{
"id": "124b42c9-7f24-4a5a-8205-401e2ae30c33",
"question": "How many siblings does antionette have?",
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling('antionette', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 13
},
{
"id": "2d1318fb-6d0f-494e-9d53-3da7ee1fc0a9",
"question": "How many daughters does joe have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter('joe', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 13
},
{
"id": "a48363a0-b18a-42e0-a5ec-f13bbc4223db",
"question": "How many sisters does kristine have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister('kristine', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 13
},
{
"id": "09495725-6971-4982-9da1-68757b02b0b4",
"question": "How many brothers does matt have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother('matt', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 13
},
{
"id": "75ba91cf-0834-46b9-9644-0a912ac7f315",
"question": "How many sons does lyndia have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son('lyndia', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 13
},
{
"id": "50e38213-bbd1-426a-91c8-65b268ba5784",
"question": "How many brothers does lashanda have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother('lashanda', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 13
},
{
"id": "f2855876-8949-4fbc-bd85-52d362eea849",
"question": "How many children does colby have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child('colby', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 13
},
{
"id": "fa827213-54ad-4252-8331-cdbb42a4f9c2",
"question": "How many siblings does concepcion have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling('concepcion', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 13
}
]