Datasets:

Modalities:
Image
Text
Formats:
json
Libraries:
Datasets
pandas
License:
ag2435's picture
second fix for bug that was causing aggregate_all questions to return nonsensical answers
12e7c37
raw
history blame
95 kB
[
{
"id": "ff7d8c4d-a815-4263-bf85-e9939fb226a2",
"question": "Who is the husband of the mother of the person whose job is electronics engineer ?",
"answer": [
"leonardo"
],
"prolog": {
"query": [
"husband(Y_4, Y_6)",
"mother(Y_2, Y_4)",
"job(Y_2, 'electronics engineer')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "3f13b86f-7551-4b71-9a02-f5b51311bff3",
"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_6)",
"child(Y_2, Y_4)",
"job(Y_2, 'sports therapist')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "4e9e1c5e-267b-4574-8392-22aa7babdd04",
"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_6)",
"wife(Y_2, Y_4)",
"job(Y_2, 'armed forces logistics/support/administrative officer')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "ddce3d5f-6b0e-4f9d-9413-4ef6b534f453",
"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_6)",
"father(Y_2, Y_4)",
"job(Y_2, 'air cabin crew')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "47b05a28-4bfe-4369-9fea-4b48d6466991",
"question": "Who is the brother of the daughter of the person whose job is acupuncturist ?",
"answer": [
"matt",
"zane"
],
"prolog": {
"query": [
"brother(Y_4, Y_6)",
"daughter(Y_2, Y_4)",
"job(Y_2, 'acupuncturist')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "ab68ba47-02f8-4126-8773-8637e11a3987",
"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_6)",
"mother(Y_2, Y_4)",
"hobby(Y_2, 'microscopy')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "fc85ef97-ce8d-4c07-89ec-e75577debcbd",
"question": "Who is the husband of the mother of the person whose hobby is tether car ?",
"answer": [
"jeff"
],
"prolog": {
"query": [
"husband(Y_4, Y_6)",
"mother(Y_2, Y_4)",
"hobby(Y_2, 'tether car')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "99b013b5-aae6-4224-a66c-dcdedb48c6c6",
"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_6)",
"father(Y_2, Y_4)",
"job(Y_2, 'development worker, community')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "e11c3976-4bb5-4a40-8505-51930ae0697f",
"question": "Who is the child of the child of the person whose hobby is cooking ?",
"answer": [
"christian",
"velia"
],
"prolog": {
"query": [
"child(Y_4, Y_6)",
"child(Y_2, Y_4)",
"hobby(Y_2, 'cooking')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "e42213c8-9095-4348-ac75-6c044749aee9",
"question": "Who is the father of the child of the person whose hobby is snowmobiling ?",
"answer": [
"george"
],
"prolog": {
"query": [
"father(Y_4, Y_6)",
"child(Y_2, Y_4)",
"hobby(Y_2, 'snowmobiling')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "eb23b758-4ff1-4877-b47d-7a03641d33e1",
"question": "Who is the husband of the mother of tanya ?",
"answer": [
"leonardo"
],
"prolog": {
"query": [
"husband(Y_4, Y_6)",
"mother('tanya', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "8d81c318-0a32-46ea-9de3-565a0c4ee986",
"question": "Who is the sister of the child of vicente ?",
"answer": [
"tona"
],
"prolog": {
"query": [
"sister(Y_4, Y_6)",
"child('vicente', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "6ee6c123-706f-46f3-8551-0d8192be2986",
"question": "Who is the sister of the wife of joe ?",
"answer": [
"cortney"
],
"prolog": {
"query": [
"sister(Y_4, Y_6)",
"wife('joe', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "f875c1d2-a4b7-48c3-ba2e-d95ea289a35a",
"question": "Who is the mother of the father of mandy ?",
"answer": [
"meghann"
],
"prolog": {
"query": [
"mother(Y_4, Y_6)",
"father('mandy', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "353be3f8-047d-4810-b550-3304590fb5a6",
"question": "Who is the brother of the daughter of lyndia ?",
"answer": [
"matt",
"zane"
],
"prolog": {
"query": [
"brother(Y_4, Y_6)",
"daughter('lyndia', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "505aa637-cbe8-4288-9e28-c2ccee45d072",
"question": "Who is the father of the father of paula ?",
"answer": [
"scotty"
],
"prolog": {
"query": [
"father(Y_4, Y_6)",
"father('paula', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "ec44694b-a969-46b9-80e9-d21a5f6f1310",
"question": "Who is the husband of the mother of concepcion ?",
"answer": [
"jeff"
],
"prolog": {
"query": [
"husband(Y_4, Y_6)",
"mother('concepcion', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "40ab2866-1737-4cd4-aa73-e01b3852e1b6",
"question": "Who is the daughter of the father of ezequiel ?",
"answer": [
"janey"
],
"prolog": {
"query": [
"daughter(Y_4, Y_6)",
"father('ezequiel', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "2e26a6b0-1651-4661-ace1-22fcb3c1a029",
"question": "Who is the child of the child of jeff ?",
"answer": [
"christian",
"velia"
],
"prolog": {
"query": [
"child(Y_4, Y_6)",
"child('jeff', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "25e96023-ef9b-4afc-b267-032b018dbd88",
"question": "Who is the father of the child of george ?",
"answer": [
"george"
],
"prolog": {
"query": [
"father(Y_4, Y_6)",
"child('george', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "4359eba3-b949-41ed-a21e-56cc48c18033",
"question": "Who is the mother of the person whose job is electronics engineer ?",
"answer": [
"nell"
],
"prolog": {
"query": [
"mother(Y_4, Y_6)",
"job(Y_4, 'electronics engineer')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "d66af495-6b92-4c2a-8565-257f245501af",
"question": "Who is the father of the person whose hobby is archery ?",
"answer": [
"donald"
],
"prolog": {
"query": [
"father(Y_4, Y_6)",
"hobby(Y_4, 'archery')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "0aff6722-c13f-4ea1-acd6-d8107cee8120",
"question": "Who is the sister of the person whose job is freight forwarder ?",
"answer": [
"kari"
],
"prolog": {
"query": [
"sister(Y_4, Y_6)",
"job(Y_4, 'freight forwarder')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "7919246d-3e29-4fb4-8236-3c6a45c9212b",
"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_6)",
"job(Y_4, 'armed forces logistics/support/administrative officer')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "c06fd896-2620-4a88-b69a-425b5bfa2e3f",
"question": "Who is the sister of the person whose hobby is radio-controlled car racing ?",
"answer": [
"sarah"
],
"prolog": {
"query": [
"sister(Y_4, Y_6)",
"hobby(Y_4, 'radio-controlled car racing')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "2f9b814a-3c11-4072-ae1c-19b2f1e25ecc",
"question": "Who is the father of the person whose hobby is herping ?",
"answer": [
"dominick",
"vicente"
],
"prolog": {
"query": [
"father(Y_4, Y_6)",
"hobby(Y_4, 'herping')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "06f95d10-47bd-49d7-9816-7b92346880db",
"question": "Who is the daughter of the person whose job is acupuncturist ?",
"answer": [
"tona"
],
"prolog": {
"query": [
"daughter(Y_4, Y_6)",
"job(Y_4, 'acupuncturist')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "89cbb6d1-7439-4e33-a02e-01cab509d9ba",
"question": "Who is the mother of the person whose hobby is social studies ?",
"answer": [
"kari",
"lyndia"
],
"prolog": {
"query": [
"mother(Y_4, Y_6)",
"hobby(Y_4, 'social studies')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "34ae01bd-2912-4cd1-a319-0fee0c4238c8",
"question": "Who is the brother of the person whose job is financial manager ?",
"answer": [
"alfonso",
"dominick"
],
"prolog": {
"query": [
"brother(Y_4, Y_6)",
"job(Y_4, 'financial manager')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "47ec8b49-ed69-41e7-9b15-751860c70cf6",
"question": "Who is the mother of the person whose hobby is tether car ?",
"answer": [
"marya"
],
"prolog": {
"query": [
"mother(Y_4, Y_6)",
"hobby(Y_4, 'tether car')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "810c6d43-d9bc-4fa6-bd84-8924608b7c20",
"question": "Who is the mother of tanya ?",
"answer": [
"nell"
],
"prolog": {
"query": [
"mother('tanya', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "582ffced-2134-4626-b4f7-54f967afb523",
"question": "Who is the father of ezequiel ?",
"answer": [
"donald"
],
"prolog": {
"query": [
"father('ezequiel', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "ef77255f-ceb3-442a-aee4-b5161d1fe160",
"question": "Who is the sister of antionette ?",
"answer": [
"kari"
],
"prolog": {
"query": [
"sister('antionette', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "0ff7ffd5-6b0c-4d8b-9368-f1f1033e97b4",
"question": "Who is the wife of joe ?",
"answer": [
"miki"
],
"prolog": {
"query": [
"wife('joe', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "7a623918-d614-44c2-80ec-b1f699690e78",
"question": "Who is the sister of kristine ?",
"answer": [
"sarah"
],
"prolog": {
"query": [
"sister('kristine', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "72e61acb-8b83-4ab7-8943-ec3026e0e037",
"question": "Who is the mother of matt ?",
"answer": [
"lyndia"
],
"prolog": {
"query": [
"mother('matt', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "3e98a237-1e20-4ff5-af32-99639e0d74cb",
"question": "Who is the daughter of lyndia ?",
"answer": [
"tona"
],
"prolog": {
"query": [
"daughter('lyndia', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "56f95321-1fac-410a-a602-2726d68d93f7",
"question": "Who is the brother of lashanda ?",
"answer": [
"mckinley",
"reinaldo"
],
"prolog": {
"query": [
"brother('lashanda', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "cf7b1d10-b933-47b0-afa8-2c43d0fc46d2",
"question": "Who is the brother of colby ?",
"answer": [
"alfonso",
"dominick"
],
"prolog": {
"query": [
"brother('colby', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "65a18bd7-524b-4019-bc33-3beb2e122834",
"question": "Who is the mother of concepcion ?",
"answer": [
"marya"
],
"prolog": {
"query": [
"mother('concepcion', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "abd26b81-2771-4a53-be00-6cf1be0c206d",
"question": "Who is the person whose job is electronics engineer ?",
"answer": [
"tanya"
],
"prolog": {
"query": [
"job(Y_6, 'electronics engineer')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "4640ec4b-4820-4665-b1fe-473cc1502c7d",
"question": "Who is the person whose job is restaurant manager, fast food ?",
"answer": [
"vilma"
],
"prolog": {
"query": [
"job(Y_6, 'restaurant manager, fast food')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "9e37f764-ef0e-4fa2-9f7f-16213a5320c6",
"question": "Who is the person whose hobby is archery ?",
"answer": [
"ezequiel"
],
"prolog": {
"query": [
"hobby(Y_6, 'archery')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "37186229-8f45-463e-9a7c-444dd3ac8cdf",
"question": "Who is the person whose job is sports therapist ?",
"answer": [
"dee",
"vicente"
],
"prolog": {
"query": [
"job(Y_6, 'sports therapist')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "63db2879-8b59-41cf-8b39-50396a03a8c9",
"question": "Who is the person whose job is freight forwarder ?",
"answer": [
"antionette"
],
"prolog": {
"query": [
"job(Y_6, 'freight forwarder')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "e2bfd356-8cec-4b4a-aacb-db39c7d3009f",
"question": "Who is the person whose job is police officer ?",
"answer": [
"dixie"
],
"prolog": {
"query": [
"job(Y_6, 'police officer')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "033ff5ac-f170-4fdd-ba45-3b0757285acd",
"question": "Who is the person whose job is armed forces logistics/support/administrative officer ?",
"answer": [
"joe"
],
"prolog": {
"query": [
"job(Y_6, 'armed forces logistics/support/administrative officer')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "553ef74b-f6f2-4faa-85f9-37e1ec7e945f",
"question": "Who is the person whose hobby is field hockey ?",
"answer": [
"tanner"
],
"prolog": {
"query": [
"hobby(Y_6, 'field hockey')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "db550aca-fe4e-48fd-8880-006f724286ef",
"question": "Who is the person whose hobby is radio-controlled car racing ?",
"answer": [
"kristine"
],
"prolog": {
"query": [
"hobby(Y_6, 'radio-controlled car racing')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "baa9c23b-cc02-4939-bfed-a9ebd67df668",
"question": "Who is the person whose job is air cabin crew ?",
"answer": [
"deanna",
"mandy"
],
"prolog": {
"query": [
"job(Y_6, 'air cabin crew')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "12d5df68-bce3-4af0-9be5-5f73201f3783",
"question": "What is the hobby of the husband of the mother of tanya ?",
"answer": [
"herping"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"husband(Y_3, Y_5)",
"mother('tanya', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "cd093c87-d1c7-4a78-aa19-0226535d27bc",
"question": "What is the hobby of the daughter of the sister of antionette ?",
"answer": [
"social studies"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"daughter(Y_3, Y_5)",
"sister('antionette', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "86bf72c3-0051-49c8-ae50-cbada9f1c7e9",
"question": "What is the job of the husband of the sister of kristine ?",
"answer": [
"quantity surveyor"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"husband(Y_3, Y_5)",
"sister('kristine', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "66dbd10d-3b79-4de4-a8c9-45a1c3c98afc",
"question": "What is the job of the brother of the daughter of lyndia ?",
"answer": [
"local government officer",
"technical sales engineer"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"brother(Y_3, Y_5)",
"daughter('lyndia', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "0ffb49d5-ce52-47a7-8d91-38bcb7c5b14e",
"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_5, Y_6)",
"sibling(Y_3, Y_5)",
"brother('colby', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "bf368642-2842-492e-8e8f-4c618e07e7f6",
"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_5, Y_6)",
"daughter(Y_3, Y_5)",
"daughter('matt', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "8fdb4f6f-8430-4430-b7c1-c081acec577e",
"question": "What is the hobby of the child of the child of jeff ?",
"answer": [
"airsoft",
"research"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"child(Y_3, Y_5)",
"child('jeff', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "6f4b840a-0d66-4099-b11d-f1280c897907",
"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_5, Y_6)",
"sibling(Y_3, Y_5)",
"sister('deanna', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "a09d6e7e-9727-4367-8878-e5af42ea7333",
"question": "What is the job of the mother of the child of winfred ?",
"answer": [
"therapist, art"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"mother(Y_3, Y_5)",
"child('winfred', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "9d57e871-31ff-484b-9683-8e8c11ab9858",
"question": "What is the dob of the father of the mother of ramon ?",
"answer": [
"0236-06-02"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"father(Y_3, Y_5)",
"mother('ramon', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "fa0d4b35-e001-4d1b-aed6-ce59808496b2",
"question": "What is the hobby of the mother of the person whose job is electronics engineer ?",
"answer": [
"backgammon"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"mother(Y_3, Y_5)",
"job(Y_3, 'electronics engineer')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "0f2a6335-8f35-4e68-b4f9-e1a701c83e54",
"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_5, Y_6)",
"child(Y_3, Y_5)",
"job(Y_3, 'sports therapist')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "a5afc7ca-be37-4eeb-b451-958d3105c7ec",
"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_5, Y_6)",
"wife(Y_3, Y_5)",
"job(Y_3, 'armed forces logistics/support/administrative officer')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "7b1941b0-afb2-4494-8fce-98955560a09b",
"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_5, Y_6)",
"father(Y_3, Y_5)",
"job(Y_3, 'air cabin crew')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "d0551ad1-4685-4303-8d85-9df3c715506d",
"question": "What is the dob of the daughter of the person whose job is acupuncturist ?",
"answer": [
"0202-02-11"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"daughter(Y_3, Y_5)",
"job(Y_3, 'acupuncturist')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "ede843f7-dde8-400c-a5c3-6f5b1f358569",
"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_5, Y_6)",
"mother(Y_3, Y_5)",
"hobby(Y_3, 'microscopy')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "192616b0-2bab-4ac5-b7a0-8a151359eddd",
"question": "What is the hobby of the mother of the person whose hobby is tether car ?",
"answer": [
"laser tag"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"mother(Y_3, Y_5)",
"hobby(Y_3, 'tether car')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "da214754-4af4-43c8-9002-979eac4ed623",
"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_5, Y_6)",
"father(Y_3, Y_5)",
"job(Y_3, 'development worker, community')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "6da7d3d9-5fe2-4336-808b-2515344cc3d4",
"question": "What is the job of the child of the person whose hobby is cooking ?",
"answer": [
"museum education officer"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"child(Y_3, Y_5)",
"hobby(Y_3, 'cooking')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "45b37c59-615d-44b7-9186-d985434e31bd",
"question": "What is the dob of the child of the person whose hobby is snowmobiling ?",
"answer": [
"0212-09-01"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"child(Y_3, Y_5)",
"hobby(Y_3, 'snowmobiling')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "866a02cd-bc0f-4f48-b04b-a5c737826d47",
"question": "What is the hobby of the mother of tanya ?",
"answer": [
"backgammon"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"mother('tanya', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "7fa36923-db79-4fcb-b9c8-11081eb03fd9",
"question": "What is the dob of the child of vicente ?",
"answer": [
"0202-02-11",
"0205-10-16",
"0208-12-08"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"child('vicente', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "168130ed-7eef-4dc6-8a3b-80c187142368",
"question": "What is the dob of the wife of joe ?",
"answer": [
"0256-10-26"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"wife('joe', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "7c1a63a0-bf2d-408d-97c4-93e0d011dc0f",
"question": "What is the job of the father of mandy ?",
"answer": [
"operations geologist"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"father('mandy', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "ab9f1b46-26c9-40ac-b253-7e59933bfcf9",
"question": "What is the dob of the daughter of lyndia ?",
"answer": [
"0202-02-11"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"daughter('lyndia', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "16a2d064-33ce-4e72-a8b2-ae240333b2b6",
"question": "What is the job of the father of paula ?",
"answer": [
"animal nutritionist"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"father('paula', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "4327bf7a-4802-48c7-8761-e0666a7120a3",
"question": "What is the hobby of the mother of concepcion ?",
"answer": [
"laser tag"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"mother('concepcion', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "3d2aeb44-8cad-4434-af8e-1731a67bd745",
"question": "What is the job of the father of ezequiel ?",
"answer": [
"print production planner"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"father('ezequiel', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "76444517-ed6d-4b10-aa28-f50744fa7b56",
"question": "What is the job of the child of jeff ?",
"answer": [
"museum education officer"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"child('jeff', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "febeffd8-40df-4de0-a775-bdfbfdecc4a2",
"question": "What is the dob of the child of george ?",
"answer": [
"0212-09-01"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"child('george', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "ab4366b5-e27e-447a-9310-f50222f91e2d",
"question": "What is the job of the person whose job is electronics engineer ?",
"answer": [
"electronics engineer"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"job(Y_5, 'electronics engineer')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "b4eebfae-fa63-40d0-a52b-d64d96a539c9",
"question": "What is the hobby of the person whose hobby is archery ?",
"answer": [
"archery"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"hobby(Y_5, 'archery')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "f7f848ea-4020-4664-9d26-e00cd73f244e",
"question": "What is the dob of the person whose job is freight forwarder ?",
"answer": [
"0239-10-28"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"job(Y_5, 'freight forwarder')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "d8311e1f-b30d-467e-bde0-c72456152cc9",
"question": "What is the hobby of the person whose job is armed forces logistics/support/administrative officer ?",
"answer": [
"kart racing"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"job(Y_5, 'armed forces logistics/support/administrative officer')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "4574ee4e-5faa-4baa-ad2a-648b4adaa152",
"question": "What is the dob of the person whose hobby is radio-controlled car racing ?",
"answer": [
"0205-06-04"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"hobby(Y_5, 'radio-controlled car racing')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "aa1b3589-44b6-4e11-a904-57874bf3d328",
"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_5, Y_6)",
"hobby(Y_5, 'herping')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "b990530a-3230-4182-80c8-73390345e006",
"question": "What is the hobby of the person whose job is acupuncturist ?",
"answer": [
"flying disc"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"job(Y_5, 'acupuncturist')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "6c6f8d3e-e404-4ed9-ab9b-6dffdff52eb5",
"question": "What is the job of the person whose hobby is social studies ?",
"answer": [
"agricultural engineer",
"local government officer"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"hobby(Y_5, 'social studies')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "11711968-ad20-44c3-b493-ba98b5b84bbb",
"question": "What is the job of the person whose job is financial manager ?",
"answer": [
"financial manager"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"job(Y_5, 'financial manager')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "1cc635e5-f4f9-4852-8488-f39a84daa7d6",
"question": "What is the dob of the person whose hobby is tether car ?",
"answer": [
"0261-10-15"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"hobby(Y_5, 'tether car')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "edb66fd6-7a3d-4dea-9110-aab519f3308f",
"question": "How many daughters does the husband of the mother of tanya have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)",
"husband(Y_3, Y_5)",
"mother('tanya', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "2315a176-4e3a-4d55-8cbc-f2271ec5a528",
"question": "How many daughters does the daughter of the sister of antionette have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)",
"daughter(Y_3, Y_5)",
"sister('antionette', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "202a25c5-76c9-4250-a742-e73ed409597f",
"question": "How many brothers does the husband of the sister of kristine have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)",
"husband(Y_3, Y_5)",
"sister('kristine', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "b9deaf60-9edb-49ff-b267-381d725ad304",
"question": "How many brothers does the brother of the daughter of lyndia have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)",
"brother(Y_3, Y_5)",
"daughter('lyndia', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "29221ba0-efec-4413-abb2-a20576fcc364",
"question": "How many siblings does the sibling of the brother of colby have?",
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_5, Y_7)), Count_7)",
"sibling(Y_3, Y_5)",
"brother('colby', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "031e98ff-fc1b-4bb8-b610-b76fae63f01d",
"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_5, Y_7)), Count_7)",
"daughter(Y_3, Y_5)",
"daughter('matt', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "04e67f3b-493e-4c24-8dd7-74f526971cb5",
"question": "How many sons does the child of the child of jeff have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)",
"child(Y_3, Y_5)",
"child('jeff', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "6720b8a3-47df-4c03-b7a4-03cc0feb49c8",
"question": "How many brothers does the sibling of the sister of deanna have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)",
"sibling(Y_3, Y_5)",
"sister('deanna', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "f927d268-e58d-4875-9745-ae3f542980fa",
"question": "How many brothers does the mother of the child of winfred have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)",
"mother(Y_3, Y_5)",
"child('winfred', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "4e9eac4d-16e0-41a4-97e6-69451ec7502d",
"question": "How many sisters does the father of the mother of ramon have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)",
"father(Y_3, Y_5)",
"mother('ramon', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "27a8d20b-ee87-47e5-935f-f23001dfaa5f",
"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_5, Y_7)), Count_7)",
"mother(Y_3, Y_5)",
"job(Y_3, 'electronics engineer')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "2bbcf958-9801-47dd-b5f6-14cca8a5ccbc",
"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_5, Y_7)), Count_7)",
"child(Y_3, Y_5)",
"job(Y_3, 'sports therapist')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "332de330-666e-459f-a1c2-f8ff8601ffcd",
"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_5, Y_7)), Count_7)",
"wife(Y_3, Y_5)",
"job(Y_3, 'armed forces logistics/support/administrative officer')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "ad49b96f-f2c4-4f53-b051-33da019ecdf9",
"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_5, Y_7)), Count_7)",
"father(Y_3, Y_5)",
"job(Y_3, 'air cabin crew')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "548b0811-432d-4410-8686-b1f52c7a7246",
"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_5, Y_7)), Count_7)",
"daughter(Y_3, Y_5)",
"job(Y_3, 'acupuncturist')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "e0819a0d-49be-4e13-b944-3e596c0515ee",
"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_5, Y_7)), Count_7)",
"mother(Y_3, Y_5)",
"hobby(Y_3, 'microscopy')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "ac7d1a8d-c79b-44ab-ae38-498203c7bd59",
"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_5, Y_7)), Count_7)",
"mother(Y_3, Y_5)",
"hobby(Y_3, 'tether car')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "1f8e2669-e609-48ac-ae4b-34bc2c173401",
"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_5, Y_7)), Count_7)",
"father(Y_3, Y_5)",
"job(Y_3, 'development worker, community')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "7beb3553-4f9a-4169-9c55-993339749dcd",
"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_5, Y_7)), Count_7)",
"child(Y_3, Y_5)",
"hobby(Y_3, 'cooking')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "98695795-ae44-41ae-9a3d-6582fbd944c1",
"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_5, Y_7)), Count_7)",
"child(Y_3, Y_5)",
"hobby(Y_3, 'snowmobiling')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "1dbe2ccb-706e-488c-aaae-e638749295db",
"question": "How many sons does the mother of tanya have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)",
"mother('tanya', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "bdb40d70-a7bf-4f2b-be37-44e7e7ebce25",
"question": "How many siblings does the child of vicente have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_5, Y_7)), Count_7)",
"child('vicente', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "78ba1a44-2a34-42c8-b60f-35bbed1a8a79",
"question": "How many sisters does the wife of joe have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)",
"wife('joe', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "9515beed-fb6e-4284-a686-ecc595ccd21f",
"question": "How many brothers does the father of mandy have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)",
"father('mandy', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "06b478fa-2d34-4853-a7dd-8a8e61a9a8da",
"question": "How many sisters does the daughter of lyndia have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)",
"daughter('lyndia', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "63069aa2-c4ec-42e3-ae2b-64a12385e9d7",
"question": "How many children does the father of paula have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)",
"father('paula', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "2203d7ce-0f93-42f4-b2a8-6bc90eef1888",
"question": "How many daughters does the mother of concepcion have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)",
"mother('concepcion', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "3d09c6ef-4efe-42dc-a890-a21dbad039af",
"question": "How many children does the father of ezequiel have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)",
"father('ezequiel', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "6f3bccb6-d9c9-41a3-b2fd-f7dc2544e571",
"question": "How many brothers does the child of jeff have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)",
"child('jeff', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "4575d35d-79c2-4d1c-a0f3-50a47e0697c5",
"question": "How many sisters does the child of george have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)",
"child('george', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "a2152f3c-3700-414c-b748-d0cafbbcab29",
"question": "How many children does the person whose job is electronics engineer have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)",
"job(Y_5, 'electronics engineer')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "408f6164-e294-4bc1-b92b-5d69e0f06c9e",
"question": "How many daughters does the person whose hobby is archery have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)",
"hobby(Y_5, 'archery')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "fd228de4-74dd-4dde-a8ad-83fffd6d1db7",
"question": "How many siblings does the person whose job is freight forwarder have?",
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_5, Y_7)), Count_7)",
"job(Y_5, 'freight forwarder')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "a3ec643f-6bc1-41b2-8574-c0de578acf56",
"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_5, Y_7)), Count_7)",
"job(Y_5, 'armed forces logistics/support/administrative officer')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "d2c23366-f954-4fee-8a66-a023843fe56e",
"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_5, Y_7)), Count_7)",
"hobby(Y_5, 'radio-controlled car racing')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "106b4c07-e4a8-47f9-b43f-c6f5fa6114c6",
"question": "How many brothers does the person whose hobby is herping have?",
"answer": [
"0",
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)",
"hobby(Y_5, 'herping')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "eda98e4e-fd6a-4d40-8061-9994a32c65c8",
"question": "How many sons does the person whose job is acupuncturist have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)",
"job(Y_5, 'acupuncturist')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "a172759f-f0b3-45e0-91ae-f8279a131b74",
"question": "How many brothers does the person whose hobby is social studies have?",
"answer": [
"1",
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)",
"hobby(Y_5, 'social studies')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "6f4e5f11-b54c-49d1-a507-5a184110c04c",
"question": "How many children does the person whose job is financial manager have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)",
"job(Y_5, 'financial manager')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "50e88055-739a-400c-8a08-90aa9b96616e",
"question": "How many siblings does the person whose hobby is tether car have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_5, Y_7)), Count_7)",
"hobby(Y_5, 'tether car')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "cfeec92c-999c-4b14-8e3b-1cd1b7199927",
"question": "How many children does tanya have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child('tanya', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "e5c0cb76-8c1a-40ac-91ed-2923dc74b769",
"question": "How many daughters does ezequiel have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter('ezequiel', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "677ebdf6-65c1-4eca-ad2d-235a301f7523",
"question": "How many siblings does antionette have?",
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling('antionette', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "33463eea-9a27-473f-b369-4a0dad457653",
"question": "How many daughters does joe have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter('joe', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "53e278bd-8599-4d87-b95e-b7f3f5d90e07",
"question": "How many sisters does kristine have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister('kristine', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "ef8ec5ba-854b-44e2-b6ff-4f514f1db35b",
"question": "How many brothers does matt have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother('matt', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "c98af5fc-6a0d-4dbc-8357-08d6701ca509",
"question": "How many sons does lyndia have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son('lyndia', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "575c376b-0811-4d82-9745-b104b1730a12",
"question": "How many brothers does lashanda have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother('lashanda', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "15422a2a-e979-47aa-87a5-259cf60c3ccd",
"question": "How many children does colby have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child('colby', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "2fa682c9-1511-4413-8d5c-7a2266a40b79",
"question": "How many siblings does concepcion have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling('concepcion', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
}
]