Datasets:

Modalities:
Image
Text
Formats:
json
Libraries:
Datasets
pandas
License:
bogoliubon's picture
try reupload without the size 500 png files
0f6ca9c
raw
history blame
94.5 kB
[
{
"id": "dd2531f3-0d12-4dbd-a732-dda9406f239d",
"question": "Who is the daughter of the mother of the person whose job is air cabin crew ?",
"answer": [
"reyna",
"rosalee",
"deanna"
],
"prolog": {
"query": [
"daughter(Y_4, Y_6)",
"mother(Y_2, Y_4)",
"job(Y_2, 'air cabin crew')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "cef4522c-2fcf-4725-9b52-450387a8879c",
"question": "Who is the mother of the child of the person whose hobby is radio-controlled car racing ?",
"answer": [
"meghann"
],
"prolog": {
"query": [
"mother(Y_4, Y_6)",
"child(Y_2, Y_4)",
"hobby(Y_2, 'radio-controlled car racing')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "0b08e7fb-37ac-4daf-a737-9e310f2e354d",
"question": "Who is the sister of the father of the person whose job is civil engineer, consulting ?",
"answer": [
"antionette",
"kari"
],
"prolog": {
"query": [
"sister(Y_4, Y_6)",
"father(Y_2, Y_4)",
"job(Y_2, 'civil engineer, consulting')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "feb3fd65-20e1-4756-99e7-f0b34e4ee7fb",
"question": "Who is the son of the husband of the person whose job is museum education officer ?",
"answer": [
"matt"
],
"prolog": {
"query": [
"son(Y_4, Y_6)",
"husband(Y_2, Y_4)",
"job(Y_2, 'museum education officer')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "18cc6c08-85b1-4bec-a766-b38a1be35e2f",
"question": "Who is the son of the father of the person whose job is public house manager ?",
"answer": [
"alfonso",
"colby",
"dominick"
],
"prolog": {
"query": [
"son(Y_4, Y_6)",
"father(Y_2, Y_4)",
"job(Y_2, 'public house manager')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "30c72684-a71f-4520-9ec3-6f5a8cf3fc84",
"question": "Who is the father of the child of the person whose hobby is geocaching ?",
"answer": [
"tanner"
],
"prolog": {
"query": [
"father(Y_4, Y_6)",
"child(Y_2, Y_4)",
"hobby(Y_2, 'geocaching')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "0e677393-01bb-4d24-83c8-1326bf3e564a",
"question": "Who is the father of the sibling of the person whose job is biomedical scientist ?",
"answer": [
"dominick"
],
"prolog": {
"query": [
"father(Y_4, Y_6)",
"sibling(Y_2, Y_4)",
"job(Y_2, 'biomedical scientist')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "3a211746-cdb6-48ce-9e76-28d186173095",
"question": "Who is the daughter of the wife of the person whose hobby is fossil hunting ?",
"answer": [
"antionette",
"kari"
],
"prolog": {
"query": [
"daughter(Y_4, Y_6)",
"wife(Y_2, Y_4)",
"hobby(Y_2, 'fossil hunting')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "724a19cc-2395-44a5-a025-13b068f5bc20",
"question": "Who is the son of the mother of the person whose job is civil engineer, consulting ?",
"answer": [
"ellis"
],
"prolog": {
"query": [
"son(Y_4, Y_6)",
"mother(Y_2, Y_4)",
"job(Y_2, 'civil engineer, consulting')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "9d26a340-40a8-44cb-be7a-b944ff708e17",
"question": "Who is the mother of the sibling of the person whose job is therapist, art ?",
"answer": [
"kanesha"
],
"prolog": {
"query": [
"mother(Y_4, Y_6)",
"sibling(Y_2, Y_4)",
"job(Y_2, 'therapist, art')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"the person whose",
"<attribute_name>_1",
"is",
"<attribute_value>_1",
"?"
],
"type": 0
},
{
"id": "1d204f4e-0b8f-4e42-8755-be5e3a0fc290",
"question": "Who is the father of the brother of dixie ?",
"answer": [
"deangelo"
],
"prolog": {
"query": [
"father(Y_4, Y_6)",
"brother('dixie', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "c88e4c4e-5e82-449e-8f94-be0096ca7507",
"question": "Who is the brother of the sister of dixie ?",
"answer": [
"alton"
],
"prolog": {
"query": [
"brother(Y_4, Y_6)",
"sister('dixie', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "a6584396-8517-4663-936b-3cbee165a29e",
"question": "Who is the child of the child of scotty ?",
"answer": [
"matt"
],
"prolog": {
"query": [
"child(Y_4, Y_6)",
"child('scotty', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "5a329760-45b1-4c7f-a93e-f95c88d9261b",
"question": "Who is the daughter of the child of kanesha ?",
"answer": [
"johnna",
"dixie",
"rosalee",
"deanna",
"reyna"
],
"prolog": {
"query": [
"daughter(Y_4, Y_6)",
"child('kanesha', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "1680766f-b2eb-45c0-9ce1-2b7c3f67eeb9",
"question": "Who is the father of the sister of daisy ?",
"answer": [
"matt"
],
"prolog": {
"query": [
"father(Y_4, Y_6)",
"sister('daisy', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "5173bf21-6a6b-4d98-b3ae-96918914f409",
"question": "Who is the father of the sibling of reyna ?",
"answer": [
"dominick"
],
"prolog": {
"query": [
"father(Y_4, Y_6)",
"sibling('reyna', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "72f7ad1c-7d40-428b-8e76-b58f943aca39",
"question": "Who is the child of the wife of derick ?",
"answer": [
"colby",
"alfonso",
"antionette",
"kari",
"dominick"
],
"prolog": {
"query": [
"child(Y_4, Y_6)",
"wife('derick', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "1b957618-6674-4e85-9a5e-d6cb016171e8",
"question": "Who is the mother of the son of deangelo ?",
"answer": [
"antionette"
],
"prolog": {
"query": [
"mother(Y_4, Y_6)",
"son('deangelo', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "f1dd53ca-953f-4227-8c8d-4f20ed50004d",
"question": "Who is the father of the child of tanner ?",
"answer": [
"tanner"
],
"prolog": {
"query": [
"father(Y_4, Y_6)",
"child('tanner', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "58b9ac50-1a0b-448c-b556-95168aeb6256",
"question": "Who is the father of the child of ila ?",
"answer": [
"alfonso"
],
"prolog": {
"query": [
"father(Y_4, Y_6)",
"child('ila', Y_4)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the",
"<relation>_3",
"of",
"<name>_2",
"?"
],
"type": 1
},
{
"id": "b92c246c-5e62-4eac-96da-47f420f0e027",
"question": "Who is the father of the person whose hobby is geocaching ?",
"answer": [
"matt"
],
"prolog": {
"query": [
"father(Y_4, Y_6)",
"hobby(Y_4, 'geocaching')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "6406a6a1-7a33-4e57-89cb-790d1452469c",
"question": "Who is the sibling of the person whose hobby is dominoes ?",
"answer": [
"alfonso",
"colby",
"dominick",
"antionette"
],
"prolog": {
"query": [
"sibling(Y_4, Y_6)",
"hobby(Y_4, 'dominoes')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "d2eb540a-9f35-495e-af67-54ceb9c6dccd",
"question": "Who is the father of the person whose job is ranger/warden ?",
"answer": [
"tanner"
],
"prolog": {
"query": [
"father(Y_4, Y_6)",
"job(Y_4, 'ranger/warden')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "da601c70-111b-40a5-8b8a-e5d2769005db",
"question": "Who is the father of the person whose hobby is trainspotting ?",
"answer": [
"tanner"
],
"prolog": {
"query": [
"father(Y_4, Y_6)",
"hobby(Y_4, 'trainspotting')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "1528843c-bc78-4fb5-93e5-2ae4ee44cc85",
"question": "Who is the daughter of the person whose job is engineer, manufacturing systems ?",
"answer": [
"lyndia"
],
"prolog": {
"query": [
"daughter(Y_4, Y_6)",
"job(Y_4, 'engineer, manufacturing systems')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "e41f9cb5-67a6-4062-8b44-f1d5da2c4170",
"question": "Who is the wife of the person whose job is therapist, art ?",
"answer": [
"daisy"
],
"prolog": {
"query": [
"wife(Y_4, Y_6)",
"job(Y_4, 'therapist, art')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "2216445b-fa8b-4a92-b1bd-cf796e078deb",
"question": "Who is the mother of the person whose job is ranger/warden ?",
"answer": [
"meghann"
],
"prolog": {
"query": [
"mother(Y_4, Y_6)",
"job(Y_4, 'ranger/warden')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "615c5fc7-e94f-4cb2-b86e-98a5ca03115b",
"question": "Who is the daughter of the person whose hobby is dairy farming ?",
"answer": [
"johnna",
"dixie"
],
"prolog": {
"query": [
"daughter(Y_4, Y_6)",
"hobby(Y_4, 'dairy farming')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "f61d9f68-5d5b-4921-99cf-a2058ffef231",
"question": "Who is the father of the person whose hobby is meditation ?",
"answer": [
"vicente",
"derick"
],
"prolog": {
"query": [
"father(Y_4, Y_6)",
"hobby(Y_4, 'meditation')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "af51e5c2-28cf-419f-bd5c-abe05849ce74",
"question": "Who is the child of the person whose hobby is architecture ?",
"answer": [
"lyndia"
],
"prolog": {
"query": [
"child(Y_4, Y_6)",
"hobby(Y_4, 'architecture')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"the person whose",
"<attribute_name>_3",
"is",
"<attribute_value>_3",
"?"
],
"type": 2
},
{
"id": "7b6f7e59-5d97-4559-9c13-ac0096230fe0",
"question": "Who is the father of miki ?",
"answer": [
"tanner"
],
"prolog": {
"query": [
"father('miki', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "36660fff-d6ec-4139-b261-5173fdcde382",
"question": "Who is the daughter of dominick ?",
"answer": [
"reyna",
"rosalee",
"deanna"
],
"prolog": {
"query": [
"daughter('dominick', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "9dfe970c-0674-4dd7-8338-a6af4793aab6",
"question": "Who is the brother of johnna ?",
"answer": [
"alton"
],
"prolog": {
"query": [
"brother('johnna', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "3d90d5e8-5512-42a5-b8d9-bfcb59f5afb4",
"question": "Who is the brother of dominick ?",
"answer": [
"alfonso",
"colby"
],
"prolog": {
"query": [
"brother('dominick', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "4a8cbd07-5246-41fc-9312-f9c1dd923a44",
"question": "Who is the husband of lyndia ?",
"answer": [
"vicente"
],
"prolog": {
"query": [
"husband('lyndia', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "69299630-2cca-47a0-b0ea-4fb87cd03f48",
"question": "Who is the father of alfonso ?",
"answer": [
"derick"
],
"prolog": {
"query": [
"father('alfonso', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "52b8f581-850f-4647-b3e4-bbbc79c53c65",
"question": "Who is the brother of colby ?",
"answer": [
"alfonso",
"dominick"
],
"prolog": {
"query": [
"brother('colby', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "1a163de4-11df-498a-96fd-cf25117dfa39",
"question": "Who is the wife of vicente ?",
"answer": [
"lyndia"
],
"prolog": {
"query": [
"wife('vicente', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "f1a86528-b4e6-4eb9-b009-2b7930764382",
"question": "Who is the sister of daisy ?",
"answer": [
"meghann"
],
"prolog": {
"query": [
"sister('daisy', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "c1adcfd1-db2e-49cc-b765-8b14d8a6b026",
"question": "Who is the husband of thomasine ?",
"answer": [
"matt"
],
"prolog": {
"query": [
"husband('thomasine', Y_6)"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the",
"<relation>_5",
"of",
"<name>_4",
"?"
],
"type": 3
},
{
"id": "57bcacdd-b1f4-41ee-8fd6-78a76b5894cd",
"question": "Who is the person whose hobby is meteorology ?",
"answer": [
"dixie",
"daisy"
],
"prolog": {
"query": [
"hobby(Y_6, 'meteorology')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "dbda12cc-5757-4363-b340-39220657d6b1",
"question": "Who is the person whose hobby is learning ?",
"answer": [
"colby"
],
"prolog": {
"query": [
"hobby(Y_6, 'learning')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "3691c12f-3625-4b01-b9ec-8a6e124a43f2",
"question": "Who is the person whose hobby is fossil hunting ?",
"answer": [
"derick"
],
"prolog": {
"query": [
"hobby(Y_6, 'fossil hunting')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "3a9f477a-fb4d-4c0f-80a2-6a7dfb42a550",
"question": "Who is the person whose job is therapist, art ?",
"answer": [
"dominick"
],
"prolog": {
"query": [
"job(Y_6, 'therapist, art')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "e5fef636-c777-4056-9e7e-1eeb36697a1a",
"question": "Who is the person whose hobby is meditation ?",
"answer": [
"antionette",
"matt"
],
"prolog": {
"query": [
"hobby(Y_6, 'meditation')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "71f75b21-d837-4b15-96ff-1782a9994f07",
"question": "Who is the person whose hobby is dolls ?",
"answer": [
"ila"
],
"prolog": {
"query": [
"hobby(Y_6, 'dolls')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "1ca2f2fd-5067-4112-b113-965aee3928c6",
"question": "Who is the person whose job is police officer ?",
"answer": [
"thomasine"
],
"prolog": {
"query": [
"job(Y_6, 'police officer')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "1c6498ca-f030-42ad-890a-ff0ea2169383",
"question": "Who is the person whose hobby is sociology ?",
"answer": [
"dominick"
],
"prolog": {
"query": [
"hobby(Y_6, 'sociology')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "ec56556a-8294-4bec-92cf-83c24a7c11fe",
"question": "Who is the person whose job is engineer, manufacturing systems ?",
"answer": [
"maggie"
],
"prolog": {
"query": [
"job(Y_6, 'engineer, manufacturing systems')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "6f201caf-0f7a-462e-a299-430477184665",
"question": "Who is the person whose hobby is dolls ?",
"answer": [
"ila"
],
"prolog": {
"query": [
"hobby(Y_6, 'dolls')"
],
"answer": "Y_6"
},
"template": [
"Who is",
"the person whose",
"<attribute_name>_5",
"is",
"<attribute_value>_5",
"?"
],
"type": 4
},
{
"id": "7ca1e426-90c7-4a22-a209-dcef0ed0f6cc",
"question": "What is the hobby of the sibling of the sibling of reyna ?",
"answer": [
"biology",
"research",
"bus spotting[22"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"sibling(Y_3, Y_5)",
"sibling('reyna', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "08ded55a-f083-4e70-8902-1a97c18241e3",
"question": "What is the hobby of the wife of the father of colby ?",
"answer": [
"shogi"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"wife(Y_3, Y_5)",
"father('colby', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "9cd6c84a-ee03-41dc-801d-1636b812af37",
"question": "What is the dob of the daughter of the child of lyndia ?",
"answer": [
"0237-11-04",
"0230-04-06"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"daughter(Y_3, Y_5)",
"child('lyndia', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "52d76450-0a14-495f-812e-ca042f885d25",
"question": "What is the job of the husband of the child of scotty ?",
"answer": [
"agricultural engineer"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"husband(Y_3, Y_5)",
"child('scotty', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "4660f1b2-9302-48d5-94bf-a37c3d866564",
"question": "What is the hobby of the mother of the daughter of kanesha ?",
"answer": [
"shogi"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"mother(Y_3, Y_5)",
"daughter('kanesha', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "44578662-4623-402f-bf51-d2266297f395",
"question": "What is the dob of the child of the child of vicente ?",
"answer": [
"0237-11-04",
"0230-04-06"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"child(Y_3, Y_5)",
"child('vicente', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "30b8d25d-1622-48b9-903d-a414f25f5788",
"question": "What is the hobby of the father of the daughter of deangelo ?",
"answer": [
"dairy farming"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"father(Y_3, Y_5)",
"daughter('deangelo', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "67498f95-0709-4817-b210-1eb91c6ab5d6",
"question": "What is the dob of the husband of the wife of vicente ?",
"answer": [
"0178-01-25"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"husband(Y_3, Y_5)",
"wife('vicente', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "c4e58198-5ba5-43d6-8679-6c9435d5a7f5",
"question": "What is the hobby of the father of the father of daisy ?",
"answer": [
"social studies"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"father(Y_3, Y_5)",
"father('daisy', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "48941302-0f42-4c0b-b4ad-00df624fc1ab",
"question": "What is the job of the daughter of the mother of dominick ?",
"answer": [
"contractor",
"public house manager"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"daughter(Y_3, Y_5)",
"mother('dominick', Y_3)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"?"
],
"type": 5
},
{
"id": "dc868c6e-ab47-4007-ba36-7a4e6cfaf5e1",
"question": "What is the job of the child of the person whose job is airline pilot ?",
"answer": [
"museum education officer"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"child(Y_3, Y_5)",
"job(Y_3, 'airline pilot')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "1517b2c2-5e70-4fe4-9695-111ec4e1741b",
"question": "What is the hobby of the brother of the person whose hobby is learning ?",
"answer": [
"microbiology",
"sociology"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"brother(Y_3, Y_5)",
"hobby(Y_3, 'learning')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "c22debfe-f32d-4cd0-92f5-161acf23d98e",
"question": "What is the job of the wife of the person whose hobby is radio-controlled car racing ?",
"answer": [
"chief marketing officer"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"wife(Y_3, Y_5)",
"hobby(Y_3, 'radio-controlled car racing')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "ca09d7c2-b2de-44bf-9b43-db057e8e0680",
"question": "What is the job of the child of the person whose job is airline pilot ?",
"answer": [
"museum education officer"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"child(Y_3, Y_5)",
"job(Y_3, 'airline pilot')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "5b346cb1-1703-4235-8794-e23c2d6da870",
"question": "What is the hobby of the child of the person whose hobby is shogi ?",
"answer": [
"sociology",
"dominoes",
"meditation",
"microbiology",
"learning"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"child(Y_3, Y_5)",
"hobby(Y_3, 'shogi')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "6ca113a4-3417-4147-b5f0-a9b621ef2417",
"question": "What is the dob of the wife of the person whose hobby is fossil hunting ?",
"answer": [
"0212-07-22"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"wife(Y_3, Y_5)",
"hobby(Y_3, 'fossil hunting')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "d87e4040-c876-49cc-9d72-c3d4dcfccf46",
"question": "What is the dob of the wife of the person whose hobby is meditation ?",
"answer": [
"0204-09-13"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"wife(Y_3, Y_5)",
"hobby(Y_3, 'meditation')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "7b2a7b2a-d684-4995-bec3-271b2ee797c7",
"question": "What is the hobby of the daughter of the person whose hobby is meteorology ?",
"answer": [
"biology",
"research",
"bus spotting[22"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"daughter(Y_3, Y_5)",
"hobby(Y_3, 'meteorology')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "596048ea-3af1-41d8-9001-b3f03ad4cb00",
"question": "What is the dob of the mother of the person whose hobby is trainspotting ?",
"answer": [
"0230-04-06"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"mother(Y_3, Y_5)",
"hobby(Y_3, 'trainspotting')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "91f8be70-2f54-4b09-9e27-f1197926a4fc",
"question": "What is the dob of the husband of the person whose hobby is architecture ?",
"answer": [
"0149-12-17"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"husband(Y_3, Y_5)",
"hobby(Y_3, 'architecture')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"?"
],
"type": 6
},
{
"id": "31e509e4-08a8-4761-a67e-72e2ae94e399",
"question": "What is the hobby of the son of antionette ?",
"answer": [
"canoeing"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"son('antionette', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "77efa4ff-feb0-4dad-9da4-6404cd5cf264",
"question": "What is the job of the son of ila ?",
"answer": [
"civil engineer, consulting"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"son('ila', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "06c7a8e5-669b-45ac-a788-a65563a6f120",
"question": "What is the job of the sibling of rosalee ?",
"answer": [
"air cabin crew",
"biomedical scientist"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"sibling('rosalee', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "3c4cb203-34c0-409d-9db5-57576492f662",
"question": "What is the job of the daughter of kanesha ?",
"answer": [
"contractor",
"public house manager"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"daughter('kanesha', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "0cae2c92-2904-4ca0-939a-6e229b4df658",
"question": "What is the job of the sibling of alfonso ?",
"answer": [
"product designer",
"contractor",
"therapist, art",
"public house manager"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"sibling('alfonso', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "3533c527-8355-4c36-9b08-9f2595774c54",
"question": "What is the job of the father of alton ?",
"answer": [
"geographical information systems officer"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"father('alton', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "c1eb9d18-82cb-46de-88d9-3cd3c19cb548",
"question": "What is the job of the son of antionette ?",
"answer": [
"accountant, chartered"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"son('antionette', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "cf998a2c-8f3c-40db-bf01-6037778b8e71",
"question": "What is the job of the sibling of colby ?",
"answer": [
"contractor",
"therapist, art",
"public house manager",
"translator"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"sibling('colby', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "90ae8aa7-ad60-4627-b067-d056ccddfb9e",
"question": "What is the dob of the wife of matt ?",
"answer": [
"0204-09-13"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"wife('matt', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "5c1de3d7-a04a-4c9f-be6f-35d1f410cbaf",
"question": "What is the hobby of the sibling of alton ?",
"answer": [
"meteorology",
"photography"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"sibling('alton', Y_5)"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the",
"<relation>_4",
"of",
"<name>_3",
"?"
],
"type": 7
},
{
"id": "1a80678e-e06b-4131-9622-5ac0618ce440",
"question": "What is the job of the person whose hobby is shogi ?",
"answer": [
"production assistant, television"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"hobby(Y_5, 'shogi')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "e064896c-18e6-44a1-a0d1-06f53e82bd3f",
"question": "What is the job of the person whose job is agricultural engineer ?",
"answer": [
"agricultural engineer"
],
"prolog": {
"query": [
"job(Y_5, Y_6)",
"job(Y_5, 'agricultural engineer')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "b01bce9c-8db9-4fe5-a8bc-8c7bb4a3afb8",
"question": "What is the dob of the person whose hobby is meditation ?",
"answer": [
"0205-10-16",
"0239-10-28"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"hobby(Y_5, 'meditation')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "a88dc9eb-a99c-4341-b5d3-7b03c0c64777",
"question": "What is the hobby of the person whose hobby is fossil hunting ?",
"answer": [
"fossil hunting"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"hobby(Y_5, 'fossil hunting')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "66815eff-b68c-4243-93e3-750e34f1fa83",
"question": "What is the dob of the person whose job is biomedical scientist ?",
"answer": [
"0270-07-11"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"job(Y_5, 'biomedical scientist')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "edba940f-96cc-4c6c-8000-31364188d1a6",
"question": "What is the dob of the person whose hobby is meteorology ?",
"answer": [
"0270-01-28",
"0237-11-04"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"hobby(Y_5, 'meteorology')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "650c6331-1af6-411e-b46e-2ba643207575",
"question": "What is the dob of the person whose job is museum education officer ?",
"answer": [
"0178-04-18"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"job(Y_5, 'museum education officer')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "9786445f-9bd3-4cd8-a9e5-c75e88c7a1af",
"question": "What is the dob of the person whose job is airline pilot ?",
"answer": [
"0149-12-17"
],
"prolog": {
"query": [
"dob(Y_5, Y_6)",
"job(Y_5, 'airline pilot')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "ea71c247-686c-4314-9ce9-44a1f2d31ed7",
"question": "What is the hobby of the person whose hobby is wikipedia editing ?",
"answer": [
"wikipedia editing"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"hobby(Y_5, 'wikipedia editing')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "c7ae8112-d329-43e3-b435-47b44b1b2756",
"question": "What is the hobby of the person whose job is commercial/residential surveyor ?",
"answer": [
"dolls"
],
"prolog": {
"query": [
"hobby(Y_5, Y_6)",
"job(Y_5, 'commercial/residential surveyor')"
],
"answer": "Y_6"
},
"template": [
"What is",
"the",
"<attribute_name>_5",
"of",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"?"
],
"type": 8
},
{
"id": "f58de1f3-6ab5-4598-bd77-c55363f2899d",
"question": "How many brothers does the sister of the sister of dominick have?",
"answer": [
"14"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)",
"sister(Y_3, Y_5)",
"sister('dominick', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "fabf79b7-3241-4a75-ad12-bbaa18c64189",
"question": "How many children does the daughter of the mother of daisy have?",
"answer": [
"34"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)",
"daughter(Y_3, Y_5)",
"mother('daisy', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "2ad2e444-1abe-4628-aeac-034b17d92438",
"question": "How many children does the sister of the daughter of thomasine have?",
"answer": [
"34"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)",
"sister(Y_3, Y_5)",
"daughter('thomasine', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "ecaeb759-5ebc-44a7-a325-34f42b366527",
"question": "How many sons does the wife of the father of miki have?",
"answer": [
"12"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)",
"wife(Y_3, Y_5)",
"father('miki', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "e3a075af-18a4-404d-8b2f-0eeb7b6c7f00",
"question": "How many brothers does the sister of the daughter of thomasine have?",
"answer": [
"14"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)",
"sister(Y_3, Y_5)",
"daughter('thomasine', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "7eb902eb-a69e-4e4c-918c-dfc74fdf3bdb",
"question": "How many siblings does the sister of the daughter of thomasine have?",
"answer": [
"34"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_5, Y_7)), Count_7)",
"sister(Y_3, Y_5)",
"daughter('thomasine', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "7bc42427-dbd2-4a07-bc14-7b78402dbc39",
"question": "How many sisters does the mother of the sister of daisy have?",
"answer": [
"20"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)",
"mother(Y_3, Y_5)",
"sister('daisy', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "d96b227e-bb54-4a43-97fc-2932f6142837",
"question": "How many sisters does the father of the child of ila have?",
"answer": [
"20"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)",
"father(Y_3, Y_5)",
"child('ila', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "07585715-1267-413a-a4e9-cd5dc8e82241",
"question": "How many daughters does the mother of the daughter of scotty have?",
"answer": [
"22"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)",
"mother(Y_3, Y_5)",
"daughter('scotty', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "05c8f623-0c55-493e-a42f-2fa14c8f4bcb",
"question": "How many sons does the sister of the daughter of matt have?",
"answer": [
"12"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)",
"sister(Y_3, Y_5)",
"daughter('matt', Y_3)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the",
"<relation>_2",
"of",
"<name>_1",
"have?"
],
"type": 9
},
{
"id": "e2a782f7-5de7-4e96-be52-40ea719a3ddd",
"question": "How many sons does the wife of the person whose job is geographical information systems officer have?",
"answer": [
"12"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)",
"wife(Y_3, Y_5)",
"job(Y_3, 'geographical information systems officer')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "6af0145d-c7a5-4b56-b34e-3952e0ce9c46",
"question": "How many daughters does the brother of the person whose hobby is microbiology have?",
"answer": [
"22"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)",
"brother(Y_3, Y_5)",
"hobby(Y_3, 'microbiology')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "fc299b71-29c2-49a7-8db0-3548917bcca4",
"question": "How many brothers does the wife of the person whose job is agricultural engineer have?",
"answer": [
"14"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)",
"wife(Y_3, Y_5)",
"job(Y_3, 'agricultural engineer')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "a06f7db4-646c-4b7b-8458-f460e5248b58",
"question": "How many siblings does the mother of the person whose job is newspaper journalist have?",
"answer": [
"34"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_5, Y_7)), Count_7)",
"mother(Y_3, Y_5)",
"job(Y_3, 'newspaper journalist')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "6c7fb5ea-3ad6-4142-9246-f2825657d324",
"question": "How many children does the sister of the person whose job is biomedical scientist have?",
"answer": [
"34"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)",
"sister(Y_3, Y_5)",
"job(Y_3, 'biomedical scientist')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "c5fa64f6-7ca2-4498-a555-6329278288ce",
"question": "How many siblings does the sister of the person whose hobby is photography have?",
"answer": [
"34"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_5, Y_7)), Count_7)",
"sister(Y_3, Y_5)",
"hobby(Y_3, 'photography')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "eaf084ee-2c4a-4916-986e-7cb240e25404",
"question": "How many sisters does the daughter of the person whose hobby is wikipedia editing have?",
"answer": [
"20"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)",
"daughter(Y_3, Y_5)",
"hobby(Y_3, 'wikipedia editing')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "409d7e2d-f6c8-4405-a0fb-feecc5425871",
"question": "How many sisters does the wife of the person whose job is therapist, art have?",
"answer": [
"20"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)",
"wife(Y_3, Y_5)",
"job(Y_3, 'therapist, art')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "3e541e10-16eb-4b16-9353-b07ceea05dd2",
"question": "How many sons does the wife of the person whose job is airline pilot have?",
"answer": [
"12"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)",
"wife(Y_3, Y_5)",
"job(Y_3, 'airline pilot')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "39945108-7c91-4598-aa55-5decfabec2d4",
"question": "How many siblings does the father of the person whose hobby is research have?",
"answer": [
"34"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling(Y_5, Y_7)), Count_7)",
"father(Y_3, Y_5)",
"hobby(Y_3, 'research')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"the person whose",
"<attribute_name>_2",
"is",
"<attribute_value>_2",
"have?"
],
"type": 10
},
{
"id": "fe2c5638-92c2-44b4-afd4-075cae286f6d",
"question": "How many brothers does the father of deanna have?",
"answer": [
"14"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)",
"father('deanna', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "2ed28e4f-0b9b-4566-b28a-b5b13b7c6ba9",
"question": "How many sisters does the daughter of meghann have?",
"answer": [
"20"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)",
"daughter('meghann', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "6145e2b6-2f3b-4195-be99-f5ac0a9c8ce1",
"question": "How many sons does the father of alton have?",
"answer": [
"12"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)",
"father('alton', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "19f7cdf5-c5e6-46ba-b772-c8ce33c4c0e1",
"question": "How many sons does the father of dixie have?",
"answer": [
"12"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)",
"father('dixie', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "366c7be9-dc46-4f06-a489-52c107b2399f",
"question": "How many daughters does the child of deangelo have?",
"answer": [
"22"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)",
"child('deangelo', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "86e475d2-85ba-4dcf-8836-67825528de3a",
"question": "How many sisters does the husband of meghann have?",
"answer": [
"20"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)",
"husband('meghann', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "0c9fa089-fc4c-4081-af3d-29e67c53c4ea",
"question": "How many children does the father of deanna have?",
"answer": [
"34"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)",
"father('deanna', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "88e97d42-1f6f-486f-9c2e-a361c2f6e5b7",
"question": "How many daughters does the husband of meghann have?",
"answer": [
"22"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)",
"husband('meghann', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "04310ec0-5805-4727-9cd7-f9ffdfe47c58",
"question": "How many sons does the child of antionette have?",
"answer": [
"12"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)",
"child('antionette', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "fb393567-1d0e-42c0-8eb5-039cae06476b",
"question": "How many children does the daughter of deangelo have?",
"answer": [
"34"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)",
"daughter('deangelo', Y_5)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the",
"<relation>_4",
"of",
"<name>_3",
"have?"
],
"type": 11
},
{
"id": "bc06019e-a2e4-491c-a1f3-bb9cf068d000",
"question": "How many sisters does the person whose hobby is research have?",
"answer": [
"20"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)",
"hobby(Y_5, 'research')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "fdf2d72f-0efd-4516-a172-1dfdcd40f021",
"question": "How many brothers does the person whose hobby is meteorology have?",
"answer": [
"14"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)",
"hobby(Y_5, 'meteorology')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "0e31d720-29c8-41ed-a807-a4d5c9ccb112",
"question": "How many daughters does the person whose job is geographical information systems officer have?",
"answer": [
"22"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)",
"job(Y_5, 'geographical information systems officer')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "1d8f1f6d-93df-436e-b380-1759390b68a9",
"question": "How many sisters does the person whose job is agricultural engineer have?",
"answer": [
"20"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)",
"job(Y_5, 'agricultural engineer')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "318d0658-67cd-4ef6-8cb7-f4104650598c",
"question": "How many daughters does the person whose hobby is meditation have?",
"answer": [
"22"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)",
"hobby(Y_5, 'meditation')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "29463c16-35c5-4a7f-a639-e8c874f52630",
"question": "How many sons does the person whose job is product designer have?",
"answer": [
"12"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)",
"job(Y_5, 'product designer')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "60a39dac-e7fa-43eb-908a-4fd3e21aef2f",
"question": "How many brothers does the person whose job is civil engineer, consulting have?",
"answer": [
"14"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)",
"job(Y_5, 'civil engineer, consulting')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "5c25edc0-ce79-46ee-ab87-fb766babec04",
"question": "How many children does the person whose hobby is meditation have?",
"answer": [
"34"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)",
"hobby(Y_5, 'meditation')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "39987661-b85b-4a4e-a690-8c677d49f224",
"question": "How many brothers does the person whose hobby is canoeing have?",
"answer": [
"14"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)",
"hobby(Y_5, 'canoeing')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "51bc500c-5e32-4f3b-89de-6c41a5662602",
"question": "How many brothers does the person whose hobby is tether car have?",
"answer": [
"14"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)",
"hobby(Y_5, 'tether car')"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"the person whose",
"<attribute_name>_4",
"is",
"<attribute_value>_4",
"have?"
],
"type": 12
},
{
"id": "a11c11b4-143f-4993-94c2-4f2db6a19e99",
"question": "How many children does deangelo have?",
"answer": [
"3"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(child('deangelo', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "12f88d77-82a2-4207-8385-b962cc96de6f",
"question": "How many siblings does antionette have?",
"answer": [
"4"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling('antionette', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "7677f06d-8859-443b-b25d-862d62053af6",
"question": "How many brothers does johnna have?",
"answer": [
"1"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother('johnna', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "16ac34a9-9729-4114-90a3-f83915d06893",
"question": "How many daughters does alfonso have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter('alfonso', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "f19e4467-7fe7-4a72-b9bf-6725e76776d4",
"question": "How many sisters does dominick have?",
"answer": [
"2"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister('dominick', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "4beb9119-4075-447f-867a-0622b21c0084",
"question": "How many sons does rosalee have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(son('rosalee', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "519754fd-1e83-42c8-ba37-a0fd739847bd",
"question": "How many brothers does scotty have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(brother('scotty', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "a89d40ca-ebf7-432e-9970-96a49852a381",
"question": "How many sisters does deangelo have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sister('deangelo', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "87945138-a42e-443e-81cc-a884e284b116",
"question": "How many daughters does miki have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(daughter('miki', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
},
{
"id": "0e10f76e-f92a-45c7-b184-159029371d75",
"question": "How many siblings does maggie have?",
"answer": [
"0"
],
"prolog": {
"query": [
"aggregate_all(count, distinct(sibling('maggie', Y_7)), Count_7)"
],
"answer": "Count_7"
},
"template": [
"How many",
"<relation_plural>_6",
"does",
"<name>_5",
"have?"
],
"type": 13
}
]