id
stringlengths 36
36
| question
stringlengths 26
84
| answer
sequencelengths 1
4
| prolog
dict | template
sequencelengths 5
9
| type
int64 0
7
|
---|---|---|---|---|---|
3bfb04f9-4e16-4521-a392-c4542737142e | Who is the mother of the person whose job is air cabin crew ? | [
"daisy"
] | {
"answer": "Y_4",
"query": [
"mother(Y_2, Y_4)",
"job(Y_2, 'air cabin crew')"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
] | 0 |
eac910b2-8c5a-45b9-a0a7-5ea257b4dde1 | Who is the wife of the person whose hobby is fossil hunting ? | [
"kanesha"
] | {
"answer": "Y_4",
"query": [
"wife(Y_2, Y_4)",
"hobby(Y_2, 'fossil hunting')"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
] | 0 |
8109fe68-33d1-4ce8-ba6b-8536f3665e95 | Who is the sister of the person whose hobby is meditation ? | [
"kari"
] | {
"answer": "Y_4",
"query": [
"sister(Y_2, Y_4)",
"hobby(Y_2, 'meditation')"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
] | 0 |
8ea93111-41e0-4218-920d-2b08bca593b4 | Who is the father of the person whose job is civil engineer, consulting ? | [
"alfonso"
] | {
"answer": "Y_4",
"query": [
"father(Y_2, Y_4)",
"job(Y_2, 'civil engineer, consulting')"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
] | 0 |
de9b5b10-6ccf-4c36-91e8-2c5c26e1e75b | Who is the son of the person whose job is production assistant, television ? | [
"alfonso",
"colby",
"dominick"
] | {
"answer": "Y_4",
"query": [
"son(Y_2, Y_4)",
"job(Y_2, 'production assistant, television')"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
] | 0 |
081e91f0-a619-4eaf-a683-f9ff7801ec1e | Who is the father of the person whose hobby is meditation ? | [
"derick",
"vicente"
] | {
"answer": "Y_4",
"query": [
"father(Y_2, Y_4)",
"hobby(Y_2, 'meditation')"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
] | 0 |
03c127a9-689e-40eb-b7bf-9ad5121cf7fe | Who is the father of the person whose job is public house manager ? | [
"derick"
] | {
"answer": "Y_4",
"query": [
"father(Y_2, Y_4)",
"job(Y_2, 'public house manager')"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
] | 0 |
5025f031-02dc-48df-b20b-eb0dff2d4441 | Who is the son of the person whose hobby is shogi ? | [
"alfonso",
"colby",
"dominick"
] | {
"answer": "Y_4",
"query": [
"son(Y_2, Y_4)",
"hobby(Y_2, 'shogi')"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
] | 0 |
ea98d156-b968-439d-841c-511249e7fbcf | Who is the mother of the person whose hobby is canoeing ? | [
"antionette"
] | {
"answer": "Y_4",
"query": [
"mother(Y_2, Y_4)",
"hobby(Y_2, 'canoeing')"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
] | 0 |
3c692781-ba7b-4e0b-b80a-d963b7fefd49 | Who is the sibling of the person whose job is biomedical scientist ? | [
"reyna",
"rosalee"
] | {
"answer": "Y_4",
"query": [
"sibling(Y_2, Y_4)",
"job(Y_2, 'biomedical scientist')"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
] | 0 |
b816f79a-ded5-4df6-8077-01467201f1af | Who is the mother of reyna ? | [
"daisy"
] | {
"answer": "Y_4",
"query": [
"mother('reyna', Y_4)"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
] | 1 |
bd1e76d0-9339-48df-9e16-4342f27622e2 | Who is the wife of derick ? | [
"kanesha"
] | {
"answer": "Y_4",
"query": [
"wife('derick', Y_4)"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
] | 1 |
f79132e6-279b-45cb-b606-8a5be1e2a15e | Who is the sister of antionette ? | [
"kari"
] | {
"answer": "Y_4",
"query": [
"sister('antionette', Y_4)"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
] | 1 |
5922fae4-b109-4187-8d74-e4ae71dea524 | Who is the father of ellis ? | [
"alfonso"
] | {
"answer": "Y_4",
"query": [
"father('ellis', Y_4)"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
] | 1 |
8645b7ae-f376-492a-a637-dfb616ad59fa | Who is the son of kanesha ? | [
"alfonso",
"colby",
"dominick"
] | {
"answer": "Y_4",
"query": [
"son('kanesha', Y_4)"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
] | 1 |
fa5a3f34-d965-4de2-90d0-4b51d827bc3e | Who is the child of matt ? | [
"daisy",
"meghann"
] | {
"answer": "Y_4",
"query": [
"child('matt', Y_4)"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
] | 1 |
c6b134df-b449-4586-8987-cd841f87d7b2 | Who is the father of kari ? | [
"derick"
] | {
"answer": "Y_4",
"query": [
"father('kari', Y_4)"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
] | 1 |
4bd24182-1461-4216-aff6-ed64819b04dd | Who is the son of kanesha ? | [
"alfonso",
"colby",
"dominick"
] | {
"answer": "Y_4",
"query": [
"son('kanesha', Y_4)"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
] | 1 |
6e66360d-f1fe-4089-a436-70621d022a4d | Who is the mother of alton ? | [
"antionette"
] | {
"answer": "Y_4",
"query": [
"mother('alton', Y_4)"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
] | 1 |
9a7579ba-78a3-4d4e-9a52-50352706b6d5 | Who is the sibling of deanna ? | [
"reyna",
"rosalee"
] | {
"answer": "Y_4",
"query": [
"sibling('deanna', Y_4)"
]
} | [
"Who is",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
] | 1 |
94f96dcc-01ed-4300-b3e4-e96897462488 | Who is the person whose job is air cabin crew ? | [
"reyna"
] | {
"answer": "Y_4",
"query": [
"job(Y_4, 'air cabin crew')"
]
} | [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
] | 2 |
c9d57b6d-a432-41f7-a7e3-c93834fe09d8 | Who is the person whose job is newspaper journalist ? | [
"rosalee"
] | {
"answer": "Y_4",
"query": [
"job(Y_4, 'newspaper journalist')"
]
} | [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
] | 2 |
17a424f7-c258-46d1-9ce1-88b54094d682 | Who is the person whose hobby is fossil hunting ? | [
"derick"
] | {
"answer": "Y_4",
"query": [
"hobby(Y_4, 'fossil hunting')"
]
} | [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
] | 2 |
fd6dcde6-69b6-46a2-a549-592610ce314a | Who is the person whose hobby is radio-controlled car racing ? | [
"tanner"
] | {
"answer": "Y_4",
"query": [
"hobby(Y_4, 'radio-controlled car racing')"
]
} | [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
] | 2 |
4a06a91b-b45d-436b-976a-4f5d0116caf9 | Who is the person whose hobby is meditation ? | [
"antionette",
"matt"
] | {
"answer": "Y_4",
"query": [
"hobby(Y_4, 'meditation')"
]
} | [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
] | 2 |
3a0acc15-1416-40cd-81f2-b900326fb87d | Who is the person whose hobby is meteorology ? | [
"daisy",
"dixie"
] | {
"answer": "Y_4",
"query": [
"hobby(Y_4, 'meteorology')"
]
} | [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
] | 2 |
06b84629-aca3-4e3e-85e1-06be7042d985 | Who is the person whose job is civil engineer, consulting ? | [
"ellis"
] | {
"answer": "Y_4",
"query": [
"job(Y_4, 'civil engineer, consulting')"
]
} | [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
] | 2 |
b6178a5a-11a4-4097-84fe-a339f79df153 | Who is the person whose hobby is radio-controlled car racing ? | [
"tanner"
] | {
"answer": "Y_4",
"query": [
"hobby(Y_4, 'radio-controlled car racing')"
]
} | [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
] | 2 |
1b2618dd-8d4a-4781-a559-39649a616421 | Who is the person whose job is production assistant, television ? | [
"kanesha"
] | {
"answer": "Y_4",
"query": [
"job(Y_4, 'production assistant, television')"
]
} | [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
] | 2 |
3202b419-ab56-48ba-9f46-b3d436969dfe | Who is the person whose job is museum education officer ? | [
"lyndia"
] | {
"answer": "Y_4",
"query": [
"job(Y_4, 'museum education officer')"
]
} | [
"Who is",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
] | 2 |
55b72466-924b-4868-8647-7651128ef9de | What is the hobby of the mother of reyna ? | [
"meteorology"
] | {
"answer": "Y_4",
"query": [
"hobby(Y_3, Y_4)",
"mother('reyna', Y_3)"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
] | 3 |
f5f4e1a7-2454-4754-abba-527179e11436 | What is the dob of the child of tanner ? | [
"0256-10-26"
] | {
"answer": "Y_4",
"query": [
"dob(Y_3, Y_4)",
"child('tanner', Y_3)"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
] | 3 |
f31c6ba6-c871-47a5-a2f4-2f5bc1cee5ec | What is the dob of the father of ellis ? | [
"0240-12-31"
] | {
"answer": "Y_4",
"query": [
"dob(Y_3, Y_4)",
"father('ellis', Y_3)"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
] | 3 |
fc88324d-d1c9-4fe7-abaf-2a242dbd578e | What is the job of the husband of lyndia ? | [
"agricultural engineer"
] | {
"answer": "Y_4",
"query": [
"job(Y_3, Y_4)",
"husband('lyndia', Y_3)"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
] | 3 |
6b645a47-978c-484f-83b2-bf1c1a03d015 | What is the dob of the father of kari ? | [
"0212-09-01"
] | {
"answer": "Y_4",
"query": [
"dob(Y_3, Y_4)",
"father('kari', Y_3)"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
] | 3 |
71f082de-feaf-47d9-8fef-a29cd37c233c | What is the job of the child of meghann ? | [
"ranger/warden"
] | {
"answer": "Y_4",
"query": [
"job(Y_3, Y_4)",
"child('meghann', Y_3)"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
] | 3 |
b60a69f4-1cdc-4f18-9ebf-63afc555ae75 | What is the hobby of the sibling of deanna ? | [
"bus spotting",
"research"
] | {
"answer": "Y_4",
"query": [
"hobby(Y_3, Y_4)",
"sibling('deanna', Y_3)"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
] | 3 |
9171f5ac-f1d5-4e3b-add3-4c5aaf87920a | What is the job of the wife of derick ? | [
"production assistant, television"
] | {
"answer": "Y_4",
"query": [
"job(Y_3, Y_4)",
"wife('derick', Y_3)"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
] | 3 |
50db20ad-a515-4135-8726-e77964f416b5 | What is the job of the mother of ellis ? | [
"commercial/residential surveyor"
] | {
"answer": "Y_4",
"query": [
"job(Y_3, Y_4)",
"mother('ellis', Y_3)"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
] | 3 |
25075ea4-3299-4dc5-99a0-6b2d602d3e56 | What is the dob of the sibling of dominick ? | [
"0238-10-28",
"0239-10-28",
"0240-12-31",
"0244-04-07"
] | {
"answer": "Y_4",
"query": [
"dob(Y_3, Y_4)",
"sibling('dominick', Y_3)"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
] | 3 |
f7783c65-263b-4aa8-8def-3dfbaa046092 | What is the job of the person whose job is air cabin crew ? | [
"air cabin crew"
] | {
"answer": "Y_4",
"query": [
"job(Y_3, Y_4)",
"job(Y_3, 'air cabin crew')"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
] | 4 |
59e0b341-c5c8-4891-9e62-28a282bff9c2 | What is the hobby of the person whose hobby is fossil hunting ? | [
"fossil hunting"
] | {
"answer": "Y_4",
"query": [
"hobby(Y_3, Y_4)",
"hobby(Y_3, 'fossil hunting')"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
] | 4 |
3ba10f5c-5245-401c-afd4-63a6b4f8a7b2 | What is the dob of the person whose hobby is meditation ? | [
"0205-10-16",
"0239-10-28"
] | {
"answer": "Y_4",
"query": [
"dob(Y_3, Y_4)",
"hobby(Y_3, 'meditation')"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
] | 4 |
523d8bbb-60ae-4218-9c99-b1fe142a5beb | What is the hobby of the person whose job is civil engineer, consulting ? | [
"finance"
] | {
"answer": "Y_4",
"query": [
"hobby(Y_3, Y_4)",
"job(Y_3, 'civil engineer, consulting')"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
] | 4 |
3e5fe40f-51e0-467b-b62b-2747c6200f9e | What is the dob of the person whose job is production assistant, television ? | [
"0212-07-22"
] | {
"answer": "Y_4",
"query": [
"dob(Y_3, Y_4)",
"job(Y_3, 'production assistant, television')"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
] | 4 |
179811fb-ada1-4e8d-bc25-7495037b1c0c | What is the job of the person whose hobby is meditation ? | [
"contractor",
"investment banker, corporate"
] | {
"answer": "Y_4",
"query": [
"job(Y_3, Y_4)",
"hobby(Y_3, 'meditation')"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
] | 4 |
526cd970-583d-4398-9883-9c727c1c1b11 | What is the hobby of the person whose job is public house manager ? | [
"dominoes"
] | {
"answer": "Y_4",
"query": [
"hobby(Y_3, Y_4)",
"job(Y_3, 'public house manager')"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
] | 4 |
29ac1111-5894-4bae-a3f9-b17edfafda77 | What is the job of the person whose hobby is shogi ? | [
"production assistant, television"
] | {
"answer": "Y_4",
"query": [
"job(Y_3, Y_4)",
"hobby(Y_3, 'shogi')"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
] | 4 |
e4be5d85-a8c1-4647-a140-44d9ab05c2db | What is the job of the person whose hobby is canoeing ? | [
"accountant, chartered"
] | {
"answer": "Y_4",
"query": [
"job(Y_3, Y_4)",
"hobby(Y_3, 'canoeing')"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
] | 4 |
9742f615-42ac-461d-b95d-d05165445cfb | What is the dob of the person whose job is biomedical scientist ? | [
"0270-07-11"
] | {
"answer": "Y_4",
"query": [
"dob(Y_3, Y_4)",
"job(Y_3, 'biomedical scientist')"
]
} | [
"What is",
"the",
"<attribute_name>_3",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
] | 4 |
0ae47eb7-c92a-411d-9d95-9bbd093ffd8c | How many sons does the mother of reyna have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(son(Y_3, Y_5)), Count_5)",
"mother('reyna', Y_3)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
] | 5 |
ee1f02af-ad8a-4a94-9b85-d4dfdaa17c07 | How many siblings does the child of tanner have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_5)), Count_5)",
"child('tanner', Y_3)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
] | 5 |
a740d7ba-7702-4517-bd76-e5f071a5cc47 | How many sisters does the father of ellis have? | [
"2"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_5)), Count_5)",
"father('ellis', Y_3)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
] | 5 |
39aed908-2a3e-4047-9a49-bb17980dfd34 | How many brothers does the husband of lyndia have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_5)), Count_5)",
"husband('lyndia', Y_3)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
] | 5 |
d666b1ec-1816-489f-b807-753ed0e9b2d6 | How many sisters does the father of kari have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_5)), Count_5)",
"father('kari', Y_3)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
] | 5 |
e20ce1f7-2289-403b-934c-ce0de13b69a4 | How many children does the child of meghann have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_5)), Count_5)",
"child('meghann', Y_3)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
] | 5 |
ef4d0996-0002-46f9-ba78-8170f07eb629 | How many daughters does the sibling of deanna have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_5)), Count_5)",
"sibling('deanna', Y_3)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
] | 5 |
6357167a-c58d-4b92-a49f-49f7a59ae007 | How many children does the wife of derick have? | [
"5"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_5)), Count_5)",
"wife('derick', Y_3)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
] | 5 |
12217237-29c6-4253-b86d-3b00ecea3c1e | How many brothers does the mother of ellis have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_5)), Count_5)",
"mother('ellis', Y_3)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
] | 5 |
8501a940-f81b-4c04-9c94-2dc5d083d1cc | How many sisters does the sibling of dominick have? | [
"1",
"2"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_5)), Count_5)",
"sibling('dominick', Y_3)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
] | 5 |
d283765a-9b15-40f5-b535-ac1ccc8d8376 | How many children does the person whose job is air cabin crew have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_5)), Count_5)",
"job(Y_3, 'air cabin crew')"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
] | 6 |
4fa793fb-2a5f-4cbe-b6a5-a301abf11aa0 | How many daughters does the person whose hobby is fossil hunting have? | [
"2"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_5)), Count_5)",
"hobby(Y_3, 'fossil hunting')"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
] | 6 |
ad595385-e196-49a4-972a-b89c41643a99 | How many siblings does the person whose hobby is meditation have? | [
"0",
"4"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_5)), Count_5)",
"hobby(Y_3, 'meditation')"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
] | 6 |
888cb21c-5751-4694-bc65-b0e7e3d9ce9d | How many daughters does the person whose job is civil engineer, consulting have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(daughter(Y_3, Y_5)), Count_5)",
"job(Y_3, 'civil engineer, consulting')"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
] | 6 |
fc6983a3-0d9a-446e-b71f-d1d521309c96 | How many sisters does the person whose job is production assistant, television have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(sister(Y_3, Y_5)), Count_5)",
"job(Y_3, 'production assistant, television')"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
] | 6 |
e88542a5-5ad9-48be-ae8e-e41a5dc8d3f5 | How many brothers does the person whose hobby is meditation have? | [
"0",
"3"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_5)), Count_5)",
"hobby(Y_3, 'meditation')"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
] | 6 |
06d23edc-6031-45e5-8758-80835dce087c | How many sons does the person whose job is public house manager have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(son(Y_3, Y_5)), Count_5)",
"job(Y_3, 'public house manager')"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
] | 6 |
aab5d1b1-8861-4b0b-8d23-6fac80aa0710 | How many brothers does the person whose hobby is shogi have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(brother(Y_3, Y_5)), Count_5)",
"hobby(Y_3, 'shogi')"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
] | 6 |
638b3e0a-a21f-4957-8a83-480a52808160 | How many children does the person whose hobby is canoeing have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(child(Y_3, Y_5)), Count_5)",
"hobby(Y_3, 'canoeing')"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
] | 6 |
c9927532-67db-4089-8c87-b8b218dfc4ba | How many siblings does the person whose job is biomedical scientist have? | [
"2"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(sibling(Y_3, Y_5)), Count_5)",
"job(Y_3, 'biomedical scientist')"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
] | 6 |
48ba0c76-4cf9-40fb-b117-93cc6e62f9f5 | How many children does reyna have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(child('reyna', Y_5)), Count_5)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"<name>_3",
"have?"
] | 7 |
91e8e30e-8ea5-4d58-aee2-26a102935cdf | How many daughters does derick have? | [
"2"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(daughter('derick', Y_5)), Count_5)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"<name>_3",
"have?"
] | 7 |
df51e644-051d-4b02-bd55-7202f82c996e | How many siblings does antionette have? | [
"4"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(sibling('antionette', Y_5)), Count_5)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"<name>_3",
"have?"
] | 7 |
a34ca5c5-ee52-41c8-8dec-435049587af5 | How many daughters does ellis have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(daughter('ellis', Y_5)), Count_5)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"<name>_3",
"have?"
] | 7 |
9cab74c9-3a35-42cd-817b-703f024c0875 | How many sisters does kanesha have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(sister('kanesha', Y_5)), Count_5)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"<name>_3",
"have?"
] | 7 |
90465aea-13bd-4b0c-9b91-32b0cd6800da | How many brothers does matt have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(brother('matt', Y_5)), Count_5)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"<name>_3",
"have?"
] | 7 |
979f6f04-4ca1-4a85-8ff6-8aa5e5432db2 | How many sons does kari have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(son('kari', Y_5)), Count_5)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"<name>_3",
"have?"
] | 7 |
ebb73411-95d6-4fce-9191-ebaf58b476d8 | How many brothers does kanesha have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(brother('kanesha', Y_5)), Count_5)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"<name>_3",
"have?"
] | 7 |
ebbec778-5592-4d9d-a0cb-7bc17532c841 | How many children does alton have? | [
"0"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(child('alton', Y_5)), Count_5)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"<name>_3",
"have?"
] | 7 |
ac75e873-6c01-472b-be09-f086f0a1d6f4 | How many siblings does deanna have? | [
"2"
] | {
"answer": "Count_5",
"query": [
"aggregate_all(count, distinct(sibling('deanna', Y_5)), Count_5)"
]
} | [
"How many",
"<relation_plural>_4",
"does",
"<name>_3",
"have?"
] | 7 |
Dataset Card for Dataset Name
This dataset card aims to be a base template for new datasets. It has been generated using this raw template.
Dataset Details
Format based on this dataset: https://huggingface.co/rag-datasets
Dataset Description
- Curated by: [More Information Needed]
- Funded by [optional]: [More Information Needed]
- Shared by [optional]: [More Information Needed]
- Language(s) (NLP): [More Information Needed]
- License: [More Information Needed]
Dataset Sources [optional]
- Repository: [More Information Needed]
- Paper [optional]: [More Information Needed]
- Demo [optional]: [More Information Needed]
Uses
Direct Use
[More Information Needed]
Out-of-Scope Use
[More Information Needed]
Dataset Structure
[More Information Needed]
Dataset Creation
Curation Rationale
[More Information Needed]
Source Data
Data Collection and Processing
[More Information Needed]
Who are the source data producers?
[More Information Needed]
Annotations [optional]
Annotation process
[More Information Needed]
Who are the annotators?
[More Information Needed]
Personal and Sensitive Information
[More Information Needed]
Bias, Risks, and Limitations
[More Information Needed]
Recommendations
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
Citation [optional]
BibTeX:
[More Information Needed]
APA:
[More Information Needed]
Glossary [optional]
[More Information Needed]
More Information [optional]
[More Information Needed]
Dataset Card Authors [optional]
[More Information Needed]
Dataset Card Contact
[More Information Needed]
- Downloads last month
- 198