Datasets:

Modalities:
Image
Text
Formats:
json
Libraries:
Datasets
pandas
License:
ag2435's picture
updated questions with depth enumeration starting from 0
ee10035
raw
history blame
49.1 kB
[
{
"id": "a330cc28-be94-4e4e-a9dd-1b72afc94fe8",
"question": "Who is the mother of the person whose job is air cabin crew ?",
"answer": [
"daisy"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"job(Y_4, 'air cabin crew')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "14d37138-65aa-4e1c-bb28-f72212cd3956",
"question": "Who is the wife of the person whose hobby is fossil hunting ?",
"answer": [
"kanesha"
],
"prolog": {
"query": [
"wife(Y_4, Y_2)",
"hobby(Y_4, 'fossil hunting')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "adeeeef4-e9d7-49fb-b492-cc457aca189d",
"question": "Who is the sister of the person whose hobby is meditation ?",
"answer": [
"kari"
],
"prolog": {
"query": [
"sister(Y_4, Y_2)",
"hobby(Y_4, 'meditation')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "b6e50dda-322c-4d30-b427-ddd7f5ea4907",
"question": "Who is the father of the person whose job is civil engineer, consulting ?",
"answer": [
"alfonso"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"job(Y_4, 'civil engineer, consulting')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "1bdd0d73-9b94-4e27-aad4-4b0eb45d71b7",
"question": "Who is the son of the person whose job is production assistant, television ?",
"answer": [
"alfonso",
"colby",
"dominick"
],
"prolog": {
"query": [
"son(Y_4, Y_2)",
"job(Y_4, 'production assistant, television')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "346e08b6-1876-475d-aeaf-f7dd6f6b5fc6",
"question": "Who is the father of the person whose hobby is meditation ?",
"answer": [
"derick",
"vicente"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"hobby(Y_4, 'meditation')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "25d084e9-7d74-413b-a2f0-e5bb4fe0e47a",
"question": "Who is the father of the person whose job is public house manager ?",
"answer": [
"derick"
],
"prolog": {
"query": [
"father(Y_4, Y_2)",
"job(Y_4, 'public house manager')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "59a76400-a7cf-44bd-82b8-12a9e12488ea",
"question": "Who is the son of the person whose hobby is shogi ?",
"answer": [
"alfonso",
"colby",
"dominick"
],
"prolog": {
"query": [
"son(Y_4, Y_2)",
"hobby(Y_4, 'shogi')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "26964f4a-ae92-4d2e-8e08-d3ed471f68e9",
"question": "Who is the mother of the person whose hobby is canoeing ?",
"answer": [
"antionette"
],
"prolog": {
"query": [
"mother(Y_4, Y_2)",
"hobby(Y_4, 'canoeing')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "4afae88d-b295-414d-a62a-75db8a7a5a89",
"question": "Who is the sibling of the person whose job is biomedical scientist ?",
"answer": [
"reyna",
"rosalee"
],
"prolog": {
"query": [
"sibling(Y_4, Y_2)",
"job(Y_4, 'biomedical scientist')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 0
},
{
"id": "4dd48cde-b472-45d7-bd39-9ac71d7bb040",
"question": "Who is the mother of reyna ?",
"answer": [
"daisy"
],
"prolog": {
"query": [
"mother('reyna', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "c6422c63-3c07-4caa-8029-b4f7852a84bf",
"question": "Who is the wife of derick ?",
"answer": [
"kanesha"
],
"prolog": {
"query": [
"wife('derick', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "95b1c3b2-b8a4-42da-afa1-7685ce4334c4",
"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": "c2e68273-60a8-42a7-b566-08ddc8edf2a3",
"question": "Who is the father of ellis ?",
"answer": [
"alfonso"
],
"prolog": {
"query": [
"father('ellis', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "abc36403-0f19-4f0d-adba-d9cc983da738",
"question": "Who is the son of kanesha ?",
"answer": [
"alfonso",
"colby",
"dominick"
],
"prolog": {
"query": [
"son('kanesha', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "f8423842-f030-48af-9240-e61fe0dac0e0",
"question": "Who is the child of matt ?",
"answer": [
"daisy",
"meghann"
],
"prolog": {
"query": [
"child('matt', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "7685bb8c-a36b-4a63-97c3-b4bbd9f3a4e5",
"question": "Who is the father of kari ?",
"answer": [
"derick"
],
"prolog": {
"query": [
"father('kari', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "ba8f4f1f-d9c7-4fae-a029-2a94c3bb0e23",
"question": "Who is the son of kanesha ?",
"answer": [
"alfonso",
"colby",
"dominick"
],
"prolog": {
"query": [
"son('kanesha', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "fe379270-1148-4cf9-a40d-0edf3443e443",
"question": "Who is the mother of alton ?",
"answer": [
"antionette"
],
"prolog": {
"query": [
"mother('alton', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "a51f9fd9-a5e1-4d4a-8e3d-d69968458a9c",
"question": "Who is the sibling of deanna ?",
"answer": [
"reyna",
"rosalee"
],
"prolog": {
"query": [
"sibling('deanna', Y_2)"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_4",
"?"
],
"type": 1
},
{
"id": "b520d019-6596-4f24-a586-a6c0494d8c78",
"question": "Who is the person whose job is air cabin crew ?",
"answer": [
"reyna"
],
"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": "a8ac4571-a748-4047-9d1a-7029e6fc569a",
"question": "Who is the person whose job is newspaper journalist ?",
"answer": [
"rosalee"
],
"prolog": {
"query": [
"job(Y_2, 'newspaper journalist')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "f37b7741-da6a-49b8-8250-790153897718",
"question": "Who is the person whose hobby is fossil hunting ?",
"answer": [
"derick"
],
"prolog": {
"query": [
"hobby(Y_2, 'fossil hunting')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "f991ed9d-cde7-4082-9e28-ce9590cc9b38",
"question": "Who is the person whose hobby is radio-controlled car racing ?",
"answer": [
"tanner"
],
"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": "6d7e1db9-3852-4ed7-b4d2-4017b81352ad",
"question": "Who is the person whose hobby is meditation ?",
"answer": [
"antionette",
"matt"
],
"prolog": {
"query": [
"hobby(Y_2, 'meditation')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "dad7bf01-c53b-43b8-9f74-ec6bb9152050",
"question": "Who is the person whose hobby is meteorology ?",
"answer": [
"daisy",
"dixie"
],
"prolog": {
"query": [
"hobby(Y_2, 'meteorology')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "d93da13b-0886-4dbb-82bd-0fd4aa1f2daf",
"question": "Who is the person whose job is civil engineer, consulting ?",
"answer": [
"ellis"
],
"prolog": {
"query": [
"job(Y_2, 'civil engineer, consulting')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "bbff1576-1f07-473c-9750-8c8c6a3c903e",
"question": "Who is the person whose hobby is radio-controlled car racing ?",
"answer": [
"tanner"
],
"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": "a6e49cce-bb5b-43d0-b74c-b0c7350df2ad",
"question": "Who is the person whose job is production assistant, television ?",
"answer": [
"kanesha"
],
"prolog": {
"query": [
"job(Y_2, 'production assistant, television')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "4258dc9d-a61f-42f7-87bb-f498b752b084",
"question": "Who is the person whose job is museum education officer ?",
"answer": [
"lyndia"
],
"prolog": {
"query": [
"job(Y_2, 'museum education officer')"
],
"answer": "Y_2"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "5a8f10cb-65b4-4567-8566-8bd3070194ac",
"question": "What is the hobby of the mother of reyna ?",
"answer": [
"meteorology"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"mother('reyna', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "a011cd81-2525-4cd7-8f38-1be5e56c86be",
"question": "What is the dob of the child of tanner ?",
"answer": [
"0256-10-26"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"child('tanner', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "28aac223-de17-4ad5-ae12-2fd7860706db",
"question": "What is the dob of the father of ellis ?",
"answer": [
"0240-12-31"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"father('ellis', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "4b4f44a0-aa5b-4405-9754-549b083135e2",
"question": "What is the job of the husband of lyndia ?",
"answer": [
"agricultural engineer"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"husband('lyndia', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "0438a645-d8f7-4f83-887a-cd5b3ed5d650",
"question": "What is the dob of the father of kari ?",
"answer": [
"0212-09-01"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"father('kari', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "f0a90e97-c52c-45a8-ab1f-9e9e4fcc9f5d",
"question": "What is the job of the child of meghann ?",
"answer": [
"ranger/warden"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"child('meghann', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "c4f23bfe-4096-40c6-8c8e-4db69b5236da",
"question": "What is the hobby of the sibling of deanna ?",
"answer": [
"bus spotting",
"research"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"sibling('deanna', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "36f10e50-9382-4750-9f00-f2101fc90373",
"question": "What is the job of the wife of derick ?",
"answer": [
"production assistant, television"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"wife('derick', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "874d7c44-f6bb-4645-8357-25f5325ab5a7",
"question": "What is the job of the mother of ellis ?",
"answer": [
"commercial/residential surveyor"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"mother('ellis', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "c4ddde46-87e5-4351-beee-2fe853a96613",
"question": "What is the dob of the sibling of dominick ?",
"answer": [
"0238-10-28",
"0239-10-28",
"0240-12-31",
"0244-04-07"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"sibling('dominick', Y_3)"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_4",
"of",
"<name>_5",
"?"
],
"type": 3
},
{
"id": "01a7afde-8744-4532-8caa-fb0a4c066ac7",
"question": "What is the job of the person whose job is air cabin crew ?",
"answer": [
"air cabin crew"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"job(Y_3, 'air cabin crew')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "48ff69ba-faf9-45b9-868d-b483c888494a",
"question": "What is the hobby of the person whose hobby is fossil hunting ?",
"answer": [
"fossil hunting"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"hobby(Y_3, 'fossil hunting')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "b818d49d-6554-4392-8037-7add10cf4616",
"question": "What is the dob of the person whose hobby is meditation ?",
"answer": [
"0205-10-16",
"0239-10-28"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"hobby(Y_3, 'meditation')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "55bd42d7-16fe-4955-a0c1-3d9ac81d7b63",
"question": "What is the hobby of the person whose job is civil engineer, consulting ?",
"answer": [
"finance"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"job(Y_3, 'civil engineer, consulting')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "007eb67b-5a36-40b2-98be-fbfb21851816",
"question": "What is the dob of the person whose job is production assistant, television ?",
"answer": [
"0212-07-22"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"job(Y_3, 'production assistant, television')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "0e9e7392-e7c6-43a6-a29d-b86cb4352f95",
"question": "What is the job of the person whose hobby is meditation ?",
"answer": [
"contractor",
"investment banker, corporate"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"hobby(Y_3, 'meditation')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "16f8a7b4-42bf-4f49-9945-2d2f0672b9ff",
"question": "What is the hobby of the person whose job is public house manager ?",
"answer": [
"dominoes"
],
"prolog": {
"query": [
"hobby(Y_3, Y_2)",
"job(Y_3, 'public house 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": "227f0981-4e0f-45b6-a120-555608747e51",
"question": "What is the job of the person whose hobby is shogi ?",
"answer": [
"production assistant, television"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"hobby(Y_3, 'shogi')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "7686c0a4-6d55-4d6d-a91a-bcb3dcec024c",
"question": "What is the job of the person whose hobby is canoeing ?",
"answer": [
"accountant, chartered"
],
"prolog": {
"query": [
"job(Y_3, Y_2)",
"hobby(Y_3, 'canoeing')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "c40512b1-cebd-4b37-933d-01ab2914e389",
"question": "What is the dob of the person whose job is biomedical scientist ?",
"answer": [
"0270-07-11"
],
"prolog": {
"query": [
"dob(Y_3, Y_2)",
"job(Y_3, 'biomedical scientist')"
],
"answer": "Y_2"
},
"template": [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 4
},
{
"id": "90228554-37d4-420f-9f07-46537ba0f4ab",
"question": "How many sons does the mother of reyna have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_3, Y_1)), Count_1)",
"mother('reyna', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "dfd297da-3b94-4c4c-ae00-a00fb9f8ec5f",
"question": "How many siblings does the child of tanner have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_1)), Count_1)",
"child('tanner', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "9d0aaaf8-1fd7-460c-a946-70fd443e1175",
"question": "How many sisters does the father of ellis have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"father('ellis', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "5a1678ee-c0a7-4e15-afc7-0ed1ee6419f0",
"question": "How many brothers does the husband of lyndia have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"husband('lyndia', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "f3ab5c2a-7aee-4f79-950c-d9c68a7c3528",
"question": "How many sisters does the father of kari have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"father('kari', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "c77c0fc6-23aa-4579-952d-9df5ea467de0",
"question": "How many children does the child of meghann have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"child('meghann', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "3999fb42-b6ec-4c20-9ef8-04be37ca6570",
"question": "How many daughters does the sibling of deanna have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"sibling('deanna', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "c1ac0020-69b9-47ca-85be-1e584daad329",
"question": "How many children does the wife of derick have?",
"answer": [
"5"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"wife('derick', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "61939659-993c-430f-85bc-d9377809bbfd",
"question": "How many brothers does the mother of ellis have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"mother('ellis', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "dee72354-91f0-4462-bd7e-960f8dd6634f",
"question": "How many sisters does the sibling of dominick have?",
"answer": [
"1",
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"sibling('dominick', Y_3)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the",
"<relation>_4",
"of",
"<name>_5",
"have?"
],
"type": 5
},
{
"id": "12dc4ee2-530c-4222-91e9-d1e4df8ce712",
"question": "How many children does the person whose job is air cabin crew have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"job(Y_3, 'air cabin crew')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "b23ae900-d922-4e6c-a550-82eba6ccc32d",
"question": "How many daughters does the person whose hobby is fossil hunting have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'fossil hunting')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "b86ba16d-2f89-4a3b-b3b1-78f15032d61c",
"question": "How many siblings does the person whose hobby is meditation have?",
"answer": [
"0",
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'meditation')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "9a1d2836-5e7d-41cb-8e73-c69444302bd0",
"question": "How many daughters does the person whose job is civil engineer, consulting have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_1)), Count_1)",
"job(Y_3, 'civil engineer, consulting')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "998524d5-fedd-48ba-8925-d450871167ee",
"question": "How many sisters does the person whose job is production assistant, television have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_1)), Count_1)",
"job(Y_3, 'production assistant, television')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "d6b3fad4-9eea-4e9c-8723-ab6eb9387b96",
"question": "How many brothers does the person whose hobby is meditation have?",
"answer": [
"0",
"3"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'meditation')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "dc593121-beca-4679-97c0-b989f2aa7b98",
"question": "How many sons does the person whose job is public house manager have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_3, Y_1)), Count_1)",
"job(Y_3, 'public house 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": "91c8fa88-7010-4563-87d1-313b39332641",
"question": "How many brothers does the person whose hobby is shogi have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'shogi')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "2dbeee0c-0974-4514-a3bf-e45132801bbd",
"question": "How many children does the person whose hobby is canoeing have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_1)), Count_1)",
"hobby(Y_3, 'canoeing')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "9df3e345-1049-47ec-9d9f-6bb38175d340",
"question": "How many siblings does the person whose job is biomedical scientist have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_1)), Count_1)",
"job(Y_3, 'biomedical scientist')"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 6
},
{
"id": "e42dc151-ec01-49c4-a2fa-2b5dd84221b2",
"question": "How many children does reyna have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child('reyna', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
},
{
"id": "e3ad4c12-3135-49c4-a938-bb8b354c0b77",
"question": "How many daughters does derick have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter('derick', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
},
{
"id": "e97a25b0-34fa-4618-8758-f47655b62ef4",
"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": "9e90a19a-2dff-4807-815a-4ab917042517",
"question": "How many daughters does ellis have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter('ellis', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
},
{
"id": "29222370-24dd-435b-be7c-abd591e04fce",
"question": "How many sisters does kanesha have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister('kanesha', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
},
{
"id": "e488f20d-376e-4dfc-a8d9-5698f5ffda21",
"question": "How many brothers does matt have?",
"answer": [
"0"
],
"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": "0bdaeca7-8bfc-4d9f-83c2-4511fba8e1f6",
"question": "How many sons does kari have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son('kari', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
},
{
"id": "0d46c0cb-94da-40d7-8cef-7e1e752ee7bf",
"question": "How many brothers does kanesha have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother('kanesha', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
},
{
"id": "a33fdb98-faf2-4fbc-87c3-e4821aa79abf",
"question": "How many children does alton have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child('alton', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
},
{
"id": "70fd0182-f074-4f4d-83d5-92f0480e8ce6",
"question": "How many siblings does deanna have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling('deanna', Y_1)), Count_1)"
],
"answer": "Count_1"
},
"template": [
"How many",
"<relation_plural>_2",
"does",
"<name>_3",
"have?"
],
"type": 7
}
]