Datasets:

Modalities:
Image
Text
Formats:
json
Libraries:
Datasets
pandas
License:
ag2435's picture
updated questions with depth enumeration starting from 0
ee10035
[
{
"id": "75dff83c-0f2d-4222-b389-92e2d9ecc75a",
"question": "Who is the mother of the person whose job is electronics engineer ?",
"answer": [
"nell"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"job(Y_4, 'electronics engineer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "d4169062-04fa-40d9-81bd-3d17af422546",
"question": "Who is the father of the person whose hobby is archery ?",
"answer": [
"donald"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"hobby(Y_4, 'archery')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "3ea6cc2c-f816-4e4e-9759-fedf349483c3",
"question": "Who is the sister of the person whose job is freight forwarder ?",
"answer": [
"kari"
],
"prolog": {
"query": [
"sister(Y_4, Y_2)",
"job(Y_4, 'freight forwarder')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "2e1afaae-e4d2-4909-8870-6331729cfe23",
"question": "Who is the wife of the person whose job is armed forces logistics/support/administrative officer ?",
"answer": [
"miki"
],
"prolog": {
"query": [
"wife(Y_4, Y_2)",
"job(Y_4, 'armed forces logistics/support/administrative officer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "3ae94500-bfac-4186-ac69-1c78389054d6",
"question": "Who is the sister of the person whose hobby is radio-controlled car racing ?",
"answer": [
"sarah"
],
"prolog": {
"query": [
"sister(Y_4, Y_2)",
"hobby(Y_4, 'radio-controlled car racing')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "b2d2a102-a60a-4ae2-b4e8-659efd78c5ae",
"question": "Who is the father of the person whose hobby is herping ?",
"answer": [
"dominick",
"vicente"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"hobby(Y_4, 'herping')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "a12c643f-fe42-4ec6-bf3a-3d22985bbdbf",
"question": "Who is the daughter of the person whose job is acupuncturist ?",
"answer": [
"tona"
],
"prolog": {
"query": [
"daughter(Y_4, Y_2)",
"job(Y_4, 'acupuncturist')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "c22ed142-6e60-4f7c-8c4f-55f7c6e220bf",
"question": "Who is the mother of the person whose hobby is social studies ?",
"answer": [
"kari",
"lyndia"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"hobby(Y_4, 'social studies')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "a972d48a-a9b9-470f-839b-ac8cf6879ee7",
"question": "Who is the brother of the person whose job is financial manager ?",
"answer": [
"alfonso",
"dominick"
],
"prolog": {
"query": [
"brother(Y_4, Y_2)",
"job(Y_4, 'financial manager')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "edf358db-859d-4f92-9ee4-fd053a836c52",
"question": "Who is the mother of the person whose hobby is tether car ?",
"answer": [
"marya"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"hobby(Y_4, 'tether car')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "2ae05375-ded0-443c-af70-3862a5e549a5",
"question": "Who is the mother of tanya ?",
"answer": [
"nell"
],
"prolog": {
"query": [
"mother('tanya', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "132d8aac-94e2-4a3b-9dc2-53c966b8649f",
"question": "Who is the father of ezequiel ?",
"answer": [
"donald"
],
"prolog": {
"query": [
"father('ezequiel', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "761def2a-66e7-4b19-bec4-884ba66e00b1",
"question": "Who is the sister of antionette ?",
"answer": [
"kari"
],
"prolog": {
"query": [
"sister('antionette', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "a3294cc3-07de-4d53-80a6-3aadbbb929bb",
"question": "Who is the wife of joe ?",
"answer": [
"miki"
],
"prolog": {
"query": [
"wife('joe', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "b4292bac-07aa-4f15-9db6-383a08ea692b",
"question": "Who is the sister of kristine ?",
"answer": [
"sarah"
],
"prolog": {
"query": [
"sister('kristine', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "c1bd07b7-49fd-46fe-962e-2ffd643d0bee",
"question": "Who is the mother of matt ?",
"answer": [
"lyndia"
],
"prolog": {
"query": [
"mother('matt', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "d0800018-52be-42cc-925b-64fb4bb5381d",
"question": "Who is the daughter of lyndia ?",
"answer": [
"tona"
],
"prolog": {
"query": [
"daughter('lyndia', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "ef3e0d4a-6566-4f51-80e1-ba96b7f6f3e6",
"question": "Who is the brother of lashanda ?",
"answer": [
"mckinley",
"reinaldo"
],
"prolog": {
"query": [
"brother('lashanda', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "6b5579ee-bda4-4a1a-b650-f0dc69b125a2",
"question": "Who is the brother of colby ?",
"answer": [
"alfonso",
"dominick"
],
"prolog": {
"query": [
"brother('colby', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "a348df5a-e759-450b-878e-a77acc458a59",
"question": "Who is the mother of concepcion ?",
"answer": [
"marya"
],
"prolog": {
"query": [
"mother('concepcion', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "35c8ac22-05d4-48eb-a0bb-68eb1096ba6b",
"question": "Who is the person whose job is electronics engineer ?",
"answer": [
"tanya"
],
"prolog": {
"query": [
"job(Y_2, 'electronics engineer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "7de3a0ef-5d43-445b-8ba9-c358a7ee4806",
"question": "Who is the person whose job is restaurant manager, fast food ?",
"answer": [
"vilma"
],
"prolog": {
"query": [
"job(Y_2, 'restaurant manager, fast food')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "b6adb820-b388-484d-9749-3dbc3ed3a257",
"question": "Who is the person whose hobby is archery ?",
"answer": [
"ezequiel"
],
"prolog": {
"query": [
"hobby(Y_2, 'archery')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "ae72a56e-6b6d-4eb9-ae19-84358285f6ba",
"question": "Who is the person whose job is sports therapist ?",
"answer": [
"dee",
"vicente"
],
"prolog": {
"query": [
"job(Y_2, 'sports therapist')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "bf87d409-b531-4c05-84a6-a28381a9c02a",
"question": "Who is the person whose job is freight forwarder ?",
"answer": [
"antionette"
],
"prolog": {
"query": [
"job(Y_2, 'freight forwarder')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "3966d987-e800-4b19-aa6a-eaa51f037181",
"question": "Who is the person whose job is police officer ?",
"answer": [
"dixie"
],
"prolog": {
"query": [
"job(Y_2, 'police officer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "bd3eb02b-facf-4813-8d0c-0e9af2cb951d",
"question": "Who is the person whose job is armed forces logistics/support/administrative officer ?",
"answer": [
"joe"
],
"prolog": {
"query": [
"job(Y_2, 'armed forces logistics/support/administrative officer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "cd1ce7b8-9894-4fc5-a975-621de90d5577",
"question": "Who is the person whose hobby is field hockey ?",
"answer": [
"tanner"
],
"prolog": {
"query": [
"hobby(Y_2, 'field hockey')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "6d9e51c3-49bc-48e2-b692-888e8b7b00bc",
"question": "Who is the person whose hobby is radio-controlled car racing ?",
"answer": [
"kristine"
],
"prolog": {
"query": [
"hobby(Y_2, 'radio-controlled car racing')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "d5b61e75-36cf-4e63-a940-4167875d6bc8",
"question": "Who is the person whose job is air cabin crew ?",
"answer": [
"deanna",
"mandy"
],
"prolog": {
"query": [
"job(Y_2, 'air cabin crew')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "1bec7ea3-4b76-4910-9913-fb4d7bd57b6b",
"question": "What is the hobby of the mother of tanya ?",
"answer": [
"backgammon"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"mother('tanya', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "dc273ec8-e420-48ac-a648-59fb825b3144",
"question": "What is the dob of the child of vicente ?",
"answer": [
"0202-02-11",
"0205-10-16",
"0208-12-08"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"child('vicente', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "a55481a9-8bd1-4133-82b4-74d5583cf1dd",
"question": "What is the dob of the wife of joe ?",
"answer": [
"0256-10-26"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"wife('joe', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "e490c04e-48be-4b7f-9fec-1ee490021798",
"question": "What is the job of the father of mandy ?",
"answer": [
"operations geologist"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"father('mandy', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "51ed076a-3aad-4a98-91f9-0f0c894ef768",
"question": "What is the dob of the daughter of lyndia ?",
"answer": [
"0202-02-11"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"daughter('lyndia', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "e4752164-6c0a-4eb2-b8d3-2d2bd0b2be36",
"question": "What is the job of the father of paula ?",
"answer": [
"animal nutritionist"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"father('paula', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "ca625c89-3bd0-4713-b542-12f15acc78ef",
"question": "What is the hobby of the mother of concepcion ?",
"answer": [
"laser tag"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"mother('concepcion', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "272ef1bf-e82d-49b2-b6ae-bd5c4b592b39",
"question": "What is the job of the father of ezequiel ?",
"answer": [
"print production planner"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"father('ezequiel', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "82c85e2f-8622-4d18-ae12-8fef31b95c40",
"question": "What is the job of the child of jeff ?",
"answer": [
"museum education officer"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"child('jeff', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "2bf62da5-ee93-4f3f-b09b-acd6726fcd15",
"question": "What is the dob of the child of george ?",
"answer": [
"0212-09-01"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"child('george', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "e518f318-406d-4738-858b-4815cfe37633",
"question": "What is the job of the person whose job is electronics engineer ?",
"answer": [
"electronics engineer"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"job(Y_3, 'electronics engineer')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "649df480-2cf7-4ab2-b859-3a9150aa685a",
"question": "What is the hobby of the person whose hobby is archery ?",
"answer": [
"archery"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"hobby(Y_3, 'archery')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "65d78c7c-1b51-4db3-a28d-f3123831198d",
"question": "What is the dob of the person whose job is freight forwarder ?",
"answer": [
"0239-10-28"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"job(Y_3, 'freight forwarder')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "9383cdf7-c407-45d5-b037-46370b42f145",
"question": "What is the hobby of the person whose job is armed forces logistics/support/administrative officer ?",
"answer": [
"kart racing"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"job(Y_3, 'armed forces logistics/support/administrative officer')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "64ea7a6c-8a51-4608-ac40-46aed76187ce",
"question": "What is the dob of the person whose hobby is radio-controlled car racing ?",
"answer": [
"0205-06-04"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"hobby(Y_3, 'radio-controlled car racing')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "b8526907-9243-46d8-8ae3-2bc070381bf4",
"question": "What is the job of the person whose hobby is herping ?",
"answer": [
"psychiatric nurse",
"restaurant manager",
"technical sales engineer",
"volunteer coordinator"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"hobby(Y_3, 'herping')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "e2346d61-04eb-4a17-ac88-f1c3cce7b9e3",
"question": "What is the hobby of the person whose job is acupuncturist ?",
"answer": [
"flying disc"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"job(Y_3, 'acupuncturist')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "06eb0f0d-890e-4977-9b7e-9877156bf5f8",
"question": "What is the job of the person whose hobby is social studies ?",
"answer": [
"agricultural engineer",
"local government officer"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"hobby(Y_3, 'social studies')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "f9003795-2632-4ea0-be95-61641900d0be",
"question": "What is the job of the person whose job is financial manager ?",
"answer": [
"financial manager"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"job(Y_3, 'financial manager')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "950dd33d-ad40-45fd-9e97-15a91b19f109",
"question": "What is the dob of the person whose hobby is tether car ?",
"answer": [
"0261-10-15"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"hobby(Y_3, 'tether car')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "16f55dad-65e7-4f08-a586-652f6f6e9bda",
"question": "How many sons does the mother of tanya have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_3, Y_1)), Count_1)",
"mother('tanya', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "f012d835-13d2-4c21-9265-34590f96deb3",
"question": "How many siblings does the child of vicente have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_1)), Count_1)",
"child('vicente', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "1dd5a710-1058-4b78-aa68-f94e0d9642b8",
"question": "How many sisters does the wife of joe have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"wife('joe', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "b8df0e9c-e22a-4e2c-b707-7ecf9250eacf",
"question": "How many brothers does the father of mandy have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"father('mandy', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "8e3215ee-1028-44d2-84c3-321a94f3d76e",
"question": "How many sisters does the daughter of lyndia have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"daughter('lyndia', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "c7f12a53-953b-4451-a1a0-3fc0df3147f8",
"question": "How many children does the father of paula have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"father('paula', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "733556d3-678f-4758-8259-67751418b523",
"question": "How many daughters does the mother of concepcion have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"mother('concepcion', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "e81f66ee-9f1a-40ce-a2a6-2c35f0fffbc9",
"question": "How many children does the father of ezequiel have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"father('ezequiel', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "45e7bc93-58ef-4654-8434-cbba7a5bea54",
"question": "How many brothers does the child of jeff have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"child('jeff', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "4c338d7b-60bb-435f-8794-bd168cdca74d",
"question": "How many sisters does the child of george have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"child('george', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "a055ebc4-8290-40ce-9b2c-67364683ffe6",
"question": "How many children does the person whose job is electronics engineer have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"job(Y_3, 'electronics engineer')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "b542d865-1121-4448-afce-acc05fd724f1",
"question": "How many daughters does the person whose hobby is archery have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'archery')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "2d871535-970b-43b6-910c-36fc8050b53a",
"question": "How many siblings does the person whose job is freight forwarder have?",
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_1)), Count_1)",
"job(Y_3, 'freight forwarder')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "95de894a-c57e-4e95-97ab-cf8abfa74900",
"question": "How many daughters does the person whose job is armed forces logistics/support/administrative officer have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"job(Y_3, 'armed forces logistics/support/administrative officer')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "c2a264d5-3960-4337-afc2-c822ff19bcba",
"question": "How many sisters does the person whose hobby is radio-controlled car racing have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'radio-controlled car racing')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "e7ede071-e6db-46ec-acce-e4105e24f11b",
"question": "How many brothers does the person whose hobby is herping have?",
"answer": [
"0",
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'herping')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "48450356-3367-4d85-85ac-7241e7b8d180",
"question": "How many sons does the person whose job is acupuncturist have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_3, Y_1)), Count_1)",
"job(Y_3, 'acupuncturist')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "df1d3aeb-a888-4b64-a7cc-416db4b9621d",
"question": "How many brothers does the person whose hobby is social studies have?",
"answer": [
"1",
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'social studies')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "d38f9c31-949d-4287-9bd1-849ba113a668",
"question": "How many children does the person whose job is financial manager have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"job(Y_3, 'financial manager')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "500aeb04-1fe4-43b0-9804-043ec8f21ddf",
"question": "How many siblings does the person whose hobby is tether car have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'tether car')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "8c64e202-fc5f-48d9-bc8c-62ad22622b3c",
"question": "How many children does tanya have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child('tanya', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
},
{
"id": "ef807d87-ba94-4272-b3fb-821716a8af39",
"question": "How many daughters does ezequiel have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter('ezequiel', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
},
{
"id": "99318a37-0c95-43a2-8562-a7db3746f7b2",
"question": "How many siblings does antionette have?",
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling('antionette', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
},
{
"id": "b85ab711-a5cd-464f-9285-cf6028d1f775",
"question": "How many daughters does joe have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter('joe', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
},
{
"id": "23494b7e-35a4-45bb-9fea-660c546ffc77",
"question": "How many sisters does kristine have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister('kristine', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
},
{
"id": "b70bab27-4dc0-4ff4-9543-b267ad754d32",
"question": "How many brothers does matt have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother('matt', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
},
{
"id": "7c86a800-0f00-4ffa-9aed-9c60266e1b45",
"question": "How many sons does lyndia have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son('lyndia', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
},
{
"id": "81b0c5dc-6047-45cd-81af-f2644dbc395a",
"question": "How many brothers does lashanda have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother('lashanda', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
},
{
"id": "7683c8f6-940b-4186-a851-de3bd6b94c25",
"question": "How many children does colby have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child('colby', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
},
{
"id": "0e4e36ef-eab8-42e0-84fd-179c957f2a32",
"question": "How many siblings does concepcion have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling('concepcion', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
}
]