Datasets:

Modalities:
Text
Formats:
json
Libraries:
Datasets
pandas
License:
ag2435's picture
removed intermediate answers for now as HF has trouble recognizing the schema
e8e08f7 verified
[
{
"id": "251397e5-efa1-4ebf-a95a-e8d2d4a9469f",
"question": "Who is the daughter of the wife of the husband of the person whose hobby is sports science?",
"intermediate_answers": [],
"answer": [
"Taneka Putman"
],
"prolog": {
"query": [
"daughter(Y_4, Y_2)",
"wife(Y_6, Y_4)",
"husband(Y_8, Y_6)",
"hobby(Y_8, 'sports science')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_9",
"is",
"<attribute_value>_9",
"?"
],
"type": 0
},
{
"id": "7c1b2a4b-0729-453d-b86c-1b007556334b",
"question": "Who is the sibling of the husband of the wife of the person whose job is agricultural engineer?",
"intermediate_answers": [],
"answer": [
"Denny Putman",
"Leroy Putman",
"Shandi Putman",
"Wilbur Putman"
],
"prolog": {
"query": [
"sibling(Y_4, Y_2)",
"husband(Y_6, Y_4)",
"wife(Y_8, Y_6)",
"job(Y_8, 'agricultural engineer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_9",
"is",
"<attribute_value>_9",
"?"
],
"type": 0
},
{
"id": "e2ee0e1a-bf3e-45d1-b9c8-d231120debe5",
"question": "Who is the mother of the child of the father of the person whose job is insurance underwriter?",
"intermediate_answers": [],
"answer": [
"Misti Hilbert"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"child(Y_6, Y_4)",
"father(Y_8, Y_6)",
"job(Y_8, 'insurance underwriter')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_9",
"is",
"<attribute_value>_9",
"?"
],
"type": 0
},
{
"id": "cec8cb4f-15cf-4944-84c1-b507079b46f6",
"question": "Who is the sister of the child of the father of the person whose hobby is hiking/backpacking?",
"intermediate_answers": [],
"answer": [
"Jona Kirschner"
],
"prolog": {
"query": [
"sister(Y_4, Y_2)",
"child(Y_6, Y_4)",
"father(Y_8, Y_6)",
"hobby(Y_8, 'hiking/backpacking')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_9",
"is",
"<attribute_value>_9",
"?"
],
"type": 0
},
{
"id": "282ac2ff-515d-418d-8a8f-dd032b484f68",
"question": "Who is the son of the mother of the son of the person whose hobby is films?",
"intermediate_answers": [],
"answer": [
"Chet Putman"
],
"prolog": {
"query": [
"son(Y_4, Y_2)",
"mother(Y_6, Y_4)",
"son(Y_8, Y_6)",
"hobby(Y_8, 'films')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_9",
"is",
"<attribute_value>_9",
"?"
],
"type": 0
},
{
"id": "5d0ef774-8c21-445f-b2d7-0b5531b7ebaa",
"question": "Who is the brother of the child of the wife of the person whose hobby is metal detecting?",
"intermediate_answers": [],
"answer": [
"Freddie Putman"
],
"prolog": {
"query": [
"brother(Y_4, Y_2)",
"child(Y_6, Y_4)",
"wife(Y_8, Y_6)",
"hobby(Y_8, 'metal detecting')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_9",
"is",
"<attribute_value>_9",
"?"
],
"type": 0
},
{
"id": "3e8577fe-2ba0-41ec-a3f5-2cc18b6f0797",
"question": "Who is the son of the sister of the father of the person whose hobby is bridge?",
"intermediate_answers": [],
"answer": [
"Willard Lindley"
],
"prolog": {
"query": [
"son(Y_4, Y_2)",
"sister(Y_6, Y_4)",
"father(Y_8, Y_6)",
"hobby(Y_8, 'bridge')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_9",
"is",
"<attribute_value>_9",
"?"
],
"type": 0
},
{
"id": "0a950353-96b2-4860-ad3d-030d895037df",
"question": "Who is the mother of the husband of the wife of the person whose job is marketing executive?",
"intermediate_answers": [],
"answer": [
"Gina Whitener"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"husband(Y_6, Y_4)",
"wife(Y_8, Y_6)",
"job(Y_8, 'marketing executive')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_9",
"is",
"<attribute_value>_9",
"?"
],
"type": 0
},
{
"id": "d78ae468-7b0f-4d4e-bb37-94d3c33a24c3",
"question": "Who is the father of the child of the wife of the person whose job is health and safety adviser?",
"intermediate_answers": [],
"answer": [
"Ramon Pulido"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"child(Y_6, Y_4)",
"wife(Y_8, Y_6)",
"job(Y_8, 'health and safety adviser')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_9",
"is",
"<attribute_value>_9",
"?"
],
"type": 0
},
{
"id": "fe455b83-0043-4753-a03e-aa95a656fb37",
"question": "Who is the mother of the brother of the sibling of the person whose hobby is vintage clothing?",
"intermediate_answers": [],
"answer": [
"Trisha Putman"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"brother(Y_6, Y_4)",
"sibling(Y_8, Y_6)",
"hobby(Y_8, 'vintage clothing')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"the person whose",
"<attribute_name>_9",
"is",
"<attribute_value>_9",
"?"
],
"type": 0
},
{
"id": "3b8ae45a-16b9-43a3-adcc-fc906fcdf5a1",
"question": "Who is the daughter of the wife of the husband of Patty Putman?",
"intermediate_answers": [],
"answer": [
"Taneka Putman"
],
"prolog": {
"query": [
"daughter(Y_4, Y_2)",
"wife(Y_6, Y_4)",
"husband('Patty Putman', Y_6)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"<name>_8",
"?"
],
"type": 1
},
{
"id": "497d3ae6-cbce-44b5-93c4-8b3a8ddfd2cf",
"question": "Who is the sibling of the wife of the father of Vivienne Spivey?",
"intermediate_answers": [],
"answer": [
"Taylor Whitener"
],
"prolog": {
"query": [
"sibling(Y_4, Y_2)",
"wife(Y_6, Y_4)",
"father('Vivienne Spivey', Y_6)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"<name>_8",
"?"
],
"type": 1
},
{
"id": "726d5a53-0c33-4fd0-8802-4d09b1c08f07",
"question": "Who is the mother of the child of the father of Jewel Hilbert?",
"intermediate_answers": [],
"answer": [
"Misti Hilbert"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"child(Y_6, Y_4)",
"father('Jewel Hilbert', Y_6)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"<name>_8",
"?"
],
"type": 1
},
{
"id": "5428e6eb-a40d-4c15-badb-c44f554890ff",
"question": "Who is the sister of the child of the father of Marshall Putman?",
"intermediate_answers": [],
"answer": [
"Jona Kirschner"
],
"prolog": {
"query": [
"sister(Y_4, Y_2)",
"child(Y_6, Y_4)",
"father('Marshall Putman', Y_6)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"<name>_8",
"?"
],
"type": 1
},
{
"id": "7fb1ae3f-03dc-437e-acce-38ea3eeb6aa7",
"question": "Who is the father of the child of the wife of Myron Putman?",
"intermediate_answers": [],
"answer": [
"Myron Putman"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"child(Y_6, Y_4)",
"wife('Myron Putman', Y_6)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"<name>_8",
"?"
],
"type": 1
},
{
"id": "f699fe29-1e3f-449d-bfa4-e42f1af6edfb",
"question": "Who is the son of the mother of the father of Gale Whitener?",
"intermediate_answers": [],
"answer": [
"Ivan Whitener"
],
"prolog": {
"query": [
"son(Y_4, Y_2)",
"mother(Y_6, Y_4)",
"father('Gale Whitener', Y_6)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"<name>_8",
"?"
],
"type": 1
},
{
"id": "2967fd48-75e0-42d8-af44-5865f4d32662",
"question": "Who is the father of the sibling of the sister of Taylor Whitener?",
"intermediate_answers": [],
"answer": [
"Walter Whitener"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"sibling(Y_6, Y_4)",
"sister('Taylor Whitener', Y_6)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"<name>_8",
"?"
],
"type": 1
},
{
"id": "d8f09e72-2237-458f-88f1-08bcff4f13d1",
"question": "Who is the mother of the husband of the wife of Walter Whitener?",
"intermediate_answers": [],
"answer": [
"Gina Whitener"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"husband(Y_6, Y_4)",
"wife('Walter Whitener', Y_6)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"<name>_8",
"?"
],
"type": 1
},
{
"id": "463f8058-9e8b-4f19-abca-631aa11fdfde",
"question": "Who is the father of the child of the wife of Ramon Pulido?",
"intermediate_answers": [],
"answer": [
"Ramon Pulido"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"child(Y_6, Y_4)",
"wife('Ramon Pulido', Y_6)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"<name>_8",
"?"
],
"type": 1
},
{
"id": "def4049a-eb65-49db-9d54-dad58bd4282b",
"question": "Who is the mother of the brother of the sibling of Madaline Putman?",
"intermediate_answers": [],
"answer": [
"Trisha Putman"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"brother(Y_6, Y_4)",
"sibling('Madaline Putman', Y_6)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"the",
"<relation>_7",
"of",
"<name>_8",
"?"
],
"type": 1
},
{
"id": "13118f8c-a9b4-4719-9799-9dd3a36f1ee4",
"question": "Who is the wife of the husband of the person whose hobby is sports science?",
"intermediate_answers": [],
"answer": [
"Patty Putman"
],
"prolog": {
"query": [
"wife(Y_4, Y_2)",
"husband(Y_6, Y_4)",
"hobby(Y_6, 'sports science')"
],
"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": 2
},
{
"id": "920a67fa-5b43-47af-9cfe-7303cebefe6b",
"question": "Who is the wife of the husband of the person whose job is homeopath?",
"intermediate_answers": [],
"answer": [
"Lea Whitener"
],
"prolog": {
"query": [
"wife(Y_4, Y_2)",
"husband(Y_6, Y_4)",
"job(Y_6, 'homeopath')"
],
"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": 2
},
{
"id": "a9bfa918-900b-4fcb-b140-659e5ddbbcd4",
"question": "Who is the father of the sibling of the person whose job is charity fundraiser?",
"intermediate_answers": [],
"answer": [
"Sang Putman"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"sibling(Y_6, Y_4)",
"job(Y_6, 'charity fundraiser')"
],
"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": 2
},
{
"id": "ccfed354-73b7-4d22-94ec-9bceca0d4f73",
"question": "Who is the mother of the brother of the person whose hobby is swimming?",
"intermediate_answers": [],
"answer": [
"Chloe Putman"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"brother(Y_6, Y_4)",
"hobby(Y_6, 'swimming')"
],
"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": 2
},
{
"id": "c4066c6d-d2d3-45a6-a62d-64322f60f1c7",
"question": "Who is the child of the father of the person whose hobby is hiking/backpacking?",
"intermediate_answers": [],
"answer": [
"Jona Kirschner",
"Marshall Putman"
],
"prolog": {
"query": [
"child(Y_4, Y_2)",
"father(Y_6, Y_4)",
"hobby(Y_6, 'hiking/backpacking')"
],
"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": 2
},
{
"id": "9e189abf-7d23-404c-9e4e-d2a083df9da6",
"question": "Who is the daughter of the son of the person whose job is drilling engineer?",
"intermediate_answers": [],
"answer": [
"Jona Kirschner",
"Shandi Putman"
],
"prolog": {
"query": [
"daughter(Y_4, Y_2)",
"son(Y_6, Y_4)",
"job(Y_6, 'drilling 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": 2
},
{
"id": "3fc0428c-a16d-4f50-a028-56ffbef9f30c",
"question": "Who is the mother of the father of the person whose hobby is shortwave listening?",
"intermediate_answers": [],
"answer": [
"Chloe Putman"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"father(Y_6, Y_4)",
"hobby(Y_6, 'shortwave listening')"
],
"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": 2
},
{
"id": "0593fe29-a73f-4dca-bc92-81952c726eb2",
"question": "Who is the mother of the child of the person whose job is learning disability nurse?",
"intermediate_answers": [],
"answer": [
"Misti Hilbert"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"child(Y_6, Y_4)",
"job(Y_6, 'learning disability nurse')"
],
"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": 2
},
{
"id": "c1ffe9ed-7602-4586-9716-c52db9f23a7e",
"question": "Who is the sister of the father of the person whose hobby is bridge?",
"intermediate_answers": [],
"answer": [
"Holley Lindley"
],
"prolog": {
"query": [
"sister(Y_4, Y_2)",
"father(Y_6, Y_4)",
"hobby(Y_6, 'bridge')"
],
"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": 2
},
{
"id": "916072b5-bc5a-4278-acac-60db32b95b46",
"question": "Who is the husband of the wife of the person whose hobby is ice skating?",
"intermediate_answers": [],
"answer": [
"Leonardo Putman",
"Sang Putman"
],
"prolog": {
"query": [
"husband(Y_4, Y_2)",
"wife(Y_6, Y_4)",
"hobby(Y_6, 'ice skating')"
],
"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": 2
},
{
"id": "56fa1ca4-5de8-467d-bf42-5d4843b2d941",
"question": "Who is the wife of the husband of Patty Putman?",
"intermediate_answers": [],
"answer": [
"Patty Putman"
],
"prolog": {
"query": [
"wife(Y_4, Y_2)",
"husband('Patty Putman', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 3
},
{
"id": "48ee43b4-1db0-46f0-b479-cb788fc1c713",
"question": "Who is the wife of the husband of Lea Whitener?",
"intermediate_answers": [],
"answer": [
"Lea Whitener"
],
"prolog": {
"query": [
"wife(Y_4, Y_2)",
"husband('Lea Whitener', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 3
},
{
"id": "263738ee-df27-421f-9347-7cfac6c33b8d",
"question": "Who is the father of the sibling of Wilbur Putman?",
"intermediate_answers": [],
"answer": [
"Sang Putman"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"sibling('Wilbur Putman', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 3
},
{
"id": "572a6bfe-755a-44ea-ae5d-5f654ef5fae2",
"question": "Who is the child of the child of Manuel Clary?",
"intermediate_answers": [],
"answer": [
"Christina Whitener",
"Lucio Whitener",
"Omar Whitener",
"Steven Whitener",
"Suzette Pulido"
],
"prolog": {
"query": [
"child(Y_4, Y_2)",
"child('Manuel Clary', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 3
},
{
"id": "681c4c5c-60cf-41be-a1cb-573bf600fefc",
"question": "Who is the child of the father of Marshall Putman?",
"intermediate_answers": [],
"answer": [
"Jona Kirschner",
"Marshall Putman"
],
"prolog": {
"query": [
"child(Y_4, Y_2)",
"father('Marshall Putman', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 3
},
{
"id": "4625587e-5f03-4738-941e-115db9f45bad",
"question": "Who is the daughter of the son of Chloe Putman?",
"intermediate_answers": [],
"answer": [
"Jona Kirschner",
"Shandi Putman"
],
"prolog": {
"query": [
"daughter(Y_4, Y_2)",
"son('Chloe Putman', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 3
},
{
"id": "f08757dd-9196-4d1f-860b-1a6e8bc0b244",
"question": "Who is the mother of the father of Claude Putman?",
"intermediate_answers": [],
"answer": [
"Chloe Putman"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"father('Claude Putman', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 3
},
{
"id": "dfe9f300-8163-46ca-a717-5452ed2ae0fb",
"question": "Who is the mother of the child of Terry Hilbert?",
"intermediate_answers": [],
"answer": [
"Misti Hilbert"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"child('Terry Hilbert', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 3
},
{
"id": "2fda2ce5-c63b-4c00-9ce2-bda65d221f69",
"question": "Who is the sibling of the sister of Taylor Whitener?",
"intermediate_answers": [],
"answer": [
"Taylor Whitener"
],
"prolog": {
"query": [
"sibling(Y_4, Y_2)",
"sister('Taylor Whitener', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 3
},
{
"id": "3d29cfde-b3b0-41db-b672-ecf4b230c806",
"question": "Who is the husband of the wife of Sang Putman?",
"intermediate_answers": [],
"answer": [
"Sang Putman"
],
"prolog": {
"query": [
"husband(Y_4, Y_2)",
"wife('Sang Putman', Y_4)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the",
"<relation>_5",
"of",
"<name>_6",
"?"
],
"type": 3
},
{
"id": "00ddddd5-f26f-49f2-9bdc-2678c977efe2",
"question": "Who is the husband of the person whose hobby is sports science?",
"intermediate_answers": [],
"answer": [
"Christopher Putman"
],
"prolog": {
"query": [
"husband(Y_4, Y_2)",
"hobby(Y_4, 'sports science')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "a1a1eccf-e634-4988-92a3-ced611183dc1",
"question": "Who is the mother of the person whose job is field seismologist?",
"intermediate_answers": [],
"answer": [
"Patty Putman"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"job(Y_4, 'field seismologist')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "8928bfa6-52cb-4f30-b8bc-ae1424c85b7e",
"question": "Who is the wife of the person whose job is agricultural engineer?",
"intermediate_answers": [],
"answer": [
"Trisha Putman"
],
"prolog": {
"query": [
"wife(Y_4, Y_2)",
"job(Y_4, 'agricultural engineer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "5601f48d-4223-4d56-ba55-3054e811f6e9",
"question": "Who is the sibling of the person whose job is charity fundraiser?",
"intermediate_answers": [],
"answer": [
"Claude Putman",
"Denny Putman",
"Leroy Putman",
"Shandi Putman"
],
"prolog": {
"query": [
"sibling(Y_4, Y_2)",
"job(Y_4, 'charity fundraiser')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "15132fe3-45f9-4fad-b425-d03680c85a5c",
"question": "Who is the father of the person whose job is insurance underwriter?",
"intermediate_answers": [],
"answer": [
"Terry Hilbert"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"job(Y_4, 'insurance underwriter')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "53e7a7a2-d8e9-4b10-892a-f302b5b0b9ff",
"question": "Who is the mother of the person whose job is microbiologist?",
"intermediate_answers": [],
"answer": [
"Gina Whitener"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"job(Y_4, 'microbiologist')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "a2864683-89fb-4adf-afbe-dfcb5ff887a1",
"question": "Who is the father of the person whose hobby is hiking/backpacking?",
"intermediate_answers": [],
"answer": [
"Herman Putman"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"hobby(Y_4, 'hiking/backpacking')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "3b5a569f-67ae-43c0-bed9-7ed46f9d0725",
"question": "Who is the sibling of the person whose job is armed forces logistics/support/administrative officer?",
"intermediate_answers": [],
"answer": [
"Adolph Putman",
"Carina Putman",
"Dante Putman"
],
"prolog": {
"query": [
"sibling(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": 4
},
{
"id": "309b5380-7b8b-490d-8a86-22d848c19458",
"question": "Who is the son of the person whose hobby is films?",
"intermediate_answers": [],
"answer": [
"Chet Putman"
],
"prolog": {
"query": [
"son(Y_4, Y_2)",
"hobby(Y_4, 'films')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "2f99ae2d-0e1e-4d06-a0d7-d77dfc2a08a9",
"question": "Who is the father of the person whose hobby is shortwave listening?",
"intermediate_answers": [],
"answer": [
"Sang Putman"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"hobby(Y_4, 'shortwave listening')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "0a1f72b2-6e46-4983-98fc-de62b33e72c3",
"question": "Who is the husband of Patty Putman?",
"intermediate_answers": [],
"answer": [
"Christopher Putman"
],
"prolog": {
"query": [
"husband('Patty Putman', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 5
},
{
"id": "acd0d62d-07d1-4dad-820a-fb39d469192e",
"question": "Who is the mother of Taneka Putman?",
"intermediate_answers": [],
"answer": [
"Patty Putman"
],
"prolog": {
"query": [
"mother('Taneka Putman', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 5
},
{
"id": "40e951d0-f1ac-4012-94fc-99e63b50a517",
"question": "Who is the father of Vivienne Spivey?",
"intermediate_answers": [],
"answer": [
"Lukas Spivey"
],
"prolog": {
"query": [
"father('Vivienne Spivey', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 5
},
{
"id": "a683ae5f-580f-49ea-834c-9792c4c5af7f",
"question": "Who is the sibling of Wilbur Putman?",
"intermediate_answers": [],
"answer": [
"Claude Putman",
"Denny Putman",
"Leroy Putman",
"Shandi Putman"
],
"prolog": {
"query": [
"sibling('Wilbur Putman', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 5
},
{
"id": "82792039-919e-4cfd-be8e-a97e34b09a2d",
"question": "Who is the father of Jewel Hilbert?",
"intermediate_answers": [],
"answer": [
"Terry Hilbert"
],
"prolog": {
"query": [
"father('Jewel Hilbert', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 5
},
{
"id": "db241fba-fc62-46bd-ad8b-cb4c0db1d429",
"question": "Who is the mother of Edgar Whitener?",
"intermediate_answers": [],
"answer": [
"Gina Whitener"
],
"prolog": {
"query": [
"mother('Edgar Whitener', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 5
},
{
"id": "8c538744-a457-4566-af88-a8cee3b6cd0f",
"question": "Who is the father of Marshall Putman?",
"intermediate_answers": [],
"answer": [
"Herman Putman"
],
"prolog": {
"query": [
"father('Marshall Putman', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 5
},
{
"id": "28d05732-528e-453a-bf23-4dcfbe3dee62",
"question": "Who is the sibling of Madaline Putman?",
"intermediate_answers": [],
"answer": [
"Adolph Putman",
"Carina Putman",
"Dante Putman"
],
"prolog": {
"query": [
"sibling('Madaline Putman', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 5
},
{
"id": "fb770549-ad09-4cde-b4f4-46055a86f024",
"question": "Who is the wife of Myron Putman?",
"intermediate_answers": [],
"answer": [
"Mireya Putman"
],
"prolog": {
"query": [
"wife('Myron Putman', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 5
},
{
"id": "01cee96a-367a-424e-b29d-58af8dd58424",
"question": "Who is the father of Claude Putman?",
"intermediate_answers": [],
"answer": [
"Sang Putman"
],
"prolog": {
"query": [
"father('Claude Putman', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 5
},
{
"id": "177cdd71-9dd8-4c0d-ac52-98827f39065f",
"question": "Who is the person whose hobby is sports science?",
"intermediate_answers": [],
"answer": [
"Patty Putman"
],
"prolog": {
"query": [
"hobby(Y_2, 'sports science')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 6
},
{
"id": "dd1edcd9-e9c2-4561-9821-afc752f7ce22",
"question": "Who is the person whose job is agricultural engineer?",
"intermediate_answers": [],
"answer": [
"Claude Putman",
"Vivienne Spivey"
],
"prolog": {
"query": [
"job(Y_2, 'agricultural engineer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 6
},
{
"id": "e0043813-a0be-4c77-a9c2-5d855da7a11c",
"question": "Who is the person whose job is field seismologist?",
"intermediate_answers": [],
"answer": [
"Taneka Putman"
],
"prolog": {
"query": [
"job(Y_2, 'field seismologist')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 6
},
{
"id": "6fe8e8a7-5e2a-43d7-89eb-7668fcc550e7",
"question": "Who is the person whose job is homeopath?",
"intermediate_answers": [],
"answer": [
"Lea Whitener"
],
"prolog": {
"query": [
"job(Y_2, 'homeopath')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 6
},
{
"id": "2662c66b-2345-4475-b45a-b4178c609319",
"question": "Who is the person whose job is agricultural engineer?",
"intermediate_answers": [],
"answer": [
"Claude Putman",
"Vivienne Spivey"
],
"prolog": {
"query": [
"job(Y_2, 'agricultural engineer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 6
},
{
"id": "a7963c56-5f28-4f73-984f-1ca0a6381dfb",
"question": "Who is the person whose hobby is metal detecting?",
"intermediate_answers": [],
"answer": [
"Gale Whitener",
"Wilbur Putman",
"Willard Lindley"
],
"prolog": {
"query": [
"hobby(Y_2, 'metal detecting')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 6
},
{
"id": "e8a8aa05-7130-49c7-8316-88f599ed4e6f",
"question": "Who is the person whose job is charity fundraiser?",
"intermediate_answers": [],
"answer": [
"Wilbur Putman"
],
"prolog": {
"query": [
"job(Y_2, 'charity fundraiser')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 6
},
{
"id": "7ce02eaa-688c-4207-8ae6-396763933735",
"question": "Who is the person whose job is advertising account planner?",
"intermediate_answers": [],
"answer": [
"Augustine Piatt"
],
"prolog": {
"query": [
"job(Y_2, 'advertising account planner')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 6
},
{
"id": "f2695d3d-7a5e-4373-bb19-708ba7e5949f",
"question": "Who is the person whose job is insurance underwriter?",
"intermediate_answers": [],
"answer": [
"Jewel Hilbert"
],
"prolog": {
"query": [
"job(Y_2, 'insurance underwriter')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 6
},
{
"id": "c87c97f7-5715-4885-8e0f-e18f79d71c76",
"question": "Who is the person whose hobby is swimming?",
"intermediate_answers": [],
"answer": [
"Manuel Clary",
"Nada Piatt"
],
"prolog": {
"query": [
"hobby(Y_2, 'swimming')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 6
},
{
"id": "195b37ce-f44b-4988-bfcd-071c2ac2b7dc",
"question": "What is the gender of the daughter of the wife of the husband of Patty Putman?",
"intermediate_answers": [],
"answer": [
"female"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"daughter(Y_5, Y_3)",
"wife(Y_7, Y_5)",
"husband('Patty Putman', Y_7)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"?"
],
"type": 7
},
{
"id": "7e50774f-110c-4d36-94f2-471043d016fe",
"question": "What is the hobby of the brother of the child of the wife of Wilbur Putman?",
"intermediate_answers": [],
"answer": [
"unicycling"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"brother(Y_5, Y_3)",
"child(Y_7, Y_5)",
"wife('Wilbur Putman', Y_7)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"?"
],
"type": 7
},
{
"id": "06135fac-18e3-48d8-b75b-928b1b09addc",
"question": "What is the hobby of the daughter of the son of the mother of Edgar Whitener?",
"intermediate_answers": [],
"answer": [
"magnet fishing",
"microscopy",
"mineral collecting"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"daughter(Y_5, Y_3)",
"son(Y_7, Y_5)",
"mother('Edgar Whitener', Y_7)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"?"
],
"type": 7
},
{
"id": "39008789-6a2e-40f8-b83f-89a7f126d8fe",
"question": "What is the hobby of the brother of the daughter of the son of Chloe Putman?",
"intermediate_answers": [],
"answer": [
"hiking/backpacking",
"metal detecting",
"satellite watching",
"shortwave listening",
"story writing"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"brother(Y_5, Y_3)",
"daughter(Y_7, Y_5)",
"son('Chloe Putman', Y_7)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"?"
],
"type": 7
},
{
"id": "e5246324-bd83-4f5a-b62d-d46512868ab0",
"question": "What is the gender of the son of the mother of the father of Gale Whitener?",
"intermediate_answers": [],
"answer": [
"male"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"son(Y_5, Y_3)",
"mother(Y_7, Y_5)",
"father('Gale Whitener', Y_7)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"?"
],
"type": 7
},
{
"id": "f9565afc-f1f3-46dd-9987-db56b8b82755",
"question": "What is the gender of the father of the daughter of the sister of Janis Hageman?",
"intermediate_answers": [],
"answer": [
"male"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"father(Y_5, Y_3)",
"daughter(Y_7, Y_5)",
"sister('Janis Hageman', Y_7)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"?"
],
"type": 7
},
{
"id": "190de2ec-aa31-45b5-8a37-d2f7df67e801",
"question": "What is the hobby of the husband of the daughter of the daughter of Tristan Shah?",
"intermediate_answers": [],
"answer": [
"rock painting"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"husband(Y_5, Y_3)",
"daughter(Y_7, Y_5)",
"daughter('Tristan Shah', Y_7)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"?"
],
"type": 7
},
{
"id": "414b24e2-276f-43d0-9b68-655cead0aa73",
"question": "What is the hobby of the daughter of the father of the daughter of Tristan Shah?",
"intermediate_answers": [],
"answer": [
"vr gaming"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"daughter(Y_5, Y_3)",
"father(Y_7, Y_5)",
"daughter('Tristan Shah', Y_7)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"?"
],
"type": 7
},
{
"id": "c6a18927-83b8-42a1-a8de-b1d981bac081",
"question": "What is the dob of the wife of the father of the daughter of Ester Hinton?",
"intermediate_answers": [],
"answer": [
"0222-11-26"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"wife(Y_5, Y_3)",
"father(Y_7, Y_5)",
"daughter('Ester Hinton', Y_7)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"?"
],
"type": 7
},
{
"id": "0f2d7ef9-bdde-4bd1-9178-82dc4c44c75a",
"question": "What is the job of the father of the child of the mother of Mohammed Putman?",
"intermediate_answers": [],
"answer": [
"designer, television/film set"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"father(Y_5, Y_3)",
"child(Y_7, Y_5)",
"mother('Mohammed Putman', Y_7)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"?"
],
"type": 7
},
{
"id": "4c6f2c7d-19be-434c-ad6a-fd06a91927df",
"question": "What is the hobby of the wife of the husband of the person whose hobby is sports science?",
"intermediate_answers": [],
"answer": [
"sports science"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"wife(Y_5, Y_3)",
"husband(Y_7, Y_5)",
"hobby(Y_7, 'sports science')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"?"
],
"type": 8
},
{
"id": "7b635497-0269-4d7a-a6ad-d8d7b1f2ae3a",
"question": "What is the dob of the husband of the wife of the person whose job is agricultural engineer?",
"intermediate_answers": [],
"answer": [
"0304-10-12"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"husband(Y_5, Y_3)",
"wife(Y_7, Y_5)",
"job(Y_7, 'agricultural engineer')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"?"
],
"type": 8
},
{
"id": "e8c0f465-b349-4fa1-85f3-74606ff0aee4",
"question": "What is the job of the child of the father of the person whose job is insurance underwriter?",
"intermediate_answers": [],
"answer": [
"insurance underwriter"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"child(Y_5, Y_3)",
"father(Y_7, Y_5)",
"job(Y_7, 'insurance underwriter')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"?"
],
"type": 8
},
{
"id": "70c3eec8-e239-42f2-9333-b4faf5d42bb7",
"question": "What is the dob of the child of the father of the person whose hobby is hiking/backpacking?",
"intermediate_answers": [],
"answer": [
"0293-11-26",
"0298-03-02"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"child(Y_5, Y_3)",
"father(Y_7, Y_5)",
"hobby(Y_7, 'hiking/backpacking')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"?"
],
"type": 8
},
{
"id": "970cde28-59de-43bd-954b-02d650ff7c61",
"question": "What is the hobby of the mother of the son of the person whose hobby is films?",
"intermediate_answers": [],
"answer": [
"fishkeeping"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"mother(Y_5, Y_3)",
"son(Y_7, Y_5)",
"hobby(Y_7, 'films')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"?"
],
"type": 8
},
{
"id": "d18a4e62-c46f-4f2b-8733-9819268e96a9",
"question": "What is the job of the child of the wife of the person whose hobby is metal detecting?",
"intermediate_answers": [],
"answer": [
"claims inspector/assessor",
"network engineer"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"child(Y_5, Y_3)",
"wife(Y_7, Y_5)",
"hobby(Y_7, 'metal detecting')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"?"
],
"type": 8
},
{
"id": "e09335f0-75eb-4f6f-9d02-83569a738cd1",
"question": "What is the gender of the sister of the father of the person whose hobby is bridge?",
"intermediate_answers": [],
"answer": [
"female"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"sister(Y_5, Y_3)",
"father(Y_7, Y_5)",
"hobby(Y_7, 'bridge')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"?"
],
"type": 8
},
{
"id": "4bd30b0f-a9fe-497b-a684-dbc1fc7f479c",
"question": "What is the job of the husband of the wife of the person whose job is marketing executive?",
"intermediate_answers": [],
"answer": [
"marketing executive"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"husband(Y_5, Y_3)",
"wife(Y_7, Y_5)",
"job(Y_7, 'marketing executive')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"?"
],
"type": 8
},
{
"id": "470ba7e2-78f3-4e32-bc95-2bd16ae290c0",
"question": "What is the gender of the child of the wife of the person whose job is health and safety adviser?",
"intermediate_answers": [],
"answer": [
"female",
"male"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"child(Y_5, Y_3)",
"wife(Y_7, Y_5)",
"job(Y_7, 'health and safety adviser')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"?"
],
"type": 8
},
{
"id": "528f31d7-9080-4cab-aafd-4ce1e76ffd55",
"question": "What is the hobby of the brother of the sibling of the person whose hobby is vintage clothing?",
"intermediate_answers": [],
"answer": [
"meditation",
"motorcycling"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"brother(Y_5, Y_3)",
"sibling(Y_7, Y_5)",
"hobby(Y_7, 'vintage clothing')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"?"
],
"type": 8
},
{
"id": "b44e8f47-6cd7-4db6-8e16-596e7bb379d1",
"question": "What is the hobby of the wife of the husband of Patty Putman?",
"intermediate_answers": [],
"answer": [
"sports science"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"wife(Y_5, Y_3)",
"husband('Patty Putman', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 9
},
{
"id": "653d0045-ef02-4edc-b146-7825b75ccdab",
"question": "What is the dob of the wife of the father of Vivienne Spivey?",
"intermediate_answers": [],
"answer": [
"0315-05-08"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"wife(Y_5, Y_3)",
"father('Vivienne Spivey', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 9
},
{
"id": "02e4f6b0-b753-4557-ba75-55f78bf4effc",
"question": "What is the job of the child of the father of Jewel Hilbert?",
"intermediate_answers": [],
"answer": [
"insurance underwriter"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"child(Y_5, Y_3)",
"father('Jewel Hilbert', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 9
},
{
"id": "ce755524-595f-467b-b651-17d503598d78",
"question": "What is the dob of the child of the father of Marshall Putman?",
"intermediate_answers": [],
"answer": [
"0293-11-26",
"0298-03-02"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"child(Y_5, Y_3)",
"father('Marshall Putman', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 9
},
{
"id": "451501d2-6d44-491b-b186-38bb96af2121",
"question": "What is the hobby of the child of the wife of Myron Putman?",
"intermediate_answers": [],
"answer": [
"radio-controlled car racing"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"child(Y_5, Y_3)",
"wife('Myron Putman', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 9
},
{
"id": "e5ff61c1-21ab-4d18-a197-17655a0121a9",
"question": "What is the job of the mother of the father of Gale Whitener?",
"intermediate_answers": [],
"answer": [
"psychiatric nurse"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"mother(Y_5, Y_3)",
"father('Gale Whitener', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 9
},
{
"id": "c5732ebe-cb46-4a1e-bb3c-152794bbfb37",
"question": "What is the gender of the sibling of the sister of Taylor Whitener?",
"intermediate_answers": [],
"answer": [
"male"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"sibling(Y_5, Y_3)",
"sister('Taylor Whitener', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 9
},
{
"id": "25c22e29-dfc7-4778-8411-9715ab5fdf41",
"question": "What is the job of the husband of the wife of Walter Whitener?",
"intermediate_answers": [],
"answer": [
"marketing executive"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"husband(Y_5, Y_3)",
"wife('Walter Whitener', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 9
},
{
"id": "908f8e31-5213-4fb4-9490-a554e6d9ef85",
"question": "What is the gender of the child of the wife of Ramon Pulido?",
"intermediate_answers": [],
"answer": [
"female",
"male"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"child(Y_5, Y_3)",
"wife('Ramon Pulido', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 9
},
{
"id": "bd827295-6b26-4830-ae8f-a0ac83d82767",
"question": "What is the hobby of the brother of the sibling of Madaline Putman?",
"intermediate_answers": [],
"answer": [
"meditation",
"motorcycling"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"brother(Y_5, Y_3)",
"sibling('Madaline Putman', Y_5)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"?"
],
"type": 9
},
{
"id": "44215cb1-3c8c-4aaf-9c63-f521661e5d8a",
"question": "What is the gender of the husband of the person whose hobby is sports science?",
"intermediate_answers": [],
"answer": [
"male"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"husband(Y_5, Y_3)",
"hobby(Y_5, 'sports science')"
],
"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": 10
},
{
"id": "1957c2f5-8bf5-4912-95ed-e044e0c351fa",
"question": "What is the gender of the husband of the person whose job is homeopath?",
"intermediate_answers": [],
"answer": [
"male"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"husband(Y_5, Y_3)",
"job(Y_5, 'homeopath')"
],
"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": 10
},
{
"id": "d71a8124-03c8-4329-b090-9ea4ca841ff1",
"question": "What is the job of the sibling of the person whose job is charity fundraiser?",
"intermediate_answers": [],
"answer": [
"agricultural engineer",
"designer, television/film set",
"insurance claims handler",
"surveyor, insurance"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"sibling(Y_5, Y_3)",
"job(Y_5, 'charity fundraiser')"
],
"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": 10
},
{
"id": "26d942ce-cbb0-46be-9630-957db9d4b3df",
"question": "What is the job of the brother of the person whose hobby is swimming?",
"intermediate_answers": [],
"answer": [
"firefighter",
"it sales professional"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"brother(Y_5, Y_3)",
"hobby(Y_5, 'swimming')"
],
"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": 10
},
{
"id": "397f3887-99fc-42f0-9ef6-b7c0e30a6531",
"question": "What is the hobby of the father of the person whose hobby is hiking/backpacking?",
"intermediate_answers": [],
"answer": [
"myrmecology"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"father(Y_5, Y_3)",
"hobby(Y_5, 'hiking/backpacking')"
],
"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": 10
},
{
"id": "eb3d7049-687f-4280-b0a0-cdc738c1ac6f",
"question": "What is the gender of the son of the person whose job is drilling engineer?",
"intermediate_answers": [],
"answer": [
"male"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"son(Y_5, Y_3)",
"job(Y_5, 'drilling 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": 10
},
{
"id": "adbe7ab1-70e1-434e-b38b-4bd7b3513ed2",
"question": "What is the job of the father of the person whose hobby is shortwave listening?",
"intermediate_answers": [],
"answer": [
"it sales professional"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"father(Y_5, Y_3)",
"hobby(Y_5, 'shortwave listening')"
],
"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": 10
},
{
"id": "f6af7fd2-fd6a-4426-a971-40ed4a691548",
"question": "What is the job of the child of the person whose job is learning disability nurse?",
"intermediate_answers": [],
"answer": [
"insurance underwriter"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"child(Y_5, Y_3)",
"job(Y_5, 'learning disability nurse')"
],
"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": 10
},
{
"id": "8f6fed4e-2b0e-404d-b85b-e5f36816f5e2",
"question": "What is the dob of the father of the person whose hobby is bridge?",
"intermediate_answers": [],
"answer": [
"0246-11-12",
"0282-12-04"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"father(Y_5, Y_3)",
"hobby(Y_5, 'bridge')"
],
"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": 10
},
{
"id": "da6bdc9c-a692-45e1-86c7-349caf4ead1c",
"question": "What is the gender of the wife of the person whose hobby is ice skating?",
"intermediate_answers": [],
"answer": [
"female"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"wife(Y_5, Y_3)",
"hobby(Y_5, 'ice skating')"
],
"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": 10
},
{
"id": "09dc5edf-f7fd-4b17-a495-8afd91e2f1d9",
"question": "What is the gender of the husband of Patty Putman?",
"intermediate_answers": [],
"answer": [
"male"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"husband('Patty Putman', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "1536eb25-9a03-4693-9d6f-6190d6e8fe3d",
"question": "What is the gender of the husband of Lea Whitener?",
"intermediate_answers": [],
"answer": [
"male"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"husband('Lea Whitener', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "73cf383a-d08a-4e4e-9c03-47eff9fb21a9",
"question": "What is the job of the sibling of Wilbur Putman?",
"intermediate_answers": [],
"answer": [
"agricultural engineer",
"designer, television/film set",
"insurance claims handler",
"surveyor, insurance"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"sibling('Wilbur Putman', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "f09e64c0-867e-4b3c-953d-66dfe6e54d5c",
"question": "What is the job of the child of Manuel Clary?",
"intermediate_answers": [],
"answer": [
"psychologist, counselling"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"child('Manuel Clary', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "32a57cfb-887d-4cd1-8c31-0d5c23a39ee3",
"question": "What is the hobby of the father of Marshall Putman?",
"intermediate_answers": [],
"answer": [
"myrmecology"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"father('Marshall Putman', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "a08f1d9a-3743-4fb3-afc2-6591a2d955eb",
"question": "What is the gender of the son of Chloe Putman?",
"intermediate_answers": [],
"answer": [
"male"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"son('Chloe Putman', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "3db50b67-dbf5-49e9-90ef-ee9206f14700",
"question": "What is the job of the father of Claude Putman?",
"intermediate_answers": [],
"answer": [
"it sales professional"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"father('Claude Putman', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "b098bda7-9ae2-466f-b228-babdd54e8119",
"question": "What is the job of the child of Terry Hilbert?",
"intermediate_answers": [],
"answer": [
"insurance underwriter"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"child('Terry Hilbert', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "6b48c343-a6a4-4bb3-9433-58fe546b5d78",
"question": "What is the dob of the sister of Taylor Whitener?",
"intermediate_answers": [],
"answer": [
"0315-05-08"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"sister('Taylor Whitener', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "b00ba7fd-1896-4a30-8aaa-4d1b27274956",
"question": "What is the gender of the wife of Sang Putman?",
"intermediate_answers": [],
"answer": [
"female"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"wife('Sang Putman', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 11
},
{
"id": "167c7c17-7e26-45bf-a054-50801e70f76c",
"question": "What is the gender of the person whose hobby is sports science?",
"intermediate_answers": [],
"answer": [
"female"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"hobby(Y_3, 'sports science')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 12
},
{
"id": "ed7be997-b136-492f-b4ec-03b685de0020",
"question": "What is the hobby of the person whose job is field seismologist?",
"intermediate_answers": [],
"answer": [
"astronomy"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"job(Y_3, 'field seismologist')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 12
},
{
"id": "d1d53c1c-0125-4e96-afd4-d6acf1851c90",
"question": "What is the gender of the person whose job is agricultural engineer?",
"intermediate_answers": [],
"answer": [
"female",
"male"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"job(Y_3, 'agricultural engineer')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 12
},
{
"id": "044dcecc-7667-4bd6-b7bb-d741cd431488",
"question": "What is the dob of the person whose job is charity fundraiser?",
"intermediate_answers": [],
"answer": [
"0306-04-09"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"job(Y_3, 'charity fundraiser')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 12
},
{
"id": "280ac467-6763-43da-a1b8-4fb093cb5c30",
"question": "What is the hobby of the person whose job is insurance underwriter?",
"intermediate_answers": [],
"answer": [
"city trip"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"job(Y_3, 'insurance underwriter')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 12
},
{
"id": "e767664e-3635-4ef6-8750-1f724852caef",
"question": "What is the job of the person whose job is microbiologist?",
"intermediate_answers": [],
"answer": [
"microbiologist"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"job(Y_3, 'microbiologist')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 12
},
{
"id": "652b3997-e5da-48f5-9194-dbc2688d5dfe",
"question": "What is the gender of the person whose hobby is hiking/backpacking?",
"intermediate_answers": [],
"answer": [
"male"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"hobby(Y_3, 'hiking/backpacking')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 12
},
{
"id": "a4b5084f-fefe-4e70-b89a-62225c8fb1ce",
"question": "What is the dob of the person whose job is armed forces logistics/support/administrative officer?",
"intermediate_answers": [],
"answer": [
"0329-09-22"
],
"prolog": {
"query": [
"dob(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": 12
},
{
"id": "29c94b99-1b93-4a36-a709-6432a51d1c4b",
"question": "What is the gender of the person whose hobby is films?",
"intermediate_answers": [],
"answer": [
"male"
],
"prolog": {
"query": [
"gender(Y_3, Y_2)",
"hobby(Y_3, 'films')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 12
},
{
"id": "757e4654-6392-46a7-bda5-6fd038b0b115",
"question": "What is the hobby of the person whose hobby is shortwave listening?",
"intermediate_answers": [],
"answer": [
"shortwave listening"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"hobby(Y_3, 'shortwave listening')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 12
},
{
"id": "c3c6d26b-1401-4aad-a25d-fa6039d24ae4",
"question": "How many daughters does the daughter of the wife of the husband of Patty Putman have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"daughter(Y_5, Y_3)",
"wife(Y_7, Y_5)",
"husband('Patty Putman', Y_7)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"have",
"?"
],
"type": 13
},
{
"id": "4f880860-0d84-4d32-9ec2-320c3b19c857",
"question": "How many children does the brother of the child of the wife of Wilbur Putman have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"brother(Y_5, Y_3)",
"child(Y_7, Y_5)",
"wife('Wilbur Putman', Y_7)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"have",
"?"
],
"type": 13
},
{
"id": "2cb3920e-b6bc-4100-9273-8f6a98474297",
"question": "How many children does the daughter of the son of the mother of Edgar Whitener have?",
"intermediate_answers": [],
"answer": [
"0",
"1",
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"daughter(Y_5, Y_3)",
"son(Y_7, Y_5)",
"mother('Edgar Whitener', Y_7)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"have",
"?"
],
"type": 13
},
{
"id": "80aeb21d-fc4c-4f5c-b247-97ee97e8fc63",
"question": "How many children does the brother of the daughter of the son of Chloe Putman have?",
"intermediate_answers": [],
"answer": [
"0",
"1",
"2",
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"brother(Y_5, Y_3)",
"daughter(Y_7, Y_5)",
"son('Chloe Putman', Y_7)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"have",
"?"
],
"type": 13
},
{
"id": "68ec6718-4919-4fbf-9f35-e5ad3921ce83",
"question": "How many daughters does the son of the mother of the father of Gale Whitener have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"son(Y_5, Y_3)",
"mother(Y_7, Y_5)",
"father('Gale Whitener', Y_7)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"have",
"?"
],
"type": 13
},
{
"id": "2de6b1cb-4ff9-43fe-a73c-ab2bf00f0606",
"question": "How many daughters does the father of the daughter of the sister of Janis Hageman have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"father(Y_5, Y_3)",
"daughter(Y_7, Y_5)",
"sister('Janis Hageman', Y_7)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"have",
"?"
],
"type": 13
},
{
"id": "687e7c7f-777f-49e4-b450-4261fcfdf97a",
"question": "How many children does the husband of the daughter of the daughter of Tristan Shah have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"husband(Y_5, Y_3)",
"daughter(Y_7, Y_5)",
"daughter('Tristan Shah', Y_7)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"have",
"?"
],
"type": 13
},
{
"id": "212a1cb3-7b2e-46a4-8960-4be2ab3ae3bb",
"question": "How many children does the daughter of the father of the daughter of Tristan Shah have?",
"intermediate_answers": [],
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"daughter(Y_5, Y_3)",
"father(Y_7, Y_5)",
"daughter('Tristan Shah', Y_7)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"have",
"?"
],
"type": 13
},
{
"id": "e192171c-0e4d-4420-a947-24439fc579a0",
"question": "How many sisters does the wife of the father of the daughter of Ester Hinton have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"wife(Y_5, Y_3)",
"father(Y_7, Y_5)",
"daughter('Ester Hinton', Y_7)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"have",
"?"
],
"type": 13
},
{
"id": "12014947-0a45-43fa-b7a0-15cdbc9c1530",
"question": "How many brothers does the father of the child of the mother of Mohammed Putman have?",
"intermediate_answers": [],
"answer": [
"3"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"father(Y_5, Y_3)",
"child(Y_7, Y_5)",
"mother('Mohammed Putman', Y_7)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the",
"<relation>_8",
"of",
"<name>_9",
"have",
"?"
],
"type": 13
},
{
"id": "3401b30f-70d6-4150-883b-035bcee7aa47",
"question": "How many children does the wife of the husband of the person whose hobby is sports science have?",
"intermediate_answers": [],
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"wife(Y_5, Y_3)",
"husband(Y_7, Y_5)",
"hobby(Y_7, 'sports science')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"have",
"?"
],
"type": 14
},
{
"id": "7903af2a-c366-45ec-af1b-809961d7e217",
"question": "How many siblings does the husband of the wife of the person whose job is agricultural engineer have?",
"intermediate_answers": [],
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_1)), Count_1)",
"husband(Y_5, Y_3)",
"wife(Y_7, Y_5)",
"job(Y_7, 'agricultural engineer')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"have",
"?"
],
"type": 14
},
{
"id": "6d604a7f-f2f2-40a1-b35a-33298aa9aab7",
"question": "How many brothers does the child of the father of the person whose job is insurance underwriter have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"child(Y_5, Y_3)",
"father(Y_7, Y_5)",
"job(Y_7, 'insurance underwriter')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"have",
"?"
],
"type": 14
},
{
"id": "43ffa73d-8372-4915-880d-b247d85179c4",
"question": "How many sisters does the child of the father of the person whose hobby is hiking/backpacking have?",
"intermediate_answers": [],
"answer": [
"0",
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"child(Y_5, Y_3)",
"father(Y_7, Y_5)",
"hobby(Y_7, 'hiking/backpacking')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"have",
"?"
],
"type": 14
},
{
"id": "a61788d5-4aa6-4c2a-84f5-a2961e31efc4",
"question": "How many children does the mother of the son of the person whose hobby is films have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"mother(Y_5, Y_3)",
"son(Y_7, Y_5)",
"hobby(Y_7, 'films')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"have",
"?"
],
"type": 14
},
{
"id": "72cc1883-df60-44f3-970b-64b62f4a6f5c",
"question": "How many brothers does the child of the wife of the person whose hobby is metal detecting have?",
"intermediate_answers": [],
"answer": [
"0",
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"child(Y_5, Y_3)",
"wife(Y_7, Y_5)",
"hobby(Y_7, 'metal detecting')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"have",
"?"
],
"type": 14
},
{
"id": "96b71feb-8038-4561-8015-dd20cb5dc26b",
"question": "How many sons does the sister of the father of the person whose hobby is bridge have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_3, Y_1)), Count_1)",
"sister(Y_5, Y_3)",
"father(Y_7, Y_5)",
"hobby(Y_7, 'bridge')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"have",
"?"
],
"type": 14
},
{
"id": "03f37534-298b-4f70-8499-e44f72d593d4",
"question": "How many brothers does the husband of the wife of the person whose job is marketing executive have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"husband(Y_5, Y_3)",
"wife(Y_7, Y_5)",
"job(Y_7, 'marketing executive')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"have",
"?"
],
"type": 14
},
{
"id": "121661fb-844b-42ca-9157-91ebd9e1b489",
"question": "How many daughters does the child of the wife of the person whose job is health and safety adviser have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"child(Y_5, Y_3)",
"wife(Y_7, Y_5)",
"job(Y_7, 'health and safety adviser')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"have",
"?"
],
"type": 14
},
{
"id": "99cb6eea-6574-4d5b-b60b-ffa5f3884388",
"question": "How many children does the brother of the sibling of the person whose hobby is vintage clothing have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"brother(Y_5, Y_3)",
"sibling(Y_7, Y_5)",
"hobby(Y_7, 'vintage clothing')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"the person whose",
"<attribute_name>_8",
"is",
"<attribute_value>_8",
"have",
"?"
],
"type": 14
},
{
"id": "2bcd2cae-9cb6-462a-869c-19258914d2d2",
"question": "How many children does the wife of the husband of Patty Putman have?",
"intermediate_answers": [],
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"wife(Y_5, Y_3)",
"husband('Patty Putman', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have",
"?"
],
"type": 15
},
{
"id": "012dacd4-f640-4170-8d37-d9ecaeca8cf1",
"question": "How many siblings does the wife of the father of Vivienne Spivey have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_1)), Count_1)",
"wife(Y_5, Y_3)",
"father('Vivienne Spivey', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have",
"?"
],
"type": 15
},
{
"id": "34a85a48-3c00-414e-bebe-8cdde8062185",
"question": "How many brothers does the child of the father of Jewel Hilbert have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"child(Y_5, Y_3)",
"father('Jewel Hilbert', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have",
"?"
],
"type": 15
},
{
"id": "05d90db1-4fd2-4a89-be7c-cc9f4cb2ffeb",
"question": "How many sisters does the child of the father of Marshall Putman have?",
"intermediate_answers": [],
"answer": [
"0",
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"child(Y_5, Y_3)",
"father('Marshall Putman', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have",
"?"
],
"type": 15
},
{
"id": "bd818eb5-0ddf-4a37-a94b-97a16ac65947",
"question": "How many children does the child of the wife of Myron Putman have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"child(Y_5, Y_3)",
"wife('Myron Putman', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have",
"?"
],
"type": 15
},
{
"id": "022d50eb-de9a-404c-99e6-cea1a34769ae",
"question": "How many brothers does the mother of the father of Gale Whitener have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"mother(Y_5, Y_3)",
"father('Gale Whitener', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have",
"?"
],
"type": 15
},
{
"id": "f1f30131-1a52-4501-9ff2-88927c81189f",
"question": "How many sons does the sibling of the sister of Taylor Whitener have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_3, Y_1)), Count_1)",
"sibling(Y_5, Y_3)",
"sister('Taylor Whitener', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have",
"?"
],
"type": 15
},
{
"id": "d2ee68ef-5248-4019-875d-d038d01b863c",
"question": "How many brothers does the husband of the wife of Walter Whitener have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"husband(Y_5, Y_3)",
"wife('Walter Whitener', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have",
"?"
],
"type": 15
},
{
"id": "c206d9da-933a-4c67-9b42-f25bd1474021",
"question": "How many daughters does the child of the wife of Ramon Pulido have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"child(Y_5, Y_3)",
"wife('Ramon Pulido', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have",
"?"
],
"type": 15
},
{
"id": "c904da1c-6f78-4d5f-aeb6-4f1a6d6d50c2",
"question": "How many children does the brother of the sibling of Madaline Putman have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"brother(Y_5, Y_3)",
"sibling('Madaline Putman', Y_5)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_6",
"of",
"<name>_7",
"have",
"?"
],
"type": 15
},
{
"id": "b1e9833a-9a2e-4639-9a15-e5ffa18c1630",
"question": "How many daughters does the husband of the person whose hobby is sports science have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"husband(Y_5, Y_3)",
"hobby(Y_5, 'sports science')"
],
"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": 16
},
{
"id": "64175b2c-35db-4425-80ff-3a8b1ed7963b",
"question": "How many daughters does the husband of the person whose job is homeopath have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"husband(Y_5, Y_3)",
"job(Y_5, 'homeopath')"
],
"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": 16
},
{
"id": "1d63bb02-3ce6-4a4d-bca5-8b5930494950",
"question": "How many brothers does the sibling of the person whose job is charity fundraiser have?",
"intermediate_answers": [],
"answer": [
"3",
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"sibling(Y_5, Y_3)",
"job(Y_5, 'charity fundraiser')"
],
"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": 16
},
{
"id": "029c339f-0036-4d39-90d4-bf3f0972f1ca",
"question": "How many brothers does the brother of the person whose hobby is swimming have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"brother(Y_5, Y_3)",
"hobby(Y_5, 'swimming')"
],
"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": 16
},
{
"id": "3391c6da-8f84-4685-b110-cd7da9e52f12",
"question": "How many children does the father of the person whose hobby is hiking/backpacking have?",
"intermediate_answers": [],
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"father(Y_5, Y_3)",
"hobby(Y_5, 'hiking/backpacking')"
],
"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": 16
},
{
"id": "3f9a1bbf-f19f-4e15-8845-a39aa4c0967a",
"question": "How many daughters does the son of the person whose job is drilling engineer have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"son(Y_5, Y_3)",
"job(Y_5, 'drilling 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": 16
},
{
"id": "c2e788b5-1507-405b-8f28-ec6c67d0029d",
"question": "How many brothers does the father of the person whose hobby is shortwave listening have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"father(Y_5, Y_3)",
"hobby(Y_5, 'shortwave listening')"
],
"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": 16
},
{
"id": "f8279e27-3883-4fe9-84ce-027751608aa9",
"question": "How many brothers does the child of the person whose job is learning disability nurse have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"child(Y_5, Y_3)",
"job(Y_5, 'learning disability nurse')"
],
"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": 16
},
{
"id": "ba283929-295f-4a7b-88f4-7c6d23f2fc0f",
"question": "How many siblings does the father of the person whose hobby is bridge have?",
"intermediate_answers": [],
"answer": [
"0",
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_1)), Count_1)",
"father(Y_5, Y_3)",
"hobby(Y_5, 'bridge')"
],
"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": 16
},
{
"id": "d9be29ad-4e71-4a3c-9252-73667a36167a",
"question": "How many daughters does the wife of the person whose hobby is ice skating have?",
"intermediate_answers": [],
"answer": [
"1",
"3"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"wife(Y_5, Y_3)",
"hobby(Y_5, 'ice skating')"
],
"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": 16
},
{
"id": "2ffb2967-6ada-462b-91ee-98b926260012",
"question": "How many daughters does the husband of Patty Putman have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"husband('Patty Putman', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have",
"?"
],
"type": 17
},
{
"id": "d89d01ae-4da5-41c1-b2e6-7999b278d136",
"question": "How many daughters does the husband of Lea Whitener have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"husband('Lea Whitener', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have",
"?"
],
"type": 17
},
{
"id": "6a9f14ff-5bfc-440a-bafb-d3e62a260ddb",
"question": "How many brothers does the sibling of Wilbur Putman have?",
"intermediate_answers": [],
"answer": [
"3",
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"sibling('Wilbur Putman', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have",
"?"
],
"type": 17
},
{
"id": "ed5b486e-969b-4795-bdfd-3cf38bb08558",
"question": "How many brothers does the child of Manuel Clary have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"child('Manuel Clary', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have",
"?"
],
"type": 17
},
{
"id": "9ec4846e-fd07-439c-a8dd-348ae8d98ac0",
"question": "How many children does the father of Marshall Putman have?",
"intermediate_answers": [],
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"father('Marshall Putman', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have",
"?"
],
"type": 17
},
{
"id": "673c1522-caac-4d0b-9488-6c95b56e2aef",
"question": "How many daughters does the son of Chloe Putman have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"son('Chloe Putman', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have",
"?"
],
"type": 17
},
{
"id": "9519fa46-3f69-4026-a5ff-e4bd3467b709",
"question": "How many brothers does the father of Claude Putman have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"father('Claude Putman', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have",
"?"
],
"type": 17
},
{
"id": "51c49dcb-c4d6-4328-9b93-3260ba58913c",
"question": "How many brothers does the child of Terry Hilbert have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"child('Terry Hilbert', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have",
"?"
],
"type": 17
},
{
"id": "5696c15b-fddd-420e-8f22-ccb8fe12756e",
"question": "How many siblings does the sister of Taylor Whitener have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_1)), Count_1)",
"sister('Taylor Whitener', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have",
"?"
],
"type": 17
},
{
"id": "6e42c680-d8c2-4aec-8418-903999cabf51",
"question": "How many daughters does the wife of Sang Putman have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"wife('Sang Putman', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have",
"?"
],
"type": 17
},
{
"id": "c890e6b8-7010-4883-8dfe-2ebdaba27106",
"question": "How many daughters does the person whose hobby is sports science have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'sports science')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have",
"?"
],
"type": 18
},
{
"id": "71b8fa58-167a-40ab-ad0c-cea9ea177d3d",
"question": "How many children does the person whose job is field seismologist have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"job(Y_3, 'field seismologist')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have",
"?"
],
"type": 18
},
{
"id": "6d2613e3-6b9b-48b0-9366-5033908cad73",
"question": "How many daughters does the person whose job is agricultural engineer have?",
"intermediate_answers": [],
"answer": [
"0",
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"job(Y_3, 'agricultural engineer')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have",
"?"
],
"type": 18
},
{
"id": "f7982f27-a886-4c1a-b9b5-04dbb8a37c65",
"question": "How many siblings does the person whose job is charity fundraiser have?",
"intermediate_answers": [],
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_1)), Count_1)",
"job(Y_3, 'charity fundraiser')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have",
"?"
],
"type": 18
},
{
"id": "e88b4433-9ba6-4d7a-9db3-fd92f4b210cf",
"question": "How many children does the person whose job is insurance underwriter have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"job(Y_3, 'insurance underwriter')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have",
"?"
],
"type": 18
},
{
"id": "38bccc07-9b94-4997-9d48-1789e724c484",
"question": "How many brothers does the person whose job is microbiologist have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"job(Y_3, 'microbiologist')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have",
"?"
],
"type": 18
},
{
"id": "67f97088-ccb4-41a7-b4fd-813315797274",
"question": "How many sons does the person whose hobby is hiking/backpacking have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'hiking/backpacking')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have",
"?"
],
"type": 18
},
{
"id": "fc4e101e-141e-488c-88c9-3adb9d831274",
"question": "How many sisters does the person whose job is armed forces logistics/support/administrative officer have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(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": 18
},
{
"id": "6f1ce0d6-1b1b-4207-9414-4aa103c1517b",
"question": "How many daughters does the person whose hobby is films have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'films')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have",
"?"
],
"type": 18
},
{
"id": "eccfb09f-730c-418b-86e6-bf41efc2521c",
"question": "How many children does the person whose hobby is shortwave listening have?",
"intermediate_answers": [],
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'shortwave listening')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have",
"?"
],
"type": 18
},
{
"id": "a69a5128-d6de-4422-94f1-cd245ffa4a61",
"question": "How many daughters does Patty Putman have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter('Patty Putman', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have",
"?"
],
"type": 19
},
{
"id": "4a5645f4-8f68-4e22-b5b4-64bd4d46c591",
"question": "How many children does Taneka Putman have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child('Taneka Putman', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have",
"?"
],
"type": 19
},
{
"id": "33d37073-2a8e-424b-83a9-074a7564242b",
"question": "How many daughters does Vivienne Spivey have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter('Vivienne Spivey', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have",
"?"
],
"type": 19
},
{
"id": "3d53d4ea-b5f2-4505-a301-8eddd6251bf0",
"question": "How many siblings does Wilbur Putman have?",
"intermediate_answers": [],
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling('Wilbur Putman', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have",
"?"
],
"type": 19
},
{
"id": "37033fa6-ed1b-448a-ae40-bee56e6480ca",
"question": "How many children does Jewel Hilbert have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child('Jewel Hilbert', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have",
"?"
],
"type": 19
},
{
"id": "d440fe2e-7a1b-4233-9b9d-0142a1e8a53e",
"question": "How many brothers does Edgar Whitener have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother('Edgar Whitener', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have",
"?"
],
"type": 19
},
{
"id": "3d94bf75-6b44-415d-a900-2db7206a23ed",
"question": "How many sons does Marshall Putman have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son('Marshall Putman', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have",
"?"
],
"type": 19
},
{
"id": "6a7a58a7-7743-41cf-93e3-73cfcffe0ebb",
"question": "How many sisters does Madaline Putman have?",
"intermediate_answers": [],
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister('Madaline Putman', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have",
"?"
],
"type": 19
},
{
"id": "2fddb891-fa35-4d97-9494-9b5e8e6b893c",
"question": "How many daughters does Myron Putman have?",
"intermediate_answers": [],
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter('Myron Putman', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have",
"?"
],
"type": 19
},
{
"id": "5b748dc4-9657-46e3-bc58-5692e20684c7",
"question": "How many children does Claude Putman have?",
"intermediate_answers": [],
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child('Claude Putman', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have",
"?"
],
"type": 19
}
]