data_source
stringclasses 1
value | prompt
stringlengths 942
13.1k
| ability
stringclasses 1
value | reward_model
dict | extra_info
stringlengths 79
14.6k
|
---|---|---|---|---|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
37852, HORROR
1852, ENT20675
12063, ENT23433
37234, ENT35872
10382, WITCHFINDER GENERAL
src, edge_attr, dst
37234, has_genre, 37852
37234, REL9, 1852
10382, directed_by, 12063
10382, has_genre, 37852
10382, REL9, 12063
Question: For what reason are ENT20675 and ENT23433 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT20675", "ENT23433"], "valid_edges": [["ENT35872", "has_genre", "HORROR"], ["ENT35872", "REL9", "ENT20675"], ["WITCHFINDER GENERAL", "directed_by", "ENT23433"], ["WITCHFINDER GENERAL", "has_genre", "HORROR"], ["WITCHFINDER GENERAL", "REL9", "ENT23433"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
17148, ENT7161
36394, ENT12054
25232, ENT13035
37248, GREGG ARAKI
23535, HAROLD LLOYD
13581, ENT16122
20146, ENT17272
31215, ENT17932
15114, ENT25413
31422, SAM TAYLOR
9177, ENT31259
38344, ENT31599
23330, TED WILDE
7990, THE DIVORCE OF LADY X
38525, THE DOOM GENERATION
22154, ENT34350
13575, TIM WHELAN
src, edge_attr, dst
25232, directed_by, 36394
25232, directed_by, 31422
25232, has_genre, 17148
25232, REL5, 23535
25232, REL5, 31422
25232, REL8, 23535
25232, REL8, 20146
25232, REL9, 31422
25232, REL9, 23330
25232, REL9, 13575
15114, directed_by, 37248
15114, has_genre, 17148
15114, REL5, 37248
15114, REL8, 13581
15114, REL9, 37248
9177, directed_by, 37248
9177, has_genre, 17148
9177, REL5, 17148
9177, REL5, 37248
38344, directed_by, 37248
38344, has_genre, 17148
38344, REL8, 31215
38344, REL9, 37248
7990, directed_by, 13575
7990, has_genre, 17148
38525, directed_by, 37248
38525, has_genre, 17148
38525, REL8, 13581
38525, REL8, 31215
38525, REL9, 37248
22154, directed_by, 36394
22154, directed_by, 31422
22154, has_genre, 17148
22154, REL5, 36394
22154, REL5, 23535
22154, REL5, 31422
22154, REL8, 23535
22154, REL8, 20146
22154, REL9, 31422
22154, REL9, 23330
22154, REL9, 13575
Question: For what reason are GREGG ARAKI and TIM WHELAN associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["GREGG ARAKI", "TIM WHELAN"], "valid_edges": [["ENT13035", "directed_by", "ENT12054"], ["ENT13035", "directed_by", "SAM TAYLOR"], ["ENT13035", "has_genre", "ENT7161"], ["ENT13035", "REL5", "HAROLD LLOYD"], ["ENT13035", "REL5", "SAM TAYLOR"], ["ENT13035", "REL8", "HAROLD LLOYD"], ["ENT13035", "REL8", "ENT17272"], ["ENT13035", "REL9", "SAM TAYLOR"], ["ENT13035", "REL9", "TED WILDE"], ["ENT13035", "REL9", "TIM WHELAN"], ["ENT25413", "directed_by", "GREGG ARAKI"], ["ENT25413", "has_genre", "ENT7161"], ["ENT25413", "REL5", "GREGG ARAKI"], ["ENT25413", "REL8", "ENT16122"], ["ENT25413", "REL9", "GREGG ARAKI"], ["ENT31259", "directed_by", "GREGG ARAKI"], ["ENT31259", "has_genre", "ENT7161"], ["ENT31259", "REL5", "ENT7161"], ["ENT31259", "REL5", "GREGG ARAKI"], ["ENT31599", "directed_by", "GREGG ARAKI"], ["ENT31599", "has_genre", "ENT7161"], ["ENT31599", "REL8", "ENT17932"], ["ENT31599", "REL9", "GREGG ARAKI"], ["THE DIVORCE OF LADY X", "directed_by", "TIM WHELAN"], ["THE DIVORCE OF LADY X", "has_genre", "ENT7161"], ["THE DOOM GENERATION", "directed_by", "GREGG ARAKI"], ["THE DOOM GENERATION", "has_genre", "ENT7161"], ["THE DOOM GENERATION", "REL8", "ENT16122"], ["THE DOOM GENERATION", "REL8", "ENT17932"], ["THE DOOM GENERATION", "REL9", "GREGG ARAKI"], ["ENT34350", "directed_by", "ENT12054"], ["ENT34350", "directed_by", "SAM TAYLOR"], ["ENT34350", "has_genre", "ENT7161"], ["ENT34350", "REL5", "ENT12054"], ["ENT34350", "REL5", "HAROLD LLOYD"], ["ENT34350", "REL5", "SAM TAYLOR"], ["ENT34350", "REL8", "HAROLD LLOYD"], ["ENT34350", "REL8", "ENT17272"], ["ENT34350", "REL9", "SAM TAYLOR"], ["ENT34350", "REL9", "TED WILDE"], ["ENT34350", "REL9", "TIM WHELAN"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
23494, CLΓ BENNETT
16661, DRAMA
8497, ENT14816
34793, ENT15117
17320, JAMES MILLICAN
src, edge_attr, dst
8497, has_genre, 16661
8497, REL8, 23494
34793, has_genre, 16661
34793, REL8, 17320
Question: In what context are CLΓ BENNETT and JAMES MILLICAN connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["CLΓ BENNETT", "JAMES MILLICAN"], "valid_edges": [["ENT14816", "has_genre", "DRAMA"], ["ENT14816", "REL8", "CLΓ BENNETT"], ["ENT15117", "has_genre", "DRAMA"], ["ENT15117", "REL8", "JAMES MILLICAN"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
10206, BASED ON A TRUE STORY
39280, BUBBA HO-TEP
4984, ENT5423
17148, ENT7161
422, ENT17363
14943, THE SAPPHIRES
26042, ENT37867
src, edge_attr, dst
39280, has_genre, 17148
39280, REL5, 17148
39280, REL9, 422
4984, has_genre, 17148
4984, REL5, 10206
4984, REL5, 26042
14943, has_genre, 17148
14943, REL5, 10206
14943, REL5, 26042
Question: How are BASED ON A TRUE STORY and ENT17363 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["BASED ON A TRUE STORY", "ENT17363"], "valid_edges": [["BUBBA HO-TEP", "has_genre", "ENT7161"], ["BUBBA HO-TEP", "REL5", "ENT7161"], ["BUBBA HO-TEP", "REL9", "ENT17363"], ["ENT5423", "has_genre", "ENT7161"], ["ENT5423", "REL5", "BASED ON A TRUE STORY"], ["ENT5423", "REL5", "ENT37867"], ["THE SAPPHIRES", "has_genre", "ENT7161"], ["THE SAPPHIRES", "REL5", "BASED ON A TRUE STORY"], ["THE SAPPHIRES", "REL5", "ENT37867"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
891, ENT135
32522, ENT427
17495, ENT1064
12883, ALEX FROST
26090, ALOIS NEBEL
30954, ENT2469
21933, ENT3031
2058, ENT3085
25463, ENT3093
39664, ENT3147
35436, BELOVED
4438, BLACK DEATH
8502, ENT6006
24527, ENT7668
12128, ENT7714
19693, ENT8577
25403, ENT8597
33624, DILLINGER IS DEAD
7843, ENT9624
38589, ENT9699
16661, DRAMA
10754, ENT10321
19984, ENT11079
2830, FINAL DESTINATION
8144, FUNERAL PARADE OF ROSES
38324, GOODBYE, COLUMBUS
21131, GOODBYE, MR. CHIPS
10922, HALF LIGHT
40046, HAMLET
37852, HORROR
30475, HOUR OF THE WOLF
22536, ENT14996
29464, INFERNO
21529, ENT15493
18279, JACK FROST
15247, KES
34131, ENT19829
14614, ENT20048
7304, MAD LOVE
23538, ENT22928
34114, MEGAN IS MISSING
13946, MIDNIGHT COWBOY
18299, ENT23907
13172, ENT24240
29436, ENT24550
2003, NINE LIVES
10027, OPEN WATER
3396, POISON
37160, ENT27289
9232, PRIEST
462, PRISON
36421, SAMURAI BANNERS
23528, SVENGALI
19001, TAXIDERMIA
36282, ENT33310
1509, THE ARRANGEMENT
36792, THE BATTERY
8197, ENT33489
18011, ENT33887
33922, THE CREMATOR
23770, THE DAMNED
38080, ENT33986
4555, THE EXORCISM OF EMILY ROSE
35986, THE GUARDIAN
4113, ENT34580
8606, ENT34733
20243, THE KISS
37152, THE LAND
7341, ENT34961
1866, THE LEARNING TREE
19519, ENT35049
6974, ENT35258
1492, ENT35585
22561, ENT35620
3158, THE PICTURE OF DORIAN GRAY
16726, ENT35741
747, ENT35922
37652, ENT36431
26746, THE VICIOUS KIND
35288, ENT36552
25475, THE WHITE REINDEER
31710, THE WOLF MAN
9013, ENT36697
29739, ENT36839
14863, TUSK
30500, WHAT LIES BENEATH
30820, WHEN ANIMALS DREAM
28817, WITCHHAMMER
39031, ENT39672
src, edge_attr, dst
891, has_genre, 16661
32522, has_genre, 16661
32522, release_year, 891
17495, has_genre, 16661
17495, release_year, 891
26090, has_genre, 16661
26090, in_language, 24527
30954, has_genre, 16661
30954, release_year, 891
21933, has_genre, 16661
21933, has_genre, 37852
2058, has_genre, 16661
2058, has_genre, 37852
25463, has_genre, 16661
25463, has_genre, 37852
39664, has_genre, 16661
39664, REL5, 24527
39664, in_language, 24527
35436, has_genre, 16661
35436, has_genre, 37852
4438, has_genre, 16661
4438, has_genre, 37852
8502, has_genre, 16661
8502, release_year, 891
12128, has_genre, 16661
12128, REL5, 24527
12128, in_language, 24527
19693, has_genre, 16661
19693, has_genre, 37852
25403, has_genre, 16661
25403, has_genre, 37852
25403, REL5, 37852
33624, has_genre, 16661
33624, release_year, 891
7843, has_genre, 16661
7843, release_year, 891
38589, has_genre, 16661
38589, release_year, 891
10754, has_genre, 16661
10754, REL8, 12883
19984, has_genre, 16661
19984, has_genre, 37852
2830, has_genre, 37852
2830, REL5, 16661
2830, REL5, 37852
8144, has_genre, 16661
8144, release_year, 891
38324, has_genre, 16661
38324, release_year, 891
21131, has_genre, 16661
21131, release_year, 891
10922, has_genre, 16661
10922, has_genre, 37852
40046, has_genre, 16661
40046, REL5, 16661
40046, release_year, 891
30475, has_genre, 16661
30475, has_genre, 37852
22536, has_genre, 16661
22536, has_genre, 37852
29464, has_genre, 16661
29464, has_genre, 37852
21529, has_genre, 16661
21529, in_language, 24527
18279, has_genre, 16661
18279, has_genre, 37852
15247, has_genre, 16661
15247, release_year, 891
34131, has_genre, 16661
34131, REL5, 16661
34131, release_year, 891
14614, has_genre, 16661
14614, has_genre, 37852
7304, has_genre, 16661
7304, has_genre, 37852
23538, has_genre, 16661
23538, release_year, 891
34114, has_genre, 16661
34114, has_genre, 37852
13946, has_genre, 16661
13946, release_year, 891
18299, has_genre, 16661
18299, release_year, 891
13172, has_genre, 16661
13172, has_genre, 37852
29436, has_genre, 16661
29436, has_genre, 37852
2003, has_genre, 16661
2003, has_genre, 37852
10027, has_genre, 16661
10027, has_genre, 37852
3396, has_genre, 16661
3396, has_genre, 37852
37160, has_genre, 16661
37160, has_genre, 37852
9232, has_genre, 16661
9232, has_genre, 37852
462, has_genre, 16661
462, has_genre, 37852
36421, has_genre, 16661
36421, release_year, 891
23528, has_genre, 16661
23528, has_genre, 37852
19001, has_genre, 16661
19001, has_genre, 37852
36282, has_genre, 16661
36282, has_genre, 37852
1509, has_genre, 16661
1509, release_year, 891
36792, has_genre, 16661
36792, has_genre, 37852
8197, has_genre, 16661
8197, release_year, 891
18011, has_genre, 16661
18011, in_language, 24527
33922, has_genre, 16661
33922, has_genre, 37852
33922, in_language, 24527
33922, release_year, 891
23770, has_genre, 16661
23770, release_year, 891
38080, has_genre, 16661
38080, has_genre, 37852
4555, has_genre, 16661
4555, has_genre, 37852
35986, has_genre, 16661
35986, has_genre, 37852
4113, has_genre, 16661
4113, release_year, 891
8606, has_genre, 16661
8606, has_genre, 37852
20243, has_genre, 16661
20243, has_genre, 37852
37152, has_genre, 16661
37152, release_year, 891
7341, has_genre, 16661
7341, has_genre, 37852
1866, has_genre, 16661
1866, release_year, 891
19519, has_genre, 16661
19519, has_genre, 37852
6974, has_genre, 16661
6974, has_genre, 37852
1492, has_genre, 37852
1492, REL5, 16661
1492, REL5, 37852
22561, has_genre, 16661
22561, release_year, 891
3158, has_genre, 16661
3158, has_genre, 37852
16726, has_genre, 16661
16726, REL5, 16661
16726, release_year, 891
747, has_genre, 16661
747, has_genre, 37852
37652, has_genre, 16661
37652, has_genre, 37852
26746, has_genre, 16661
26746, REL8, 12883
35288, has_genre, 16661
35288, has_genre, 37852
25475, has_genre, 16661
25475, has_genre, 37852
31710, has_genre, 16661
31710, has_genre, 37852
9013, has_genre, 16661
9013, has_genre, 37852
9013, REL5, 37852
29739, has_genre, 16661
29739, release_year, 891
14863, has_genre, 16661
14863, has_genre, 37852
14863, REL5, 37852
30500, has_genre, 16661
30500, has_genre, 37852
30500, REL5, 37852
30820, has_genre, 16661
30820, has_genre, 37852
28817, has_genre, 16661
28817, in_language, 24527
39031, has_genre, 16661
39031, release_year, 891
Question: In what context are ALEX FROST and THE CREMATOR connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ALEX FROST", "THE CREMATOR"], "valid_edges": [["ENT135", "has_genre", "DRAMA"], ["ENT427", "has_genre", "DRAMA"], ["ENT427", "release_year", "ENT135"], ["ENT1064", "has_genre", "DRAMA"], ["ENT1064", "release_year", "ENT135"], ["ALOIS NEBEL", "has_genre", "DRAMA"], ["ALOIS NEBEL", "in_language", "ENT7668"], ["ENT2469", "has_genre", "DRAMA"], ["ENT2469", "release_year", "ENT135"], ["ENT3031", "has_genre", "DRAMA"], ["ENT3031", "has_genre", "HORROR"], ["ENT3085", "has_genre", "DRAMA"], ["ENT3085", "has_genre", "HORROR"], ["ENT3093", "has_genre", "DRAMA"], ["ENT3093", "has_genre", "HORROR"], ["ENT3147", "has_genre", "DRAMA"], ["ENT3147", "REL5", "ENT7668"], ["ENT3147", "in_language", "ENT7668"], ["BELOVED", "has_genre", "DRAMA"], ["BELOVED", "has_genre", "HORROR"], ["BLACK DEATH", "has_genre", "DRAMA"], ["BLACK DEATH", "has_genre", "HORROR"], ["ENT6006", "has_genre", "DRAMA"], ["ENT6006", "release_year", "ENT135"], ["ENT7714", "has_genre", "DRAMA"], ["ENT7714", "REL5", "ENT7668"], ["ENT7714", "in_language", "ENT7668"], ["ENT8577", "has_genre", "DRAMA"], ["ENT8577", "has_genre", "HORROR"], ["ENT8597", "has_genre", "DRAMA"], ["ENT8597", "has_genre", "HORROR"], ["ENT8597", "REL5", "HORROR"], ["DILLINGER IS DEAD", "has_genre", "DRAMA"], ["DILLINGER IS DEAD", "release_year", "ENT135"], ["ENT9624", "has_genre", "DRAMA"], ["ENT9624", "release_year", "ENT135"], ["ENT9699", "has_genre", "DRAMA"], ["ENT9699", "release_year", "ENT135"], ["ENT10321", "has_genre", "DRAMA"], ["ENT10321", "REL8", "ALEX FROST"], ["ENT11079", "has_genre", "DRAMA"], ["ENT11079", "has_genre", "HORROR"], ["FINAL DESTINATION", "has_genre", "HORROR"], ["FINAL DESTINATION", "REL5", "DRAMA"], ["FINAL DESTINATION", "REL5", "HORROR"], ["FUNERAL PARADE OF ROSES", "has_genre", "DRAMA"], ["FUNERAL PARADE OF ROSES", "release_year", "ENT135"], ["GOODBYE, COLUMBUS", "has_genre", "DRAMA"], ["GOODBYE, COLUMBUS", "release_year", "ENT135"], ["GOODBYE, MR. CHIPS", "has_genre", "DRAMA"], ["GOODBYE, MR. CHIPS", "release_year", "ENT135"], ["HALF LIGHT", "has_genre", "DRAMA"], ["HALF LIGHT", "has_genre", "HORROR"], ["HAMLET", "has_genre", "DRAMA"], ["HAMLET", "REL5", "DRAMA"], ["HAMLET", "release_year", "ENT135"], ["HOUR OF THE WOLF", "has_genre", "DRAMA"], ["HOUR OF THE WOLF", "has_genre", "HORROR"], ["ENT14996", "has_genre", "DRAMA"], ["ENT14996", "has_genre", "HORROR"], ["INFERNO", "has_genre", "DRAMA"], ["INFERNO", "has_genre", "HORROR"], ["ENT15493", "has_genre", "DRAMA"], ["ENT15493", "in_language", "ENT7668"], ["JACK FROST", "has_genre", "DRAMA"], ["JACK FROST", "has_genre", "HORROR"], ["KES", "has_genre", "DRAMA"], ["KES", "release_year", "ENT135"], ["ENT19829", "has_genre", "DRAMA"], ["ENT19829", "REL5", "DRAMA"], ["ENT19829", "release_year", "ENT135"], ["ENT20048", "has_genre", "DRAMA"], ["ENT20048", "has_genre", "HORROR"], ["MAD LOVE", "has_genre", "DRAMA"], ["MAD LOVE", "has_genre", "HORROR"], ["ENT22928", "has_genre", "DRAMA"], ["ENT22928", "release_year", "ENT135"], ["MEGAN IS MISSING", "has_genre", "DRAMA"], ["MEGAN IS MISSING", "has_genre", "HORROR"], ["MIDNIGHT COWBOY", "has_genre", "DRAMA"], ["MIDNIGHT COWBOY", "release_year", "ENT135"], ["ENT23907", "has_genre", "DRAMA"], ["ENT23907", "release_year", "ENT135"], ["ENT24240", "has_genre", "DRAMA"], ["ENT24240", "has_genre", "HORROR"], ["ENT24550", "has_genre", "DRAMA"], ["ENT24550", "has_genre", "HORROR"], ["NINE LIVES", "has_genre", "DRAMA"], ["NINE LIVES", "has_genre", "HORROR"], ["OPEN WATER", "has_genre", "DRAMA"], ["OPEN WATER", "has_genre", "HORROR"], ["POISON", "has_genre", "DRAMA"], ["POISON", "has_genre", "HORROR"], ["ENT27289", "has_genre", "DRAMA"], ["ENT27289", "has_genre", "HORROR"], ["PRIEST", "has_genre", "DRAMA"], ["PRIEST", "has_genre", "HORROR"], ["PRISON", "has_genre", "DRAMA"], ["PRISON", "has_genre", "HORROR"], ["SAMURAI BANNERS", "has_genre", "DRAMA"], ["SAMURAI BANNERS", "release_year", "ENT135"], ["SVENGALI", "has_genre", "DRAMA"], ["SVENGALI", "has_genre", "HORROR"], ["TAXIDERMIA", "has_genre", "DRAMA"], ["TAXIDERMIA", "has_genre", "HORROR"], ["ENT33310", "has_genre", "DRAMA"], ["ENT33310", "has_genre", "HORROR"], ["THE ARRANGEMENT", "has_genre", "DRAMA"], ["THE ARRANGEMENT", "release_year", "ENT135"], ["THE BATTERY", "has_genre", "DRAMA"], ["THE BATTERY", "has_genre", "HORROR"], ["ENT33489", "has_genre", "DRAMA"], ["ENT33489", "release_year", "ENT135"], ["ENT33887", "has_genre", "DRAMA"], ["ENT33887", "in_language", "ENT7668"], ["THE CREMATOR", "has_genre", "DRAMA"], ["THE CREMATOR", "has_genre", "HORROR"], ["THE CREMATOR", "in_language", "ENT7668"], ["THE CREMATOR", "release_year", "ENT135"], ["THE DAMNED", "has_genre", "DRAMA"], ["THE DAMNED", "release_year", "ENT135"], ["ENT33986", "has_genre", "DRAMA"], ["ENT33986", "has_genre", "HORROR"], ["THE EXORCISM OF EMILY ROSE", "has_genre", "DRAMA"], ["THE EXORCISM OF EMILY ROSE", "has_genre", "HORROR"], ["THE GUARDIAN", "has_genre", "DRAMA"], ["THE GUARDIAN", "has_genre", "HORROR"], ["ENT34580", "has_genre", "DRAMA"], ["ENT34580", "release_year", "ENT135"], ["ENT34733", "has_genre", "DRAMA"], ["ENT34733", "has_genre", "HORROR"], ["THE KISS", "has_genre", "DRAMA"], ["THE KISS", "has_genre", "HORROR"], ["THE LAND", "has_genre", "DRAMA"], ["THE LAND", "release_year", "ENT135"], ["ENT34961", "has_genre", "DRAMA"], ["ENT34961", "has_genre", "HORROR"], ["THE LEARNING TREE", "has_genre", "DRAMA"], ["THE LEARNING TREE", "release_year", "ENT135"], ["ENT35049", "has_genre", "DRAMA"], ["ENT35049", "has_genre", "HORROR"], ["ENT35258", "has_genre", "DRAMA"], ["ENT35258", "has_genre", "HORROR"], ["ENT35585", "has_genre", "HORROR"], ["ENT35585", "REL5", "DRAMA"], ["ENT35585", "REL5", "HORROR"], ["ENT35620", "has_genre", "DRAMA"], ["ENT35620", "release_year", "ENT135"], ["THE PICTURE OF DORIAN GRAY", "has_genre", "DRAMA"], ["THE PICTURE OF DORIAN GRAY", "has_genre", "HORROR"], ["ENT35741", "has_genre", "DRAMA"], ["ENT35741", "REL5", "DRAMA"], ["ENT35741", "release_year", "ENT135"], ["ENT35922", "has_genre", "DRAMA"], ["ENT35922", "has_genre", "HORROR"], ["ENT36431", "has_genre", "DRAMA"], ["ENT36431", "has_genre", "HORROR"], ["THE VICIOUS KIND", "has_genre", "DRAMA"], ["THE VICIOUS KIND", "REL8", "ALEX FROST"], ["ENT36552", "has_genre", "DRAMA"], ["ENT36552", "has_genre", "HORROR"], ["THE WHITE REINDEER", "has_genre", "DRAMA"], ["THE WHITE REINDEER", "has_genre", "HORROR"], ["THE WOLF MAN", "has_genre", "DRAMA"], ["THE WOLF MAN", "has_genre", "HORROR"], ["ENT36697", "has_genre", "DRAMA"], ["ENT36697", "has_genre", "HORROR"], ["ENT36697", "REL5", "HORROR"], ["ENT36839", "has_genre", "DRAMA"], ["ENT36839", "release_year", "ENT135"], ["TUSK", "has_genre", "DRAMA"], ["TUSK", "has_genre", "HORROR"], ["TUSK", "REL5", "HORROR"], ["WHAT LIES BENEATH", "has_genre", "DRAMA"], ["WHAT LIES BENEATH", "has_genre", "HORROR"], ["WHAT LIES BENEATH", "REL5", "HORROR"], ["WHEN ANIMALS DREAM", "has_genre", "DRAMA"], ["WHEN ANIMALS DREAM", "has_genre", "HORROR"], ["WITCHHAMMER", "has_genre", "DRAMA"], ["WITCHHAMMER", "in_language", "ENT7668"], ["ENT39672", "has_genre", "DRAMA"], ["ENT39672", "release_year", "ENT135"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
27851, ENT22881
32075, ENT29031
151, THE BRIBE
9143, THE MAD MAGICIAN
14429, VINCENT PRICE
src, edge_attr, dst
27851, directed_by, 32075
27851, REL5, 32075
151, directed_by, 32075
151, REL8, 14429
9143, REL5, 14429
9143, REL8, 14429
Question: For what reason are ENT22881 and THE MAD MAGICIAN associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT22881", "THE MAD MAGICIAN"], "valid_edges": [["ENT22881", "directed_by", "ENT29031"], ["ENT22881", "REL5", "ENT29031"], ["THE BRIBE", "directed_by", "ENT29031"], ["THE BRIBE", "REL8", "VINCENT PRICE"], ["THE MAD MAGICIAN", "REL5", "VINCENT PRICE"], ["THE MAD MAGICIAN", "REL8", "VINCENT PRICE"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
21522, ENT158
31770, DEMON WIND
17387, ERIC ROBERTS
2945, SHARKTOPUS
13400, ENT33285
src, edge_attr, dst
31770, release_year, 21522
2945, REL8, 17387
13400, release_year, 21522
13400, REL8, 17387
Question: In what context are DEMON WIND and SHARKTOPUS connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["DEMON WIND", "SHARKTOPUS"], "valid_edges": [["DEMON WIND", "release_year", "ENT158"], ["SHARKTOPUS", "REL8", "ERIC ROBERTS"], ["ENT33285", "release_year", "ENT158"], ["ENT33285", "REL8", "ERIC ROBERTS"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
7476, ENT130
31838, FIRST MEN IN THE MOON
37165, ENT12131
7284, ENT30519
37541, THE ADVENTURES OF MARK TWAIN
src, edge_attr, dst
31838, release_year, 7476
7284, release_year, 7476
7284, REL8, 37165
37541, REL8, 37165
Question: For what reason are FIRST MEN IN THE MOON and THE ADVENTURES OF MARK TWAIN associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["FIRST MEN IN THE MOON", "THE ADVENTURES OF MARK TWAIN"], "valid_edges": [["FIRST MEN IN THE MOON", "release_year", "ENT130"], ["ENT30519", "release_year", "ENT130"], ["ENT30519", "REL8", "ENT12131"], ["THE ADVENTURES OF MARK TWAIN", "REL8", "ENT12131"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
13583, 2007
30617, DAYS AND CLOUDS
1676, ENT9468
5598, ENT15722
22156, MARADONA, THE HAND OF GOD
13918, ENT24395
12616, ENT25275
169, ENT26590
24791, ENT29760
1204, SLEUTH
14973, THE GIRL BY THE LAKE
17834, THE GOOD NIGHT
32972, ENT36330
src, edge_attr, dst
30617, in_language, 5598
30617, release_year, 13583
1676, in_language, 5598
1676, REL8, 169
22156, in_language, 5598
22156, release_year, 13583
13918, in_language, 5598
13918, release_year, 13583
12616, in_language, 5598
12616, release_year, 13583
24791, in_language, 5598
24791, REL8, 169
1204, in_language, 5598
1204, release_year, 13583
14973, in_language, 5598
14973, release_year, 13583
17834, release_year, 13583
17834, REL8, 169
32972, release_year, 13583
Question: For what reason are ENT9468 and ENT36330 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT9468", "ENT36330"], "valid_edges": [["DAYS AND CLOUDS", "in_language", "ENT15722"], ["DAYS AND CLOUDS", "release_year", "2007"], ["ENT9468", "in_language", "ENT15722"], ["ENT9468", "REL8", "ENT26590"], ["MARADONA, THE HAND OF GOD", "in_language", "ENT15722"], ["MARADONA, THE HAND OF GOD", "release_year", "2007"], ["ENT24395", "in_language", "ENT15722"], ["ENT24395", "release_year", "2007"], ["ENT25275", "in_language", "ENT15722"], ["ENT25275", "release_year", "2007"], ["ENT29760", "in_language", "ENT15722"], ["ENT29760", "REL8", "ENT26590"], ["SLEUTH", "in_language", "ENT15722"], ["SLEUTH", "release_year", "2007"], ["THE GIRL BY THE LAKE", "in_language", "ENT15722"], ["THE GIRL BY THE LAKE", "release_year", "2007"], ["THE GOOD NIGHT", "release_year", "2007"], ["THE GOOD NIGHT", "REL8", "ENT26590"], ["ENT36330", "release_year", "2007"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
26466, ENT2321
34224, MICHAEL HEGNER
6799, ENT34299
34230, ENT37242
26031, ENT38165
src, edge_attr, dst
6799, directed_by, 34224
6799, has_genre, 26466
26031, has_genre, 26466
26031, REL5, 26466
26031, REL5, 34230
Question: For what reason are MICHAEL HEGNER and ENT37242 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["MICHAEL HEGNER", "ENT37242"], "valid_edges": [["ENT34299", "directed_by", "MICHAEL HEGNER"], ["ENT34299", "has_genre", "ENT2321"], ["ENT38165", "has_genre", "ENT2321"], ["ENT38165", "REL5", "ENT2321"], ["ENT38165", "REL5", "ENT37242"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
27475, ENT5598
26122, DANIEL BRΓHL
9083, ENT9731
13871, RUSH
8000, ENT31610
src, edge_attr, dst
27475, REL8, 26122
9083, REL5, 8000
13871, REL5, 8000
13871, REL8, 26122
Question: How are ENT5598 and ENT9731 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT5598", "ENT9731"], "valid_edges": [["ENT5598", "REL8", "DANIEL BRΓHL"], ["ENT9731", "REL5", "ENT31610"], ["RUSH", "REL5", "ENT31610"], ["RUSH", "REL8", "DANIEL BRΓHL"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
5201, ENT185
27336, 25 WATTS
10695, ENT275
9094, A BEAUTIFUL MIND
31540, ENT527
10982, A WORLD WITHOUT THIEVES
18157, ENT689
31662, ACTION
20247, ENT1545
19762, AN AMERICAN RHAPSODY
32968, ANGEL EYES
39664, ENT3147
17536, AVALON
26475, BABY BOY
19032, BAD BOYS
34873, BANDITS
27764, ENT3495
35535, ENT4194
4438, BLACK DEATH
16207, BOLIVIA
12082, ENT4835
34096, ENT4996
25382, BROKEN ARROW
39161, BROTHERHOOD OF THE WOLF
38722, BULLIES
23964, CAMERON HAWLEY
30298, CAMOUFLAGE
6780, CHARLOTTE GRAY
33947, CLOUD ATLAS
7809, ENT7269
9643, ENT7312
37027, ENT7492
13211, ENT7581
7985, ENT8718
7111, ENT8803
1494, DESPERATE JOURNEY
1558, ENT9169
16451, DON'S PLUM
35383, DONNIE DARKO
16661, DRAMA
227, DRIVEN
15769, ENT9877
14373, ENIGMA
19814, ESCAPE PLAN
36514, EXECUTIVE SUITE
31196, EYE OF THE TIGER
3618, FAIR GAME
20314, FATE
11270, FIGHTING
33195, ENT11513
7397, FLASHPOINT
27625, ENT11677
14901, G.I. JANE
17033, GHOST WORLD
5099, ENT13117
28785, GUNBUSTER
21725, GYPSY 83
13967, HARVARD MAN
31714, HATARI!
22289, ENT14180
34036, ENT14225
23313, HELL AND HIGH WATER
32519, HIGH HEELS AND LOW LIFES
38892, ENT14792
13512, ENT14960
12428, I AM SAM
19456, ENT15254
39169, ENT15356
34344, ENT15520
14762, JACKPOT
32913, ENT17375
19575, ENT18580
17888, ENT18756
18538, KINGDOM COME
9337, L.I.E.
17672, ENT20028
6581, LIFE AS A HOUSE
21463, ENT20824
38926, LONE SURVIVOR
22183, ENT21028
7304, MAD LOVE
26580, ENT21745
27803, ENT22908
2014, ENT23088
25021, ENT24065
12885, ENT24179
23011, ENT24855
24812, NO WAY BACK
6683, NOWHERE TO RUN
34649, ENT25441
23051, ENT25676
24554, ENT25699
22281, OUT OF REACH
2583, OUTLAW
15118, OVER THE TOP
19407, ENT26500
678, ENT26533
12213, POSTMAN BLUES
9232, PRIEST
31239, ENT27471
40052, RAGE
19639, ENT27733
25600, ENT27856
31028, ENT27955
9741, ENT28212
12927, RICH AND FAMOUS
13652, ENT28634
17913, ENT29108
29374, ENT29118
24791, ENT29760
11433, ENT29814
33079, ENT30543
19818, SHOPPING
2665, ENT31407
7011, STOLEN
26112, ENT32182
9481, STREETS OF BLOOD
17131, ENT32227
8063, SWEET NOVEMBER
32302, SYLVESTER STALLONE
17652, ENT32835
19240, ENT32846
10683, TEXAS RANGERS
23739, ENT33261
8638, THE ANNIVERSARY PARTY
29370, THE BANK
35627, THE BELIEVER
4134, ENT33654
38524, ENT33738
12081, ENT33744
10406, THE CHASE
24105, ENT33880
23006, ENT34269
27386, ENT34363
35986, THE GUARDIAN
14107, ENT34606
26834, ENT34823
5989, THE JIMMY SHOW
33653, ENT34867
14266, THE LAST CASTLE
38202, THE LAST KISS
20625, THE MAJESTIC
36930, THE MAN FROM ELYSIAN FIELDS
26425, THE OTHER SIDE OF HEAVEN
1492, ENT35585
12547, THE OUTSIDER
19788, THE PORNOGRAPHER
24800, ENT35918
9398, THE ROOKIE
25566, ENT35949
11036, THE SHIPPING NEWS
15992, ENT36190
13196, ENT36294
35486, THE TOWERING INFERNO
19594, THE UNSAID
10729, ENT36877
38287, ENT37159
37992, TO THE LEFT OF THE FATHER
32683, ENT37583
6522, TORTILLA SOUP
2959, ENT37660
10603, ENT37755
7161, ENT38121
28705, UPRISING
16764, ENT38402
40101, ENT38629
17449, ENT38700
26165, ENT38715
16682, ENT39563
30822, ENT39702
14270, ENT39768
29983, YEAR OF THE DRAGON
src, edge_attr, dst
27336, has_genre, 16661
27336, release_year, 5201
10695, has_genre, 16661
10695, release_year, 5201
9094, has_genre, 16661
9094, REL5, 16661
9094, release_year, 5201
31540, has_genre, 31662
31540, has_genre, 16661
10982, has_genre, 31662
10982, has_genre, 16661
18157, has_genre, 16661
18157, release_year, 5201
20247, has_genre, 16661
20247, release_year, 5201
19762, has_genre, 16661
19762, release_year, 5201
32968, has_genre, 16661
32968, release_year, 5201
39664, has_genre, 16661
39664, release_year, 5201
17536, has_genre, 16661
17536, release_year, 5201
26475, has_genre, 16661
26475, release_year, 5201
19032, has_genre, 31662
19032, has_genre, 16661
19032, REL5, 31662
34873, has_genre, 16661
34873, release_year, 5201
27764, has_genre, 16661
27764, release_year, 5201
35535, has_genre, 31662
35535, has_genre, 16661
4438, has_genre, 31662
4438, has_genre, 16661
16207, has_genre, 16661
16207, release_year, 5201
12082, has_genre, 31662
12082, has_genre, 16661
34096, has_genre, 16661
34096, release_year, 5201
25382, has_genre, 31662
25382, has_genre, 16661
25382, REL5, 31662
39161, has_genre, 31662
39161, has_genre, 16661
39161, release_year, 5201
38722, has_genre, 31662
38722, has_genre, 16661
30298, has_genre, 31662
30298, has_genre, 16661
30298, release_year, 5201
6780, has_genre, 16661
6780, release_year, 5201
33947, has_genre, 16661
33947, REL5, 31662
33947, REL5, 16661
7809, has_genre, 31662
7809, has_genre, 16661
7809, release_year, 5201
9643, has_genre, 16661
9643, REL5, 16661
9643, REL5, 32302
9643, REL8, 32302
37027, has_genre, 16661
37027, release_year, 5201
13211, has_genre, 16661
13211, release_year, 5201
7985, has_genre, 31662
7985, has_genre, 16661
7111, has_genre, 31662
7111, has_genre, 16661
1494, has_genre, 31662
1494, has_genre, 16661
1558, has_genre, 16661
1558, release_year, 5201
16451, has_genre, 16661
16451, release_year, 5201
35383, has_genre, 16661
35383, release_year, 5201
227, has_genre, 31662
227, has_genre, 16661
227, REL5, 32302
227, release_year, 5201
227, REL8, 32302
227, REL9, 32302
15769, has_genre, 16661
15769, release_year, 5201
14373, has_genre, 16661
14373, release_year, 5201
19814, has_genre, 31662
19814, REL5, 32302
19814, REL8, 32302
36514, has_genre, 16661
36514, REL9, 23964
31196, has_genre, 31662
31196, has_genre, 16661
3618, has_genre, 31662
3618, has_genre, 16661
20314, has_genre, 16661
20314, release_year, 5201
11270, has_genre, 31662
11270, has_genre, 16661
33195, has_genre, 31662
33195, has_genre, 16661
7397, has_genre, 31662
7397, has_genre, 16661
27625, has_genre, 16661
27625, release_year, 5201
14901, has_genre, 31662
14901, has_genre, 16661
17033, has_genre, 16661
17033, release_year, 5201
5099, has_genre, 16661
5099, release_year, 5201
28785, has_genre, 31662
28785, has_genre, 16661
21725, has_genre, 16661
21725, release_year, 5201
13967, has_genre, 16661
13967, release_year, 5201
31714, has_genre, 31662
31714, has_genre, 16661
22289, has_genre, 16661
22289, release_year, 5201
34036, has_genre, 16661
34036, release_year, 5201
23313, has_genre, 31662
23313, has_genre, 16661
32519, has_genre, 31662
32519, has_genre, 16661
32519, release_year, 5201
38892, has_genre, 31662
38892, has_genre, 16661
13512, has_genre, 16661
13512, release_year, 5201
12428, has_genre, 16661
12428, release_year, 5201
19456, has_genre, 31662
19456, has_genre, 16661
39169, has_genre, 16661
39169, REL5, 16661
39169, release_year, 5201
34344, has_genre, 16661
34344, release_year, 5201
14762, has_genre, 16661
14762, release_year, 5201
32913, has_genre, 16661
32913, release_year, 5201
19575, has_genre, 16661
19575, release_year, 5201
17888, has_genre, 16661
17888, release_year, 5201
18538, has_genre, 16661
18538, release_year, 5201
9337, has_genre, 16661
9337, release_year, 5201
17672, has_genre, 16661
17672, release_year, 5201
6581, has_genre, 16661
6581, release_year, 5201
21463, has_genre, 16661
21463, release_year, 5201
38926, has_genre, 31662
38926, has_genre, 16661
22183, has_genre, 16661
22183, release_year, 5201
7304, has_genre, 16661
7304, release_year, 5201
26580, has_genre, 16661
26580, release_year, 5201
27803, has_genre, 16661
27803, release_year, 5201
2014, has_genre, 31662
2014, has_genre, 16661
25021, has_genre, 16661
25021, release_year, 5201
12885, has_genre, 16661
12885, release_year, 5201
23011, has_genre, 31662
23011, has_genre, 16661
24812, has_genre, 31662
24812, has_genre, 16661
6683, has_genre, 31662
6683, has_genre, 16661
34649, has_genre, 16661
34649, release_year, 5201
23051, has_genre, 31662
23051, has_genre, 16661
23051, release_year, 5201
24554, has_genre, 16661
24554, release_year, 5201
22281, has_genre, 31662
22281, has_genre, 16661
2583, has_genre, 31662
2583, has_genre, 16661
15118, has_genre, 31662
15118, has_genre, 16661
15118, REL5, 32302
15118, REL8, 32302
15118, REL9, 32302
19407, has_genre, 16661
19407, release_year, 5201
678, has_genre, 31662
678, has_genre, 16661
678, REL5, 31662
678, REL5, 16661
678, release_year, 5201
12213, has_genre, 31662
12213, has_genre, 16661
9232, has_genre, 31662
9232, has_genre, 16661
31239, has_genre, 16661
31239, release_year, 5201
40052, has_genre, 31662
40052, has_genre, 16661
19639, has_genre, 16661
19639, release_year, 5201
25600, has_genre, 16661
25600, release_year, 5201
31028, has_genre, 31662
31028, has_genre, 16661
9741, has_genre, 31662
9741, has_genre, 16661
12927, has_genre, 31662
12927, has_genre, 16661
13652, has_genre, 31662
13652, has_genre, 16661
17913, has_genre, 16661
17913, release_year, 5201
29374, has_genre, 16661
29374, REL5, 16661
29374, REL5, 32302
29374, REL8, 32302
29374, REL9, 32302
24791, has_genre, 31662
24791, has_genre, 16661
24791, REL5, 31662
11433, has_genre, 31662
11433, has_genre, 16661
33079, has_genre, 16661
33079, release_year, 5201
19818, has_genre, 31662
19818, has_genre, 16661
2665, has_genre, 16661
2665, release_year, 5201
7011, has_genre, 31662
7011, has_genre, 16661
26112, has_genre, 16661
26112, release_year, 5201
9481, has_genre, 31662
9481, has_genre, 16661
17131, has_genre, 31662
17131, has_genre, 16661
17131, REL5, 31662
8063, has_genre, 16661
8063, release_year, 5201
17652, has_genre, 31662
17652, has_genre, 16661
19240, has_genre, 16661
19240, release_year, 5201
10683, has_genre, 16661
10683, release_year, 5201
23739, has_genre, 16661
23739, release_year, 5201
8638, has_genre, 16661
8638, release_year, 5201
29370, has_genre, 16661
29370, release_year, 5201
35627, has_genre, 16661
35627, release_year, 5201
4134, has_genre, 16661
4134, release_year, 5201
38524, has_genre, 16661
38524, release_year, 5201
12081, has_genre, 16661
12081, release_year, 5201
10406, has_genre, 31662
10406, has_genre, 16661
24105, has_genre, 31662
24105, has_genre, 16661
23006, has_genre, 31662
23006, has_genre, 16661
27386, has_genre, 31662
27386, has_genre, 16661
27386, REL5, 31662
35986, has_genre, 31662
35986, has_genre, 16661
35986, REL5, 31662
14107, has_genre, 31662
14107, has_genre, 16661
26834, has_genre, 16661
26834, release_year, 5201
5989, has_genre, 16661
5989, release_year, 5201
33653, has_genre, 31662
33653, has_genre, 16661
33653, REL5, 31662
33653, REL5, 16661
14266, has_genre, 31662
14266, has_genre, 16661
14266, release_year, 5201
38202, has_genre, 16661
38202, release_year, 5201
20625, has_genre, 16661
20625, release_year, 5201
36930, has_genre, 16661
36930, release_year, 5201
26425, has_genre, 16661
26425, release_year, 5201
1492, REL5, 16661
1492, release_year, 5201
12547, has_genre, 31662
12547, has_genre, 16661
19788, has_genre, 16661
19788, release_year, 5201
24800, has_genre, 16661
24800, release_year, 5201
9398, has_genre, 31662
9398, has_genre, 16661
25566, has_genre, 16661
25566, release_year, 5201
11036, has_genre, 16661
11036, release_year, 5201
15992, has_genre, 31662
15992, has_genre, 16661
13196, has_genre, 31662
13196, has_genre, 16661
13196, REL5, 31662
35486, has_genre, 31662
35486, has_genre, 16661
19594, has_genre, 16661
19594, release_year, 5201
10729, has_genre, 16661
10729, release_year, 5201
38287, has_genre, 16661
38287, release_year, 5201
37992, has_genre, 16661
37992, release_year, 5201
32683, has_genre, 31662
32683, has_genre, 16661
32683, REL5, 31662
6522, has_genre, 16661
6522, release_year, 5201
2959, has_genre, 31662
2959, has_genre, 16661
10603, has_genre, 16661
10603, release_year, 5201
7161, has_genre, 16661
7161, release_year, 5201
28705, has_genre, 16661
28705, release_year, 5201
16764, has_genre, 31662
16764, has_genre, 16661
40101, has_genre, 16661
40101, release_year, 5201
17449, has_genre, 31662
17449, has_genre, 16661
26165, has_genre, 16661
26165, release_year, 5201
16682, has_genre, 31662
16682, has_genre, 16661
30822, has_genre, 16661
30822, release_year, 5201
14270, has_genre, 16661
14270, REL5, 16661
14270, release_year, 5201
29983, has_genre, 31662
29983, has_genre, 16661
29983, REL5, 31662
Question: In what context are CAMERON HAWLEY and DRIVEN connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["CAMERON HAWLEY", "DRIVEN"], "valid_edges": [["25 WATTS", "has_genre", "DRAMA"], ["25 WATTS", "release_year", "ENT185"], ["ENT275", "has_genre", "DRAMA"], ["ENT275", "release_year", "ENT185"], ["A BEAUTIFUL MIND", "has_genre", "DRAMA"], ["A BEAUTIFUL MIND", "REL5", "DRAMA"], ["A BEAUTIFUL MIND", "release_year", "ENT185"], ["ENT527", "has_genre", "ACTION"], ["ENT527", "has_genre", "DRAMA"], ["A WORLD WITHOUT THIEVES", "has_genre", "ACTION"], ["A WORLD WITHOUT THIEVES", "has_genre", "DRAMA"], ["ENT689", "has_genre", "DRAMA"], ["ENT689", "release_year", "ENT185"], ["ENT1545", "has_genre", "DRAMA"], ["ENT1545", "release_year", "ENT185"], ["AN AMERICAN RHAPSODY", "has_genre", "DRAMA"], ["AN AMERICAN RHAPSODY", "release_year", "ENT185"], ["ANGEL EYES", "has_genre", "DRAMA"], ["ANGEL EYES", "release_year", "ENT185"], ["ENT3147", "has_genre", "DRAMA"], ["ENT3147", "release_year", "ENT185"], ["AVALON", "has_genre", "DRAMA"], ["AVALON", "release_year", "ENT185"], ["BABY BOY", "has_genre", "DRAMA"], ["BABY BOY", "release_year", "ENT185"], ["BAD BOYS", "has_genre", "ACTION"], ["BAD BOYS", "has_genre", "DRAMA"], ["BAD BOYS", "REL5", "ACTION"], ["BANDITS", "has_genre", "DRAMA"], ["BANDITS", "release_year", "ENT185"], ["ENT3495", "has_genre", "DRAMA"], ["ENT3495", "release_year", "ENT185"], ["ENT4194", "has_genre", "ACTION"], ["ENT4194", "has_genre", "DRAMA"], ["BLACK DEATH", "has_genre", "ACTION"], ["BLACK DEATH", "has_genre", "DRAMA"], ["BOLIVIA", "has_genre", "DRAMA"], ["BOLIVIA", "release_year", "ENT185"], ["ENT4835", "has_genre", "ACTION"], ["ENT4835", "has_genre", "DRAMA"], ["ENT4996", "has_genre", "DRAMA"], ["ENT4996", "release_year", "ENT185"], ["BROKEN ARROW", "has_genre", "ACTION"], ["BROKEN ARROW", "has_genre", "DRAMA"], ["BROKEN ARROW", "REL5", "ACTION"], ["BROTHERHOOD OF THE WOLF", "has_genre", "ACTION"], ["BROTHERHOOD OF THE WOLF", "has_genre", "DRAMA"], ["BROTHERHOOD OF THE WOLF", "release_year", "ENT185"], ["BULLIES", "has_genre", "ACTION"], ["BULLIES", "has_genre", "DRAMA"], ["CAMOUFLAGE", "has_genre", "ACTION"], ["CAMOUFLAGE", "has_genre", "DRAMA"], ["CAMOUFLAGE", "release_year", "ENT185"], ["CHARLOTTE GRAY", "has_genre", "DRAMA"], ["CHARLOTTE GRAY", "release_year", "ENT185"], ["CLOUD ATLAS", "has_genre", "DRAMA"], ["CLOUD ATLAS", "REL5", "ACTION"], ["CLOUD ATLAS", "REL5", "DRAMA"], ["ENT7269", "has_genre", "ACTION"], ["ENT7269", "has_genre", "DRAMA"], ["ENT7269", "release_year", "ENT185"], ["ENT7312", "has_genre", "DRAMA"], ["ENT7312", "REL5", "DRAMA"], ["ENT7312", "REL5", "SYLVESTER STALLONE"], ["ENT7312", "REL8", "SYLVESTER STALLONE"], ["ENT7492", "has_genre", "DRAMA"], ["ENT7492", "release_year", "ENT185"], ["ENT7581", "has_genre", "DRAMA"], ["ENT7581", "release_year", "ENT185"], ["ENT8718", "has_genre", "ACTION"], ["ENT8718", "has_genre", "DRAMA"], ["ENT8803", "has_genre", "ACTION"], ["ENT8803", "has_genre", "DRAMA"], ["DESPERATE JOURNEY", "has_genre", "ACTION"], ["DESPERATE JOURNEY", "has_genre", "DRAMA"], ["ENT9169", "has_genre", "DRAMA"], ["ENT9169", "release_year", "ENT185"], ["DON'S PLUM", "has_genre", "DRAMA"], ["DON'S PLUM", "release_year", "ENT185"], ["DONNIE DARKO", "has_genre", "DRAMA"], ["DONNIE DARKO", "release_year", "ENT185"], ["DRIVEN", "has_genre", "ACTION"], ["DRIVEN", "has_genre", "DRAMA"], ["DRIVEN", "REL5", "SYLVESTER STALLONE"], ["DRIVEN", "release_year", "ENT185"], ["DRIVEN", "REL8", "SYLVESTER STALLONE"], ["DRIVEN", "REL9", "SYLVESTER STALLONE"], ["ENT9877", "has_genre", "DRAMA"], ["ENT9877", "release_year", "ENT185"], ["ENIGMA", "has_genre", "DRAMA"], ["ENIGMA", "release_year", "ENT185"], ["ESCAPE PLAN", "has_genre", "ACTION"], ["ESCAPE PLAN", "REL5", "SYLVESTER STALLONE"], ["ESCAPE PLAN", "REL8", "SYLVESTER STALLONE"], ["EXECUTIVE SUITE", "has_genre", "DRAMA"], ["EXECUTIVE SUITE", "REL9", "CAMERON HAWLEY"], ["EYE OF THE TIGER", "has_genre", "ACTION"], ["EYE OF THE TIGER", "has_genre", "DRAMA"], ["FAIR GAME", "has_genre", "ACTION"], ["FAIR GAME", "has_genre", "DRAMA"], ["FATE", "has_genre", "DRAMA"], ["FATE", "release_year", "ENT185"], ["FIGHTING", "has_genre", "ACTION"], ["FIGHTING", "has_genre", "DRAMA"], ["ENT11513", "has_genre", "ACTION"], ["ENT11513", "has_genre", "DRAMA"], ["FLASHPOINT", "has_genre", "ACTION"], ["FLASHPOINT", "has_genre", "DRAMA"], ["ENT11677", "has_genre", "DRAMA"], ["ENT11677", "release_year", "ENT185"], ["G.I. JANE", "has_genre", "ACTION"], ["G.I. JANE", "has_genre", "DRAMA"], ["GHOST WORLD", "has_genre", "DRAMA"], ["GHOST WORLD", "release_year", "ENT185"], ["ENT13117", "has_genre", "DRAMA"], ["ENT13117", "release_year", "ENT185"], ["GUNBUSTER", "has_genre", "ACTION"], ["GUNBUSTER", "has_genre", "DRAMA"], ["GYPSY 83", "has_genre", "DRAMA"], ["GYPSY 83", "release_year", "ENT185"], ["HARVARD MAN", "has_genre", "DRAMA"], ["HARVARD MAN", "release_year", "ENT185"], ["HATARI!", "has_genre", "ACTION"], ["HATARI!", "has_genre", "DRAMA"], ["ENT14180", "has_genre", "DRAMA"], ["ENT14180", "release_year", "ENT185"], ["ENT14225", "has_genre", "DRAMA"], ["ENT14225", "release_year", "ENT185"], ["HELL AND HIGH WATER", "has_genre", "ACTION"], ["HELL AND HIGH WATER", "has_genre", "DRAMA"], ["HIGH HEELS AND LOW LIFES", "has_genre", "ACTION"], ["HIGH HEELS AND LOW LIFES", "has_genre", "DRAMA"], ["HIGH HEELS AND LOW LIFES", "release_year", "ENT185"], ["ENT14792", "has_genre", "ACTION"], ["ENT14792", "has_genre", "DRAMA"], ["ENT14960", "has_genre", "DRAMA"], ["ENT14960", "release_year", "ENT185"], ["I AM SAM", "has_genre", "DRAMA"], ["I AM SAM", "release_year", "ENT185"], ["ENT15254", "has_genre", "ACTION"], ["ENT15254", "has_genre", "DRAMA"], ["ENT15356", "has_genre", "DRAMA"], ["ENT15356", "REL5", "DRAMA"], ["ENT15356", "release_year", "ENT185"], ["ENT15520", "has_genre", "DRAMA"], ["ENT15520", "release_year", "ENT185"], ["JACKPOT", "has_genre", "DRAMA"], ["JACKPOT", "release_year", "ENT185"], ["ENT17375", "has_genre", "DRAMA"], ["ENT17375", "release_year", "ENT185"], ["ENT18580", "has_genre", "DRAMA"], ["ENT18580", "release_year", "ENT185"], ["ENT18756", "has_genre", "DRAMA"], ["ENT18756", "release_year", "ENT185"], ["KINGDOM COME", "has_genre", "DRAMA"], ["KINGDOM COME", "release_year", "ENT185"], ["L.I.E.", "has_genre", "DRAMA"], ["L.I.E.", "release_year", "ENT185"], ["ENT20028", "has_genre", "DRAMA"], ["ENT20028", "release_year", "ENT185"], ["LIFE AS A HOUSE", "has_genre", "DRAMA"], ["LIFE AS A HOUSE", "release_year", "ENT185"], ["ENT20824", "has_genre", "DRAMA"], ["ENT20824", "release_year", "ENT185"], ["LONE SURVIVOR", "has_genre", "ACTION"], ["LONE SURVIVOR", "has_genre", "DRAMA"], ["ENT21028", "has_genre", "DRAMA"], ["ENT21028", "release_year", "ENT185"], ["MAD LOVE", "has_genre", "DRAMA"], ["MAD LOVE", "release_year", "ENT185"], ["ENT21745", "has_genre", "DRAMA"], ["ENT21745", "release_year", "ENT185"], ["ENT22908", "has_genre", "DRAMA"], ["ENT22908", "release_year", "ENT185"], ["ENT23088", "has_genre", "ACTION"], ["ENT23088", "has_genre", "DRAMA"], ["ENT24065", "has_genre", "DRAMA"], ["ENT24065", "release_year", "ENT185"], ["ENT24179", "has_genre", "DRAMA"], ["ENT24179", "release_year", "ENT185"], ["ENT24855", "has_genre", "ACTION"], ["ENT24855", "has_genre", "DRAMA"], ["NO WAY BACK", "has_genre", "ACTION"], ["NO WAY BACK", "has_genre", "DRAMA"], ["NOWHERE TO RUN", "has_genre", "ACTION"], ["NOWHERE TO RUN", "has_genre", "DRAMA"], ["ENT25441", "has_genre", "DRAMA"], ["ENT25441", "release_year", "ENT185"], ["ENT25676", "has_genre", "ACTION"], ["ENT25676", "has_genre", "DRAMA"], ["ENT25676", "release_year", "ENT185"], ["ENT25699", "has_genre", "DRAMA"], ["ENT25699", "release_year", "ENT185"], ["OUT OF REACH", "has_genre", "ACTION"], ["OUT OF REACH", "has_genre", "DRAMA"], ["OUTLAW", "has_genre", "ACTION"], ["OUTLAW", "has_genre", "DRAMA"], ["OVER THE TOP", "has_genre", "ACTION"], ["OVER THE TOP", "has_genre", "DRAMA"], ["OVER THE TOP", "REL5", "SYLVESTER STALLONE"], ["OVER THE TOP", "REL8", "SYLVESTER STALLONE"], ["OVER THE TOP", "REL9", "SYLVESTER STALLONE"], ["ENT26500", "has_genre", "DRAMA"], ["ENT26500", "release_year", "ENT185"], ["ENT26533", "has_genre", "ACTION"], ["ENT26533", "has_genre", "DRAMA"], ["ENT26533", "REL5", "ACTION"], ["ENT26533", "REL5", "DRAMA"], ["ENT26533", "release_year", "ENT185"], ["POSTMAN BLUES", "has_genre", "ACTION"], ["POSTMAN BLUES", "has_genre", "DRAMA"], ["PRIEST", "has_genre", "ACTION"], ["PRIEST", "has_genre", "DRAMA"], ["ENT27471", "has_genre", "DRAMA"], ["ENT27471", "release_year", "ENT185"], ["RAGE", "has_genre", "ACTION"], ["RAGE", "has_genre", "DRAMA"], ["ENT27733", "has_genre", "DRAMA"], ["ENT27733", "release_year", "ENT185"], ["ENT27856", "has_genre", "DRAMA"], ["ENT27856", "release_year", "ENT185"], ["ENT27955", "has_genre", "ACTION"], ["ENT27955", "has_genre", "DRAMA"], ["ENT28212", "has_genre", "ACTION"], ["ENT28212", "has_genre", "DRAMA"], ["RICH AND FAMOUS", "has_genre", "ACTION"], ["RICH AND FAMOUS", "has_genre", "DRAMA"], ["ENT28634", "has_genre", "ACTION"], ["ENT28634", "has_genre", "DRAMA"], ["ENT29108", "has_genre", "DRAMA"], ["ENT29108", "release_year", "ENT185"], ["ENT29118", "has_genre", "DRAMA"], ["ENT29118", "REL5", "DRAMA"], ["ENT29118", "REL5", "SYLVESTER STALLONE"], ["ENT29118", "REL8", "SYLVESTER STALLONE"], ["ENT29118", "REL9", "SYLVESTER STALLONE"], ["ENT29760", "has_genre", "ACTION"], ["ENT29760", "has_genre", "DRAMA"], ["ENT29760", "REL5", "ACTION"], ["ENT29814", "has_genre", "ACTION"], ["ENT29814", "has_genre", "DRAMA"], ["ENT30543", "has_genre", "DRAMA"], ["ENT30543", "release_year", "ENT185"], ["SHOPPING", "has_genre", "ACTION"], ["SHOPPING", "has_genre", "DRAMA"], ["ENT31407", "has_genre", "DRAMA"], ["ENT31407", "release_year", "ENT185"], ["STOLEN", "has_genre", "ACTION"], ["STOLEN", "has_genre", "DRAMA"], ["ENT32182", "has_genre", "DRAMA"], ["ENT32182", "release_year", "ENT185"], ["STREETS OF BLOOD", "has_genre", "ACTION"], ["STREETS OF BLOOD", "has_genre", "DRAMA"], ["ENT32227", "has_genre", "ACTION"], ["ENT32227", "has_genre", "DRAMA"], ["ENT32227", "REL5", "ACTION"], ["SWEET NOVEMBER", "has_genre", "DRAMA"], ["SWEET NOVEMBER", "release_year", "ENT185"], ["ENT32835", "has_genre", "ACTION"], ["ENT32835", "has_genre", "DRAMA"], ["ENT32846", "has_genre", "DRAMA"], ["ENT32846", "release_year", "ENT185"], ["TEXAS RANGERS", "has_genre", "DRAMA"], ["TEXAS RANGERS", "release_year", "ENT185"], ["ENT33261", "has_genre", "DRAMA"], ["ENT33261", "release_year", "ENT185"], ["THE ANNIVERSARY PARTY", "has_genre", "DRAMA"], ["THE ANNIVERSARY PARTY", "release_year", "ENT185"], ["THE BANK", "has_genre", "DRAMA"], ["THE BANK", "release_year", "ENT185"], ["THE BELIEVER", "has_genre", "DRAMA"], ["THE BELIEVER", "release_year", "ENT185"], ["ENT33654", "has_genre", "DRAMA"], ["ENT33654", "release_year", "ENT185"], ["ENT33738", "has_genre", "DRAMA"], ["ENT33738", "release_year", "ENT185"], ["ENT33744", "has_genre", "DRAMA"], ["ENT33744", "release_year", "ENT185"], ["THE CHASE", "has_genre", "ACTION"], ["THE CHASE", "has_genre", "DRAMA"], ["ENT33880", "has_genre", "ACTION"], ["ENT33880", "has_genre", "DRAMA"], ["ENT34269", "has_genre", "ACTION"], ["ENT34269", "has_genre", "DRAMA"], ["ENT34363", "has_genre", "ACTION"], ["ENT34363", "has_genre", "DRAMA"], ["ENT34363", "REL5", "ACTION"], ["THE GUARDIAN", "has_genre", "ACTION"], ["THE GUARDIAN", "has_genre", "DRAMA"], ["THE GUARDIAN", "REL5", "ACTION"], ["ENT34606", "has_genre", "ACTION"], ["ENT34606", "has_genre", "DRAMA"], ["ENT34823", "has_genre", "DRAMA"], ["ENT34823", "release_year", "ENT185"], ["THE JIMMY SHOW", "has_genre", "DRAMA"], ["THE JIMMY SHOW", "release_year", "ENT185"], ["ENT34867", "has_genre", "ACTION"], ["ENT34867", "has_genre", "DRAMA"], ["ENT34867", "REL5", "ACTION"], ["ENT34867", "REL5", "DRAMA"], ["THE LAST CASTLE", "has_genre", "ACTION"], ["THE LAST CASTLE", "has_genre", "DRAMA"], ["THE LAST CASTLE", "release_year", "ENT185"], ["THE LAST KISS", "has_genre", "DRAMA"], ["THE LAST KISS", "release_year", "ENT185"], ["THE MAJESTIC", "has_genre", "DRAMA"], ["THE MAJESTIC", "release_year", "ENT185"], ["THE MAN FROM ELYSIAN FIELDS", "has_genre", "DRAMA"], ["THE MAN FROM ELYSIAN FIELDS", "release_year", "ENT185"], ["THE OTHER SIDE OF HEAVEN", "has_genre", "DRAMA"], ["THE OTHER SIDE OF HEAVEN", "release_year", "ENT185"], ["ENT35585", "REL5", "DRAMA"], ["ENT35585", "release_year", "ENT185"], ["THE OUTSIDER", "has_genre", "ACTION"], ["THE OUTSIDER", "has_genre", "DRAMA"], ["THE PORNOGRAPHER", "has_genre", "DRAMA"], ["THE PORNOGRAPHER", "release_year", "ENT185"], ["ENT35918", "has_genre", "DRAMA"], ["ENT35918", "release_year", "ENT185"], ["THE ROOKIE", "has_genre", "ACTION"], ["THE ROOKIE", "has_genre", "DRAMA"], ["ENT35949", "has_genre", "DRAMA"], ["ENT35949", "release_year", "ENT185"], ["THE SHIPPING NEWS", "has_genre", "DRAMA"], ["THE SHIPPING NEWS", "release_year", "ENT185"], ["ENT36190", "has_genre", "ACTION"], ["ENT36190", "has_genre", "DRAMA"], ["ENT36294", "has_genre", "ACTION"], ["ENT36294", "has_genre", "DRAMA"], ["ENT36294", "REL5", "ACTION"], ["THE TOWERING INFERNO", "has_genre", "ACTION"], ["THE TOWERING INFERNO", "has_genre", "DRAMA"], ["THE UNSAID", "has_genre", "DRAMA"], ["THE UNSAID", "release_year", "ENT185"], ["ENT36877", "has_genre", "DRAMA"], ["ENT36877", "release_year", "ENT185"], ["ENT37159", "has_genre", "DRAMA"], ["ENT37159", "release_year", "ENT185"], ["TO THE LEFT OF THE FATHER", "has_genre", "DRAMA"], ["TO THE LEFT OF THE FATHER", "release_year", "ENT185"], ["ENT37583", "has_genre", "ACTION"], ["ENT37583", "has_genre", "DRAMA"], ["ENT37583", "REL5", "ACTION"], ["TORTILLA SOUP", "has_genre", "DRAMA"], ["TORTILLA SOUP", "release_year", "ENT185"], ["ENT37660", "has_genre", "ACTION"], ["ENT37660", "has_genre", "DRAMA"], ["ENT37755", "has_genre", "DRAMA"], ["ENT37755", "release_year", "ENT185"], ["ENT38121", "has_genre", "DRAMA"], ["ENT38121", "release_year", "ENT185"], ["UPRISING", "has_genre", "DRAMA"], ["UPRISING", "release_year", "ENT185"], ["ENT38402", "has_genre", "ACTION"], ["ENT38402", "has_genre", "DRAMA"], ["ENT38629", "has_genre", "DRAMA"], ["ENT38629", "release_year", "ENT185"], ["ENT38700", "has_genre", "ACTION"], ["ENT38700", "has_genre", "DRAMA"], ["ENT38715", "has_genre", "DRAMA"], ["ENT38715", "release_year", "ENT185"], ["ENT39563", "has_genre", "ACTION"], ["ENT39563", "has_genre", "DRAMA"], ["ENT39702", "has_genre", "DRAMA"], ["ENT39702", "release_year", "ENT185"], ["ENT39768", "has_genre", "DRAMA"], ["ENT39768", "REL5", "DRAMA"], ["ENT39768", "release_year", "ENT185"], ["YEAR OF THE DRAGON", "has_genre", "ACTION"], ["YEAR OF THE DRAGON", "has_genre", "DRAMA"], ["YEAR OF THE DRAGON", "REL5", "ACTION"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
17148, ENT7161
24334, KINGPIN
8257, LABOR PAINS
18173, ENT19952
21405, VANESSA ANGEL
src, edge_attr, dst
24334, has_genre, 17148
24334, REL5, 17148
24334, REL8, 21405
8257, directed_by, 18173
8257, has_genre, 17148
8257, REL9, 18173
Question: For what reason are ENT19952 and VANESSA ANGEL associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT19952", "VANESSA ANGEL"], "valid_edges": [["KINGPIN", "has_genre", "ENT7161"], ["KINGPIN", "REL5", "ENT7161"], ["KINGPIN", "REL8", "VANESSA ANGEL"], ["LABOR PAINS", "directed_by", "ENT19952"], ["LABOR PAINS", "has_genre", "ENT7161"], ["LABOR PAINS", "REL9", "ENT19952"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
38669, ENT164
3538, 2011
34565, CIRCLE OF FRIENDS
17770, ENT15571
20393, ENT25394
9047, THE BROTHERS MCMULLEN
32787, ENT34566
2007, ENT34661
13759, ENT39255
src, edge_attr, dst
34565, REL5, 17770
34565, release_year, 38669
20393, in_language, 17770
20393, release_year, 38669
9047, REL5, 17770
9047, release_year, 38669
32787, in_language, 17770
32787, release_year, 3538
2007, release_year, 3538
13759, release_year, 38669
13759, release_year, 3538
Question: How are CIRCLE OF FRIENDS and ENT34661 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["CIRCLE OF FRIENDS", "ENT34661"], "valid_edges": [["CIRCLE OF FRIENDS", "REL5", "ENT15571"], ["CIRCLE OF FRIENDS", "release_year", "ENT164"], ["ENT25394", "in_language", "ENT15571"], ["ENT25394", "release_year", "ENT164"], ["THE BROTHERS MCMULLEN", "REL5", "ENT15571"], ["THE BROTHERS MCMULLEN", "release_year", "ENT164"], ["ENT34566", "in_language", "ENT15571"], ["ENT34566", "release_year", "2011"], ["ENT34661", "release_year", "2011"], ["ENT39255", "release_year", "ENT164"], ["ENT39255", "release_year", "2011"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
20922, ENT193
17255, ENT14448
27193, RAY LIOTTA
18080, THE RUINS
22841, ENT38147
src, edge_attr, dst
17255, release_year, 20922
17255, REL8, 27193
18080, release_year, 20922
22841, REL8, 27193
Question: In what context are THE RUINS and ENT38147 connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["THE RUINS", "ENT38147"], "valid_edges": [["ENT14448", "release_year", "ENT193"], ["ENT14448", "REL8", "RAY LIOTTA"], ["THE RUINS", "release_year", "ENT193"], ["ENT38147", "REL8", "RAY LIOTTA"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
33887, CHARLES GEORGE HILDEBRANDT
37852, HORROR
27763, THE DEADLY SPAWN
8606, ENT34733
16634, TOM HULCE
src, edge_attr, dst
27763, has_genre, 37852
27763, REL8, 33887
8606, has_genre, 37852
8606, REL8, 16634
Question: How are CHARLES GEORGE HILDEBRANDT and TOM HULCE related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["CHARLES GEORGE HILDEBRANDT", "TOM HULCE"], "valid_edges": [["THE DEADLY SPAWN", "has_genre", "HORROR"], ["THE DEADLY SPAWN", "REL8", "CHARLES GEORGE HILDEBRANDT"], ["ENT34733", "has_genre", "HORROR"], ["ENT34733", "REL8", "TOM HULCE"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
31212, ENT149
488, ADVENTURE
21338, DANIEL ROBY
16661, DRAMA
18019, ENT11077
5910, ENT11253
4716, LOUIS CYR
15011, PRINCESS MONONOKE
22594, ENT27779
21865, ENT34334
23742, ENT35754
8897, TIME BANDITS
src, edge_attr, dst
31212, has_genre, 16661
18019, has_genre, 5910
18019, release_year, 31212
4716, directed_by, 21338
4716, has_genre, 16661
15011, has_genre, 488
15011, has_genre, 5910
15011, REL5, 488
15011, REL5, 5910
21865, has_genre, 488
21865, REL5, 22594
21865, REL8, 22594
23742, has_genre, 488
23742, REL5, 5910
8897, has_genre, 488
8897, has_genre, 5910
8897, REL5, 5910
8897, REL5, 22594
8897, release_year, 31212
Question: In what context are DANIEL ROBY and TIME BANDITS connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["DANIEL ROBY", "TIME BANDITS"], "valid_edges": [["ENT149", "has_genre", "DRAMA"], ["ENT11077", "has_genre", "ENT11253"], ["ENT11077", "release_year", "ENT149"], ["LOUIS CYR", "directed_by", "DANIEL ROBY"], ["LOUIS CYR", "has_genre", "DRAMA"], ["PRINCESS MONONOKE", "has_genre", "ADVENTURE"], ["PRINCESS MONONOKE", "has_genre", "ENT11253"], ["PRINCESS MONONOKE", "REL5", "ADVENTURE"], ["PRINCESS MONONOKE", "REL5", "ENT11253"], ["ENT34334", "has_genre", "ADVENTURE"], ["ENT34334", "REL5", "ENT27779"], ["ENT34334", "REL8", "ENT27779"], ["ENT35754", "has_genre", "ADVENTURE"], ["ENT35754", "REL5", "ENT11253"], ["TIME BANDITS", "has_genre", "ADVENTURE"], ["TIME BANDITS", "has_genre", "ENT11253"], ["TIME BANDITS", "REL5", "ENT11253"], ["TIME BANDITS", "REL5", "ENT27779"], ["TIME BANDITS", "release_year", "ENT149"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
6676, ENT5091
16661, DRAMA
8256, JIM HARRISON
33551, JOHN MCMAHON
17280, LEGENDS OF THE FALL
33687, ENT28209
src, edge_attr, dst
6676, has_genre, 16661
6676, REL9, 33551
17280, has_genre, 16661
17280, REL9, 8256
33687, has_genre, 16661
33687, REL5, 33687
33687, REL9, 8256
Question: For what reason are JIM HARRISON and JOHN MCMAHON associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["JIM HARRISON", "JOHN MCMAHON"], "valid_edges": [["ENT5091", "has_genre", "DRAMA"], ["ENT5091", "REL9", "JOHN MCMAHON"], ["LEGENDS OF THE FALL", "has_genre", "DRAMA"], ["LEGENDS OF THE FALL", "REL9", "JIM HARRISON"], ["ENT28209", "has_genre", "DRAMA"], ["ENT28209", "REL5", "ENT28209"], ["ENT28209", "REL9", "JIM HARRISON"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
13583, 2007
21678, AAJA NACHLE
25861, ENT4810
825, CITY OF MEN
24945, DARLING
18965, DREAMS
20041, ENT10365
22422, ENT25143
932, ENT32578
7344, ENT39888
src, edge_attr, dst
21678, release_year, 13583
25861, REL5, 18965
825, REL5, 25861
825, release_year, 13583
24945, in_language, 932
24945, release_year, 13583
18965, REL5, 18965
18965, in_language, 932
20041, REL5, 25861
20041, release_year, 13583
22422, in_language, 932
22422, release_year, 13583
7344, REL5, 932
7344, in_language, 932
7344, release_year, 13583
Question: In what context are AAJA NACHLE and DREAMS connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["AAJA NACHLE", "DREAMS"], "valid_edges": [["AAJA NACHLE", "release_year", "2007"], ["ENT4810", "REL5", "DREAMS"], ["CITY OF MEN", "REL5", "ENT4810"], ["CITY OF MEN", "release_year", "2007"], ["DARLING", "in_language", "ENT32578"], ["DARLING", "release_year", "2007"], ["DREAMS", "REL5", "DREAMS"], ["DREAMS", "in_language", "ENT32578"], ["ENT10365", "REL5", "ENT4810"], ["ENT10365", "release_year", "2007"], ["ENT25143", "in_language", "ENT32578"], ["ENT25143", "release_year", "2007"], ["ENT39888", "REL5", "ENT32578"], ["ENT39888", "in_language", "ENT32578"], ["ENT39888", "release_year", "2007"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
17148, ENT7161
3732, HANNAH AND HER SISTERS
39797, ENT27092
32029, THE SUITOR
src, edge_attr, dst
3732, has_genre, 17148
3732, REL5, 17148
32029, directed_by, 39797
32029, has_genre, 17148
32029, REL5, 39797
32029, REL8, 39797
32029, REL9, 39797
Question: How are HANNAH and HER SISTERS and PIERRE ΓTAIX related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["HANNAH AND HER SISTERS", "ENT27092"], "valid_edges": [["HANNAH AND HER SISTERS", "has_genre", "ENT7161"], ["HANNAH AND HER SISTERS", "REL5", "ENT7161"], ["THE SUITOR", "directed_by", "ENT27092"], ["THE SUITOR", "has_genre", "ENT7161"], ["THE SUITOR", "REL5", "ENT27092"], ["THE SUITOR", "REL8", "ENT27092"], ["THE SUITOR", "REL9", "ENT27092"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
20086, ENT188
9769, ENT637
2251, BYZANTIUM
33133, UNDERWORLD
17474, VAMPIRES
src, edge_attr, dst
9769, release_year, 20086
2251, REL5, 17474
33133, REL5, 17474
33133, release_year, 20086
17474, REL5, 17474
Question: In what context are ENT637 and BYZANTIUM connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT637", "BYZANTIUM"], "valid_edges": [["ENT637", "release_year", "ENT188"], ["BYZANTIUM", "REL5", "VAMPIRES"], ["UNDERWORLD", "REL5", "VAMPIRES"], ["UNDERWORLD", "release_year", "ENT188"], ["VAMPIRES", "REL5", "VAMPIRES"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
37852, HORROR
2820, JANE GOLDMAN
13091, SUZANNE KAAREN
7133, THE DEVIL BAT
9013, ENT36697
src, edge_attr, dst
7133, has_genre, 37852
7133, REL8, 13091
9013, has_genre, 37852
9013, REL5, 37852
9013, REL9, 2820
Question: For what reason are JANE GOLDMAN and SUZANNE KAAREN associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["JANE GOLDMAN", "SUZANNE KAAREN"], "valid_edges": [["THE DEVIL BAT", "has_genre", "HORROR"], ["THE DEVIL BAT", "REL8", "SUZANNE KAAREN"], ["ENT36697", "has_genre", "HORROR"], ["ENT36697", "REL5", "HORROR"], ["ENT36697", "REL9", "JANE GOLDMAN"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
29689, ENT11177
26730, FACES OF DEATH IV
6325, JOHN ALAN SCHWARTZ
25387, ENT23205
src, edge_attr, dst
29689, directed_by, 6325
29689, REL8, 25387
29689, REL9, 6325
26730, directed_by, 6325
Question: How are FACES OF DEATH IV and ENT23205 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["FACES OF DEATH IV", "ENT23205"], "valid_edges": [["ENT11177", "directed_by", "JOHN ALAN SCHWARTZ"], ["ENT11177", "REL8", "ENT23205"], ["ENT11177", "REL9", "JOHN ALAN SCHWARTZ"], ["FACES OF DEATH IV", "directed_by", "JOHN ALAN SCHWARTZ"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
31212, ENT149
10616, 300 MILES TO HEAVEN
2711, ENT21693
36362, ENT27227
2849, TARZAN, THE APE MAN
24262, VABANK
src, edge_attr, dst
10616, in_language, 36362
2711, in_language, 36362
2711, release_year, 31212
2849, release_year, 31212
24262, in_language, 36362
24262, release_year, 31212
Question: For what reason are 300 MILES TO HEAVEN and TARZAN, THE APE MAN associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["300 MILES TO HEAVEN", "TARZAN, THE APE MAN"], "valid_edges": [["300 MILES TO HEAVEN", "in_language", "ENT27227"], ["ENT21693", "in_language", "ENT27227"], ["ENT21693", "release_year", "ENT149"], ["TARZAN, THE APE MAN", "release_year", "ENT149"], ["VABANK", "in_language", "ENT27227"], ["VABANK", "release_year", "ENT149"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
2517, ADAR BECK
31310, BOOT CAMP
648, EXAM
4261, ENT13497
6512, THRILLER
src, edge_attr, dst
31310, has_genre, 6512
31310, REL8, 4261
648, has_genre, 6512
648, REL8, 2517
Question: How are ADAR BECK and ENT13497 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ADAR BECK", "ENT13497"], "valid_edges": [["BOOT CAMP", "has_genre", "THRILLER"], ["BOOT CAMP", "REL8", "ENT13497"], ["EXAM", "has_genre", "THRILLER"], ["EXAM", "REL8", "ADAR BECK"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
35979, ENT190
20101, CAPTAIN PHILLIPS
22559, ENT14743
1429, JOΓO PEDRO RODRIGUES
9599, ENT37965
src, edge_attr, dst
20101, REL5, 22559
22559, release_year, 35979
9599, directed_by, 1429
9599, release_year, 35979
9599, REL9, 1429
Question: In what context are CAPTAIN PHILLIPS and JOΓO PEDRO RODRIGUES connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["CAPTAIN PHILLIPS", "JOΓO PEDRO RODRIGUES"], "valid_edges": [["CAPTAIN PHILLIPS", "REL5", "ENT14743"], ["ENT14743", "release_year", "ENT190"], ["ENT37965", "directed_by", "JOΓO PEDRO RODRIGUES"], ["ENT37965", "release_year", "ENT190"], ["ENT37965", "REL9", "JOΓO PEDRO RODRIGUES"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
12203, 1938
32706, ENT6333
24936, ENT7509
37460, I AM THE LAW
3723, ENT26518
33585, ENT33278
src, edge_attr, dst
32706, release_year, 12203
37460, has_genre, 24936
37460, release_year, 12203
3723, has_genre, 24936
33585, has_genre, 24936
33585, release_year, 12203
Question: In what context are ENT6333 and ENT26518 connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT6333", "ENT26518"], "valid_edges": [["ENT6333", "release_year", "1938"], ["I AM THE LAW", "has_genre", "ENT7509"], ["I AM THE LAW", "release_year", "1938"], ["ENT26518", "has_genre", "ENT7509"], ["ENT33278", "has_genre", "ENT7509"], ["ENT33278", "release_year", "1938"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
28779, 1977
25463, ENT3093
12845, ROBERT WISE
30894, SEMI-TOUGH
31619, ENT33982
src, edge_attr, dst
25463, directed_by, 12845
25463, release_year, 28779
30894, release_year, 28779
31619, directed_by, 12845
31619, REL5, 12845
Question: For what reason are SEMI-TOUGH and ENT33982 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["SEMI-TOUGH", "ENT33982"], "valid_edges": [["ENT3093", "directed_by", "ROBERT WISE"], ["ENT3093", "release_year", "1977"], ["SEMI-TOUGH", "release_year", "1977"], ["ENT33982", "directed_by", "ROBERT WISE"], ["ENT33982", "REL5", "ROBERT WISE"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
17148, ENT7161
23517, KENNETH VANBAEDEN
8434, ENT23497
16227, ENT27372
38595, THE MISFORTUNATES
src, edge_attr, dst
16227, directed_by, 8434
16227, has_genre, 17148
16227, REL9, 8434
38595, has_genre, 17148
38595, REL8, 23517
Question: For what reason are KENNETH VANBAEDEN and ENT23497 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["KENNETH VANBAEDEN", "ENT23497"], "valid_edges": [["ENT27372", "directed_by", "ENT23497"], ["ENT27372", "has_genre", "ENT7161"], ["ENT27372", "REL9", "ENT23497"], ["THE MISFORTUNATES", "has_genre", "ENT7161"], ["THE MISFORTUNATES", "REL8", "KENNETH VANBAEDEN"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
17148, ENT7161
17512, ENT33834
17269, ENT34693
35742, TOM BRADY
14217, WEST IS WEST
src, edge_attr, dst
17512, directed_by, 35742
17512, has_genre, 17148
17269, directed_by, 35742
17269, has_genre, 17148
17269, REL5, 17148
17269, REL9, 35742
14217, has_genre, 17148
Question: How are TOM BRADY and WEST IS WEST related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["TOM BRADY", "WEST IS WEST"], "valid_edges": [["ENT33834", "directed_by", "TOM BRADY"], ["ENT33834", "has_genre", "ENT7161"], ["ENT34693", "directed_by", "TOM BRADY"], ["ENT34693", "has_genre", "ENT7161"], ["ENT34693", "REL5", "ENT7161"], ["ENT34693", "REL9", "TOM BRADY"], ["WEST IS WEST", "has_genre", "ENT7161"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
2511, 2013
31705, ENT733
37338, AMEN
38319, ENT4294
16772, FROZEN
26432, ENT24364
19361, NANCY GOES TO RIO
4766, SUNSHINE ON LEITH
4973, ENT34610
32101, ENT36177
src, edge_attr, dst
31705, has_genre, 26432
31705, release_year, 2511
37338, has_genre, 26432
37338, release_year, 2511
38319, has_genre, 26432
38319, release_year, 2511
16772, REL5, 26432
16772, release_year, 2511
19361, has_genre, 26432
4766, has_genre, 26432
4766, release_year, 2511
4973, has_genre, 26432
4973, release_year, 2511
32101, release_year, 2511
Question: In what context are NANCY GOES TO RIO and ENT36177 connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["NANCY GOES TO RIO", "ENT36177"], "valid_edges": [["ENT733", "has_genre", "ENT24364"], ["ENT733", "release_year", "2013"], ["AMEN", "has_genre", "ENT24364"], ["AMEN", "release_year", "2013"], ["ENT4294", "has_genre", "ENT24364"], ["ENT4294", "release_year", "2013"], ["FROZEN", "REL5", "ENT24364"], ["FROZEN", "release_year", "2013"], ["NANCY GOES TO RIO", "has_genre", "ENT24364"], ["SUNSHINE ON LEITH", "has_genre", "ENT24364"], ["SUNSHINE ON LEITH", "release_year", "2013"], ["ENT34610", "has_genre", "ENT24364"], ["ENT34610", "release_year", "2013"], ["ENT36177", "release_year", "2013"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
22650, 1944
27249, HISTORY
16285, ENT27460
39263, SINCE YOU WENT AWAY
3758, THE BATTLE OF CHINA
37691, TRIUMPH OF THE WILL
23928, WAR COMES TO AMERICA
34501, ZERO DARK THIRTY
src, edge_attr, dst
39263, release_year, 22650
3758, REL5, 27249
3758, REL5, 16285
3758, release_year, 22650
37691, REL5, 27249
37691, REL5, 16285
23928, REL5, 27249
23928, REL5, 16285
34501, has_genre, 27249
34501, REL5, 16285
Question: How are SINCE YOU WENT AWAY and TRIUMPH OF THE WILL related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["SINCE YOU WENT AWAY", "TRIUMPH OF THE WILL"], "valid_edges": [["SINCE YOU WENT AWAY", "release_year", "1944"], ["THE BATTLE OF CHINA", "REL5", "HISTORY"], ["THE BATTLE OF CHINA", "REL5", "ENT27460"], ["THE BATTLE OF CHINA", "release_year", "1944"], ["TRIUMPH OF THE WILL", "REL5", "HISTORY"], ["TRIUMPH OF THE WILL", "REL5", "ENT27460"], ["WAR COMES TO AMERICA", "REL5", "HISTORY"], ["WAR COMES TO AMERICA", "REL5", "ENT27460"], ["ZERO DARK THIRTY", "has_genre", "HISTORY"], ["ZERO DARK THIRTY", "REL5", "ENT27460"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
9324, AUSTRALIA
9217, ENT4324
34650, ENT5816
28182, ENT21278
28669, STEVEN VIDLER
src, edge_attr, dst
9217, directed_by, 28669
9217, REL5, 9324
34650, REL5, 9324
34650, REL9, 28182
Question: For what reason are ENT21278 and STEVEN VIDLER associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT21278", "STEVEN VIDLER"], "valid_edges": [["ENT4324", "directed_by", "STEVEN VIDLER"], ["ENT4324", "REL5", "AUSTRALIA"], ["ENT5816", "REL5", "AUSTRALIA"], ["ENT5816", "REL9", "ENT21278"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
9472, DOG SOLDIERS
37852, HORROR
36258, HOUSE OF DRACULA
29638, ENT14787
32673, JOHN CARRADINE
1970, NEIL MARSHALL
13045, THE DESCENT
29601, UNIVERSAL
src, edge_attr, dst
9472, directed_by, 1970
9472, has_genre, 37852
9472, REL5, 37852
9472, REL9, 1970
36258, has_genre, 37852
36258, REL5, 29601
36258, REL8, 32673
29638, has_genre, 37852
29638, REL5, 29601
29638, REL8, 32673
13045, directed_by, 1970
13045, has_genre, 37852
13045, REL5, 37852
13045, REL9, 1970
Question: For what reason are NEIL MARSHALL and UNIVERSAL associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["NEIL MARSHALL", "UNIVERSAL"], "valid_edges": [["DOG SOLDIERS", "directed_by", "NEIL MARSHALL"], ["DOG SOLDIERS", "has_genre", "HORROR"], ["DOG SOLDIERS", "REL5", "HORROR"], ["DOG SOLDIERS", "REL9", "NEIL MARSHALL"], ["HOUSE OF DRACULA", "has_genre", "HORROR"], ["HOUSE OF DRACULA", "REL5", "UNIVERSAL"], ["HOUSE OF DRACULA", "REL8", "JOHN CARRADINE"], ["ENT14787", "has_genre", "HORROR"], ["ENT14787", "REL5", "UNIVERSAL"], ["ENT14787", "REL8", "JOHN CARRADINE"], ["THE DESCENT", "directed_by", "NEIL MARSHALL"], ["THE DESCENT", "has_genre", "HORROR"], ["THE DESCENT", "REL5", "HORROR"], ["THE DESCENT", "REL9", "NEIL MARSHALL"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
10493, ENT11762
37852, HORROR
25728, ENT23413
21071, THE CAT AND THE CANARY
14863, TUSK
src, edge_attr, dst
21071, has_genre, 37852
21071, REL8, 10493
14863, has_genre, 37852
14863, REL5, 37852
14863, REL8, 25728
Question: For what reason are ENT11762 and ENT23413 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT11762", "ENT23413"], "valid_edges": [["THE CAT AND THE CANARY", "has_genre", "HORROR"], ["THE CAT AND THE CANARY", "REL8", "ENT11762"], ["TUSK", "has_genre", "HORROR"], ["TUSK", "REL5", "HORROR"], ["TUSK", "REL8", "ENT23413"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
1808, ENT2961
22262, BRIAN BLESSED
17148, ENT7161
24968, ENT33666
src, edge_attr, dst
1808, has_genre, 17148
1808, REL8, 22262
24968, has_genre, 17148
Question: For what reason are BRIAN BLESSED and ENT33666 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["BRIAN BLESSED", "ENT33666"], "valid_edges": [["ENT2961", "has_genre", "ENT7161"], ["ENT2961", "REL8", "BRIAN BLESSED"], ["ENT33666", "has_genre", "ENT7161"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
35979, ENT190
22285, DAVID MORRISSEY
25824, PUZZLEHEAD
21648, THE DEAL
src, edge_attr, dst
25824, release_year, 35979
21648, release_year, 35979
21648, REL8, 22285
Question: For what reason are DAVID MORRISSEY and PUZZLEHEAD associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["DAVID MORRISSEY", "PUZZLEHEAD"], "valid_edges": [["PUZZLEHEAD", "release_year", "ENT190"], ["THE DEAL", "release_year", "ENT190"], ["THE DEAL", "REL8", "DAVID MORRISSEY"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
5850, ENT1894
16661, DRAMA
27882, ENT20411
5264, NINA ARIANDA
29357, ROB THE MOB
src, edge_attr, dst
5850, has_genre, 16661
5850, REL8, 27882
29357, has_genre, 16661
29357, REL8, 5264
Question: How are ENT20411 and NINA ARIANDA related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT20411", "NINA ARIANDA"], "valid_edges": [["ENT1894", "has_genre", "DRAMA"], ["ENT1894", "REL8", "ENT20411"], ["ROB THE MOB", "has_genre", "DRAMA"], ["ROB THE MOB", "REL8", "NINA ARIANDA"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
24770, 1997
8917, ENT12746
38864, THE LAST WAGON
27365, TWILIGHT OF THE ICE NYMPHS
26102, ENT39031
src, edge_attr, dst
38864, has_genre, 26102
27365, release_year, 24770
27365, REL9, 8917
26102, release_year, 24770
Question: In what context are ENT12746 and THE LAST WAGON connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT12746", "THE LAST WAGON"], "valid_edges": [["THE LAST WAGON", "has_genre", "ENT39031"], ["TWILIGHT OF THE ICE NYMPHS", "release_year", "1997"], ["TWILIGHT OF THE ICE NYMPHS", "REL9", "ENT12746"], ["ENT39031", "release_year", "1997"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
13063, 2009
15147, CHΓRI
16661, DRAMA
11588, ENT13654
10208, ENT24273
2583, OUTLAW
24967, RUPERT FRIEND
38810, THE SLEEPING DICTIONARY
4650, THE YOUNG VICTORIA
src, edge_attr, dst
15147, has_genre, 16661
15147, REL5, 24967
15147, release_year, 13063
15147, REL8, 24967
10208, has_genre, 16661
10208, REL8, 24967
2583, has_genre, 16661
2583, REL8, 24967
38810, directed_by, 11588
38810, has_genre, 16661
38810, REL9, 11588
4650, has_genre, 16661
4650, REL5, 24967
4650, release_year, 13063
4650, REL8, 24967
Question: For what reason are ENT13654 and RUPERT FRIEND associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT13654", "RUPERT FRIEND"], "valid_edges": [["CHΓRI", "has_genre", "DRAMA"], ["CHΓRI", "REL5", "RUPERT FRIEND"], ["CHΓRI", "release_year", "2009"], ["CHΓRI", "REL8", "RUPERT FRIEND"], ["ENT24273", "has_genre", "DRAMA"], ["ENT24273", "REL8", "RUPERT FRIEND"], ["OUTLAW", "has_genre", "DRAMA"], ["OUTLAW", "REL8", "RUPERT FRIEND"], ["THE SLEEPING DICTIONARY", "directed_by", "ENT13654"], ["THE SLEEPING DICTIONARY", "has_genre", "DRAMA"], ["THE SLEEPING DICTIONARY", "REL9", "ENT13654"], ["THE YOUNG VICTORIA", "has_genre", "DRAMA"], ["THE YOUNG VICTORIA", "REL5", "RUPERT FRIEND"], ["THE YOUNG VICTORIA", "release_year", "2009"], ["THE YOUNG VICTORIA", "REL8", "RUPERT FRIEND"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
5717, ENT623
11437, ENT17587
30182, NATIONAL FILM REGISTRY
13798, ENT28010
30543, ENT39545
src, edge_attr, dst
5717, directed_by, 11437
5717, REL5, 30182
13798, REL5, 30182
13798, REL9, 30543
Question: For what reason are ENT17587 and ENT39545 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT17587", "ENT39545"], "valid_edges": [["ENT623", "directed_by", "ENT17587"], ["ENT623", "REL5", "NATIONAL FILM REGISTRY"], ["ENT28010", "REL5", "NATIONAL FILM REGISTRY"], ["ENT28010", "REL9", "ENT39545"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
6714, ENT145
13583, 2007
35845, ENT583
37906, ENT13782
26075, MIDNIGHT EXPRESS
22213, ENT23985
src, edge_attr, dst
35845, release_year, 13583
37906, release_year, 6714
37906, release_year, 13583
26075, release_year, 6714
22213, release_year, 6714
22213, release_year, 13583
Question: In what context are ENT583 and MIDNIGHT EXPRESS connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT583", "MIDNIGHT EXPRESS"], "valid_edges": [["ENT583", "release_year", "2007"], ["ENT13782", "release_year", "ENT145"], ["ENT13782", "release_year", "2007"], ["MIDNIGHT EXPRESS", "release_year", "ENT145"], ["ENT23985", "release_year", "ENT145"], ["ENT23985", "release_year", "2007"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
28162, 1992
17718, 3 NINJAS
25891, ENT473
13238, ENT2823
3388, BAD JOHNSON
5453, BEETHOVEN
37643, ENT4070
36761, ENT4348
16929, ENT4641
34618, BRAIN DONORS
548, ENT5245
4152, ENT5361
36909, ENT5566
21, ENT6719
19177, CLASS ACT
17148, ENT7161
4351, CRITTERS 4
22139, ENT8689
3029, ENT10589
11043, ENT11062
18536, FOLKS!
15849, FROZEN ASSETS
35171, ENT14445
7954, HONEYMOON IN VEGAS
1712, ENT14998
17436, IN THE SOUP
18367, ENT19484
17933, KUFFS
30121, LADYBUGS
10057, LEAVING NORMAL
36344, LITTLE SISTER
5144, LΓOLO
5129, MALEDETTO IL GIORNO CHE T'HO INCONTRATO
29314, MAN BITES DOG
35327, MAN TROUBLE
26109, ENT23043
2069, ENT23918
1880, MO' MONEY
30319, MOM AND DAD SAVE THE WORLD
15888, MR. BASEBALL
37386, ENT24399
29693, MY NEW GUN
34436, ENT25879
847, PARENTI SERPENTI
25298, ENT26872
39068, SINGLES
27431, ENT31128
3867, STAY TUNED
23476, ENT32164
21376, ENT32186
5176, ENT32230
26886, THE BIKINI CARWASH COMPANY
6542, ENT34085
34399, ENT34572
20168, THE MIGHTY DUCKS
15243, ENT35418
12770, ENT35512
29082, TOYS
8021, ENT37946
22890, ENT38207
1329, WAYNE'S WORLD
3226, WHITE MEN CAN'T JUMP
src, edge_attr, dst
17718, has_genre, 17148
17718, release_year, 28162
25891, has_genre, 17148
25891, release_year, 28162
13238, has_genre, 17148
13238, REL5, 17148
13238, release_year, 28162
3388, has_genre, 17148
5453, has_genre, 17148
5453, REL5, 17148
5453, release_year, 28162
37643, has_genre, 17148
37643, release_year, 28162
36761, has_genre, 17148
36761, release_year, 28162
16929, has_genre, 17148
16929, release_year, 28162
34618, has_genre, 17148
34618, release_year, 28162
548, has_genre, 17148
548, REL5, 17148
548, release_year, 28162
4152, has_genre, 17148
4152, release_year, 28162
36909, has_genre, 17148
36909, REL5, 17148
36909, release_year, 28162
21, has_genre, 17148
21, release_year, 28162
19177, has_genre, 17148
19177, release_year, 28162
4351, has_genre, 17148
4351, release_year, 28162
22139, has_genre, 17148
22139, release_year, 28162
3029, has_genre, 17148
3029, release_year, 28162
11043, has_genre, 17148
11043, release_year, 28162
18536, has_genre, 17148
18536, release_year, 28162
15849, has_genre, 17148
15849, release_year, 28162
35171, has_genre, 17148
35171, release_year, 28162
7954, has_genre, 17148
7954, release_year, 28162
1712, has_genre, 17148
1712, release_year, 28162
17436, has_genre, 17148
17436, release_year, 28162
18367, has_genre, 17148
18367, release_year, 28162
17933, has_genre, 17148
17933, release_year, 28162
30121, has_genre, 17148
30121, release_year, 28162
10057, has_genre, 17148
10057, release_year, 28162
36344, has_genre, 17148
36344, release_year, 28162
5144, release_year, 28162
5129, has_genre, 17148
5129, release_year, 28162
29314, has_genre, 17148
29314, release_year, 28162
35327, has_genre, 17148
35327, release_year, 28162
26109, has_genre, 17148
26109, release_year, 28162
2069, has_genre, 17148
2069, release_year, 28162
1880, has_genre, 17148
1880, release_year, 28162
30319, has_genre, 17148
30319, release_year, 28162
15888, has_genre, 17148
15888, release_year, 28162
37386, has_genre, 17148
37386, REL5, 17148
37386, release_year, 28162
29693, has_genre, 17148
29693, release_year, 28162
34436, has_genre, 17148
34436, release_year, 28162
847, has_genre, 17148
847, release_year, 28162
25298, has_genre, 17148
25298, release_year, 28162
39068, has_genre, 17148
39068, release_year, 28162
27431, has_genre, 17148
27431, release_year, 28162
3867, has_genre, 17148
3867, release_year, 28162
23476, has_genre, 17148
23476, REL5, 17148
23476, release_year, 28162
21376, has_genre, 17148
21376, release_year, 28162
5176, has_genre, 17148
5176, release_year, 28162
26886, has_genre, 17148
26886, release_year, 28162
6542, has_genre, 17148
6542, release_year, 28162
34399, has_genre, 17148
34399, release_year, 28162
20168, has_genre, 17148
20168, release_year, 28162
15243, has_genre, 17148
15243, release_year, 28162
12770, has_genre, 17148
12770, release_year, 28162
29082, has_genre, 17148
29082, release_year, 28162
8021, has_genre, 17148
8021, release_year, 28162
22890, has_genre, 17148
22890, release_year, 28162
1329, has_genre, 17148
1329, REL5, 17148
1329, release_year, 28162
3226, has_genre, 17148
3226, REL5, 17148
3226, release_year, 28162
Question: In what context are BAD JOHNSON and LΓOLO connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["BAD JOHNSON", "LΓOLO"], "valid_edges": [["3 NINJAS", "has_genre", "ENT7161"], ["3 NINJAS", "release_year", "1992"], ["ENT473", "has_genre", "ENT7161"], ["ENT473", "release_year", "1992"], ["ENT2823", "has_genre", "ENT7161"], ["ENT2823", "REL5", "ENT7161"], ["ENT2823", "release_year", "1992"], ["BAD JOHNSON", "has_genre", "ENT7161"], ["BEETHOVEN", "has_genre", "ENT7161"], ["BEETHOVEN", "REL5", "ENT7161"], ["BEETHOVEN", "release_year", "1992"], ["ENT4070", "has_genre", "ENT7161"], ["ENT4070", "release_year", "1992"], ["ENT4348", "has_genre", "ENT7161"], ["ENT4348", "release_year", "1992"], ["ENT4641", "has_genre", "ENT7161"], ["ENT4641", "release_year", "1992"], ["BRAIN DONORS", "has_genre", "ENT7161"], ["BRAIN DONORS", "release_year", "1992"], ["ENT5245", "has_genre", "ENT7161"], ["ENT5245", "REL5", "ENT7161"], ["ENT5245", "release_year", "1992"], ["ENT5361", "has_genre", "ENT7161"], ["ENT5361", "release_year", "1992"], ["ENT5566", "has_genre", "ENT7161"], ["ENT5566", "REL5", "ENT7161"], ["ENT5566", "release_year", "1992"], ["ENT6719", "has_genre", "ENT7161"], ["ENT6719", "release_year", "1992"], ["CLASS ACT", "has_genre", "ENT7161"], ["CLASS ACT", "release_year", "1992"], ["CRITTERS 4", "has_genre", "ENT7161"], ["CRITTERS 4", "release_year", "1992"], ["ENT8689", "has_genre", "ENT7161"], ["ENT8689", "release_year", "1992"], ["ENT10589", "has_genre", "ENT7161"], ["ENT10589", "release_year", "1992"], ["ENT11062", "has_genre", "ENT7161"], ["ENT11062", "release_year", "1992"], ["FOLKS!", "has_genre", "ENT7161"], ["FOLKS!", "release_year", "1992"], ["FROZEN ASSETS", "has_genre", "ENT7161"], ["FROZEN ASSETS", "release_year", "1992"], ["ENT14445", "has_genre", "ENT7161"], ["ENT14445", "release_year", "1992"], ["HONEYMOON IN VEGAS", "has_genre", "ENT7161"], ["HONEYMOON IN VEGAS", "release_year", "1992"], ["ENT14998", "has_genre", "ENT7161"], ["ENT14998", "release_year", "1992"], ["IN THE SOUP", "has_genre", "ENT7161"], ["IN THE SOUP", "release_year", "1992"], ["ENT19484", "has_genre", "ENT7161"], ["ENT19484", "release_year", "1992"], ["KUFFS", "has_genre", "ENT7161"], ["KUFFS", "release_year", "1992"], ["LADYBUGS", "has_genre", "ENT7161"], ["LADYBUGS", "release_year", "1992"], ["LEAVING NORMAL", "has_genre", "ENT7161"], ["LEAVING NORMAL", "release_year", "1992"], ["LITTLE SISTER", "has_genre", "ENT7161"], ["LITTLE SISTER", "release_year", "1992"], ["LΓOLO", "release_year", "1992"], ["MALEDETTO IL GIORNO CHE T'HO INCONTRATO", "has_genre", "ENT7161"], ["MALEDETTO IL GIORNO CHE T'HO INCONTRATO", "release_year", "1992"], ["MAN BITES DOG", "has_genre", "ENT7161"], ["MAN BITES DOG", "release_year", "1992"], ["MAN TROUBLE", "has_genre", "ENT7161"], ["MAN TROUBLE", "release_year", "1992"], ["ENT23043", "has_genre", "ENT7161"], ["ENT23043", "release_year", "1992"], ["ENT23918", "has_genre", "ENT7161"], ["ENT23918", "release_year", "1992"], ["MO' MONEY", "has_genre", "ENT7161"], ["MO' MONEY", "release_year", "1992"], ["MOM AND DAD SAVE THE WORLD", "has_genre", "ENT7161"], ["MOM AND DAD SAVE THE WORLD", "release_year", "1992"], ["MR. BASEBALL", "has_genre", "ENT7161"], ["MR. BASEBALL", "release_year", "1992"], ["ENT24399", "has_genre", "ENT7161"], ["ENT24399", "REL5", "ENT7161"], ["ENT24399", "release_year", "1992"], ["MY NEW GUN", "has_genre", "ENT7161"], ["MY NEW GUN", "release_year", "1992"], ["ENT25879", "has_genre", "ENT7161"], ["ENT25879", "release_year", "1992"], ["PARENTI SERPENTI", "has_genre", "ENT7161"], ["PARENTI SERPENTI", "release_year", "1992"], ["ENT26872", "has_genre", "ENT7161"], ["ENT26872", "release_year", "1992"], ["SINGLES", "has_genre", "ENT7161"], ["SINGLES", "release_year", "1992"], ["ENT31128", "has_genre", "ENT7161"], ["ENT31128", "release_year", "1992"], ["STAY TUNED", "has_genre", "ENT7161"], ["STAY TUNED", "release_year", "1992"], ["ENT32164", "has_genre", "ENT7161"], ["ENT32164", "REL5", "ENT7161"], ["ENT32164", "release_year", "1992"], ["ENT32186", "has_genre", "ENT7161"], ["ENT32186", "release_year", "1992"], ["ENT32230", "has_genre", "ENT7161"], ["ENT32230", "release_year", "1992"], ["THE BIKINI CARWASH COMPANY", "has_genre", "ENT7161"], ["THE BIKINI CARWASH COMPANY", "release_year", "1992"], ["ENT34085", "has_genre", "ENT7161"], ["ENT34085", "release_year", "1992"], ["ENT34572", "has_genre", "ENT7161"], ["ENT34572", "release_year", "1992"], ["THE MIGHTY DUCKS", "has_genre", "ENT7161"], ["THE MIGHTY DUCKS", "release_year", "1992"], ["ENT35418", "has_genre", "ENT7161"], ["ENT35418", "release_year", "1992"], ["ENT35512", "has_genre", "ENT7161"], ["ENT35512", "release_year", "1992"], ["TOYS", "has_genre", "ENT7161"], ["TOYS", "release_year", "1992"], ["ENT37946", "has_genre", "ENT7161"], ["ENT37946", "release_year", "1992"], ["ENT38207", "has_genre", "ENT7161"], ["ENT38207", "release_year", "1992"], ["WAYNE'S WORLD", "has_genre", "ENT7161"], ["WAYNE'S WORLD", "REL5", "ENT7161"], ["WAYNE'S WORLD", "release_year", "1992"], ["WHITE MEN CAN'T JUMP", "has_genre", "ENT7161"], ["WHITE MEN CAN'T JUMP", "REL5", "ENT7161"], ["WHITE MEN CAN'T JUMP", "release_year", "1992"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
28377, 1985
20922, ENT193
33908, ENT911
34073, DAY OF THE DEAD
2880, INTO THE NIGHT
38617, ENT16717
1833, THE POKER CLUB
28185, ENT37724
src, edge_attr, dst
33908, release_year, 20922
33908, REL8, 38617
34073, release_year, 28377
34073, release_year, 20922
2880, release_year, 28377
2880, REL8, 38617
1833, release_year, 20922
28185, release_year, 28377
28185, REL8, 38617
Question: In what context are INTO THE NIGHT and THE POKER CLUB connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["INTO THE NIGHT", "THE POKER CLUB"], "valid_edges": [["ENT911", "release_year", "ENT193"], ["ENT911", "REL8", "ENT16717"], ["DAY OF THE DEAD", "release_year", "1985"], ["DAY OF THE DEAD", "release_year", "ENT193"], ["INTO THE NIGHT", "release_year", "1985"], ["INTO THE NIGHT", "REL8", "ENT16717"], ["THE POKER CLUB", "release_year", "ENT193"], ["ENT37724", "release_year", "1985"], ["ENT37724", "REL8", "ENT16717"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
32009, ENT150
488, ADVENTURE
32127, ARK OF THE COVENANT
7700, CONAN THE BARBARIAN
24020, IVANHOE
22168, ENT22414
5039, MOTHER LODE
3208, PARADISE
4588, ENT27729
22557, RICHARD ADAMS
25648, ENT35694
25789, THE SCARLET PIMPERNEL
25616, ENT38883
src, edge_attr, dst
7700, has_genre, 488
7700, REL5, 488
7700, release_year, 32009
24020, has_genre, 488
24020, release_year, 32009
5039, has_genre, 488
5039, release_year, 32009
3208, has_genre, 488
3208, release_year, 32009
4588, has_genre, 488
4588, REL5, 488
4588, REL5, 32127
25648, directed_by, 22168
25648, has_genre, 488
25648, release_year, 32009
25648, REL9, 22168
25648, REL9, 22557
25789, has_genre, 488
25789, release_year, 32009
25616, directed_by, 22168
25616, has_genre, 488
25616, REL9, 22168
25616, REL9, 22557
Question: In what context are ARK OF THE COVENANT and ENT35694 connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ARK OF THE COVENANT", "ENT35694"], "valid_edges": [["CONAN THE BARBARIAN", "has_genre", "ADVENTURE"], ["CONAN THE BARBARIAN", "REL5", "ADVENTURE"], ["CONAN THE BARBARIAN", "release_year", "ENT150"], ["IVANHOE", "has_genre", "ADVENTURE"], ["IVANHOE", "release_year", "ENT150"], ["MOTHER LODE", "has_genre", "ADVENTURE"], ["MOTHER LODE", "release_year", "ENT150"], ["PARADISE", "has_genre", "ADVENTURE"], ["PARADISE", "release_year", "ENT150"], ["ENT27729", "has_genre", "ADVENTURE"], ["ENT27729", "REL5", "ADVENTURE"], ["ENT27729", "REL5", "ARK OF THE COVENANT"], ["ENT35694", "directed_by", "ENT22414"], ["ENT35694", "has_genre", "ADVENTURE"], ["ENT35694", "release_year", "ENT150"], ["ENT35694", "REL9", "ENT22414"], ["ENT35694", "REL9", "RICHARD ADAMS"], ["THE SCARLET PIMPERNEL", "has_genre", "ADVENTURE"], ["THE SCARLET PIMPERNEL", "release_year", "ENT150"], ["ENT38883", "directed_by", "ENT22414"], ["ENT38883", "has_genre", "ADVENTURE"], ["ENT38883", "REL9", "ENT22414"], ["ENT38883", "REL9", "RICHARD ADAMS"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
9048, 1996
12190, 2000
19876, CAMERA OBSCURA
7962, ENT9302
40046, HAMLET
src, edge_attr, dst
19876, release_year, 12190
7962, REL5, 7962
7962, release_year, 9048
40046, release_year, 9048
40046, release_year, 12190
Question: How are CAMERA OBSCURA and ENT9302 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["CAMERA OBSCURA", "ENT9302"], "valid_edges": [["CAMERA OBSCURA", "release_year", "2000"], ["ENT9302", "REL5", "ENT9302"], ["ENT9302", "release_year", "1996"], ["HAMLET", "release_year", "1996"], ["HAMLET", "release_year", "2000"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
12190, 2000
9983, ABERDEEN
1060, ENT2951
37742, LAST RESORT
28990, STELLAN SKARSGΓ
RD
src, edge_attr, dst
9983, release_year, 12190
9983, REL8, 28990
37742, release_year, 12190
37742, REL8, 1060
Question: How are ENT2951 and STELLAN SKARSGΓ
RD related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT2951", "STELLAN SKARSGΓ
RD"], "valid_edges": [["ABERDEEN", "release_year", "2000"], ["ABERDEEN", "REL8", "STELLAN SKARSGΓ
RD"], ["LAST RESORT", "release_year", "2000"], ["LAST RESORT", "REL8", "ENT2951"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
31212, ENT149
4999, ENT4442
33990, CLASSE TOUS RISQUES
29322, ENT8898
29088, ENT12156
src, edge_attr, dst
31212, in_language, 29088
4999, release_year, 31212
4999, REL8, 29322
33990, in_language, 29088
Question: For what reason are CLASSE TOUS RISQUES and ENT8898 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["CLASSE TOUS RISQUES", "ENT8898"], "valid_edges": [["ENT149", "in_language", "ENT12156"], ["ENT4442", "release_year", "ENT149"], ["ENT4442", "REL8", "ENT8898"], ["CLASSE TOUS RISQUES", "in_language", "ENT12156"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
34343, 1939
7739, ENT2491
26564, BLACK ON WHITE
33259, BLIND ALLEY
28636, BROADWAY SERENADE
19280, DARK CITY
25077, DARK VICTORY
16661, DRAMA
1934, EACH DAWN I DIE
16305, ENT11297
10488, ENT11545
35170, FRANZ WERFEL
27190, ENT13205
16659, ENT13226
21131, GOODBYE, MR. CHIPS
22842, ENT15124
6169, ENT15227
23286, ENT15381
8913, JEZEBEL
20864, JOHN HUSTON
21531, JUAREZ
7527, KRISTIINA HALKOLA
11299, ENT20193
20596, LOVE AFFAIR
11543, MADE FOR EACH OTHER
31600, ENT23617
4478, ENT24200
2972, MR. NORTH
6099, ENT24259
17561, ENT25729
12858, ENT32519
38080, ENT33986
21865, ENT34334
8606, ENT34733
22853, ENT35093
4043, ENT35360
21747, THE OLD MAID
27917, ENT35766
22524, THE SONG OF BERNADETTE
24768, THE THREE MUSKETEERS
25914, ENT36434
35288, ENT36552
37409, THE WOMEN
18180, ENT36836
34458, THREE STRANGERS
27759, ENT38133
25118, WILLIAM DIETERLE
36496, WISE BLOOD
2878, ENT39735
src, edge_attr, dst
7739, directed_by, 20864
7739, has_genre, 16661
7739, REL5, 20864
26564, has_genre, 16661
26564, REL8, 7527
33259, has_genre, 16661
33259, release_year, 34343
28636, has_genre, 16661
28636, release_year, 34343
19280, directed_by, 25118
19280, has_genre, 16661
19280, REL5, 25118
25077, has_genre, 16661
25077, release_year, 34343
1934, has_genre, 16661
1934, release_year, 34343
16305, directed_by, 20864
16305, has_genre, 16661
16305, REL5, 20864
10488, has_genre, 16661
10488, release_year, 34343
27190, has_genre, 16661
27190, release_year, 34343
16659, has_genre, 16661
16659, release_year, 34343
21131, has_genre, 16661
21131, release_year, 34343
22842, directed_by, 25118
22842, has_genre, 16661
22842, REL5, 25118
6169, has_genre, 16661
6169, release_year, 34343
23286, directed_by, 20864
23286, has_genre, 16661
23286, REL5, 20864
8913, has_genre, 16661
8913, REL9, 20864
21531, directed_by, 25118
21531, has_genre, 16661
21531, REL5, 25118
21531, release_year, 34343
21531, REL9, 35170
21531, REL9, 20864
11299, directed_by, 25118
11299, has_genre, 16661
20596, has_genre, 16661
20596, release_year, 34343
11543, has_genre, 16661
11543, release_year, 34343
31600, has_genre, 16661
31600, release_year, 34343
4478, directed_by, 20864
4478, has_genre, 16661
4478, REL5, 20864
4478, REL9, 20864
2972, has_genre, 16661
2972, REL9, 20864
6099, has_genre, 16661
6099, REL5, 16661
6099, release_year, 34343
17561, has_genre, 16661
17561, release_year, 34343
12858, has_genre, 16661
12858, release_year, 34343
38080, directed_by, 20864
38080, has_genre, 16661
38080, REL5, 20864
21865, has_genre, 16661
21865, release_year, 34343
8606, directed_by, 25118
8606, has_genre, 16661
8606, REL5, 25118
8606, release_year, 34343
22853, has_genre, 16661
22853, release_year, 34343
4043, directed_by, 20864
4043, has_genre, 16661
4043, REL5, 20864
21747, has_genre, 16661
21747, release_year, 34343
27917, has_genre, 16661
27917, release_year, 34343
22524, has_genre, 16661
22524, REL9, 35170
24768, has_genre, 16661
24768, release_year, 34343
25914, directed_by, 20864
25914, has_genre, 16661
25914, REL5, 20864
25914, REL9, 20864
35288, has_genre, 16661
35288, REL8, 20864
37409, has_genre, 16661
37409, release_year, 34343
18180, has_genre, 16661
18180, release_year, 34343
34458, has_genre, 16661
34458, REL9, 20864
27759, has_genre, 16661
27759, release_year, 34343
36496, directed_by, 20864
36496, has_genre, 16661
36496, REL5, 20864
36496, REL8, 20864
2878, has_genre, 16661
2878, release_year, 34343
Question: How are JUAREZ and KRISTIINA HALKOLA related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["JUAREZ", "KRISTIINA HALKOLA"], "valid_edges": [["ENT2491", "directed_by", "JOHN HUSTON"], ["ENT2491", "has_genre", "DRAMA"], ["ENT2491", "REL5", "JOHN HUSTON"], ["BLACK ON WHITE", "has_genre", "DRAMA"], ["BLACK ON WHITE", "REL8", "KRISTIINA HALKOLA"], ["BLIND ALLEY", "has_genre", "DRAMA"], ["BLIND ALLEY", "release_year", "1939"], ["BROADWAY SERENADE", "has_genre", "DRAMA"], ["BROADWAY SERENADE", "release_year", "1939"], ["DARK CITY", "directed_by", "WILLIAM DIETERLE"], ["DARK CITY", "has_genre", "DRAMA"], ["DARK CITY", "REL5", "WILLIAM DIETERLE"], ["DARK VICTORY", "has_genre", "DRAMA"], ["DARK VICTORY", "release_year", "1939"], ["EACH DAWN I DIE", "has_genre", "DRAMA"], ["EACH DAWN I DIE", "release_year", "1939"], ["ENT11297", "directed_by", "JOHN HUSTON"], ["ENT11297", "has_genre", "DRAMA"], ["ENT11297", "REL5", "JOHN HUSTON"], ["ENT11545", "has_genre", "DRAMA"], ["ENT11545", "release_year", "1939"], ["ENT13205", "has_genre", "DRAMA"], ["ENT13205", "release_year", "1939"], ["ENT13226", "has_genre", "DRAMA"], ["ENT13226", "release_year", "1939"], ["GOODBYE, MR. CHIPS", "has_genre", "DRAMA"], ["GOODBYE, MR. CHIPS", "release_year", "1939"], ["ENT15124", "directed_by", "WILLIAM DIETERLE"], ["ENT15124", "has_genre", "DRAMA"], ["ENT15124", "REL5", "WILLIAM DIETERLE"], ["ENT15227", "has_genre", "DRAMA"], ["ENT15227", "release_year", "1939"], ["ENT15381", "directed_by", "JOHN HUSTON"], ["ENT15381", "has_genre", "DRAMA"], ["ENT15381", "REL5", "JOHN HUSTON"], ["JEZEBEL", "has_genre", "DRAMA"], ["JEZEBEL", "REL9", "JOHN HUSTON"], ["JUAREZ", "directed_by", "WILLIAM DIETERLE"], ["JUAREZ", "has_genre", "DRAMA"], ["JUAREZ", "REL5", "WILLIAM DIETERLE"], ["JUAREZ", "release_year", "1939"], ["JUAREZ", "REL9", "FRANZ WERFEL"], ["JUAREZ", "REL9", "JOHN HUSTON"], ["ENT20193", "directed_by", "WILLIAM DIETERLE"], ["ENT20193", "has_genre", "DRAMA"], ["LOVE AFFAIR", "has_genre", "DRAMA"], ["LOVE AFFAIR", "release_year", "1939"], ["MADE FOR EACH OTHER", "has_genre", "DRAMA"], ["MADE FOR EACH OTHER", "release_year", "1939"], ["ENT23617", "has_genre", "DRAMA"], ["ENT23617", "release_year", "1939"], ["ENT24200", "directed_by", "JOHN HUSTON"], ["ENT24200", "has_genre", "DRAMA"], ["ENT24200", "REL5", "JOHN HUSTON"], ["ENT24200", "REL9", "JOHN HUSTON"], ["MR. NORTH", "has_genre", "DRAMA"], ["MR. NORTH", "REL9", "JOHN HUSTON"], ["ENT24259", "has_genre", "DRAMA"], ["ENT24259", "REL5", "DRAMA"], ["ENT24259", "release_year", "1939"], ["ENT25729", "has_genre", "DRAMA"], ["ENT25729", "release_year", "1939"], ["ENT32519", "has_genre", "DRAMA"], ["ENT32519", "release_year", "1939"], ["ENT33986", "directed_by", "JOHN HUSTON"], ["ENT33986", "has_genre", "DRAMA"], ["ENT33986", "REL5", "JOHN HUSTON"], ["ENT34334", "has_genre", "DRAMA"], ["ENT34334", "release_year", "1939"], ["ENT34733", "directed_by", "WILLIAM DIETERLE"], ["ENT34733", "has_genre", "DRAMA"], ["ENT34733", "REL5", "WILLIAM DIETERLE"], ["ENT34733", "release_year", "1939"], ["ENT35093", "has_genre", "DRAMA"], ["ENT35093", "release_year", "1939"], ["ENT35360", "directed_by", "JOHN HUSTON"], ["ENT35360", "has_genre", "DRAMA"], ["ENT35360", "REL5", "JOHN HUSTON"], ["THE OLD MAID", "has_genre", "DRAMA"], ["THE OLD MAID", "release_year", "1939"], ["ENT35766", "has_genre", "DRAMA"], ["ENT35766", "release_year", "1939"], ["THE SONG OF BERNADETTE", "has_genre", "DRAMA"], ["THE SONG OF BERNADETTE", "REL9", "FRANZ WERFEL"], ["THE THREE MUSKETEERS", "has_genre", "DRAMA"], ["THE THREE MUSKETEERS", "release_year", "1939"], ["ENT36434", "directed_by", "JOHN HUSTON"], ["ENT36434", "has_genre", "DRAMA"], ["ENT36434", "REL5", "JOHN HUSTON"], ["ENT36434", "REL9", "JOHN HUSTON"], ["ENT36552", "has_genre", "DRAMA"], ["ENT36552", "REL8", "JOHN HUSTON"], ["THE WOMEN", "has_genre", "DRAMA"], ["THE WOMEN", "release_year", "1939"], ["ENT36836", "has_genre", "DRAMA"], ["ENT36836", "release_year", "1939"], ["THREE STRANGERS", "has_genre", "DRAMA"], ["THREE STRANGERS", "REL9", "JOHN HUSTON"], ["ENT38133", "has_genre", "DRAMA"], ["ENT38133", "release_year", "1939"], ["WISE BLOOD", "directed_by", "JOHN HUSTON"], ["WISE BLOOD", "has_genre", "DRAMA"], ["WISE BLOOD", "REL5", "JOHN HUSTON"], ["WISE BLOOD", "REL8", "JOHN HUSTON"], ["ENT39735", "has_genre", "DRAMA"], ["ENT39735", "release_year", "1939"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
37764, ACROSS THE SEA OF TIME
30778, ENT3798
13260, FAMILY
31904, ENT17763
26890, PATHER PANCHALI
src, edge_attr, dst
37764, has_genre, 13260
37764, REL8, 31904
26890, REL5, 30778
26890, REL5, 13260
Question: For what reason are ENT3798 and ENT17763 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT3798", "ENT17763"], "valid_edges": [["ACROSS THE SEA OF TIME", "has_genre", "FAMILY"], ["ACROSS THE SEA OF TIME", "REL8", "ENT17763"], ["PATHER PANCHALI", "REL5", "ENT3798"], ["PATHER PANCHALI", "REL5", "FAMILY"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
29277, ANDREW MATTHEWS
22696, ENT3569
17148, ENT7161
13565, EDWARD CHILDS CARPENTER
39279, ENT35220
36294, ENT39151
2314, ENT40055
src, edge_attr, dst
39279, has_genre, 17148
39279, REL5, 22696
39279, REL9, 13565
36294, has_genre, 17148
36294, REL5, 22696
36294, REL9, 13565
2314, directed_by, 29277
2314, has_genre, 17148
2314, REL9, 29277
Question: In what context are ANDREW MATTHEWS and EDWARD CHILDS CARPENTER connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ANDREW MATTHEWS", "EDWARD CHILDS CARPENTER"], "valid_edges": [["ENT35220", "has_genre", "ENT7161"], ["ENT35220", "REL5", "ENT3569"], ["ENT35220", "REL9", "EDWARD CHILDS CARPENTER"], ["ENT39151", "has_genre", "ENT7161"], ["ENT39151", "REL5", "ENT3569"], ["ENT39151", "REL9", "EDWARD CHILDS CARPENTER"], ["ENT40055", "directed_by", "ANDREW MATTHEWS"], ["ENT40055", "has_genre", "ENT7161"], ["ENT40055", "REL9", "ANDREW MATTHEWS"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
14739, ENT155
5856, ALIEN
39566, CITY ON FIRE
4955, ENT9206
23691, PREDATOR
src, edge_attr, dst
5856, REL5, 5856
5856, REL5, 4955
39566, release_year, 14739
23691, REL5, 5856
23691, release_year, 14739
Question: For what reason are CITY ON FIRE and ENT9206 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["CITY ON FIRE", "ENT9206"], "valid_edges": [["ALIEN", "REL5", "ALIEN"], ["ALIEN", "REL5", "ENT9206"], ["CITY ON FIRE", "release_year", "ENT155"], ["PREDATOR", "REL5", "ALIEN"], ["PREDATOR", "release_year", "ENT155"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
7998, 10 MPH
4886, 1994
836, ENT440
977, ENT9307
6964, HOOP DREAMS
26037, ENT33196
6795, ENT38320
src, edge_attr, dst
7998, has_genre, 977
836, has_genre, 977
836, release_year, 4886
6964, has_genre, 977
6964, REL5, 977
6964, release_year, 4886
26037, has_genre, 977
26037, release_year, 4886
6795, release_year, 4886
Question: How are 10 MPH and ENT38320 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["10 MPH", "ENT38320"], "valid_edges": [["10 MPH", "has_genre", "ENT9307"], ["ENT440", "has_genre", "ENT9307"], ["ENT440", "release_year", "1994"], ["HOOP DREAMS", "has_genre", "ENT9307"], ["HOOP DREAMS", "REL5", "ENT9307"], ["HOOP DREAMS", "release_year", "1994"], ["ENT33196", "has_genre", "ENT9307"], ["ENT33196", "release_year", "1994"], ["ENT38320", "release_year", "1994"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
31662, ACTION
16438, ADOLFO CELI
933, ENT31578
12142, ENT31975
21785, ENT35484
src, edge_attr, dst
933, has_genre, 31662
933, REL5, 31662
933, REL9, 12142
21785, has_genre, 31662
21785, REL8, 16438
Question: In what context are ADOLFO CELI and ENT31975 connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ADOLFO CELI", "ENT31975"], "valid_edges": [["ENT31578", "has_genre", "ACTION"], ["ENT31578", "REL5", "ACTION"], ["ENT31578", "REL9", "ENT31975"], ["ENT35484", "has_genre", "ACTION"], ["ENT35484", "REL8", "ADOLFO CELI"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
417, ENT139
488, ADVENTURE
37520, ENT1010
21365, ENT1084
29809, ALICE IN WONDERLAND
37463, ENT1581
22529, ENT10611
5304, IRONCLAD
13972, JABBERWOCKY
25043, ENT15906
13511, JACK THE GIANT SLAYER
27289, LORD JIM
35108, ENT21694
20903, ENT24631
617, ENT25648
3208, PARADISE
17103, PATHFINDER
22749, ENT27399
26702, ENT27544
15240, ROBINSON CRUSOE
37340, STARCRASH
25568, ENT33698
14120, THE CANTERBURY TALES
11240, ENT34989
2010, THE MAN WHO WOULD BE KING
4759, THE NAKED PREY
33884, ENT35719
25789, THE SCARLET PIMPERNEL
17558, THE SECRET LIFE OF WALTER MITTY
28571, THE TALL BLOND MAN WITH ONE BLACK SHOE
25914, ENT36434
19432, THE VALACHI PAPERS
11000, ENT38608
35465, WAR OF THE BUTTONS
15009, YVES ROBERT
38566, ENT40016
src, edge_attr, dst
37520, has_genre, 488
37520, in_language, 22529
21365, has_genre, 488
21365, REL5, 488
21365, release_year, 417
29809, has_genre, 488
29809, in_language, 22529
37463, has_genre, 488
37463, release_year, 417
5304, has_genre, 488
5304, in_language, 22529
13972, has_genre, 488
13972, in_language, 22529
25043, has_genre, 488
25043, in_language, 22529
13511, has_genre, 488
13511, in_language, 22529
27289, has_genre, 488
27289, in_language, 22529
35108, in_language, 22529
35108, release_year, 417
20903, has_genre, 488
20903, release_year, 417
617, has_genre, 488
617, in_language, 22529
3208, has_genre, 488
3208, in_language, 22529
17103, has_genre, 488
17103, in_language, 22529
22749, has_genre, 488
22749, in_language, 22529
26702, has_genre, 488
26702, in_language, 22529
15240, has_genre, 488
15240, in_language, 22529
37340, has_genre, 488
37340, in_language, 22529
25568, has_genre, 488
25568, release_year, 417
14120, in_language, 22529
14120, release_year, 417
11240, has_genre, 488
11240, in_language, 22529
2010, has_genre, 488
2010, REL5, 488
2010, in_language, 22529
4759, has_genre, 488
33884, has_genre, 488
33884, release_year, 417
25789, has_genre, 488
25789, in_language, 22529
17558, has_genre, 488
17558, in_language, 22529
28571, directed_by, 15009
28571, REL5, 15009
28571, in_language, 22529
28571, release_year, 417
28571, REL9, 15009
25914, has_genre, 488
25914, in_language, 22529
19432, in_language, 22529
19432, release_year, 417
11000, has_genre, 488
11000, in_language, 22529
35465, has_genre, 488
35465, REL9, 15009
38566, has_genre, 488
38566, in_language, 22529
Question: How are THE NAKED PREY and THE TALL BLOND MAN WITH ONE BLACK SHOE related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["THE NAKED PREY", "THE TALL BLOND MAN WITH ONE BLACK SHOE"], "valid_edges": [["ENT1010", "has_genre", "ADVENTURE"], ["ENT1010", "in_language", "ENT10611"], ["ENT1084", "has_genre", "ADVENTURE"], ["ENT1084", "REL5", "ADVENTURE"], ["ENT1084", "release_year", "ENT139"], ["ALICE IN WONDERLAND", "has_genre", "ADVENTURE"], ["ALICE IN WONDERLAND", "in_language", "ENT10611"], ["ENT1581", "has_genre", "ADVENTURE"], ["ENT1581", "release_year", "ENT139"], ["IRONCLAD", "has_genre", "ADVENTURE"], ["IRONCLAD", "in_language", "ENT10611"], ["JABBERWOCKY", "has_genre", "ADVENTURE"], ["JABBERWOCKY", "in_language", "ENT10611"], ["ENT15906", "has_genre", "ADVENTURE"], ["ENT15906", "in_language", "ENT10611"], ["JACK THE GIANT SLAYER", "has_genre", "ADVENTURE"], ["JACK THE GIANT SLAYER", "in_language", "ENT10611"], ["LORD JIM", "has_genre", "ADVENTURE"], ["LORD JIM", "in_language", "ENT10611"], ["ENT21694", "in_language", "ENT10611"], ["ENT21694", "release_year", "ENT139"], ["ENT24631", "has_genre", "ADVENTURE"], ["ENT24631", "release_year", "ENT139"], ["ENT25648", "has_genre", "ADVENTURE"], ["ENT25648", "in_language", "ENT10611"], ["PARADISE", "has_genre", "ADVENTURE"], ["PARADISE", "in_language", "ENT10611"], ["PATHFINDER", "has_genre", "ADVENTURE"], ["PATHFINDER", "in_language", "ENT10611"], ["ENT27399", "has_genre", "ADVENTURE"], ["ENT27399", "in_language", "ENT10611"], ["ENT27544", "has_genre", "ADVENTURE"], ["ENT27544", "in_language", "ENT10611"], ["ROBINSON CRUSOE", "has_genre", "ADVENTURE"], ["ROBINSON CRUSOE", "in_language", "ENT10611"], ["STARCRASH", "has_genre", "ADVENTURE"], ["STARCRASH", "in_language", "ENT10611"], ["ENT33698", "has_genre", "ADVENTURE"], ["ENT33698", "release_year", "ENT139"], ["THE CANTERBURY TALES", "in_language", "ENT10611"], ["THE CANTERBURY TALES", "release_year", "ENT139"], ["ENT34989", "has_genre", "ADVENTURE"], ["ENT34989", "in_language", "ENT10611"], ["THE MAN WHO WOULD BE KING", "has_genre", "ADVENTURE"], ["THE MAN WHO WOULD BE KING", "REL5", "ADVENTURE"], ["THE MAN WHO WOULD BE KING", "in_language", "ENT10611"], ["THE NAKED PREY", "has_genre", "ADVENTURE"], ["ENT35719", "has_genre", "ADVENTURE"], ["ENT35719", "release_year", "ENT139"], ["THE SCARLET PIMPERNEL", "has_genre", "ADVENTURE"], ["THE SCARLET PIMPERNEL", "in_language", "ENT10611"], ["THE SECRET LIFE OF WALTER MITTY", "has_genre", "ADVENTURE"], ["THE SECRET LIFE OF WALTER MITTY", "in_language", "ENT10611"], ["THE TALL BLOND MAN WITH ONE BLACK SHOE", "directed_by", "YVES ROBERT"], ["THE TALL BLOND MAN WITH ONE BLACK SHOE", "REL5", "YVES ROBERT"], ["THE TALL BLOND MAN WITH ONE BLACK SHOE", "in_language", "ENT10611"], ["THE TALL BLOND MAN WITH ONE BLACK SHOE", "release_year", "ENT139"], ["THE TALL BLOND MAN WITH ONE BLACK SHOE", "REL9", "YVES ROBERT"], ["ENT36434", "has_genre", "ADVENTURE"], ["ENT36434", "in_language", "ENT10611"], ["THE VALACHI PAPERS", "in_language", "ENT10611"], ["THE VALACHI PAPERS", "release_year", "ENT139"], ["ENT38608", "has_genre", "ADVENTURE"], ["ENT38608", "in_language", "ENT10611"], ["WAR OF THE BUTTONS", "has_genre", "ADVENTURE"], ["WAR OF THE BUTTONS", "REL9", "YVES ROBERT"], ["ENT40016", "has_genre", "ADVENTURE"], ["ENT40016", "in_language", "ENT10611"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
17728, ENT1861
29249, CLOSE ENCOUNTERS OF THE THIRD KIND
13729, ENT15563
9443, ENT16540
16470, LOST IN YONKERS
30182, NATIONAL FILM REGISTRY
3662, ENT28343
4389, ENT31582
src, edge_attr, dst
17728, REL5, 30182
17728, REL8, 3662
29249, REL5, 30182
29249, REL5, 4389
29249, REL8, 3662
9443, REL5, 30182
9443, REL5, 3662
9443, REL5, 4389
9443, REL8, 3662
16470, REL8, 13729
16470, REL8, 3662
Question: For what reason are ENT15563 and NATIONAL FILM REGISTRY associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT15563", "NATIONAL FILM REGISTRY"], "valid_edges": [["ENT1861", "REL5", "NATIONAL FILM REGISTRY"], ["ENT1861", "REL8", "ENT28343"], ["CLOSE ENCOUNTERS OF THE THIRD KIND", "REL5", "NATIONAL FILM REGISTRY"], ["CLOSE ENCOUNTERS OF THE THIRD KIND", "REL5", "ENT31582"], ["CLOSE ENCOUNTERS OF THE THIRD KIND", "REL8", "ENT28343"], ["ENT16540", "REL5", "NATIONAL FILM REGISTRY"], ["ENT16540", "REL5", "ENT28343"], ["ENT16540", "REL5", "ENT31582"], ["ENT16540", "REL8", "ENT28343"], ["LOST IN YONKERS", "REL8", "ENT15563"], ["LOST IN YONKERS", "REL8", "ENT28343"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
35979, ENT190
23495, A HISTORY OF VIOLENCE
27130, ENT1548
13404, ENT2261
23114, BEWITCHED
9449, ENT4429
5457, CHAOS
24248, CORPSE BRIDE
33493, ENT8090
38401, DRAWING RESTRAINT 9
5910, ENT11253
38853, ENT14047
29949, ENT16435
20331, ENT19478
1387, ENT20693
16076, ENT20891
24665, ENT23042
21489, NANA
11385, NANNY MCPHEE
40, PAHELI
16301, ENT27406
12527, RIDING ALONE FOR THOUSANDS OF MILES
29744, TAKESHIS'
10879, ENT33656
25083, THE GREAT RAID
30310, ENT34536
38527, ENT35779
34176, THE SUN
28366, TIDELAND
35427, TOKYO ZOMBIE
28715, ENT38493
src, edge_attr, dst
23495, release_year, 35979
23495, REL9, 28715
27130, has_genre, 5910
27130, release_year, 35979
13404, has_genre, 5910
13404, release_year, 35979
23114, has_genre, 5910
23114, release_year, 35979
9449, has_genre, 5910
9449, release_year, 35979
5457, in_language, 29949
5457, release_year, 35979
24248, has_genre, 5910
24248, release_year, 35979
33493, in_language, 29949
33493, release_year, 35979
38401, in_language, 29949
38401, release_year, 35979
38853, has_genre, 5910
38853, REL5, 5910
38853, release_year, 35979
20331, has_genre, 5910
20331, release_year, 35979
1387, in_language, 29949
1387, release_year, 35979
16076, in_language, 29949
16076, release_year, 35979
24665, REL5, 29949
24665, in_language, 29949
24665, release_year, 35979
21489, in_language, 29949
21489, release_year, 35979
11385, has_genre, 5910
11385, release_year, 35979
40, has_genre, 5910
40, release_year, 35979
16301, in_language, 29949
16301, release_year, 35979
12527, in_language, 29949
12527, release_year, 35979
29744, in_language, 29949
29744, release_year, 35979
10879, REL5, 5910
10879, release_year, 35979
25083, in_language, 29949
25083, release_year, 35979
30310, has_genre, 5910
30310, in_language, 29949
30310, release_year, 35979
38527, has_genre, 5910
38527, release_year, 35979
34176, in_language, 29949
34176, release_year, 35979
28366, has_genre, 5910
28366, release_year, 35979
35427, in_language, 29949
35427, release_year, 35979
Question: In what context are ENT34536 and ENT38493 connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT34536", "ENT38493"], "valid_edges": [["A HISTORY OF VIOLENCE", "release_year", "ENT190"], ["A HISTORY OF VIOLENCE", "REL9", "ENT38493"], ["ENT1548", "has_genre", "ENT11253"], ["ENT1548", "release_year", "ENT190"], ["ENT2261", "has_genre", "ENT11253"], ["ENT2261", "release_year", "ENT190"], ["BEWITCHED", "has_genre", "ENT11253"], ["BEWITCHED", "release_year", "ENT190"], ["ENT4429", "has_genre", "ENT11253"], ["ENT4429", "release_year", "ENT190"], ["CHAOS", "in_language", "ENT16435"], ["CHAOS", "release_year", "ENT190"], ["CORPSE BRIDE", "has_genre", "ENT11253"], ["CORPSE BRIDE", "release_year", "ENT190"], ["ENT8090", "in_language", "ENT16435"], ["ENT8090", "release_year", "ENT190"], ["DRAWING RESTRAINT 9", "in_language", "ENT16435"], ["DRAWING RESTRAINT 9", "release_year", "ENT190"], ["ENT14047", "has_genre", "ENT11253"], ["ENT14047", "REL5", "ENT11253"], ["ENT14047", "release_year", "ENT190"], ["ENT19478", "has_genre", "ENT11253"], ["ENT19478", "release_year", "ENT190"], ["ENT20693", "in_language", "ENT16435"], ["ENT20693", "release_year", "ENT190"], ["ENT20891", "in_language", "ENT16435"], ["ENT20891", "release_year", "ENT190"], ["ENT23042", "REL5", "ENT16435"], ["ENT23042", "in_language", "ENT16435"], ["ENT23042", "release_year", "ENT190"], ["NANA", "in_language", "ENT16435"], ["NANA", "release_year", "ENT190"], ["NANNY MCPHEE", "has_genre", "ENT11253"], ["NANNY MCPHEE", "release_year", "ENT190"], ["PAHELI", "has_genre", "ENT11253"], ["PAHELI", "release_year", "ENT190"], ["ENT27406", "in_language", "ENT16435"], ["ENT27406", "release_year", "ENT190"], ["RIDING ALONE FOR THOUSANDS OF MILES", "in_language", "ENT16435"], ["RIDING ALONE FOR THOUSANDS OF MILES", "release_year", "ENT190"], ["TAKESHIS'", "in_language", "ENT16435"], ["TAKESHIS'", "release_year", "ENT190"], ["ENT33656", "REL5", "ENT11253"], ["ENT33656", "release_year", "ENT190"], ["THE GREAT RAID", "in_language", "ENT16435"], ["THE GREAT RAID", "release_year", "ENT190"], ["ENT34536", "has_genre", "ENT11253"], ["ENT34536", "in_language", "ENT16435"], ["ENT34536", "release_year", "ENT190"], ["ENT35779", "has_genre", "ENT11253"], ["ENT35779", "release_year", "ENT190"], ["THE SUN", "in_language", "ENT16435"], ["THE SUN", "release_year", "ENT190"], ["TIDELAND", "has_genre", "ENT11253"], ["TIDELAND", "release_year", "ENT190"], ["TOKYO ZOMBIE", "in_language", "ENT16435"], ["TOKYO ZOMBIE", "release_year", "ENT190"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
38669, ENT164
31378, ENT3692
19371, BILLY ROSE'S JUMBO
17148, ENT7161
30903, ENT9177
16661, DRAMA
19928, ENT12001
9347, ENT20436
13664, ENT23439
1926, ENT23751
27014, MOONLIGHT SERENADE
26432, ENT24364
22569, ENT29250
7172, ROMANCE ON THE HIGH SEAS
30894, SEMI-TOUGH
8122, ENT34238
5523, ENT37379
src, edge_attr, dst
31378, has_genre, 17148
31378, has_genre, 16661
31378, REL8, 1926
19371, has_genre, 26432
19371, has_genre, 22569
30903, has_genre, 26432
30903, release_year, 38669
19928, has_genre, 26432
19928, has_genre, 22569
9347, has_genre, 26432
9347, REL5, 26432
9347, release_year, 38669
27014, has_genre, 26432
27014, has_genre, 22569
22569, has_genre, 16661
7172, has_genre, 26432
7172, has_genre, 22569
30894, directed_by, 13664
30894, has_genre, 22569
8122, directed_by, 13664
8122, has_genre, 26432
8122, has_genre, 22569
8122, REL5, 26432
8122, release_year, 38669
8122, REL9, 5523
5523, has_genre, 17148
Question: For what reason are ENT23751 and ENT34238 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT23751", "ENT34238"], "valid_edges": [["ENT3692", "has_genre", "ENT7161"], ["ENT3692", "has_genre", "DRAMA"], ["ENT3692", "REL8", "ENT23751"], ["BILLY ROSE'S JUMBO", "has_genre", "ENT24364"], ["BILLY ROSE'S JUMBO", "has_genre", "ENT29250"], ["ENT9177", "has_genre", "ENT24364"], ["ENT9177", "release_year", "ENT164"], ["ENT12001", "has_genre", "ENT24364"], ["ENT12001", "has_genre", "ENT29250"], ["ENT20436", "has_genre", "ENT24364"], ["ENT20436", "REL5", "ENT24364"], ["ENT20436", "release_year", "ENT164"], ["MOONLIGHT SERENADE", "has_genre", "ENT24364"], ["MOONLIGHT SERENADE", "has_genre", "ENT29250"], ["ENT29250", "has_genre", "DRAMA"], ["ROMANCE ON THE HIGH SEAS", "has_genre", "ENT24364"], ["ROMANCE ON THE HIGH SEAS", "has_genre", "ENT29250"], ["SEMI-TOUGH", "directed_by", "ENT23439"], ["SEMI-TOUGH", "has_genre", "ENT29250"], ["ENT34238", "directed_by", "ENT23439"], ["ENT34238", "has_genre", "ENT24364"], ["ENT34238", "has_genre", "ENT29250"], ["ENT34238", "REL5", "ENT24364"], ["ENT34238", "release_year", "ENT164"], ["ENT34238", "REL9", "ENT37379"], ["ENT37379", "has_genre", "ENT7161"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
24936, ENT7509
11405, ENT14514
16572, ENT23393
31612, REPORT TO THE COMMISSIONER
28165, ENT33041
src, edge_attr, dst
11405, REL5, 28165
31612, has_genre, 24936
31612, REL8, 16572
28165, has_genre, 24936
Question: How are ENT14514 and ENT23393 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT14514", "ENT23393"], "valid_edges": [["ENT14514", "REL5", "ENT33041"], ["REPORT TO THE COMMISSIONER", "has_genre", "ENT7509"], ["REPORT TO THE COMMISSIONER", "REL8", "ENT23393"], ["ENT33041", "has_genre", "ENT7509"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
17148, ENT7161
9767, GOOD BOY!
18785, STEVE LEMME
40120, SUPER TROOPERS
36569, ENT40044
src, edge_attr, dst
9767, has_genre, 17148
9767, REL9, 36569
40120, has_genre, 17148
40120, REL5, 17148
40120, REL9, 18785
Question: In what context are STEVE LEMME and ENT40044 connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["STEVE LEMME", "ENT40044"], "valid_edges": [["GOOD BOY!", "has_genre", "ENT7161"], ["GOOD BOY!", "REL9", "ENT40044"], ["SUPER TROOPERS", "has_genre", "ENT7161"], ["SUPER TROOPERS", "REL5", "ENT7161"], ["SUPER TROOPERS", "REL9", "STEVE LEMME"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
5585, ENT1662
37852, HORROR
31522, JAB WE MET
15002, ENT23499
6112, TRAIN
src, edge_attr, dst
5585, has_genre, 37852
5585, REL5, 37852
5585, REL8, 15002
31522, REL5, 6112
6112, has_genre, 37852
Question: How are JAB WE MET and ENT23499 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["JAB WE MET", "ENT23499"], "valid_edges": [["ENT1662", "has_genre", "HORROR"], ["ENT1662", "REL5", "HORROR"], ["ENT1662", "REL8", "ENT23499"], ["JAB WE MET", "REL5", "TRAIN"], ["TRAIN", "has_genre", "HORROR"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
24096, 1988
17640, ENT589
7098, ENT8249
28095, ENT8625
18783, SHORT
32410, ENT31576
15902, ENT33318
279, THE CAT CAME BACK
37885, THE THIN BLUE LINE
src, edge_attr, dst
17640, REL5, 18783
17640, release_year, 24096
28095, directed_by, 7098
28095, REL5, 7098
28095, release_year, 24096
28095, REL9, 7098
32410, directed_by, 7098
32410, has_genre, 18783
32410, REL5, 7098
15902, has_genre, 18783
15902, release_year, 24096
279, has_genre, 18783
279, REL5, 18783
279, release_year, 24096
37885, release_year, 24096
Question: In what context are ENT31576 and THE THIN BLUE LINE connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT31576", "THE THIN BLUE LINE"], "valid_edges": [["ENT589", "REL5", "SHORT"], ["ENT589", "release_year", "1988"], ["ENT8625", "directed_by", "ENT8249"], ["ENT8625", "REL5", "ENT8249"], ["ENT8625", "release_year", "1988"], ["ENT8625", "REL9", "ENT8249"], ["ENT31576", "directed_by", "ENT8249"], ["ENT31576", "has_genre", "SHORT"], ["ENT31576", "REL5", "ENT8249"], ["ENT33318", "has_genre", "SHORT"], ["ENT33318", "release_year", "1988"], ["THE CAT CAME BACK", "has_genre", "SHORT"], ["THE CAT CAME BACK", "REL5", "SHORT"], ["THE CAT CAME BACK", "release_year", "1988"], ["THE THIN BLUE LINE", "release_year", "1988"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
28795, ENT3101
38436, ENT5206
14651, ENT15587
9279, ENT19333
4505, ENT32428
4235, ENT36519
src, edge_attr, dst
14651, REL8, 28795
14651, REL8, 9279
4505, directed_by, 38436
4505, REL5, 38436
4505, REL5, 9279
4505, REL8, 9279
4505, REL9, 38436
4235, directed_by, 38436
4235, REL5, 38436
4235, REL5, 9279
Question: How are ENT3101 and ENT5206 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT3101", "ENT5206"], "valid_edges": [["ENT15587", "REL8", "ENT3101"], ["ENT15587", "REL8", "ENT19333"], ["ENT32428", "directed_by", "ENT5206"], ["ENT32428", "REL5", "ENT5206"], ["ENT32428", "REL5", "ENT19333"], ["ENT32428", "REL8", "ENT19333"], ["ENT32428", "REL9", "ENT5206"], ["ENT36519", "directed_by", "ENT5206"], ["ENT36519", "REL5", "ENT5206"], ["ENT36519", "REL5", "ENT19333"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
17148, ENT7161
39910, LOTTERY TICKET
26008, NATURI NAUGHTON
5981, SERIOUS MOONLIGHT
src, edge_attr, dst
39910, has_genre, 17148
39910, REL8, 26008
5981, has_genre, 17148
Question: For what reason are NATURI NAUGHTON and SERIOUS MOONLIGHT associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["NATURI NAUGHTON", "SERIOUS MOONLIGHT"], "valid_edges": [["LOTTERY TICKET", "has_genre", "ENT7161"], ["LOTTERY TICKET", "REL8", "NATURI NAUGHTON"], ["SERIOUS MOONLIGHT", "has_genre", "ENT7161"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
38077, LOVE AND PAIN AND THE WHOLE DAMN THING
16018, MAGGIE SMITH
7522, ENT23579
297, OTHELLO
src, edge_attr, dst
38077, REL8, 16018
297, REL8, 16018
297, REL8, 7522
Question: For what reason are LOVE and PAIN AND THE WHOLE DAMN THING and MICHEΓL MACLIAMMΓIR associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["LOVE AND PAIN AND THE WHOLE DAMN THING", "ENT23579"], "valid_edges": [["LOVE AND PAIN AND THE WHOLE DAMN THING", "REL8", "MAGGIE SMITH"], ["OTHELLO", "REL8", "MAGGIE SMITH"], ["OTHELLO", "REL8", "ENT23579"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
13583, 2007
7103, ENT2676
13810, GERMAN
35405, ROBERT MITCHUM
33111, ENT33001
25595, THE ENEMY BELOW
12948, ENT35010
35461, ENT35139
19608, WAR
23386, WORLD WAR II
src, edge_attr, dst
7103, has_genre, 19608
7103, in_language, 13810
7103, REL8, 35405
33111, release_year, 13583
25595, REL5, 19608
25595, REL5, 23386
25595, REL8, 35405
12948, has_genre, 19608
12948, REL8, 35405
35461, REL5, 35405
35461, REL5, 19608
35461, REL5, 23386
35461, in_language, 13810
19608, release_year, 13583
Question: In what context are ROBERT MITCHUM and ENT33001 connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ROBERT MITCHUM", "ENT33001"], "valid_edges": [["ENT2676", "has_genre", "WAR"], ["ENT2676", "in_language", "GERMAN"], ["ENT2676", "REL8", "ROBERT MITCHUM"], ["ENT33001", "release_year", "2007"], ["THE ENEMY BELOW", "REL5", "WAR"], ["THE ENEMY BELOW", "REL5", "WORLD WAR II"], ["THE ENEMY BELOW", "REL8", "ROBERT MITCHUM"], ["ENT35010", "has_genre", "WAR"], ["ENT35010", "REL8", "ROBERT MITCHUM"], ["ENT35139", "REL5", "ROBERT MITCHUM"], ["ENT35139", "REL5", "WAR"], ["ENT35139", "REL5", "WORLD WAR II"], ["ENT35139", "in_language", "GERMAN"], ["WAR", "release_year", "2007"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
24770, 1997
6586, 1998
3985, ANACONDA
2424, ENT7845
26606, ENT7865
34700, ICE CUBE
18279, JACK FROST
21310, THE PLAYERS CLUB
src, edge_attr, dst
3985, release_year, 24770
3985, REL8, 34700
2424, release_year, 6586
26606, release_year, 24770
26606, REL8, 34700
18279, release_year, 24770
18279, release_year, 6586
21310, directed_by, 34700
21310, release_year, 6586
21310, REL9, 34700
Question: How are ENT7845 and ENT7865 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT7845", "ENT7865"], "valid_edges": [["ANACONDA", "release_year", "1997"], ["ANACONDA", "REL8", "ICE CUBE"], ["ENT7845", "release_year", "1998"], ["ENT7865", "release_year", "1997"], ["ENT7865", "REL8", "ICE CUBE"], ["JACK FROST", "release_year", "1997"], ["JACK FROST", "release_year", "1998"], ["THE PLAYERS CLUB", "directed_by", "ICE CUBE"], ["THE PLAYERS CLUB", "release_year", "1998"], ["THE PLAYERS CLUB", "REL9", "ICE CUBE"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
17148, ENT7161
39789, PARANORMAN
14893, ENT27830
15190, ENT32162
38124, THE BOXTROLLS
15050, ENT40125
src, edge_attr, dst
39789, has_genre, 17148
39789, REL5, 15190
38124, has_genre, 17148
38124, REL5, 15190
15050, has_genre, 17148
15050, REL5, 17148
15050, REL9, 14893
Question: How are ENT27830 and ENT32162 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT27830", "ENT32162"], "valid_edges": [["PARANORMAN", "has_genre", "ENT7161"], ["PARANORMAN", "REL5", "ENT32162"], ["THE BOXTROLLS", "has_genre", "ENT7161"], ["THE BOXTROLLS", "REL5", "ENT32162"], ["ENT40125", "has_genre", "ENT7161"], ["ENT40125", "REL5", "ENT7161"], ["ENT40125", "REL9", "ENT27830"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
13929, ENT195
14188, ASHTON KUTCHER
339, CAMERON DIAZ
17369, ENT19407
18540, KNIGHT AND DAY
20248, LETTERS TO JULIET
17070, ENT25208
21089, ROMANTIC
1613, ENT36412
32620, ENT39051
src, edge_attr, dst
17369, REL5, 14188
17369, release_year, 13929
17369, REL8, 14188
18540, REL5, 339
18540, release_year, 13929
18540, REL8, 339
20248, REL5, 21089
20248, release_year, 13929
17070, REL5, 14188
17070, REL5, 21089
17070, REL8, 14188
1613, release_year, 13929
32620, REL5, 14188
32620, REL5, 339
32620, REL5, 21089
32620, REL8, 14188
32620, REL8, 339
Question: In what context are ENT36412 and ENT39051 connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT36412", "ENT39051"], "valid_edges": [["ENT19407", "REL5", "ASHTON KUTCHER"], ["ENT19407", "release_year", "ENT195"], ["ENT19407", "REL8", "ASHTON KUTCHER"], ["KNIGHT AND DAY", "REL5", "CAMERON DIAZ"], ["KNIGHT AND DAY", "release_year", "ENT195"], ["KNIGHT AND DAY", "REL8", "CAMERON DIAZ"], ["LETTERS TO JULIET", "REL5", "ROMANTIC"], ["LETTERS TO JULIET", "release_year", "ENT195"], ["ENT25208", "REL5", "ASHTON KUTCHER"], ["ENT25208", "REL5", "ROMANTIC"], ["ENT25208", "REL8", "ASHTON KUTCHER"], ["ENT36412", "release_year", "ENT195"], ["ENT39051", "REL5", "ASHTON KUTCHER"], ["ENT39051", "REL5", "CAMERON DIAZ"], ["ENT39051", "REL5", "ROMANTIC"], ["ENT39051", "REL8", "ASHTON KUTCHER"], ["ENT39051", "REL8", "CAMERON DIAZ"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
5910, ENT11253
1425, KEN MARSHALL
21880, ENT19695
11950, RYAN REYNOLDS
22200, ENT35505
src, edge_attr, dst
21880, has_genre, 5910
21880, REL5, 5910
21880, REL8, 1425
22200, has_genre, 5910
22200, REL5, 11950
22200, REL8, 11950
Question: How are KEN MARSHALL and RYAN REYNOLDS related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["KEN MARSHALL", "RYAN REYNOLDS"], "valid_edges": [["ENT19695", "has_genre", "ENT11253"], ["ENT19695", "REL5", "ENT11253"], ["ENT19695", "REL8", "KEN MARSHALL"], ["ENT35505", "has_genre", "ENT11253"], ["ENT35505", "REL5", "RYAN REYNOLDS"], ["ENT35505", "REL8", "RYAN REYNOLDS"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
22930, ENT112
38458, ENT613
33509, HOWARD HAWKS
20864, JOHN HUSTON
35949, KEY LARGO
3471, ENT25640
30772, RED RIVER
36768, ENT30460
25914, ENT36434
13180, ENT36835
29832, TO HAVE AND HAVE NOT
17240, WALTER BRENNAN
src, edge_attr, dst
38458, directed_by, 33509
38458, REL5, 33509
38458, release_year, 22930
35949, directed_by, 20864
35949, REL5, 20864
35949, release_year, 22930
35949, REL9, 20864
3471, directed_by, 20864
3471, release_year, 22930
30772, directed_by, 33509
30772, REL5, 33509
30772, release_year, 22930
30772, REL8, 17240
36768, directed_by, 33509
36768, REL5, 33509
36768, REL8, 17240
36768, REL9, 20864
25914, directed_by, 20864
25914, REL5, 20864
25914, release_year, 22930
25914, REL9, 20864
13180, release_year, 22930
29832, directed_by, 33509
29832, REL5, 33509
29832, REL8, 17240
Question: In what context are ENT30460 and ENT36835 connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT30460", "ENT36835"], "valid_edges": [["ENT613", "directed_by", "HOWARD HAWKS"], ["ENT613", "REL5", "HOWARD HAWKS"], ["ENT613", "release_year", "ENT112"], ["KEY LARGO", "directed_by", "JOHN HUSTON"], ["KEY LARGO", "REL5", "JOHN HUSTON"], ["KEY LARGO", "release_year", "ENT112"], ["KEY LARGO", "REL9", "JOHN HUSTON"], ["ENT25640", "directed_by", "JOHN HUSTON"], ["ENT25640", "release_year", "ENT112"], ["RED RIVER", "directed_by", "HOWARD HAWKS"], ["RED RIVER", "REL5", "HOWARD HAWKS"], ["RED RIVER", "release_year", "ENT112"], ["RED RIVER", "REL8", "WALTER BRENNAN"], ["ENT30460", "directed_by", "HOWARD HAWKS"], ["ENT30460", "REL5", "HOWARD HAWKS"], ["ENT30460", "REL8", "WALTER BRENNAN"], ["ENT30460", "REL9", "JOHN HUSTON"], ["ENT36434", "directed_by", "JOHN HUSTON"], ["ENT36434", "REL5", "JOHN HUSTON"], ["ENT36434", "release_year", "ENT112"], ["ENT36434", "REL9", "JOHN HUSTON"], ["ENT36835", "release_year", "ENT112"], ["TO HAVE AND HAVE NOT", "directed_by", "HOWARD HAWKS"], ["TO HAVE AND HAVE NOT", "REL5", "HOWARD HAWKS"], ["TO HAVE AND HAVE NOT", "REL8", "WALTER BRENNAN"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
11531, ALEKSI BARDY
10661, ENT4414
16661, DRAMA
177, ENT28178
26050, ENT30718
src, edge_attr, dst
10661, directed_by, 26050
10661, has_genre, 16661
10661, REL9, 26050
177, has_genre, 16661
177, REL9, 11531
Question: How are ALEKSI BARDY and ENT30718 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ALEKSI BARDY", "ENT30718"], "valid_edges": [["ENT4414", "directed_by", "ENT30718"], ["ENT4414", "has_genre", "DRAMA"], ["ENT4414", "REL9", "ENT30718"], ["ENT28178", "has_genre", "DRAMA"], ["ENT28178", "REL9", "ALEKSI BARDY"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
6956, HOLD BACK THE DAWN
11061, ENT20351
4499, ENT25581
14871, ENT36139
12133, ENT38420
src, edge_attr, dst
6956, REL8, 4499
6956, REL8, 12133
14871, REL5, 4499
14871, REL8, 11061
14871, REL8, 4499
Question: How are ENT20351 and ENT38420 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT20351", "ENT38420"], "valid_edges": [["HOLD BACK THE DAWN", "REL8", "ENT25581"], ["HOLD BACK THE DAWN", "REL8", "ENT38420"], ["ENT36139", "REL5", "ENT25581"], ["ENT36139", "REL8", "ENT20351"], ["ENT36139", "REL8", "ENT25581"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
38388, ENT125
14764, MICHAEL CURTIZ
10548, ENT24510
10099, ENT33244
2385, ENT33450
src, edge_attr, dst
10548, directed_by, 14764
10548, REL5, 14764
10099, directed_by, 14764
10099, release_year, 38388
2385, release_year, 38388
Question: For what reason are ENT24510 and ENT33450 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT24510", "ENT33450"], "valid_edges": [["ENT24510", "directed_by", "MICHAEL CURTIZ"], ["ENT24510", "REL5", "MICHAEL CURTIZ"], ["ENT33244", "directed_by", "MICHAEL CURTIZ"], ["ENT33244", "release_year", "ENT125"], ["ENT33450", "release_year", "ENT125"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
13929, ENT195
26466, ENT2321
16794, ANOUK AIMΓE
22696, ENT3569
5845, JACQUES DEMY
19053, ENT20911
16517, ENT23962
34320, ENT30790
9733, ENT32178
4702, TANGLED
3411, ENT37664
src, edge_attr, dst
13929, REL5, 22696
19053, directed_by, 5845
19053, REL5, 22696
19053, REL5, 5845
19053, REL8, 16794
19053, REL9, 5845
16517, directed_by, 5845
16517, REL5, 22696
16517, REL8, 16794
16517, REL9, 5845
34320, REL5, 9733
34320, release_year, 13929
4702, has_genre, 26466
4702, REL5, 26466
4702, release_year, 13929
3411, has_genre, 26466
3411, REL5, 26466
3411, REL5, 9733
3411, release_year, 13929
Question: For what reason are ANOUK AIMΓE and ENT37664 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ANOUK AIMΓE", "ENT37664"], "valid_edges": [["ENT195", "REL5", "ENT3569"], ["ENT20911", "directed_by", "JACQUES DEMY"], ["ENT20911", "REL5", "ENT3569"], ["ENT20911", "REL5", "JACQUES DEMY"], ["ENT20911", "REL8", "ANOUK AIMΓE"], ["ENT20911", "REL9", "JACQUES DEMY"], ["ENT23962", "directed_by", "JACQUES DEMY"], ["ENT23962", "REL5", "ENT3569"], ["ENT23962", "REL8", "ANOUK AIMΓE"], ["ENT23962", "REL9", "JACQUES DEMY"], ["ENT30790", "REL5", "ENT32178"], ["ENT30790", "release_year", "ENT195"], ["TANGLED", "has_genre", "ENT2321"], ["TANGLED", "REL5", "ENT2321"], ["TANGLED", "release_year", "ENT195"], ["ENT37664", "has_genre", "ENT2321"], ["ENT37664", "REL5", "ENT2321"], ["ENT37664", "REL5", "ENT32178"], ["ENT37664", "release_year", "ENT195"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
24096, 1988
13721, EYES WIDE OPEN
13810, GERMAN
31961, HANUSSEN
35035, KILLER KLOWNS FROM OUTER SPACE
src, edge_attr, dst
13721, in_language, 13810
31961, in_language, 13810
31961, release_year, 24096
35035, release_year, 24096
Question: For what reason are EYES WIDE OPEN and KILLER KLOWNS FROM OUTER SPACE associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["EYES WIDE OPEN", "KILLER KLOWNS FROM OUTER SPACE"], "valid_edges": [["EYES WIDE OPEN", "in_language", "GERMAN"], ["HANUSSEN", "in_language", "GERMAN"], ["HANUSSEN", "release_year", "1988"], ["KILLER KLOWNS FROM OUTER SPACE", "release_year", "1988"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
16661, DRAMA
33438, ENT9907
25576, NIAGARA MOTEL
26632, P.S.
6753, ROGER DODGER
src, edge_attr, dst
25576, has_genre, 16661
26632, directed_by, 33438
26632, has_genre, 16661
26632, REL9, 33438
6753, directed_by, 33438
6753, has_genre, 16661
6753, REL9, 33438
Question: For what reason are ENT9907 and NIAGARA MOTEL associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT9907", "NIAGARA MOTEL"], "valid_edges": [["NIAGARA MOTEL", "has_genre", "DRAMA"], ["P.S.", "directed_by", "ENT9907"], ["P.S.", "has_genre", "DRAMA"], ["P.S.", "REL9", "ENT9907"], ["ROGER DODGER", "directed_by", "ENT9907"], ["ROGER DODGER", "has_genre", "DRAMA"], ["ROGER DODGER", "REL9", "ENT9907"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
38782, AMY LOCANE
12996, ENT4614
17148, ENT7161
9434, ENT7588
6303, RUDOLF LUCIEER
12770, ENT35512
src, edge_attr, dst
12996, has_genre, 17148
12996, REL8, 38782
9434, has_genre, 17148
9434, REL8, 38782
12770, has_genre, 17148
12770, REL8, 6303
Question: How are AMY LOCANE and RUDOLF LUCIEER related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["AMY LOCANE", "RUDOLF LUCIEER"], "valid_edges": [["ENT4614", "has_genre", "ENT7161"], ["ENT4614", "REL8", "AMY LOCANE"], ["ENT7588", "has_genre", "ENT7161"], ["ENT7588", "REL8", "AMY LOCANE"], ["ENT35512", "has_genre", "ENT7161"], ["ENT35512", "REL8", "RUDOLF LUCIEER"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
12966, 1947
23015, A TOUCH OF CLASS
32816, AN IDEAL HUSBAND
24448, BACHELOR IN PARADISE
31283, ENT4214
22972, BLUE SKIES
27213, BOB HOPE
15113, BOY, DID I GET A WRONG NUMBER!
9628, ENT5784
10336, ENT6588
17148, ENT7161
21909, ENT8392
19424, DIVINE
24907, DOROTHY LAMOUR
30909, DOUBLE OR NOTHING
36699, EDMUND BELOIN
21433, ENT11236
2591, FEMALE TROUBLE
19625, ENT13194
27740, HERE COMES THE GROOM
18000, ENT14511
21718, ENT14515
29070, ENT14694
17268, IT HAPPENED ON FIFTH AVENUE
36703, ENT15694
39153, IT'S A GREAT FEELING
7265, ENT15896
26710, JOHN WATERS
32603, ENT20605
16019, ENT21569
5976, MARY VIVIAN PEARCE
35114, MERRILY WE LIVE
22860, ENT23825
23208, ENT24019
16244, ENT24044
25632, ENT24057
247, MY FAVORITE BLONDE
37204, ENT24411
822, ENT25349
3471, ENT25640
181, ENT26580
22150, PINK FLAMINGOS
13279, ROAD TO BALI
33656, ROAD TO MOROCCO
37727, ROAD TO RIO
30833, ROAD TO SINGAPORE
26605, ENT28643
3784, ROAD TO ZANZIBAR
402, ENT31377
30009, ENT31405
23791, SONG OF THE THIN MAN
19039, ENT33367
21226, THE BISHOP'S WIFE
21071, THE CAT AND THE CANARY
3112, THE EGG AND I
5267, THE FACTS OF LIFE
36057, THE GHOST BREAKERS
36165, ENT34883
10908, THE PALEFACE
21364, THE PERILS OF PAULINE
31920, ENT35751
36062, THE ROAD TO HONG KONG
17558, THE SECRET LIFE OF WALTER MITTY
16871, ENT36105
25846, ENT37592
29742, WE'RE NOT DRESSING
src, edge_attr, dst
23015, has_genre, 17148
23015, REL9, 7265
32816, has_genre, 17148
32816, REL5, 17148
32816, release_year, 12966
24448, has_genre, 17148
24448, REL8, 27213
22972, has_genre, 17148
22972, REL8, 31283
15113, has_genre, 17148
15113, REL8, 27213
9628, directed_by, 822
9628, has_genre, 17148
9628, REL5, 27213
9628, REL8, 27213
10336, has_genre, 17148
10336, release_year, 12966
30909, has_genre, 17148
30909, REL8, 31283
21433, has_genre, 17148
21433, REL8, 27213
2591, directed_by, 26710
2591, has_genre, 17148
2591, REL5, 17148
2591, REL5, 19424
2591, REL5, 26710
2591, REL8, 21909
2591, REL8, 19424
2591, REL8, 5976
2591, REL8, 22860
2591, REL9, 26710
19625, has_genre, 17148
19625, REL5, 31283
19625, REL8, 31283
27740, has_genre, 17148
27740, REL8, 31283
18000, has_genre, 17148
18000, REL5, 31283
18000, REL8, 31283
21718, has_genre, 17148
21718, REL8, 31283
29070, has_genre, 17148
29070, release_year, 12966
17268, has_genre, 17148
17268, release_year, 12966
36703, has_genre, 17148
36703, REL9, 7265
39153, has_genre, 17148
39153, REL9, 7265
32603, has_genre, 17148
32603, release_year, 12966
16019, has_genre, 17148
16019, release_year, 12966
35114, directed_by, 822
35114, has_genre, 17148
35114, REL5, 822
23208, directed_by, 26710
23208, has_genre, 17148
23208, REL8, 21909
23208, REL8, 19424
23208, REL8, 5976
23208, REL8, 22860
23208, REL9, 26710
16244, directed_by, 822
16244, has_genre, 17148
16244, REL5, 17148
16244, REL5, 822
25632, has_genre, 17148
25632, release_year, 12966
247, has_genre, 17148
247, REL5, 27213
247, REL8, 27213
37204, has_genre, 17148
37204, REL5, 27213
37204, release_year, 12966
37204, REL8, 27213
37204, REL8, 24907
37204, REL9, 36699
37204, REL9, 7265
3471, has_genre, 17148
3471, REL8, 24907
181, directed_by, 822
181, has_genre, 17148
181, REL8, 31283
22150, directed_by, 26710
22150, has_genre, 17148
22150, REL5, 19424
22150, REL5, 26710
22150, REL8, 21909
22150, REL8, 19424
22150, REL8, 5976
22150, REL8, 22860
22150, REL9, 26710
13279, has_genre, 17148
13279, REL5, 27213
13279, REL8, 31283
13279, REL8, 27213
13279, REL8, 24907
33656, has_genre, 17148
33656, REL5, 27213
33656, REL8, 31283
33656, REL8, 27213
33656, REL8, 24907
37727, directed_by, 822
37727, has_genre, 17148
37727, REL5, 31283
37727, REL5, 27213
37727, REL5, 822
37727, release_year, 12966
37727, REL8, 31283
37727, REL8, 27213
37727, REL8, 24907
37727, REL9, 36699
37727, REL9, 7265
30833, has_genre, 17148
30833, REL5, 27213
30833, REL8, 31283
30833, REL8, 27213
30833, REL8, 24907
26605, has_genre, 17148
26605, REL5, 27213
26605, REL8, 31283
26605, REL8, 27213
26605, REL8, 24907
3784, has_genre, 17148
3784, REL5, 27213
3784, REL8, 31283
3784, REL8, 27213
3784, REL8, 24907
402, has_genre, 17148
402, release_year, 12966
30009, has_genre, 17148
30009, REL5, 27213
30009, REL8, 27213
23791, has_genre, 17148
23791, release_year, 12966
19039, has_genre, 17148
19039, release_year, 12966
21226, has_genre, 17148
21226, release_year, 12966
21071, has_genre, 17148
21071, REL5, 27213
21071, REL8, 27213
3112, has_genre, 17148
3112, release_year, 12966
5267, has_genre, 17148
5267, REL8, 27213
36057, has_genre, 17148
36057, REL5, 27213
36057, REL8, 27213
36165, directed_by, 822
36165, has_genre, 17148
36165, REL5, 822
10908, directed_by, 822
10908, has_genre, 17148
10908, REL5, 27213
10908, REL5, 822
10908, REL8, 27213
21364, has_genre, 17148
21364, release_year, 12966
31920, has_genre, 17148
31920, REL8, 27213
36062, has_genre, 17148
36062, REL8, 31283
36062, REL8, 27213
17558, directed_by, 822
17558, has_genre, 17148
17558, REL5, 822
17558, release_year, 12966
16871, has_genre, 17148
16871, release_year, 12966
25846, directed_by, 822
25846, has_genre, 17148
25846, REL5, 17148
25846, REL5, 822
29742, has_genre, 17148
29742, REL8, 31283
Question: In what context are ENT8392 and ROAD TO RIO connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT8392", "ROAD TO RIO"], "valid_edges": [["A TOUCH OF CLASS", "has_genre", "ENT7161"], ["A TOUCH OF CLASS", "REL9", "ENT15896"], ["AN IDEAL HUSBAND", "has_genre", "ENT7161"], ["AN IDEAL HUSBAND", "REL5", "ENT7161"], ["AN IDEAL HUSBAND", "release_year", "1947"], ["BACHELOR IN PARADISE", "has_genre", "ENT7161"], ["BACHELOR IN PARADISE", "REL8", "BOB HOPE"], ["BLUE SKIES", "has_genre", "ENT7161"], ["BLUE SKIES", "REL8", "ENT4214"], ["BOY, DID I GET A WRONG NUMBER!", "has_genre", "ENT7161"], ["BOY, DID I GET A WRONG NUMBER!", "REL8", "BOB HOPE"], ["ENT5784", "directed_by", "ENT25349"], ["ENT5784", "has_genre", "ENT7161"], ["ENT5784", "REL5", "BOB HOPE"], ["ENT5784", "REL8", "BOB HOPE"], ["ENT6588", "has_genre", "ENT7161"], ["ENT6588", "release_year", "1947"], ["DOUBLE OR NOTHING", "has_genre", "ENT7161"], ["DOUBLE OR NOTHING", "REL8", "ENT4214"], ["ENT11236", "has_genre", "ENT7161"], ["ENT11236", "REL8", "BOB HOPE"], ["FEMALE TROUBLE", "directed_by", "JOHN WATERS"], ["FEMALE TROUBLE", "has_genre", "ENT7161"], ["FEMALE TROUBLE", "REL5", "ENT7161"], ["FEMALE TROUBLE", "REL5", "DIVINE"], ["FEMALE TROUBLE", "REL5", "JOHN WATERS"], ["FEMALE TROUBLE", "REL8", "ENT8392"], ["FEMALE TROUBLE", "REL8", "DIVINE"], ["FEMALE TROUBLE", "REL8", "MARY VIVIAN PEARCE"], ["FEMALE TROUBLE", "REL8", "ENT23825"], ["FEMALE TROUBLE", "REL9", "JOHN WATERS"], ["ENT13194", "has_genre", "ENT7161"], ["ENT13194", "REL5", "ENT4214"], ["ENT13194", "REL8", "ENT4214"], ["HERE COMES THE GROOM", "has_genre", "ENT7161"], ["HERE COMES THE GROOM", "REL8", "ENT4214"], ["ENT14511", "has_genre", "ENT7161"], ["ENT14511", "REL5", "ENT4214"], ["ENT14511", "REL8", "ENT4214"], ["ENT14515", "has_genre", "ENT7161"], ["ENT14515", "REL8", "ENT4214"], ["ENT14694", "has_genre", "ENT7161"], ["ENT14694", "release_year", "1947"], ["IT HAPPENED ON FIFTH AVENUE", "has_genre", "ENT7161"], ["IT HAPPENED ON FIFTH AVENUE", "release_year", "1947"], ["ENT15694", "has_genre", "ENT7161"], ["ENT15694", "REL9", "ENT15896"], ["IT'S A GREAT FEELING", "has_genre", "ENT7161"], ["IT'S A GREAT FEELING", "REL9", "ENT15896"], ["ENT20605", "has_genre", "ENT7161"], ["ENT20605", "release_year", "1947"], ["ENT21569", "has_genre", "ENT7161"], ["ENT21569", "release_year", "1947"], ["MERRILY WE LIVE", "directed_by", "ENT25349"], ["MERRILY WE LIVE", "has_genre", "ENT7161"], ["MERRILY WE LIVE", "REL5", "ENT25349"], ["ENT24019", "directed_by", "JOHN WATERS"], ["ENT24019", "has_genre", "ENT7161"], ["ENT24019", "REL8", "ENT8392"], ["ENT24019", "REL8", "DIVINE"], ["ENT24019", "REL8", "MARY VIVIAN PEARCE"], ["ENT24019", "REL8", "ENT23825"], ["ENT24019", "REL9", "JOHN WATERS"], ["ENT24044", "directed_by", "ENT25349"], ["ENT24044", "has_genre", "ENT7161"], ["ENT24044", "REL5", "ENT7161"], ["ENT24044", "REL5", "ENT25349"], ["ENT24057", "has_genre", "ENT7161"], ["ENT24057", "release_year", "1947"], ["MY FAVORITE BLONDE", "has_genre", "ENT7161"], ["MY FAVORITE BLONDE", "REL5", "BOB HOPE"], ["MY FAVORITE BLONDE", "REL8", "BOB HOPE"], ["ENT24411", "has_genre", "ENT7161"], ["ENT24411", "REL5", "BOB HOPE"], ["ENT24411", "release_year", "1947"], ["ENT24411", "REL8", "BOB HOPE"], ["ENT24411", "REL8", "DOROTHY LAMOUR"], ["ENT24411", "REL9", "EDMUND BELOIN"], ["ENT24411", "REL9", "ENT15896"], ["ENT25640", "has_genre", "ENT7161"], ["ENT25640", "REL8", "DOROTHY LAMOUR"], ["ENT26580", "directed_by", "ENT25349"], ["ENT26580", "has_genre", "ENT7161"], ["ENT26580", "REL8", "ENT4214"], ["PINK FLAMINGOS", "directed_by", "JOHN WATERS"], ["PINK FLAMINGOS", "has_genre", "ENT7161"], ["PINK FLAMINGOS", "REL5", "DIVINE"], ["PINK FLAMINGOS", "REL5", "JOHN WATERS"], ["PINK FLAMINGOS", "REL8", "ENT8392"], ["PINK FLAMINGOS", "REL8", "DIVINE"], ["PINK FLAMINGOS", "REL8", "MARY VIVIAN PEARCE"], ["PINK FLAMINGOS", "REL8", "ENT23825"], ["PINK FLAMINGOS", "REL9", "JOHN WATERS"], ["ROAD TO BALI", "has_genre", "ENT7161"], ["ROAD TO BALI", "REL5", "BOB HOPE"], ["ROAD TO BALI", "REL8", "ENT4214"], ["ROAD TO BALI", "REL8", "BOB HOPE"], ["ROAD TO BALI", "REL8", "DOROTHY LAMOUR"], ["ROAD TO MOROCCO", "has_genre", "ENT7161"], ["ROAD TO MOROCCO", "REL5", "BOB HOPE"], ["ROAD TO MOROCCO", "REL8", "ENT4214"], ["ROAD TO MOROCCO", "REL8", "BOB HOPE"], ["ROAD TO MOROCCO", "REL8", "DOROTHY LAMOUR"], ["ROAD TO RIO", "directed_by", "ENT25349"], ["ROAD TO RIO", "has_genre", "ENT7161"], ["ROAD TO RIO", "REL5", "ENT4214"], ["ROAD TO RIO", "REL5", "BOB HOPE"], ["ROAD TO RIO", "REL5", "ENT25349"], ["ROAD TO RIO", "release_year", "1947"], ["ROAD TO RIO", "REL8", "ENT4214"], ["ROAD TO RIO", "REL8", "BOB HOPE"], ["ROAD TO RIO", "REL8", "DOROTHY LAMOUR"], ["ROAD TO RIO", "REL9", "EDMUND BELOIN"], ["ROAD TO RIO", "REL9", "ENT15896"], ["ROAD TO SINGAPORE", "has_genre", "ENT7161"], ["ROAD TO SINGAPORE", "REL5", "BOB HOPE"], ["ROAD TO SINGAPORE", "REL8", "ENT4214"], ["ROAD TO SINGAPORE", "REL8", "BOB HOPE"], ["ROAD TO SINGAPORE", "REL8", "DOROTHY LAMOUR"], ["ENT28643", "has_genre", "ENT7161"], ["ENT28643", "REL5", "BOB HOPE"], ["ENT28643", "REL8", "ENT4214"], ["ENT28643", "REL8", "BOB HOPE"], ["ENT28643", "REL8", "DOROTHY LAMOUR"], ["ROAD TO ZANZIBAR", "has_genre", "ENT7161"], ["ROAD TO ZANZIBAR", "REL5", "BOB HOPE"], ["ROAD TO ZANZIBAR", "REL8", "ENT4214"], ["ROAD TO ZANZIBAR", "REL8", "BOB HOPE"], ["ROAD TO ZANZIBAR", "REL8", "DOROTHY LAMOUR"], ["ENT31377", "has_genre", "ENT7161"], ["ENT31377", "release_year", "1947"], ["ENT31405", "has_genre", "ENT7161"], ["ENT31405", "REL5", "BOB HOPE"], ["ENT31405", "REL8", "BOB HOPE"], ["SONG OF THE THIN MAN", "has_genre", "ENT7161"], ["SONG OF THE THIN MAN", "release_year", "1947"], ["ENT33367", "has_genre", "ENT7161"], ["ENT33367", "release_year", "1947"], ["THE BISHOP'S WIFE", "has_genre", "ENT7161"], ["THE BISHOP'S WIFE", "release_year", "1947"], ["THE CAT AND THE CANARY", "has_genre", "ENT7161"], ["THE CAT AND THE CANARY", "REL5", "BOB HOPE"], ["THE CAT AND THE CANARY", "REL8", "BOB HOPE"], ["THE EGG AND I", "has_genre", "ENT7161"], ["THE EGG AND I", "release_year", "1947"], ["THE FACTS OF LIFE", "has_genre", "ENT7161"], ["THE FACTS OF LIFE", "REL8", "BOB HOPE"], ["THE GHOST BREAKERS", "has_genre", "ENT7161"], ["THE GHOST BREAKERS", "REL5", "BOB HOPE"], ["THE GHOST BREAKERS", "REL8", "BOB HOPE"], ["ENT34883", "directed_by", "ENT25349"], ["ENT34883", "has_genre", "ENT7161"], ["ENT34883", "REL5", "ENT25349"], ["THE PALEFACE", "directed_by", "ENT25349"], ["THE PALEFACE", "has_genre", "ENT7161"], ["THE PALEFACE", "REL5", "BOB HOPE"], ["THE PALEFACE", "REL5", "ENT25349"], ["THE PALEFACE", "REL8", "BOB HOPE"], ["THE PERILS OF PAULINE", "has_genre", "ENT7161"], ["THE PERILS OF PAULINE", "release_year", "1947"], ["ENT35751", "has_genre", "ENT7161"], ["ENT35751", "REL8", "BOB HOPE"], ["THE ROAD TO HONG KONG", "has_genre", "ENT7161"], ["THE ROAD TO HONG KONG", "REL8", "ENT4214"], ["THE ROAD TO HONG KONG", "REL8", "BOB HOPE"], ["THE SECRET LIFE OF WALTER MITTY", "directed_by", "ENT25349"], ["THE SECRET LIFE OF WALTER MITTY", "has_genre", "ENT7161"], ["THE SECRET LIFE OF WALTER MITTY", "REL5", "ENT25349"], ["THE SECRET LIFE OF WALTER MITTY", "release_year", "1947"], ["ENT36105", "has_genre", "ENT7161"], ["ENT36105", "release_year", "1947"], ["ENT37592", "directed_by", "ENT25349"], ["ENT37592", "has_genre", "ENT7161"], ["ENT37592", "REL5", "ENT7161"], ["ENT37592", "REL5", "ENT25349"], ["WE'RE NOT DRESSING", "has_genre", "ENT7161"], ["WE'RE NOT DRESSING", "REL8", "ENT4214"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
16304, DOM HEMINGWAY
16661, DRAMA
38358, ENT10953
17018, ENT25794
src, edge_attr, dst
16304, has_genre, 16661
17018, has_genre, 16661
17018, REL9, 38358
Question: In what context are DOM HEMINGWAY and ENT10953 connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["DOM HEMINGWAY", "ENT10953"], "valid_edges": [["DOM HEMINGWAY", "has_genre", "DRAMA"], ["ENT25794", "has_genre", "DRAMA"], ["ENT25794", "REL9", "ENT10953"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
32738, ENT2987
16661, DRAMA
34441, ENT11664
31571, INTERIORS
34559, ENT19675
src, edge_attr, dst
34441, has_genre, 16661
34441, REL8, 32738
31571, has_genre, 16661
31571, REL8, 34559
Question: For what reason are ENT2987 and ENT19675 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT2987", "ENT19675"], "valid_edges": [["ENT11664", "has_genre", "DRAMA"], ["ENT11664", "REL8", "ENT2987"], ["INTERIORS", "has_genre", "DRAMA"], ["INTERIORS", "REL8", "ENT19675"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
35979, ENT190
1053, ENT15498
26947, ENT28281
24791, ENT29760
25083, THE GREAT RAID
34176, THE SUN
23386, WORLD WAR II
src, edge_attr, dst
1053, REL5, 26947
1053, REL5, 23386
1053, REL8, 26947
24791, REL5, 23386
24791, release_year, 35979
25083, REL5, 23386
25083, release_year, 35979
34176, REL5, 23386
34176, release_year, 35979
Question: How are ENT190 and ENT28281 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT190", "ENT28281"], "valid_edges": [["ENT15498", "REL5", "ENT28281"], ["ENT15498", "REL5", "WORLD WAR II"], ["ENT15498", "REL8", "ENT28281"], ["ENT29760", "REL5", "WORLD WAR II"], ["ENT29760", "release_year", "ENT190"], ["THE GREAT RAID", "REL5", "WORLD WAR II"], ["THE GREAT RAID", "release_year", "ENT190"], ["THE SUN", "REL5", "WORLD WAR II"], ["THE SUN", "release_year", "ENT190"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
22696, ENT3569
11325, CHOREOGRAPHY
14132, ENT9709
33743, ENT29266
19082, WEST SIDE STORY
src, edge_attr, dst
14132, REL5, 22696
33743, REL5, 22696
19082, REL5, 11325
19082, REL5, 33743
Question: How are CHOREOGRAPHY and ENT9709 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["CHOREOGRAPHY", "ENT9709"], "valid_edges": [["ENT9709", "REL5", "ENT3569"], ["ENT29266", "REL5", "ENT3569"], ["WEST SIDE STORY", "REL5", "CHOREOGRAPHY"], ["WEST SIDE STORY", "REL5", "ENT29266"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
488, ADVENTURE
10789, BARRY LEVINSON
22073, ENT24650
37340, STARCRASH
29730, ENT39908
src, edge_attr, dst
37340, has_genre, 488
37340, REL9, 22073
29730, directed_by, 10789
29730, has_genre, 488
Question: How are BARRY LEVINSON and ENT24650 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["BARRY LEVINSON", "ENT24650"], "valid_edges": [["STARCRASH", "has_genre", "ADVENTURE"], ["STARCRASH", "REL9", "ENT24650"], ["ENT39908", "directed_by", "BARRY LEVINSON"], ["ENT39908", "has_genre", "ADVENTURE"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
17148, ENT7161
5680, IRMA LA DOUCE
17105, ENT33062
7203, ENT36692
src, edge_attr, dst
5680, has_genre, 17148
7203, has_genre, 17148
7203, REL9, 17105
Question: For what reason are IRMA LA DOUCE and ENT33062 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["IRMA LA DOUCE", "ENT33062"], "valid_edges": [["IRMA LA DOUCE", "has_genre", "ENT7161"], ["ENT36692", "has_genre", "ENT7161"], ["ENT36692", "REL9", "ENT33062"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
19912, 10 THINGS I HATE ABOUT YOU
34413, ENT168
31445, ENT182
14235, A CHRISTMAS CAROL
17332, A MIDSUMMER NIGHT'S DREAM
18949, ENT571
39785, ENT1073
17927, AMERICAN PIE
32816, AN IDEAL HUSBAND
39769, ENT2014
37774, ENT3228
9116, ENT3614
12157, ENT3679
9849, BETTER THAN CHOCOLATE
39349, BIG DADDY
23488, BLAST FROM THE PAST
30431, ENT4467
10640, ENT4707
33360, ENT4825
16798, BUT FOREVER IN MY MIND
26043, ENT5328
38791, ENT5850
17148, ENT7161
872, ENT7302
9241, CRAZY IN ALABAMA
7464, ENT9067
9207, DICK
24569, ENT9286
16531, ENT9325
30559, ENT9809
30618, DUDLEY DO-RIGHT
7776, EAST IS EAST
766, ENT10298
34485, ENT11205
18599, ENT11270
16444, FIRST DAUGHTER
507, ENT11602
21444, ENT11696
5712, ENT11736
1426, ENT13140
23501, ENT13297
29257, ENT13562
4803, ENT13905
7299, HELD UP
35855, ENT14594
12536, ENT15228
34863, ENT15325
25205, INSPECTOR GADGET
28087, ENT16041
6327, JAWBREAKER
31210, ENT17380
21734, K-911
29654, KING OF COMEDY
28475, ENT19891
21093, ENT20584
31984, LOVE STINKS
11276, ENT21698
20371, MAN ON THE MOON
25983, ENT21765
21280, MICKEY BLUE EYES
27134, MOLLY
25440, ENT24298
39087, ENT24307
30140, MY NEIGHBORS THE YAMADAS
3119, MYSTERY MEN
8276, ENT24515
23919, NEVER BEEN KISSED
32203, ENT24858
33636, NICE GUYS SLEEP ALONE
12115, NOTTING HILL
16245, OFFICE SPACE
14162, ENT27176
20790, PUSHING TIN
32931, RUNAWAY BRIDE
39669, ENT29753
29874, ENT30297
3951, ENT30523
25963, SHE'S ALL THAT
39132, ENT30930
37838, SIMON SEZ
3380, SIMPLY IRRESISTIBLE
29807, ENT31327
38344, ENT31599
8004, STRANGE PLANET
37454, STUART LITTLE
30950, SUPERSTAR
7653, SWEET AND LOWDOWN
13953, TEACHING MRS. TINGLE
38493, THE ADVENTURES OF ELMO IN GROUCHLAND
3840, THE BACHELOR
5418, THE BEST MAN
36190, THE BIG KAHUNA
29704, THE BIG TEASE
18728, ENT33629
13385, ENT35168
10724, THE MATCH
4641, ENT35423
1216, ENT35582
32362, THE OUT-OF-TOWNERS
35042, ENT36241
11523, THE SUBURBANS
19467, ENT36499
36379, THE WAITING GAME
9350, ENT36713
27279, THREE KINGS
24373, THREE TO TANGO
15910, TIFOSI
24494, TOY STORY 2
32477, TRAILER PARK BOYS
4157, TRICK
32117, ENT37804
39752, ENT37903
28467, WHY NOT ME?
23347, WILD WILD WEST
src, edge_attr, dst
19912, has_genre, 17148
19912, REL5, 17148
19912, release_year, 34413
31445, has_genre, 17148
31445, release_year, 34413
14235, has_genre, 17148
14235, release_year, 34413
17332, has_genre, 17148
17332, release_year, 34413
18949, has_genre, 17148
18949, release_year, 34413
39785, has_genre, 17148
39785, release_year, 34413
17927, has_genre, 17148
17927, REL5, 17148
17927, release_year, 34413
32816, has_genre, 17148
32816, REL5, 17148
32816, release_year, 34413
39769, has_genre, 17148
39769, REL5, 17148
39769, release_year, 34413
37774, has_genre, 17148
37774, release_year, 34413
9116, has_genre, 17148
9116, release_year, 34413
12157, has_genre, 17148
12157, REL5, 17148
12157, release_year, 34413
9849, has_genre, 17148
9849, release_year, 34413
39349, has_genre, 17148
39349, release_year, 34413
23488, has_genre, 17148
23488, release_year, 34413
30431, has_genre, 17148
30431, release_year, 34413
10640, has_genre, 17148
10640, REL5, 17148
10640, release_year, 34413
33360, has_genre, 17148
33360, REL5, 17148
33360, release_year, 34413
16798, has_genre, 17148
16798, release_year, 34413
26043, has_genre, 17148
26043, release_year, 34413
38791, has_genre, 17148
38791, release_year, 34413
872, has_genre, 17148
872, release_year, 34413
9241, has_genre, 17148
9241, release_year, 34413
7464, has_genre, 17148
7464, release_year, 34413
9207, has_genre, 17148
9207, release_year, 34413
24569, has_genre, 17148
24569, release_year, 34413
16531, has_genre, 17148
16531, REL5, 17148
16531, release_year, 34413
30559, has_genre, 17148
30559, release_year, 34413
30618, has_genre, 17148
30618, release_year, 34413
7776, has_genre, 17148
7776, release_year, 34413
766, has_genre, 17148
766, release_year, 34413
34485, has_genre, 17148
18599, has_genre, 17148
18599, release_year, 34413
16444, has_genre, 17148
16444, release_year, 34413
507, has_genre, 17148
507, release_year, 34413
21444, has_genre, 17148
21444, release_year, 34413
5712, has_genre, 17148
5712, release_year, 34413
1426, has_genre, 17148
1426, REL5, 17148
1426, release_year, 34413
23501, has_genre, 17148
23501, release_year, 34413
29257, has_genre, 17148
29257, release_year, 34413
4803, has_genre, 17148
4803, release_year, 34413
7299, has_genre, 17148
7299, release_year, 34413
35855, has_genre, 17148
35855, release_year, 34413
12536, has_genre, 17148
12536, release_year, 34413
34863, has_genre, 17148
34863, release_year, 34413
25205, has_genre, 17148
25205, release_year, 34413
28087, has_genre, 17148
28087, release_year, 34413
6327, has_genre, 17148
6327, release_year, 34413
31210, release_year, 34413
21734, has_genre, 17148
21734, release_year, 34413
29654, has_genre, 17148
29654, release_year, 34413
28475, has_genre, 17148
28475, release_year, 34413
21093, has_genre, 17148
21093, REL5, 17148
21093, release_year, 34413
31984, has_genre, 17148
31984, release_year, 34413
11276, has_genre, 17148
11276, release_year, 34413
20371, has_genre, 17148
20371, release_year, 34413
25983, has_genre, 17148
25983, release_year, 34413
21280, has_genre, 17148
21280, REL5, 17148
21280, release_year, 34413
27134, has_genre, 17148
27134, release_year, 34413
25440, has_genre, 17148
25440, release_year, 34413
39087, has_genre, 17148
39087, release_year, 34413
30140, has_genre, 17148
30140, release_year, 34413
3119, has_genre, 17148
3119, REL5, 17148
3119, release_year, 34413
8276, has_genre, 17148
8276, release_year, 34413
23919, has_genre, 17148
23919, release_year, 34413
32203, has_genre, 17148
32203, release_year, 34413
33636, has_genre, 17148
33636, release_year, 34413
12115, has_genre, 17148
12115, REL5, 17148
12115, release_year, 34413
16245, has_genre, 17148
16245, REL5, 17148
16245, release_year, 34413
14162, has_genre, 17148
14162, release_year, 34413
20790, has_genre, 17148
20790, release_year, 34413
32931, has_genre, 17148
32931, release_year, 34413
39669, has_genre, 17148
39669, release_year, 34413
29874, has_genre, 17148
29874, release_year, 34413
3951, has_genre, 17148
3951, release_year, 34413
25963, has_genre, 17148
25963, REL5, 17148
25963, release_year, 34413
39132, has_genre, 17148
39132, release_year, 34413
37838, has_genre, 17148
37838, REL5, 17148
37838, release_year, 34413
3380, has_genre, 17148
3380, release_year, 34413
29807, has_genre, 17148
29807, release_year, 34413
38344, has_genre, 17148
38344, release_year, 34413
8004, has_genre, 17148
8004, release_year, 34413
37454, has_genre, 17148
37454, REL5, 17148
37454, release_year, 34413
30950, has_genre, 17148
30950, release_year, 34413
7653, has_genre, 17148
7653, release_year, 34413
13953, has_genre, 17148
13953, release_year, 34413
38493, has_genre, 17148
38493, release_year, 34413
3840, has_genre, 17148
3840, release_year, 34413
5418, has_genre, 17148
5418, release_year, 34413
36190, has_genre, 17148
36190, release_year, 34413
29704, has_genre, 17148
29704, release_year, 34413
18728, has_genre, 17148
18728, release_year, 34413
13385, has_genre, 17148
13385, release_year, 34413
10724, has_genre, 17148
10724, release_year, 34413
4641, has_genre, 17148
4641, release_year, 34413
1216, has_genre, 17148
1216, release_year, 34413
32362, has_genre, 17148
32362, release_year, 34413
35042, has_genre, 17148
35042, release_year, 34413
11523, has_genre, 17148
11523, release_year, 34413
19467, has_genre, 17148
19467, release_year, 34413
36379, has_genre, 17148
36379, release_year, 34413
9350, has_genre, 17148
9350, release_year, 34413
27279, has_genre, 17148
27279, REL5, 17148
27279, release_year, 34413
24373, has_genre, 17148
24373, release_year, 34413
15910, has_genre, 17148
15910, release_year, 34413
24494, has_genre, 17148
24494, release_year, 34413
32477, has_genre, 17148
32477, release_year, 34413
4157, has_genre, 17148
4157, release_year, 34413
32117, has_genre, 17148
32117, release_year, 34413
39752, has_genre, 17148
39752, release_year, 34413
28467, has_genre, 17148
28467, release_year, 34413
23347, has_genre, 17148
23347, REL5, 17148
23347, release_year, 34413
Question: How are ENT11205 and ENT17380 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT11205", "ENT17380"], "valid_edges": [["10 THINGS I HATE ABOUT YOU", "has_genre", "ENT7161"], ["10 THINGS I HATE ABOUT YOU", "REL5", "ENT7161"], ["10 THINGS I HATE ABOUT YOU", "release_year", "ENT168"], ["ENT182", "has_genre", "ENT7161"], ["ENT182", "release_year", "ENT168"], ["A CHRISTMAS CAROL", "has_genre", "ENT7161"], ["A CHRISTMAS CAROL", "release_year", "ENT168"], ["A MIDSUMMER NIGHT'S DREAM", "has_genre", "ENT7161"], ["A MIDSUMMER NIGHT'S DREAM", "release_year", "ENT168"], ["ENT571", "has_genre", "ENT7161"], ["ENT571", "release_year", "ENT168"], ["ENT1073", "has_genre", "ENT7161"], ["ENT1073", "release_year", "ENT168"], ["AMERICAN PIE", "has_genre", "ENT7161"], ["AMERICAN PIE", "REL5", "ENT7161"], ["AMERICAN PIE", "release_year", "ENT168"], ["AN IDEAL HUSBAND", "has_genre", "ENT7161"], ["AN IDEAL HUSBAND", "REL5", "ENT7161"], ["AN IDEAL HUSBAND", "release_year", "ENT168"], ["ENT2014", "has_genre", "ENT7161"], ["ENT2014", "REL5", "ENT7161"], ["ENT2014", "release_year", "ENT168"], ["ENT3228", "has_genre", "ENT7161"], ["ENT3228", "release_year", "ENT168"], ["ENT3614", "has_genre", "ENT7161"], ["ENT3614", "release_year", "ENT168"], ["ENT3679", "has_genre", "ENT7161"], ["ENT3679", "REL5", "ENT7161"], ["ENT3679", "release_year", "ENT168"], ["BETTER THAN CHOCOLATE", "has_genre", "ENT7161"], ["BETTER THAN CHOCOLATE", "release_year", "ENT168"], ["BIG DADDY", "has_genre", "ENT7161"], ["BIG DADDY", "release_year", "ENT168"], ["BLAST FROM THE PAST", "has_genre", "ENT7161"], ["BLAST FROM THE PAST", "release_year", "ENT168"], ["ENT4467", "has_genre", "ENT7161"], ["ENT4467", "release_year", "ENT168"], ["ENT4707", "has_genre", "ENT7161"], ["ENT4707", "REL5", "ENT7161"], ["ENT4707", "release_year", "ENT168"], ["ENT4825", "has_genre", "ENT7161"], ["ENT4825", "REL5", "ENT7161"], ["ENT4825", "release_year", "ENT168"], ["BUT FOREVER IN MY MIND", "has_genre", "ENT7161"], ["BUT FOREVER IN MY MIND", "release_year", "ENT168"], ["ENT5328", "has_genre", "ENT7161"], ["ENT5328", "release_year", "ENT168"], ["ENT5850", "has_genre", "ENT7161"], ["ENT5850", "release_year", "ENT168"], ["ENT7302", "has_genre", "ENT7161"], ["ENT7302", "release_year", "ENT168"], ["CRAZY IN ALABAMA", "has_genre", "ENT7161"], ["CRAZY IN ALABAMA", "release_year", "ENT168"], ["ENT9067", "has_genre", "ENT7161"], ["ENT9067", "release_year", "ENT168"], ["DICK", "has_genre", "ENT7161"], ["DICK", "release_year", "ENT168"], ["ENT9286", "has_genre", "ENT7161"], ["ENT9286", "release_year", "ENT168"], ["ENT9325", "has_genre", "ENT7161"], ["ENT9325", "REL5", "ENT7161"], ["ENT9325", "release_year", "ENT168"], ["ENT9809", "has_genre", "ENT7161"], ["ENT9809", "release_year", "ENT168"], ["DUDLEY DO-RIGHT", "has_genre", "ENT7161"], ["DUDLEY DO-RIGHT", "release_year", "ENT168"], ["EAST IS EAST", "has_genre", "ENT7161"], ["EAST IS EAST", "release_year", "ENT168"], ["ENT10298", "has_genre", "ENT7161"], ["ENT10298", "release_year", "ENT168"], ["ENT11205", "has_genre", "ENT7161"], ["ENT11270", "has_genre", "ENT7161"], ["ENT11270", "release_year", "ENT168"], ["FIRST DAUGHTER", "has_genre", "ENT7161"], ["FIRST DAUGHTER", "release_year", "ENT168"], ["ENT11602", "has_genre", "ENT7161"], ["ENT11602", "release_year", "ENT168"], ["ENT11696", "has_genre", "ENT7161"], ["ENT11696", "release_year", "ENT168"], ["ENT11736", "has_genre", "ENT7161"], ["ENT11736", "release_year", "ENT168"], ["ENT13140", "has_genre", "ENT7161"], ["ENT13140", "REL5", "ENT7161"], ["ENT13140", "release_year", "ENT168"], ["ENT13297", "has_genre", "ENT7161"], ["ENT13297", "release_year", "ENT168"], ["ENT13562", "has_genre", "ENT7161"], ["ENT13562", "release_year", "ENT168"], ["ENT13905", "has_genre", "ENT7161"], ["ENT13905", "release_year", "ENT168"], ["HELD UP", "has_genre", "ENT7161"], ["HELD UP", "release_year", "ENT168"], ["ENT14594", "has_genre", "ENT7161"], ["ENT14594", "release_year", "ENT168"], ["ENT15228", "has_genre", "ENT7161"], ["ENT15228", "release_year", "ENT168"], ["ENT15325", "has_genre", "ENT7161"], ["ENT15325", "release_year", "ENT168"], ["INSPECTOR GADGET", "has_genre", "ENT7161"], ["INSPECTOR GADGET", "release_year", "ENT168"], ["ENT16041", "has_genre", "ENT7161"], ["ENT16041", "release_year", "ENT168"], ["JAWBREAKER", "has_genre", "ENT7161"], ["JAWBREAKER", "release_year", "ENT168"], ["ENT17380", "release_year", "ENT168"], ["K-911", "has_genre", "ENT7161"], ["K-911", "release_year", "ENT168"], ["KING OF COMEDY", "has_genre", "ENT7161"], ["KING OF COMEDY", "release_year", "ENT168"], ["ENT19891", "has_genre", "ENT7161"], ["ENT19891", "release_year", "ENT168"], ["ENT20584", "has_genre", "ENT7161"], ["ENT20584", "REL5", "ENT7161"], ["ENT20584", "release_year", "ENT168"], ["LOVE STINKS", "has_genre", "ENT7161"], ["LOVE STINKS", "release_year", "ENT168"], ["ENT21698", "has_genre", "ENT7161"], ["ENT21698", "release_year", "ENT168"], ["MAN ON THE MOON", "has_genre", "ENT7161"], ["MAN ON THE MOON", "release_year", "ENT168"], ["ENT21765", "has_genre", "ENT7161"], ["ENT21765", "release_year", "ENT168"], ["MICKEY BLUE EYES", "has_genre", "ENT7161"], ["MICKEY BLUE EYES", "REL5", "ENT7161"], ["MICKEY BLUE EYES", "release_year", "ENT168"], ["MOLLY", "has_genre", "ENT7161"], ["MOLLY", "release_year", "ENT168"], ["ENT24298", "has_genre", "ENT7161"], ["ENT24298", "release_year", "ENT168"], ["ENT24307", "has_genre", "ENT7161"], ["ENT24307", "release_year", "ENT168"], ["MY NEIGHBORS THE YAMADAS", "has_genre", "ENT7161"], ["MY NEIGHBORS THE YAMADAS", "release_year", "ENT168"], ["MYSTERY MEN", "has_genre", "ENT7161"], ["MYSTERY MEN", "REL5", "ENT7161"], ["MYSTERY MEN", "release_year", "ENT168"], ["ENT24515", "has_genre", "ENT7161"], ["ENT24515", "release_year", "ENT168"], ["NEVER BEEN KISSED", "has_genre", "ENT7161"], ["NEVER BEEN KISSED", "release_year", "ENT168"], ["ENT24858", "has_genre", "ENT7161"], ["ENT24858", "release_year", "ENT168"], ["NICE GUYS SLEEP ALONE", "has_genre", "ENT7161"], ["NICE GUYS SLEEP ALONE", "release_year", "ENT168"], ["NOTTING HILL", "has_genre", "ENT7161"], ["NOTTING HILL", "REL5", "ENT7161"], ["NOTTING HILL", "release_year", "ENT168"], ["OFFICE SPACE", "has_genre", "ENT7161"], ["OFFICE SPACE", "REL5", "ENT7161"], ["OFFICE SPACE", "release_year", "ENT168"], ["ENT27176", "has_genre", "ENT7161"], ["ENT27176", "release_year", "ENT168"], ["PUSHING TIN", "has_genre", "ENT7161"], ["PUSHING TIN", "release_year", "ENT168"], ["RUNAWAY BRIDE", "has_genre", "ENT7161"], ["RUNAWAY BRIDE", "release_year", "ENT168"], ["ENT29753", "has_genre", "ENT7161"], ["ENT29753", "release_year", "ENT168"], ["ENT30297", "has_genre", "ENT7161"], ["ENT30297", "release_year", "ENT168"], ["ENT30523", "has_genre", "ENT7161"], ["ENT30523", "release_year", "ENT168"], ["SHE'S ALL THAT", "has_genre", "ENT7161"], ["SHE'S ALL THAT", "REL5", "ENT7161"], ["SHE'S ALL THAT", "release_year", "ENT168"], ["ENT30930", "has_genre", "ENT7161"], ["ENT30930", "release_year", "ENT168"], ["SIMON SEZ", "has_genre", "ENT7161"], ["SIMON SEZ", "REL5", "ENT7161"], ["SIMON SEZ", "release_year", "ENT168"], ["SIMPLY IRRESISTIBLE", "has_genre", "ENT7161"], ["SIMPLY IRRESISTIBLE", "release_year", "ENT168"], ["ENT31327", "has_genre", "ENT7161"], ["ENT31327", "release_year", "ENT168"], ["ENT31599", "has_genre", "ENT7161"], ["ENT31599", "release_year", "ENT168"], ["STRANGE PLANET", "has_genre", "ENT7161"], ["STRANGE PLANET", "release_year", "ENT168"], ["STUART LITTLE", "has_genre", "ENT7161"], ["STUART LITTLE", "REL5", "ENT7161"], ["STUART LITTLE", "release_year", "ENT168"], ["SUPERSTAR", "has_genre", "ENT7161"], ["SUPERSTAR", "release_year", "ENT168"], ["SWEET AND LOWDOWN", "has_genre", "ENT7161"], ["SWEET AND LOWDOWN", "release_year", "ENT168"], ["TEACHING MRS. TINGLE", "has_genre", "ENT7161"], ["TEACHING MRS. TINGLE", "release_year", "ENT168"], ["THE ADVENTURES OF ELMO IN GROUCHLAND", "has_genre", "ENT7161"], ["THE ADVENTURES OF ELMO IN GROUCHLAND", "release_year", "ENT168"], ["THE BACHELOR", "has_genre", "ENT7161"], ["THE BACHELOR", "release_year", "ENT168"], ["THE BEST MAN", "has_genre", "ENT7161"], ["THE BEST MAN", "release_year", "ENT168"], ["THE BIG KAHUNA", "has_genre", "ENT7161"], ["THE BIG KAHUNA", "release_year", "ENT168"], ["THE BIG TEASE", "has_genre", "ENT7161"], ["THE BIG TEASE", "release_year", "ENT168"], ["ENT33629", "has_genre", "ENT7161"], ["ENT33629", "release_year", "ENT168"], ["ENT35168", "has_genre", "ENT7161"], ["ENT35168", "release_year", "ENT168"], ["THE MATCH", "has_genre", "ENT7161"], ["THE MATCH", "release_year", "ENT168"], ["ENT35423", "has_genre", "ENT7161"], ["ENT35423", "release_year", "ENT168"], ["ENT35582", "has_genre", "ENT7161"], ["ENT35582", "release_year", "ENT168"], ["THE OUT-OF-TOWNERS", "has_genre", "ENT7161"], ["THE OUT-OF-TOWNERS", "release_year", "ENT168"], ["ENT36241", "has_genre", "ENT7161"], ["ENT36241", "release_year", "ENT168"], ["THE SUBURBANS", "has_genre", "ENT7161"], ["THE SUBURBANS", "release_year", "ENT168"], ["ENT36499", "has_genre", "ENT7161"], ["ENT36499", "release_year", "ENT168"], ["THE WAITING GAME", "has_genre", "ENT7161"], ["THE WAITING GAME", "release_year", "ENT168"], ["ENT36713", "has_genre", "ENT7161"], ["ENT36713", "release_year", "ENT168"], ["THREE KINGS", "has_genre", "ENT7161"], ["THREE KINGS", "REL5", "ENT7161"], ["THREE KINGS", "release_year", "ENT168"], ["THREE TO TANGO", "has_genre", "ENT7161"], ["THREE TO TANGO", "release_year", "ENT168"], ["TIFOSI", "has_genre", "ENT7161"], ["TIFOSI", "release_year", "ENT168"], ["TOY STORY 2", "has_genre", "ENT7161"], ["TOY STORY 2", "release_year", "ENT168"], ["TRAILER PARK BOYS", "has_genre", "ENT7161"], ["TRAILER PARK BOYS", "release_year", "ENT168"], ["TRICK", "has_genre", "ENT7161"], ["TRICK", "release_year", "ENT168"], ["ENT37804", "has_genre", "ENT7161"], ["ENT37804", "release_year", "ENT168"], ["ENT37903", "has_genre", "ENT7161"], ["ENT37903", "release_year", "ENT168"], ["WHY NOT ME?", "has_genre", "ENT7161"], ["WHY NOT ME?", "release_year", "ENT168"], ["WILD WILD WEST", "has_genre", "ENT7161"], ["WILD WILD WEST", "REL5", "ENT7161"], ["WILD WILD WEST", "release_year", "ENT168"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
27569, ENT128
21986, ROGER CORMAN
4785, ENT32783
10771, ENT33192
20531, THE INTRUDER
791, ENT36496
src, edge_attr, dst
4785, directed_by, 21986
4785, release_year, 27569
10771, release_year, 27569
20531, directed_by, 21986
20531, REL5, 21986
20531, release_year, 27569
791, directed_by, 21986
Question: How are ENT33192 and ENT36496 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT33192", "ENT36496"], "valid_edges": [["ENT32783", "directed_by", "ROGER CORMAN"], ["ENT32783", "release_year", "ENT128"], ["ENT33192", "release_year", "ENT128"], ["THE INTRUDER", "directed_by", "ROGER CORMAN"], ["THE INTRUDER", "REL5", "ROGER CORMAN"], ["THE INTRUDER", "release_year", "ENT128"], ["ENT36496", "directed_by", "ROGER CORMAN"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
29800, ENT652
26466, ENT2321
39047, BEE MOVIE
8271, SPIKE FERESTEN
33833, ENT38519
src, edge_attr, dst
29800, directed_by, 33833
29800, has_genre, 26466
29800, REL9, 33833
39047, has_genre, 26466
39047, REL9, 8271
Question: In what context are SPIKE FERESTEN and ENT38519 connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["SPIKE FERESTEN", "ENT38519"], "valid_edges": [["ENT652", "directed_by", "ENT38519"], ["ENT652", "has_genre", "ENT2321"], ["ENT652", "REL9", "ENT38519"], ["BEE MOVIE", "has_genre", "ENT2321"], ["BEE MOVIE", "REL9", "SPIKE FERESTEN"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
16661, DRAMA
28828, ENT10545
18119, ENT11065
33720, THE PERKS OF BEING A WALLFLOWER
src, edge_attr, dst
18119, has_genre, 16661
33720, has_genre, 16661
33720, REL5, 16661
33720, REL5, 28828
Question: For what reason are ENT10545 and ENT11065 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT10545", "ENT11065"], "valid_edges": [["ENT11065", "has_genre", "DRAMA"], ["THE PERKS OF BEING A WALLFLOWER", "has_genre", "DRAMA"], ["THE PERKS OF BEING A WALLFLOWER", "REL5", "DRAMA"], ["THE PERKS OF BEING A WALLFLOWER", "REL5", "ENT10545"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
28779, 1977
35248, ENT337
14235, A CHRISTMAS CAROL
12959, ENT550
7896, ENT665
488, ADVENTURE
27346, ENT1009
16213, AFRICA SCREAMS
9124, AGENT CODY BANKS
13655, ENT1697
35600, ENT1734
15571, ENT1815
10660, ENT2310
8332, ENT2497
13454, ANTZ
19036, AROUND THE WORLD IN 80 DAYS
1513, ENT2855
34769, AUSTIN POWERS IN GOLDMEMBER
15790, BABY'S DAY OUT
11758, BEAT THE DEVIL
168, BIG SHOTS
3536, BIG TOP PEE-WEE
4800, ENT4601
20460, ENT5114
5047, ENT5231
7364, ENT5276
30061, ENT5317
30298, CAMOUFLAGE
18422, CAN I DO IT 'TILL I NEED GLASSES?
18931, CARS
9628, ENT5784
37721, ENT6154
13274, CHARLIE'S ANGELS
19918, CLOUDBURST
17148, ENT7161
18789, CONDORMAN
38297, CUTTHROAT ISLAND
39726, ENT8995
36869, ESCAPE TO ATHENA
26996, EUROTRIP
2499, ENT11485
12448, ENT11663
7806, FUN WITH DICK AND JANE
12232, ENT13368
500, ENT13525
19178, ENT13593
26775, ENT13817
20193, ENT14320
23667, HIGH ANXIETY
2814, HOLES
7150, HORTON HEARS A WHO!
6129, ENT14756
17010, HOUSE
8625, ENT14885
13734, ENT15199
16525, ENT17317
12219, ENT18796
30033, LAND HO!
17460, ENT19931
12434, MARTY FELDMAN
10000, MAVERICK
7151, ENT23513
11957, ENT23803
30319, MOM AND DAD SAVE THE WORLD
17132, ENT24255
13933, ENT24305
17813, NIGHT AT THE MUSEUM
38413, NORTH
36380, ENT25442
14493, OH, GOD!
3208, PARADISE
31487, PEE-WEE'S BIG ADVENTURE
9429, PIRATES
26702, ENT27544
6158, ENT28580
37711, ENT28581
24888, ENT29253
24791, ENT29760
8052, SANGEETH SIVAN
39471, SCOOBY-DOO! THE MYSTERY BEGINS
30894, SEMI-TOUGH
15553, ENT30649
39722, ENT31137
26944, SLAP SHOT
39067, SMASHING TIME
23657, ENT31263
25490, ENT31375
9530, SPACE CHIMPS
13109, ENT31583
31347, ENT32409
38165, SWEPT AWAY
39405, THE ADVENTURE OF SHERLOCK HOLMES' SMARTER BROTHER
39880, THE ADVENTURES OF BARON MUNCHAUSEN
38493, THE ADVENTURES OF ELMO IN GROUCHLAND
38946, THE ADVENTURES OF FORD FAIRLANE
16364, ENT33583
38124, THE BOXTROLLS
35141, THE BRAVE LITTLE TOASTER
6430, THE CRIMSON PIRATE
35995, THE CROODS
16548, THE DARWIN AWARDS
16464, ENT34120
27512, THE GENERAL
31258, ENT34489
11005, ENT34490
23000, THE JEWEL OF THE NILE
12277, ENT34875
16808, THE KING AND FOUR QUEENS
29263, ENT34993
23811, ENT35059
30211, THE MAN WHO LOVED WOMEN
23742, ENT35754
19443, THE PRISONER OF ZENDA
26155, THE ROAD TO EL DORADO
37063, ENT35950
17558, THE SECRET LIFE OF WALTER MITTY
32592, THE SPONGEBOB SQUAREPANTS MOVIE
5863, ENT36247
4576, THE STUPIDS
24768, THE THREE MUSKETEERS
13414, ENT36652
7763, THE WIZARD
29818, THE WORLD'S GREATEST LOVER
5523, ENT37379
34468, ENT37662
24494, TOY STORY 2
32967, ENT37833
26031, ENT38165
2801, VIBES
11000, ENT38608
12192, ENT39130
37080, WILD AMERICA
11070, ENT39776
16945, ENT39898
38566, ENT40016
10609, ENT40065
src, edge_attr, dst
35248, has_genre, 488
35248, has_genre, 17148
35248, REL5, 17148
14235, has_genre, 17148
14235, REL8, 7151
12959, has_genre, 17148
12959, release_year, 28779
7896, has_genre, 488
7896, has_genre, 17148
27346, has_genre, 488
27346, has_genre, 17148
27346, REL5, 488
16213, has_genre, 488
16213, has_genre, 17148
9124, has_genre, 488
9124, has_genre, 17148
13655, has_genre, 488
13655, has_genre, 17148
13655, REL5, 488
35600, has_genre, 488
35600, has_genre, 17148
15571, has_genre, 17148
15571, release_year, 28779
10660, has_genre, 17148
10660, REL5, 17148
10660, release_year, 28779
8332, has_genre, 17148
8332, REL5, 17148
8332, release_year, 28779
13454, has_genre, 488
13454, has_genre, 17148
13454, REL5, 488
19036, has_genre, 488
19036, has_genre, 17148
1513, has_genre, 488
1513, has_genre, 17148
34769, has_genre, 17148
34769, REL5, 17148
34769, REL8, 7151
15790, has_genre, 488
15790, has_genre, 17148
11758, has_genre, 488
11758, has_genre, 17148
168, has_genre, 488
168, has_genre, 17148
3536, has_genre, 488
3536, has_genre, 17148
4800, has_genre, 488
4800, has_genre, 17148
20460, has_genre, 488
20460, has_genre, 17148
5047, has_genre, 488
5047, has_genre, 17148
7364, has_genre, 488
7364, has_genre, 17148
30061, has_genre, 488
30061, has_genre, 17148
30298, has_genre, 17148
30298, release_year, 28779
18422, has_genre, 17148
18422, release_year, 28779
18931, has_genre, 488
18931, has_genre, 17148
18931, REL5, 17148
9628, has_genre, 488
9628, has_genre, 17148
37721, has_genre, 17148
37721, release_year, 28779
13274, has_genre, 488
13274, has_genre, 17148
19918, has_genre, 488
19918, has_genre, 17148
18789, has_genre, 488
18789, has_genre, 17148
38297, has_genre, 488
38297, has_genre, 17148
38297, REL5, 488
39726, has_genre, 17148
39726, release_year, 28779
36869, has_genre, 488
36869, has_genre, 17148
26996, has_genre, 488
26996, has_genre, 17148
26996, REL5, 17148
2499, has_genre, 488
2499, has_genre, 17148
2499, REL5, 17148
12448, has_genre, 488
12448, has_genre, 17148
7806, has_genre, 17148
7806, release_year, 28779
12232, has_genre, 17148
12232, release_year, 28779
500, has_genre, 488
500, has_genre, 17148
19178, has_genre, 488
19178, has_genre, 17148
19178, REL5, 17148
19178, release_year, 28779
26775, has_genre, 17148
26775, release_year, 28779
20193, has_genre, 488
20193, has_genre, 17148
23667, has_genre, 17148
23667, release_year, 28779
2814, has_genre, 488
2814, has_genre, 17148
7150, has_genre, 488
7150, has_genre, 17148
7150, REL5, 17148
6129, has_genre, 488
6129, has_genre, 17148
6129, REL5, 17148
17010, has_genre, 17148
17010, release_year, 28779
8625, has_genre, 488
8625, has_genre, 17148
13734, has_genre, 488
13734, has_genre, 17148
13734, REL5, 17148
16525, has_genre, 488
16525, has_genre, 17148
12219, has_genre, 488
12219, has_genre, 17148
12219, REL5, 17148
30033, has_genre, 488
30033, has_genre, 17148
17460, has_genre, 488
17460, has_genre, 17148
17460, REL5, 17148
10000, has_genre, 488
10000, has_genre, 17148
10000, REL5, 17148
11957, has_genre, 17148
11957, release_year, 28779
30319, has_genre, 488
30319, has_genre, 17148
17132, has_genre, 488
17132, has_genre, 17148
13933, has_genre, 488
13933, has_genre, 17148
17813, has_genre, 488
17813, has_genre, 17148
38413, has_genre, 488
38413, has_genre, 17148
36380, has_genre, 488
36380, has_genre, 17148
36380, REL5, 488
36380, REL5, 17148
14493, has_genre, 17148
14493, release_year, 28779
3208, has_genre, 488
3208, has_genre, 17148
31487, has_genre, 488
31487, has_genre, 17148
9429, has_genre, 488
9429, has_genre, 17148
26702, has_genre, 488
26702, has_genre, 17148
6158, has_genre, 488
6158, has_genre, 17148
6158, REL5, 488
6158, REL5, 17148
37711, has_genre, 488
37711, has_genre, 17148
24888, has_genre, 488
24888, has_genre, 17148
24888, REL5, 488
24791, has_genre, 488
24791, has_genre, 17148
39471, has_genre, 488
39471, has_genre, 17148
30894, has_genre, 17148
30894, release_year, 28779
15553, has_genre, 488
15553, has_genre, 17148
39722, has_genre, 488
39722, has_genre, 17148
39722, REL5, 488
39722, REL5, 17148
26944, has_genre, 17148
26944, release_year, 28779
39067, has_genre, 17148
39067, REL8, 7151
23657, has_genre, 17148
23657, release_year, 28779
25490, has_genre, 17148
25490, REL8, 7151
9530, has_genre, 488
9530, has_genre, 17148
13109, has_genre, 488
13109, has_genre, 17148
31347, has_genre, 488
31347, has_genre, 17148
31347, REL5, 17148
38165, has_genre, 488
38165, has_genre, 17148
39405, has_genre, 17148
39405, REL8, 12434
39880, has_genre, 488
39880, has_genre, 17148
38493, has_genre, 488
38493, has_genre, 17148
38946, has_genre, 488
38946, has_genre, 17148
38946, REL5, 17148
16364, has_genre, 488
16364, has_genre, 17148
38124, has_genre, 488
38124, has_genre, 17148
38124, REL5, 488
35141, has_genre, 488
35141, has_genre, 17148
6430, has_genre, 488
6430, has_genre, 17148
35995, has_genre, 488
35995, has_genre, 17148
35995, REL5, 17148
16548, has_genre, 488
16548, has_genre, 17148
16464, has_genre, 488
16464, has_genre, 17148
27512, has_genre, 488
27512, has_genre, 17148
27512, REL5, 17148
31258, has_genre, 17148
31258, release_year, 28779
11005, has_genre, 488
11005, has_genre, 17148
11005, REL5, 488
23000, has_genre, 488
23000, has_genre, 17148
23000, REL5, 488
23000, REL5, 17148
12277, has_genre, 17148
12277, REL5, 17148
12277, release_year, 28779
16808, has_genre, 488
16808, has_genre, 17148
29263, directed_by, 12434
29263, has_genre, 488
29263, has_genre, 17148
29263, release_year, 28779
29263, REL8, 12434
29263, REL8, 7151
29263, REL9, 12434
23811, has_genre, 488
23811, has_genre, 17148
30211, has_genre, 17148
30211, release_year, 28779
23742, has_genre, 488
23742, has_genre, 17148
23742, REL5, 17148
19443, has_genre, 488
19443, has_genre, 17148
26155, has_genre, 488
26155, has_genre, 17148
37063, has_genre, 488
37063, has_genre, 17148
17558, has_genre, 488
17558, has_genre, 17148
32592, has_genre, 488
32592, has_genre, 17148
5863, has_genre, 17148
5863, release_year, 28779
4576, has_genre, 488
4576, has_genre, 17148
24768, has_genre, 488
24768, has_genre, 17148
13414, has_genre, 488
13414, has_genre, 17148
7763, has_genre, 488
7763, has_genre, 17148
29818, has_genre, 17148
29818, release_year, 28779
5523, has_genre, 488
5523, has_genre, 17148
34468, has_genre, 488
34468, has_genre, 17148
34468, REL5, 488
34468, REL5, 17148
24494, has_genre, 488
24494, has_genre, 17148
32967, has_genre, 488
32967, has_genre, 17148
26031, has_genre, 488
26031, has_genre, 17148
26031, REL5, 488
26031, REL5, 17148
2801, has_genre, 488
2801, has_genre, 17148
11000, has_genre, 488
11000, has_genre, 17148
12192, has_genre, 17148
12192, release_year, 28779
37080, has_genre, 488
37080, has_genre, 17148
11070, directed_by, 8052
11070, has_genre, 17148
16945, has_genre, 17148
16945, REL5, 17148
16945, REL5, 12434
16945, REL8, 12434
38566, has_genre, 488
38566, has_genre, 17148
10609, has_genre, 488
10609, has_genre, 17148
Question: For what reason are SANGEETH SIVAN and ENT34993 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["SANGEETH SIVAN", "ENT34993"], "valid_edges": [["ENT337", "has_genre", "ADVENTURE"], ["ENT337", "has_genre", "ENT7161"], ["ENT337", "REL5", "ENT7161"], ["A CHRISTMAS CAROL", "has_genre", "ENT7161"], ["A CHRISTMAS CAROL", "REL8", "ENT23513"], ["ENT550", "has_genre", "ENT7161"], ["ENT550", "release_year", "1977"], ["ENT665", "has_genre", "ADVENTURE"], ["ENT665", "has_genre", "ENT7161"], ["ENT1009", "has_genre", "ADVENTURE"], ["ENT1009", "has_genre", "ENT7161"], ["ENT1009", "REL5", "ADVENTURE"], ["AFRICA SCREAMS", "has_genre", "ADVENTURE"], ["AFRICA SCREAMS", "has_genre", "ENT7161"], ["AGENT CODY BANKS", "has_genre", "ADVENTURE"], ["AGENT CODY BANKS", "has_genre", "ENT7161"], ["ENT1697", "has_genre", "ADVENTURE"], ["ENT1697", "has_genre", "ENT7161"], ["ENT1697", "REL5", "ADVENTURE"], ["ENT1734", "has_genre", "ADVENTURE"], ["ENT1734", "has_genre", "ENT7161"], ["ENT1815", "has_genre", "ENT7161"], ["ENT1815", "release_year", "1977"], ["ENT2310", "has_genre", "ENT7161"], ["ENT2310", "REL5", "ENT7161"], ["ENT2310", "release_year", "1977"], ["ENT2497", "has_genre", "ENT7161"], ["ENT2497", "REL5", "ENT7161"], ["ENT2497", "release_year", "1977"], ["ANTZ", "has_genre", "ADVENTURE"], ["ANTZ", "has_genre", "ENT7161"], ["ANTZ", "REL5", "ADVENTURE"], ["AROUND THE WORLD IN 80 DAYS", "has_genre", "ADVENTURE"], ["AROUND THE WORLD IN 80 DAYS", "has_genre", "ENT7161"], ["ENT2855", "has_genre", "ADVENTURE"], ["ENT2855", "has_genre", "ENT7161"], ["AUSTIN POWERS IN GOLDMEMBER", "has_genre", "ENT7161"], ["AUSTIN POWERS IN GOLDMEMBER", "REL5", "ENT7161"], ["AUSTIN POWERS IN GOLDMEMBER", "REL8", "ENT23513"], ["BABY'S DAY OUT", "has_genre", "ADVENTURE"], ["BABY'S DAY OUT", "has_genre", "ENT7161"], ["BEAT THE DEVIL", "has_genre", "ADVENTURE"], ["BEAT THE DEVIL", "has_genre", "ENT7161"], ["BIG SHOTS", "has_genre", "ADVENTURE"], ["BIG SHOTS", "has_genre", "ENT7161"], ["BIG TOP PEE-WEE", "has_genre", "ADVENTURE"], ["BIG TOP PEE-WEE", "has_genre", "ENT7161"], ["ENT4601", "has_genre", "ADVENTURE"], ["ENT4601", "has_genre", "ENT7161"], ["ENT5114", "has_genre", "ADVENTURE"], ["ENT5114", "has_genre", "ENT7161"], ["ENT5231", "has_genre", "ADVENTURE"], ["ENT5231", "has_genre", "ENT7161"], ["ENT5276", "has_genre", "ADVENTURE"], ["ENT5276", "has_genre", "ENT7161"], ["ENT5317", "has_genre", "ADVENTURE"], ["ENT5317", "has_genre", "ENT7161"], ["CAMOUFLAGE", "has_genre", "ENT7161"], ["CAMOUFLAGE", "release_year", "1977"], ["CAN I DO IT 'TILL I NEED GLASSES?", "has_genre", "ENT7161"], ["CAN I DO IT 'TILL I NEED GLASSES?", "release_year", "1977"], ["CARS", "has_genre", "ADVENTURE"], ["CARS", "has_genre", "ENT7161"], ["CARS", "REL5", "ENT7161"], ["ENT5784", "has_genre", "ADVENTURE"], ["ENT5784", "has_genre", "ENT7161"], ["ENT6154", "has_genre", "ENT7161"], ["ENT6154", "release_year", "1977"], ["CHARLIE'S ANGELS", "has_genre", "ADVENTURE"], ["CHARLIE'S ANGELS", "has_genre", "ENT7161"], ["CLOUDBURST", "has_genre", "ADVENTURE"], ["CLOUDBURST", "has_genre", "ENT7161"], ["CONDORMAN", "has_genre", "ADVENTURE"], ["CONDORMAN", "has_genre", "ENT7161"], ["CUTTHROAT ISLAND", "has_genre", "ADVENTURE"], ["CUTTHROAT ISLAND", "has_genre", "ENT7161"], ["CUTTHROAT ISLAND", "REL5", "ADVENTURE"], ["ENT8995", "has_genre", "ENT7161"], ["ENT8995", "release_year", "1977"], ["ESCAPE TO ATHENA", "has_genre", "ADVENTURE"], ["ESCAPE TO ATHENA", "has_genre", "ENT7161"], ["EUROTRIP", "has_genre", "ADVENTURE"], ["EUROTRIP", "has_genre", "ENT7161"], ["EUROTRIP", "REL5", "ENT7161"], ["ENT11485", "has_genre", "ADVENTURE"], ["ENT11485", "has_genre", "ENT7161"], ["ENT11485", "REL5", "ENT7161"], ["ENT11663", "has_genre", "ADVENTURE"], ["ENT11663", "has_genre", "ENT7161"], ["FUN WITH DICK AND JANE", "has_genre", "ENT7161"], ["FUN WITH DICK AND JANE", "release_year", "1977"], ["ENT13368", "has_genre", "ENT7161"], ["ENT13368", "release_year", "1977"], ["ENT13525", "has_genre", "ADVENTURE"], ["ENT13525", "has_genre", "ENT7161"], ["ENT13593", "has_genre", "ADVENTURE"], ["ENT13593", "has_genre", "ENT7161"], ["ENT13593", "REL5", "ENT7161"], ["ENT13593", "release_year", "1977"], ["ENT13817", "has_genre", "ENT7161"], ["ENT13817", "release_year", "1977"], ["ENT14320", "has_genre", "ADVENTURE"], ["ENT14320", "has_genre", "ENT7161"], ["HIGH ANXIETY", "has_genre", "ENT7161"], ["HIGH ANXIETY", "release_year", "1977"], ["HOLES", "has_genre", "ADVENTURE"], ["HOLES", "has_genre", "ENT7161"], ["HORTON HEARS A WHO!", "has_genre", "ADVENTURE"], ["HORTON HEARS A WHO!", "has_genre", "ENT7161"], ["HORTON HEARS A WHO!", "REL5", "ENT7161"], ["ENT14756", "has_genre", "ADVENTURE"], ["ENT14756", "has_genre", "ENT7161"], ["ENT14756", "REL5", "ENT7161"], ["HOUSE", "has_genre", "ENT7161"], ["HOUSE", "release_year", "1977"], ["ENT14885", "has_genre", "ADVENTURE"], ["ENT14885", "has_genre", "ENT7161"], ["ENT15199", "has_genre", "ADVENTURE"], ["ENT15199", "has_genre", "ENT7161"], ["ENT15199", "REL5", "ENT7161"], ["ENT17317", "has_genre", "ADVENTURE"], ["ENT17317", "has_genre", "ENT7161"], ["ENT18796", "has_genre", "ADVENTURE"], ["ENT18796", "has_genre", "ENT7161"], ["ENT18796", "REL5", "ENT7161"], ["LAND HO!", "has_genre", "ADVENTURE"], ["LAND HO!", "has_genre", "ENT7161"], ["ENT19931", "has_genre", "ADVENTURE"], ["ENT19931", "has_genre", "ENT7161"], ["ENT19931", "REL5", "ENT7161"], ["MAVERICK", "has_genre", "ADVENTURE"], ["MAVERICK", "has_genre", "ENT7161"], ["MAVERICK", "REL5", "ENT7161"], ["ENT23803", "has_genre", "ENT7161"], ["ENT23803", "release_year", "1977"], ["MOM AND DAD SAVE THE WORLD", "has_genre", "ADVENTURE"], ["MOM AND DAD SAVE THE WORLD", "has_genre", "ENT7161"], ["ENT24255", "has_genre", "ADVENTURE"], ["ENT24255", "has_genre", "ENT7161"], ["ENT24305", "has_genre", "ADVENTURE"], ["ENT24305", "has_genre", "ENT7161"], ["NIGHT AT THE MUSEUM", "has_genre", "ADVENTURE"], ["NIGHT AT THE MUSEUM", "has_genre", "ENT7161"], ["NORTH", "has_genre", "ADVENTURE"], ["NORTH", "has_genre", "ENT7161"], ["ENT25442", "has_genre", "ADVENTURE"], ["ENT25442", "has_genre", "ENT7161"], ["ENT25442", "REL5", "ADVENTURE"], ["ENT25442", "REL5", "ENT7161"], ["OH, GOD!", "has_genre", "ENT7161"], ["OH, GOD!", "release_year", "1977"], ["PARADISE", "has_genre", "ADVENTURE"], ["PARADISE", "has_genre", "ENT7161"], ["PEE-WEE'S BIG ADVENTURE", "has_genre", "ADVENTURE"], ["PEE-WEE'S BIG ADVENTURE", "has_genre", "ENT7161"], ["PIRATES", "has_genre", "ADVENTURE"], ["PIRATES", "has_genre", "ENT7161"], ["ENT27544", "has_genre", "ADVENTURE"], ["ENT27544", "has_genre", "ENT7161"], ["ENT28580", "has_genre", "ADVENTURE"], ["ENT28580", "has_genre", "ENT7161"], ["ENT28580", "REL5", "ADVENTURE"], ["ENT28580", "REL5", "ENT7161"], ["ENT28581", "has_genre", "ADVENTURE"], ["ENT28581", "has_genre", "ENT7161"], ["ENT29253", "has_genre", "ADVENTURE"], ["ENT29253", "has_genre", "ENT7161"], ["ENT29253", "REL5", "ADVENTURE"], ["ENT29760", "has_genre", "ADVENTURE"], ["ENT29760", "has_genre", "ENT7161"], ["SCOOBY-DOO! THE MYSTERY BEGINS", "has_genre", "ADVENTURE"], ["SCOOBY-DOO! THE MYSTERY BEGINS", "has_genre", "ENT7161"], ["SEMI-TOUGH", "has_genre", "ENT7161"], ["SEMI-TOUGH", "release_year", "1977"], ["ENT30649", "has_genre", "ADVENTURE"], ["ENT30649", "has_genre", "ENT7161"], ["ENT31137", "has_genre", "ADVENTURE"], ["ENT31137", "has_genre", "ENT7161"], ["ENT31137", "REL5", "ADVENTURE"], ["ENT31137", "REL5", "ENT7161"], ["SLAP SHOT", "has_genre", "ENT7161"], ["SLAP SHOT", "release_year", "1977"], ["SMASHING TIME", "has_genre", "ENT7161"], ["SMASHING TIME", "REL8", "ENT23513"], ["ENT31263", "has_genre", "ENT7161"], ["ENT31263", "release_year", "1977"], ["ENT31375", "has_genre", "ENT7161"], ["ENT31375", "REL8", "ENT23513"], ["SPACE CHIMPS", "has_genre", "ADVENTURE"], ["SPACE CHIMPS", "has_genre", "ENT7161"], ["ENT31583", "has_genre", "ADVENTURE"], ["ENT31583", "has_genre", "ENT7161"], ["ENT32409", "has_genre", "ADVENTURE"], ["ENT32409", "has_genre", "ENT7161"], ["ENT32409", "REL5", "ENT7161"], ["SWEPT AWAY", "has_genre", "ADVENTURE"], ["SWEPT AWAY", "has_genre", "ENT7161"], ["THE ADVENTURE OF SHERLOCK HOLMES' SMARTER BROTHER", "has_genre", "ENT7161"], ["THE ADVENTURE OF SHERLOCK HOLMES' SMARTER BROTHER", "REL8", "MARTY FELDMAN"], ["THE ADVENTURES OF BARON MUNCHAUSEN", "has_genre", "ADVENTURE"], ["THE ADVENTURES OF BARON MUNCHAUSEN", "has_genre", "ENT7161"], ["THE ADVENTURES OF ELMO IN GROUCHLAND", "has_genre", "ADVENTURE"], ["THE ADVENTURES OF ELMO IN GROUCHLAND", "has_genre", "ENT7161"], ["THE ADVENTURES OF FORD FAIRLANE", "has_genre", "ADVENTURE"], ["THE ADVENTURES OF FORD FAIRLANE", "has_genre", "ENT7161"], ["THE ADVENTURES OF FORD FAIRLANE", "REL5", "ENT7161"], ["ENT33583", "has_genre", "ADVENTURE"], ["ENT33583", "has_genre", "ENT7161"], ["THE BOXTROLLS", "has_genre", "ADVENTURE"], ["THE BOXTROLLS", "has_genre", "ENT7161"], ["THE BOXTROLLS", "REL5", "ADVENTURE"], ["THE BRAVE LITTLE TOASTER", "has_genre", "ADVENTURE"], ["THE BRAVE LITTLE TOASTER", "has_genre", "ENT7161"], ["THE CRIMSON PIRATE", "has_genre", "ADVENTURE"], ["THE CRIMSON PIRATE", "has_genre", "ENT7161"], ["THE CROODS", "has_genre", "ADVENTURE"], ["THE CROODS", "has_genre", "ENT7161"], ["THE CROODS", "REL5", "ENT7161"], ["THE DARWIN AWARDS", "has_genre", "ADVENTURE"], ["THE DARWIN AWARDS", "has_genre", "ENT7161"], ["ENT34120", "has_genre", "ADVENTURE"], ["ENT34120", "has_genre", "ENT7161"], ["THE GENERAL", "has_genre", "ADVENTURE"], ["THE GENERAL", "has_genre", "ENT7161"], ["THE GENERAL", "REL5", "ENT7161"], ["ENT34489", "has_genre", "ENT7161"], ["ENT34489", "release_year", "1977"], ["ENT34490", "has_genre", "ADVENTURE"], ["ENT34490", "has_genre", "ENT7161"], ["ENT34490", "REL5", "ADVENTURE"], ["THE JEWEL OF THE NILE", "has_genre", "ADVENTURE"], ["THE JEWEL OF THE NILE", "has_genre", "ENT7161"], ["THE JEWEL OF THE NILE", "REL5", "ADVENTURE"], ["THE JEWEL OF THE NILE", "REL5", "ENT7161"], ["ENT34875", "has_genre", "ENT7161"], ["ENT34875", "REL5", "ENT7161"], ["ENT34875", "release_year", "1977"], ["THE KING AND FOUR QUEENS", "has_genre", "ADVENTURE"], ["THE KING AND FOUR QUEENS", "has_genre", "ENT7161"], ["ENT34993", "directed_by", "MARTY FELDMAN"], ["ENT34993", "has_genre", "ADVENTURE"], ["ENT34993", "has_genre", "ENT7161"], ["ENT34993", "release_year", "1977"], ["ENT34993", "REL8", "MARTY FELDMAN"], ["ENT34993", "REL8", "ENT23513"], ["ENT34993", "REL9", "MARTY FELDMAN"], ["ENT35059", "has_genre", "ADVENTURE"], ["ENT35059", "has_genre", "ENT7161"], ["THE MAN WHO LOVED WOMEN", "has_genre", "ENT7161"], ["THE MAN WHO LOVED WOMEN", "release_year", "1977"], ["ENT35754", "has_genre", "ADVENTURE"], ["ENT35754", "has_genre", "ENT7161"], ["ENT35754", "REL5", "ENT7161"], ["THE PRISONER OF ZENDA", "has_genre", "ADVENTURE"], ["THE PRISONER OF ZENDA", "has_genre", "ENT7161"], ["THE ROAD TO EL DORADO", "has_genre", "ADVENTURE"], ["THE ROAD TO EL DORADO", "has_genre", "ENT7161"], ["ENT35950", "has_genre", "ADVENTURE"], ["ENT35950", "has_genre", "ENT7161"], ["THE SECRET LIFE OF WALTER MITTY", "has_genre", "ADVENTURE"], ["THE SECRET LIFE OF WALTER MITTY", "has_genre", "ENT7161"], ["THE SPONGEBOB SQUAREPANTS MOVIE", "has_genre", "ADVENTURE"], ["THE SPONGEBOB SQUAREPANTS MOVIE", "has_genre", "ENT7161"], ["ENT36247", "has_genre", "ENT7161"], ["ENT36247", "release_year", "1977"], ["THE STUPIDS", "has_genre", "ADVENTURE"], ["THE STUPIDS", "has_genre", "ENT7161"], ["THE THREE MUSKETEERS", "has_genre", "ADVENTURE"], ["THE THREE MUSKETEERS", "has_genre", "ENT7161"], ["ENT36652", "has_genre", "ADVENTURE"], ["ENT36652", "has_genre", "ENT7161"], ["THE WIZARD", "has_genre", "ADVENTURE"], ["THE WIZARD", "has_genre", "ENT7161"], ["THE WORLD'S GREATEST LOVER", "has_genre", "ENT7161"], ["THE WORLD'S GREATEST LOVER", "release_year", "1977"], ["ENT37379", "has_genre", "ADVENTURE"], ["ENT37379", "has_genre", "ENT7161"], ["ENT37662", "has_genre", "ADVENTURE"], ["ENT37662", "has_genre", "ENT7161"], ["ENT37662", "REL5", "ADVENTURE"], ["ENT37662", "REL5", "ENT7161"], ["TOY STORY 2", "has_genre", "ADVENTURE"], ["TOY STORY 2", "has_genre", "ENT7161"], ["ENT37833", "has_genre", "ADVENTURE"], ["ENT37833", "has_genre", "ENT7161"], ["ENT38165", "has_genre", "ADVENTURE"], ["ENT38165", "has_genre", "ENT7161"], ["ENT38165", "REL5", "ADVENTURE"], ["ENT38165", "REL5", "ENT7161"], ["VIBES", "has_genre", "ADVENTURE"], ["VIBES", "has_genre", "ENT7161"], ["ENT38608", "has_genre", "ADVENTURE"], ["ENT38608", "has_genre", "ENT7161"], ["ENT39130", "has_genre", "ENT7161"], ["ENT39130", "release_year", "1977"], ["WILD AMERICA", "has_genre", "ADVENTURE"], ["WILD AMERICA", "has_genre", "ENT7161"], ["ENT39776", "directed_by", "SANGEETH SIVAN"], ["ENT39776", "has_genre", "ENT7161"], ["ENT39898", "has_genre", "ENT7161"], ["ENT39898", "REL5", "ENT7161"], ["ENT39898", "REL5", "MARTY FELDMAN"], ["ENT39898", "REL8", "MARTY FELDMAN"], ["ENT40016", "has_genre", "ADVENTURE"], ["ENT40016", "has_genre", "ENT7161"], ["ENT40065", "has_genre", "ADVENTURE"], ["ENT40065", "has_genre", "ENT7161"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
32546, ENT4198
39313, BRADLEY WHITFORD
17148, ENT7161
2129, ENT24467
src, edge_attr, dst
32546, has_genre, 17148
32546, REL5, 17148
32546, REL8, 39313
2129, has_genre, 17148
Question: For what reason are BRADLEY WHITFORD and ENT24467 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["BRADLEY WHITFORD", "ENT24467"], "valid_edges": [["ENT4198", "has_genre", "ENT7161"], ["ENT4198", "REL5", "ENT7161"], ["ENT4198", "REL8", "BRADLEY WHITFORD"], ["ENT24467", "has_genre", "ENT7161"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
12723, ENT98
584, A COUCH IN NEW YORK
2364, CARNIVAL IN FLANDERS
10527, CHANTAL AKERMAN
29088, ENT12156
9347, ENT20436
17479, ENT21271
26694, ENT27407
37372, ENT37492
src, edge_attr, dst
584, directed_by, 10527
584, in_language, 29088
584, REL9, 10527
2364, in_language, 29088
2364, release_year, 12723
9347, in_language, 29088
9347, release_year, 12723
17479, in_language, 29088
17479, release_year, 12723
26694, in_language, 29088
26694, release_year, 12723
37372, in_language, 29088
37372, release_year, 12723
Question: How are CHANTAL AKERMAN and ENT27407 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["CHANTAL AKERMAN", "ENT27407"], "valid_edges": [["A COUCH IN NEW YORK", "directed_by", "CHANTAL AKERMAN"], ["A COUCH IN NEW YORK", "in_language", "ENT12156"], ["A COUCH IN NEW YORK", "REL9", "CHANTAL AKERMAN"], ["CARNIVAL IN FLANDERS", "in_language", "ENT12156"], ["CARNIVAL IN FLANDERS", "release_year", "ENT98"], ["ENT20436", "in_language", "ENT12156"], ["ENT20436", "release_year", "ENT98"], ["ENT21271", "in_language", "ENT12156"], ["ENT21271", "release_year", "ENT98"], ["ENT27407", "in_language", "ENT12156"], ["ENT27407", "release_year", "ENT98"], ["ENT37492", "in_language", "ENT12156"], ["ENT37492", "release_year", "ENT98"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
2766, ENT117
488, ADVENTURE
22696, ENT3569
29088, ENT12156
24020, IVANHOE
10541, ENT19910
35717, ENT23779
30182, NATIONAL FILM REGISTRY
21261, ENT25263
34113, POWERS
9850, ENT28466
7271, ENT33372
6430, THE CRIMSON PIRATE
38747, ENT34604
18567, ENT34788
5642, ENT35330
19443, THE PRISONER OF ZENDA
12378, ENT38793
src, edge_attr, dst
24020, directed_by, 9850
24020, has_genre, 488
24020, REL5, 22696
24020, release_year, 2766
24020, REL9, 21261
35717, REL5, 22696
35717, release_year, 2766
35717, REL8, 12378
7271, REL5, 22696
7271, REL5, 30182
7271, release_year, 2766
7271, REL8, 10541
7271, REL8, 12378
6430, has_genre, 488
6430, REL5, 22696
6430, release_year, 2766
38747, REL5, 22696
38747, in_language, 29088
38747, release_year, 2766
18567, REL5, 22696
18567, REL5, 34113
5642, REL5, 22696
5642, in_language, 29088
5642, release_year, 2766
5642, REL8, 10541
19443, directed_by, 9850
19443, has_genre, 488
19443, REL5, 22696
19443, REL5, 30182
19443, REL5, 9850
19443, release_year, 2766
19443, REL9, 21261
Question: For what reason are ENT117 and POWERS associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT117", "POWERS"], "valid_edges": [["IVANHOE", "directed_by", "ENT28466"], ["IVANHOE", "has_genre", "ADVENTURE"], ["IVANHOE", "REL5", "ENT3569"], ["IVANHOE", "release_year", "ENT117"], ["IVANHOE", "REL9", "ENT25263"], ["ENT23779", "REL5", "ENT3569"], ["ENT23779", "release_year", "ENT117"], ["ENT23779", "REL8", "ENT38793"], ["ENT33372", "REL5", "ENT3569"], ["ENT33372", "REL5", "NATIONAL FILM REGISTRY"], ["ENT33372", "release_year", "ENT117"], ["ENT33372", "REL8", "ENT19910"], ["ENT33372", "REL8", "ENT38793"], ["THE CRIMSON PIRATE", "has_genre", "ADVENTURE"], ["THE CRIMSON PIRATE", "REL5", "ENT3569"], ["THE CRIMSON PIRATE", "release_year", "ENT117"], ["ENT34604", "REL5", "ENT3569"], ["ENT34604", "in_language", "ENT12156"], ["ENT34604", "release_year", "ENT117"], ["ENT34788", "REL5", "ENT3569"], ["ENT34788", "REL5", "POWERS"], ["ENT35330", "REL5", "ENT3569"], ["ENT35330", "in_language", "ENT12156"], ["ENT35330", "release_year", "ENT117"], ["ENT35330", "REL8", "ENT19910"], ["THE PRISONER OF ZENDA", "directed_by", "ENT28466"], ["THE PRISONER OF ZENDA", "has_genre", "ADVENTURE"], ["THE PRISONER OF ZENDA", "REL5", "ENT3569"], ["THE PRISONER OF ZENDA", "REL5", "NATIONAL FILM REGISTRY"], ["THE PRISONER OF ZENDA", "REL5", "ENT28466"], ["THE PRISONER OF ZENDA", "release_year", "ENT117"], ["THE PRISONER OF ZENDA", "REL9", "ENT25263"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
10524, ENT143
31945, BENGT FORSLUND
37499, EDDIE AXBERG
25384, ENT11172
33491, JAN TROELL
4690, ENT20833
37969, THE EMIGRANTS
31384, THE NEW LAND
35694, ENT38480
src, edge_attr, dst
25384, release_year, 10524
25384, REL8, 4690
37969, directed_by, 33491
37969, REL5, 33491
37969, REL8, 37499
37969, REL8, 4690
37969, REL9, 31945
37969, REL9, 33491
37969, REL9, 35694
31384, directed_by, 33491
31384, REL5, 33491
31384, REL8, 37499
31384, REL8, 4690
31384, REL9, 31945
31384, REL9, 33491
31384, REL9, 35694
Question: For what reason are ENT143 and ENT38480 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT143", "ENT38480"], "valid_edges": [["ENT11172", "release_year", "ENT143"], ["ENT11172", "REL8", "ENT20833"], ["THE EMIGRANTS", "directed_by", "JAN TROELL"], ["THE EMIGRANTS", "REL5", "JAN TROELL"], ["THE EMIGRANTS", "REL8", "EDDIE AXBERG"], ["THE EMIGRANTS", "REL8", "ENT20833"], ["THE EMIGRANTS", "REL9", "BENGT FORSLUND"], ["THE EMIGRANTS", "REL9", "JAN TROELL"], ["THE EMIGRANTS", "REL9", "ENT38480"], ["THE NEW LAND", "directed_by", "JAN TROELL"], ["THE NEW LAND", "REL5", "JAN TROELL"], ["THE NEW LAND", "REL8", "EDDIE AXBERG"], ["THE NEW LAND", "REL8", "ENT20833"], ["THE NEW LAND", "REL9", "BENGT FORSLUND"], ["THE NEW LAND", "REL9", "JAN TROELL"], ["THE NEW LAND", "REL9", "ENT38480"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
13929, ENT195
22696, ENT3569
34023, PHILIPPE LE GUAY
5365, ENT36708
39031, ENT39672
src, edge_attr, dst
13929, REL5, 22696
5365, directed_by, 34023
5365, release_year, 13929
5365, REL9, 34023
39031, REL5, 22696
Question: How are PHILIPPE LE GUAY and ENT39672 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["PHILIPPE LE GUAY", "ENT39672"], "valid_edges": [["ENT195", "REL5", "ENT3569"], ["ENT36708", "directed_by", "PHILIPPE LE GUAY"], ["ENT36708", "release_year", "ENT195"], ["ENT36708", "REL9", "PHILIPPE LE GUAY"], ["ENT39672", "REL5", "ENT3569"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
33748, 1957
15202, BEAUTY IN TROUBLE
21527, FRED ASTAIRE
2096, FUNNY FACE
11027, GOOD
21413, NIGHTFALL
8910, SILK STOCKINGS
11540, ENT33195
21018, ENT33669
12413, ENT37152
6055, YOLANDA AND THE THIEF
13656, ENT39880
src, edge_attr, dst
15202, REL3, 11027
2096, REL5, 21527
2096, release_year, 33748
2096, REL8, 21527
11027, REL3, 11027
21413, REL3, 11027
21413, release_year, 33748
8910, release_year, 33748
8910, REL8, 21527
11540, REL3, 11027
11540, REL8, 21527
21018, REL3, 11027
21018, release_year, 33748
12413, REL3, 11027
12413, release_year, 33748
6055, REL3, 11027
6055, REL8, 21527
13656, REL3, 11027
13656, REL8, 21527
Question: In what context are BEAUTY IN TROUBLE and SILK STOCKINGS connected?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["BEAUTY IN TROUBLE", "SILK STOCKINGS"], "valid_edges": [["BEAUTY IN TROUBLE", "REL3", "GOOD"], ["FUNNY FACE", "REL5", "FRED ASTAIRE"], ["FUNNY FACE", "release_year", "1957"], ["FUNNY FACE", "REL8", "FRED ASTAIRE"], ["GOOD", "REL3", "GOOD"], ["NIGHTFALL", "REL3", "GOOD"], ["NIGHTFALL", "release_year", "1957"], ["SILK STOCKINGS", "release_year", "1957"], ["SILK STOCKINGS", "REL8", "FRED ASTAIRE"], ["ENT33195", "REL3", "GOOD"], ["ENT33195", "REL8", "FRED ASTAIRE"], ["ENT33669", "REL3", "GOOD"], ["ENT33669", "release_year", "1957"], ["ENT37152", "REL3", "GOOD"], ["ENT37152", "release_year", "1957"], ["YOLANDA AND THE THIEF", "REL3", "GOOD"], ["YOLANDA AND THE THIEF", "REL8", "FRED ASTAIRE"], ["ENT39880", "REL3", "GOOD"], ["ENT39880", "REL8", "FRED ASTAIRE"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
12043, ENT3453
14063, BURT REYNOLDS
39684, CITY HEAT
24936, ENT7509
2643, ENT15002
7631, PHYSICAL EVIDENCE
18191, ENT27525
3440, ENT28132
7298, ENT32114
24703, THE CREW
11458, ENT39254
src, edge_attr, dst
39684, has_genre, 24936
39684, REL8, 14063
2643, has_genre, 24936
2643, REL8, 14063
7631, has_genre, 24936
7631, REL8, 14063
18191, has_genre, 24936
18191, REL8, 14063
3440, has_genre, 24936
3440, REL8, 14063
7298, directed_by, 14063
7298, has_genre, 24936
7298, REL8, 14063
24703, has_genre, 24936
24703, REL8, 14063
11458, has_genre, 24936
11458, REL9, 12043
Question: For what reason are ENT3453 and BURT REYNOLDS associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT3453", "BURT REYNOLDS"], "valid_edges": [["CITY HEAT", "has_genre", "ENT7509"], ["CITY HEAT", "REL8", "BURT REYNOLDS"], ["ENT15002", "has_genre", "ENT7509"], ["ENT15002", "REL8", "BURT REYNOLDS"], ["PHYSICAL EVIDENCE", "has_genre", "ENT7509"], ["PHYSICAL EVIDENCE", "REL8", "BURT REYNOLDS"], ["ENT27525", "has_genre", "ENT7509"], ["ENT27525", "REL8", "BURT REYNOLDS"], ["ENT28132", "has_genre", "ENT7509"], ["ENT28132", "REL8", "BURT REYNOLDS"], ["ENT32114", "directed_by", "BURT REYNOLDS"], ["ENT32114", "has_genre", "ENT7509"], ["ENT32114", "REL8", "BURT REYNOLDS"], ["THE CREW", "has_genre", "ENT7509"], ["THE CREW", "REL8", "BURT REYNOLDS"], ["ENT39254", "has_genre", "ENT7509"], ["ENT39254", "REL9", "ENT3453"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
13929, ENT195
18798, ENT7227
25702, JEAN BECKER
7333, ENT21167
38546, MY AFTERNOONS WITH MARGUERITTE
src, edge_attr, dst
18798, release_year, 13929
7333, directed_by, 25702
7333, REL5, 25702
7333, REL9, 25702
38546, directed_by, 25702
38546, REL5, 25702
38546, release_year, 13929
38546, REL9, 25702
Question: For what reason are ENT7227 and ENT21167 associated?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["ENT7227", "ENT21167"], "valid_edges": [["ENT7227", "release_year", "ENT195"], ["ENT21167", "directed_by", "JEAN BECKER"], ["ENT21167", "REL5", "JEAN BECKER"], ["ENT21167", "REL9", "JEAN BECKER"], ["MY AFTERNOONS WITH MARGUERITTE", "directed_by", "JEAN BECKER"], ["MY AFTERNOONS WITH MARGUERITTE", "REL5", "JEAN BECKER"], ["MY AFTERNOONS WITH MARGUERITTE", "release_year", "ENT195"], ["MY AFTERNOONS WITH MARGUERITTE", "REL9", "JEAN BECKER"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
1836, ENT147
4324, 2002
39342, DEATH SHIP
18694, ENT11691
36485, OUT OF THE BLUE
src, edge_attr, dst
39342, release_year, 1836
18694, release_year, 4324
36485, release_year, 1836
36485, release_year, 4324
Question: How are DEATH SHIP and ENT11691 related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["DEATH SHIP", "ENT11691"], "valid_edges": [["DEATH SHIP", "release_year", "ENT147"], ["ENT11691", "release_year", "2002"], ["OUT OF THE BLUE", "release_year", "ENT147"], ["OUT OF THE BLUE", "release_year", "2002"]]}
|
metaqa
|
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT β no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs β node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
38669, ENT164
25283, GIRLS JUST WANT TO HAVE FUN
1452, MIAMI RHAPSODY
7454, PAN
8012, SARAH JESSICA PARKER
src, edge_attr, dst
25283, REL8, 8012
1452, release_year, 38669
1452, REL8, 8012
7454, release_year, 38669
Question: How are GIRLS JUST WANT TO HAVE FUN and PAN related?
Your output must be ONLY the PATH block.
|
graph_path
|
{
"style": "rule"
}
|
{"entities": ["GIRLS JUST WANT TO HAVE FUN", "PAN"], "valid_edges": [["GIRLS JUST WANT TO HAVE FUN", "REL8", "SARAH JESSICA PARKER"], ["MIAMI RHAPSODY", "release_year", "ENT164"], ["MIAMI RHAPSODY", "REL8", "SARAH JESSICA PARKER"], ["PAN", "release_year", "ENT164"]]}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.