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