id
stringlengths
5
5
query_type
stringclasses
10 values
question
dict
paraphrased_question
dict
query
dict
template_id
stringlengths
4
4
entities
sequence
relations
sequence
temporal
bool
2 classes
held_out
bool
1 class
Q0401
MULTI_FACT
{ "string": "Mention the venues in which Y. Wu published." }
{ "string": "What are the venues in which Yifei Wu published?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/95/9480> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/95/9480>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0402
MULTI_FACT
{ "string": "What are the papers written by T. Maruyama and Kobori, Tomoyoshi together?" }
{ "string": "Which papers did T. Maruyama and Kobori, Tomoyoshi write together?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/91/4616> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/41/4810> }" }
TC12
[ "<https://dblp.org/pid/91/4616>", "<https://dblp.org/pid/41/4810>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0403
MULTI_FACT
{ "string": "Mention the venues in which Minggang Yang published." }
{ "string": "What are the venues in which M. Yang published?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/165/5242> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/165/5242>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0404
MULTI_FACT
{ "string": "What are the venues in which Galliers, Robert D. published?" }
{ "string": "Mention the venues in which Galliers, Robert D. published." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/23/2600> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/23/2600>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0405
MULTI_FACT
{ "string": "With which other authors has the author L. Liang written papers?" }
{ "string": "Who are the co-authors of L. Liang?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/244/7306> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/244/7306>) }" }
TC14
[ "<https://dblp.org/pid/244/7306>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0406
MULTI_FACT
{ "string": "Find the papers written by Hag-Tae Kim and Ganduulga together." }
{ "string": "What are the papers written by Hag-Tae Kim and Ganduulga together?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/140/7900> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/140/7914> }" }
TC12
[ "<https://dblp.org/pid/140/7900>", "<https://dblp.org/pid/140/7914>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0407
MULTI_FACT
{ "string": "What are the venues in which B\\u00FCcker, H. Martin published?" }
{ "string": "Mention the venues in which H. Martin B\\u00FCcker published." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/88/5660> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/88/5660>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0408
MULTI_FACT
{ "string": "Which papers did Huseyin Topaloglu and Sumit Kunnumkal write together?" }
{ "string": "What are the papers written by Huseyin Topaloglu and Sumit Kunnumkal together?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/79/2081> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/80/6714> }" }
TC12
[ "<https://dblp.org/pid/79/2081>", "<https://dblp.org/pid/80/6714>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0409
MULTI_FACT
{ "string": "Find the papers written by Oldenburg, Lennart and Jungnickel, T. together." }
{ "string": "What are the papers written by Lennart Oldenburg and Tim Jungnickel together?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/209/7122> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/173/5042> }" }
TC12
[ "<https://dblp.org/pid/209/7122>", "<https://dblp.org/pid/173/5042>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0410
MULTI_FACT
{ "string": "List the papers published by Sylvain Schmitz in the last 8 years." }
{ "string": "Which papers did Schmitz, Sylvain publish in the last 8 years?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/62/6048> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-8) }" }
TC15
[ "<https://dblp.org/pid/62/6048>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0411
MULTI_FACT
{ "string": "Mention the co-authors of Xiaohui Xu." }
{ "string": "With which other authors has the author Xu, Xiaohui written papers?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/91/95> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/91/95>) }" }
TC14
[ "<https://dblp.org/pid/91/95>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0412
MULTI_FACT
{ "string": "Who are the co-authors of Park, GunHee?" }
{ "string": "Mention the co-authors of Park, GunHee." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/245/8180> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/245/8180>) }" }
TC14
[ "<https://dblp.org/pid/245/8180>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0413
MULTI_FACT
{ "string": "Mention the co-authors of Rowena Cullen." }
{ "string": "Who are the co-authors of Cullen, R.?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/63/263> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/63/263>) }" }
TC14
[ "<https://dblp.org/pid/63/263>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0414
MULTI_FACT
{ "string": "Who are the co-authors of David Xiao?" }
{ "string": "With which other authors has the author David Xiao written papers?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/53/3719> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/53/3719>) }" }
TC14
[ "<https://dblp.org/pid/53/3719>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0415
MULTI_FACT
{ "string": "With which other authors has the author Amanda Legge written papers?" }
{ "string": "Mention the co-authors of A. Legge." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/118/8267> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/118/8267>) }" }
TC14
[ "<https://dblp.org/pid/118/8267>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0416
MULTI_FACT
{ "string": "Which papers did Liddy, Ross publish in the last nine years?" }
{ "string": "List the papers published by Liddy, Ross in the last 9 years." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/98/2515> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-9) }" }
TC15
[ "<https://dblp.org/pid/98/2515>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0417
MULTI_FACT
{ "string": "In which conferences or journals has R. Smits published papers?" }
{ "string": "What are the venues in which Roel Smits published?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/91/3523> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/91/3523>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0418
MULTI_FACT
{ "string": "Which papers did S. Ollinger publish in the last four years?" }
{ "string": "List the papers published by Sandrine Ollinger in the last four years." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/213/1399> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-4) }" }
TC15
[ "<https://dblp.org/pid/213/1399>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0419
MULTI_FACT
{ "string": "List the papers published by Duane F. Marble in the last 4 years." }
{ "string": "Which papers did Marble, Duane F. publish in the last four years?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/61/3613> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-4) }" }
TC15
[ "<https://dblp.org/pid/61/3613>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0420
MULTI_FACT
{ "string": "What are the papers written by Mikhail K. and Vladimir Eremeev together?" }
{ "string": "Find the papers written by Mikhail K. and Vladimir E. together." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/245/7514> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/257/9980> }" }
TC12
[ "<https://dblp.org/pid/245/7514>", "<https://dblp.org/pid/257/9980>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0421
MULTI_FACT
{ "string": "Who are the co-authors of Carlton J. Leuschen?" }
{ "string": "Mention the co-authors of Carlton J. Leuschen." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/18/8958> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/18/8958>) }" }
TC14
[ "<https://dblp.org/pid/18/8958>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0422
MULTI_FACT
{ "string": "Which papers did Richard Bowden publish in the last eight years?" }
{ "string": "List the papers published by Richard Bowden in the last eight years." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/b/RichardBowden> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-8) }" }
TC15
[ "<https://dblp.org/pid/b/RichardBowden>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0423
MULTI_FACT
{ "string": "In which conferences or journals has Plourde, E. published papers?" }
{ "string": "Mention the venues in which Eric Plourde published." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/13/107> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/13/107>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0424
MULTI_FACT
{ "string": "Which papers did E. Francine Barbosa publish in the last 2 years?" }
{ "string": "List the papers published by Ellen Francine Barbosa in the last two years." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/66/2060> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-2) }" }
TC15
[ "<https://dblp.org/pid/66/2060>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0425
MULTI_FACT
{ "string": "What are the papers written by Pavel Laskov and Konrad Rieck together?" }
{ "string": "Find the papers written by Pavel Laskov and Konrad Rieck together." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/63/4310> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/64/4020> }" }
TC12
[ "<https://dblp.org/pid/63/4310>", "<https://dblp.org/pid/64/4020>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0426
MULTI_FACT
{ "string": "What are the papers written by Farina, A. and Mohammad Mahdi Chitgarha together?" }
{ "string": "Which papers did Farina, A. and Mohammad Mahdi Chitgarha write together?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/63/6694> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/126/1103> }" }
TC12
[ "<https://dblp.org/pid/63/6694>", "<https://dblp.org/pid/126/1103>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0427
MULTI_FACT
{ "string": "Which papers did Terrier, I. publish in the last nine years?" }
{ "string": "List the papers published by Isabelle Terrier in the last nine years." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/316/7944> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-9) }" }
TC15
[ "<https://dblp.org/pid/316/7944>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0428
MULTI_FACT
{ "string": "In which conferences or journals has Suguru Goto published papers?" }
{ "string": "Mention the venues in which Suguru Goto published." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/67/2639> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/67/2639>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0429
MULTI_FACT
{ "string": "Mention the co-authors of Sun, Guo." }
{ "string": "Who are the co-authors of Sun, Guo?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/32/7076> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/32/7076>) }" }
TC14
[ "<https://dblp.org/pid/32/7076>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0430
MULTI_FACT
{ "string": "What are the venues in which Daniel Rubio Bonilla published?" }
{ "string": "In which conferences or journals has Daniel Rubio Bonilla published papers?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/15/10971> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/15/10971>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0431
MULTI_FACT
{ "string": "What are the papers written by Naoki Kimura and Zhao, Y. together?" }
{ "string": "Find the papers written by Naoki K. and Yuhui Zhao together." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/81/1983> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/116/7781> }" }
TC12
[ "<https://dblp.org/pid/81/1983>", "<https://dblp.org/pid/116/7781>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0432
MULTI_FACT
{ "string": "Which papers did Xiaodi Song and Wang, Kui write together?" }
{ "string": "Find the papers written by Xiaodi S. and Wang, Kui together." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/90/7032> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/55/6416> }" }
TC12
[ "<https://dblp.org/pid/90/7032>", "<https://dblp.org/pid/55/6416>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0433
MULTI_FACT
{ "string": "Mention the co-authors of S. Alfat." }
{ "string": "Who are the co-authors of Alfat, S.?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/304/4347> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/304/4347>) }" }
TC14
[ "<https://dblp.org/pid/304/4347>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0434
MULTI_FACT
{ "string": "Which papers did S. J. Jackson and R. Manohar write together?" }
{ "string": "Find the papers written by S. J. Jackson and Rajit Manohar together." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/88/4500> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/m/RajitManohar> }" }
TC12
[ "<https://dblp.org/pid/88/4500>", "<https://dblp.org/pid/m/RajitManohar>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0435
MULTI_FACT
{ "string": "Who are the co-authors of Hou, Avus C. Y.?" }
{ "string": "With which other authors has the author Hou, Avus C. Y. written papers?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/40/4783> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/40/4783>) }" }
TC14
[ "<https://dblp.org/pid/40/4783>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0436
MULTI_FACT
{ "string": "Mention the venues in which Baumli, N. published." }
{ "string": "What are the venues in which Baumli, N. published?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/140/4663> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/140/4663>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0437
MULTI_FACT
{ "string": "List the papers published by T. Kellam in the last seven years." }
{ "string": "Which papers did T. Kellam publish in the last 7 years?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/45/4688> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-7) }" }
TC15
[ "<https://dblp.org/pid/45/4688>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0438
MULTI_FACT
{ "string": "With which other authors has the author James W. Gray III written papers?" }
{ "string": "Who are the co-authors of James W. Gray III?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/01/3461> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/01/3461>) }" }
TC14
[ "<https://dblp.org/pid/01/3461>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0439
MULTI_FACT
{ "string": "What are the venues in which Charles Lenay published?" }
{ "string": "Mention the venues in which Charles Lenay published." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/61/2338> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/61/2338>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0440
MULTI_FACT
{ "string": "Mention the venues in which J. Xu published." }
{ "string": "What are the venues in which J. Xu published?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/20/1590> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/20/1590>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0441
MULTI_FACT
{ "string": "With which other authors has the author Lionel Garnier written papers?" }
{ "string": "Mention the co-authors of Lionel Garnier." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/24/5133> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/24/5133>) }" }
TC14
[ "<https://dblp.org/pid/24/5133>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0442
MULTI_FACT
{ "string": "What are the papers written by Beatrice Dedemo and Borruso, G. together?" }
{ "string": "Find the papers written by Beatrice D. and Borruso, G. together." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/301/6480> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/09/4384> }" }
TC12
[ "<https://dblp.org/pid/301/6480>", "<https://dblp.org/pid/09/4384>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0443
MULTI_FACT
{ "string": "Which publications did Toniann Pitassi write with the author from University of Toronto, Canada?" }
{ "string": "Mention the papers published by Toniann P. with the author from University of Toronto." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/p/TPitassi> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'University of Toronto, Canada' }" }
TC16
[ "<https://dblp.org/pid/p/TPitassi>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q0444
MULTI_FACT
{ "string": "In which conferences or journals has Agbonjaru, J. published papers?" }
{ "string": "What are the venues in which Joshua Agbonjaru published?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/244/5237> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/244/5237>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0445
MULTI_FACT
{ "string": "What are the venues in which M. Fumagalli published?" }
{ "string": "Mention the venues in which M. Fumagalli published." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/161/4517> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/161/4517>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0446
MULTI_FACT
{ "string": "What research papers did Blum, Christian publish with the author affiliated to Artificial Intelligence Research Institute (IIIA-CSIC)?" }
{ "string": "Mention the papers published by Blum, Christian with the author from Artificial Intelligence Research Institute (IIIA-CSIC), Campus UAB, Bellaterra, Spain." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/b/CBlum> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'Artificial Intelligence Research Institute (IIIA-CSIC), Campus UAB, Bellaterra, Spain' }" }
TC16
[ "<https://dblp.org/pid/b/CBlum>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q0447
MULTI_FACT
{ "string": "Which papers did Y. Rozier and Y. Robach write together?" }
{ "string": "Find the papers written by Y. Rozier and Y. Robach together." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/96/6374> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/98/8448> }" }
TC12
[ "<https://dblp.org/pid/96/6374>", "<https://dblp.org/pid/98/8448>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0448
MULTI_FACT
{ "string": "List the papers published by J. Mayer in the last 6 years." }
{ "string": "Which papers did J. Mayer publish in the last six years?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/99/788> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-6) }" }
TC15
[ "<https://dblp.org/pid/99/788>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0449
MULTI_FACT
{ "string": "Which papers did Gregory H. Wakefield and Kyla A. McMullen write together?" }
{ "string": "What are the papers written by Gregory H. Wakefield and K. A. McMullen together?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/26/4731> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/47/7180> }" }
TC12
[ "<https://dblp.org/pid/26/4731>", "<https://dblp.org/pid/47/7180>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0450
MULTI_FACT
{ "string": "Which publications did LaLonde, W. R. write with the author from Carleton University, Ottawa, Canada?" }
{ "string": "What research papers did Wilf R. LaLonde publish with the author affiliated to Carleton University, Ottawa, Canada?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/l/WRLaLonde> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'Carleton University, Ottawa, Canada' }" }
TC16
[ "<https://dblp.org/pid/l/WRLaLonde>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q0451
MULTI_FACT
{ "string": "Which papers did Julian Warner publish in the last 6 years?" }
{ "string": "List the papers published by Warner, Julian in the last six years." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/42/2684> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-6) }" }
TC15
[ "<https://dblp.org/pid/42/2684>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0452
MULTI_FACT
{ "string": "Find the papers written by Abbott, Pamela and Sunila M. together." }
{ "string": "Which papers did Abbott, Pamela and Sunila M. write together?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/75/448> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/125/1152> }" }
TC12
[ "<https://dblp.org/pid/75/448>", "<https://dblp.org/pid/125/1152>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0453
MULTI_FACT
{ "string": "Which publications did Rebecca Adam write with the author from University of Kiel?" }
{ "string": "What research papers did Rebecca Adam publish with the author affiliated to University of Kiel, Germany?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/94/11067> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'University of Kiel, Germany' }" }
TC16
[ "<https://dblp.org/pid/94/11067>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q0454
MULTI_FACT
{ "string": "Who are the co-authors of Haibo Du?" }
{ "string": "With which other authors has the author Haibo Du written papers?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/23/8131> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/23/8131>) }" }
TC14
[ "<https://dblp.org/pid/23/8131>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0455
MULTI_FACT
{ "string": "What are the venues in which David F. Nettleton published?" }
{ "string": "Mention the venues in which D. F. Nettleton published." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/21/708> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/21/708>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0456
MULTI_FACT
{ "string": "List the papers published by A. Yautsiukhin in the last 6 years." }
{ "string": "Which papers did Artsiom Yautsiukhin publish in the last 6 years?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/07/4404> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-6) }" }
TC15
[ "<https://dblp.org/pid/07/4404>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0457
MULTI_FACT
{ "string": "Mention the papers published by Xiong, H. with the author from Microsoft Research Asia, Beijing, China." }
{ "string": "Which publications did Hui Xiong write with the author from Microsoft Research Asia, Beijing, China?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/x/HuiXiong> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'Microsoft Research Asia, Beijing, China' }" }
TC16
[ "<https://dblp.org/pid/x/HuiXiong>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q0458
MULTI_FACT
{ "string": "With which other authors has the author Donald Parruca written papers?" }
{ "string": "Who are the co-authors of Donald P.?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/127/7073> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/127/7073>) }" }
TC14
[ "<https://dblp.org/pid/127/7073>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0459
MULTI_FACT
{ "string": "With which other authors has the author B. Barakat written papers?" }
{ "string": "Who are the co-authors of Basel Barakat?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/163/9987> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/163/9987>) }" }
TC14
[ "<https://dblp.org/pid/163/9987>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0460
MULTI_FACT
{ "string": "Mention the co-authors of Yuanan Liu." }
{ "string": "With which other authors has the author Yuanan Liu written papers?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/57/1057> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/57/1057>) }" }
TC14
[ "<https://dblp.org/pid/57/1057>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0461
MULTI_FACT
{ "string": "Mention the venues in which Wang, Xi published." }
{ "string": "What are the venues in which Wang, Xi published?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/08/5760-1> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/08/5760-1>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0462
MULTI_FACT
{ "string": "With which other authors has the author S. Naz written papers?" }
{ "string": "Who are the co-authors of Sumera Naz?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/195/8541> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/195/8541>) }" }
TC14
[ "<https://dblp.org/pid/195/8541>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0463
MULTI_FACT
{ "string": "In which conferences or journals has An-Sung Wang published papers?" }
{ "string": "What are the venues in which An-Sung W. published?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/276/9141> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/276/9141>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0464
MULTI_FACT
{ "string": "Which papers did N. Phisutthangkoon publish in the last two years?" }
{ "string": "List the papers published by Nuntipat Phisutthangkoon in the last two years." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/287/2750> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-2) }" }
TC15
[ "<https://dblp.org/pid/287/2750>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0465
MULTI_FACT
{ "string": "What research papers did George K. Karagiannidis publish with the author affiliated to Aristotle University of Thessaloniki?" }
{ "string": "Which publications did George K. Karagiannidis write with the author from Aristotle University of Thessaloniki, Greece?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/13/5195> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'Aristotle University of Thessaloniki, Greece' }" }
TC16
[ "<https://dblp.org/pid/13/5195>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q0466
MULTI_FACT
{ "string": "Which papers did Dong, Q. publish in the last eight years?" }
{ "string": "List the papers published by Qiwen Dong in the last 8 years." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/01/4765> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-8) }" }
TC15
[ "<https://dblp.org/pid/01/4765>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0467
MULTI_FACT
{ "string": "Find the papers written by Hongshu C. and Zhang, Y. together." }
{ "string": "What are the papers written by Hongshu Chen and Yi Zhang together?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/141/8066> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/64/6544-95> }" }
TC12
[ "<https://dblp.org/pid/141/8066>", "<https://dblp.org/pid/64/6544-95>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0468
MULTI_FACT
{ "string": "Who are the co-authors of Chedy Ra\\u00EFssi?" }
{ "string": "With which other authors has the author Ra\\u00EFssi, Chedy written papers?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/76/1132> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/76/1132>) }" }
TC14
[ "<https://dblp.org/pid/76/1132>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0469
MULTI_FACT
{ "string": "Which papers did J. Huang publish in the last six years?" }
{ "string": "List the papers published by J. Huang in the last six years." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/98/10180> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-6) }" }
TC15
[ "<https://dblp.org/pid/98/10180>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0470
MULTI_FACT
{ "string": "Which papers did Carlos Cerrada and Pilar Merch\\u00E1n write together?" }
{ "string": "Find the papers written by Carlos Cerrada and Pilar Merch\\u00E1n together." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/28/4557> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/01/2167> }" }
TC12
[ "<https://dblp.org/pid/28/4557>", "<https://dblp.org/pid/01/2167>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0471
MULTI_FACT
{ "string": "Find the papers written by K. Gu and Shen, S. together." }
{ "string": "What are the papers written by K. Gu and Shu Shen together?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/187/3055> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/11/963> }" }
TC12
[ "<https://dblp.org/pid/187/3055>", "<https://dblp.org/pid/11/963>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0472
MULTI_FACT
{ "string": "With which other authors has the author Lan Yang written papers?" }
{ "string": "Mention the co-authors of Lan Yang." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/52/1313> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/52/1313>) }" }
TC14
[ "<https://dblp.org/pid/52/1313>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0473
MULTI_FACT
{ "string": "List the papers published by Patrick J. Lawrence in the last 9 years." }
{ "string": "Which papers did Patrick J. Lawrence publish in the last 9 years?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/272/1532> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-9) }" }
TC15
[ "<https://dblp.org/pid/272/1532>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0474
MULTI_FACT
{ "string": "What are the venues in which Matthias Springstein published?" }
{ "string": "In which conferences or journals has Matthias Springstein published papers?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/183/0044> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/183/0044>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0475
MULTI_FACT
{ "string": "With which other authors has the author Jackie Chi Kit Cheung written papers?" }
{ "string": "Mention the co-authors of Jackie Chi Kit Cheung." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/00/9012> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/00/9012>) }" }
TC14
[ "<https://dblp.org/pid/00/9012>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0476
MULTI_FACT
{ "string": "Mention the venues in which Leonid R. published." }
{ "string": "What are the venues in which Leonid Reyzin published?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/r/LeonidReyzin> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/r/LeonidReyzin>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0477
MULTI_FACT
{ "string": "Mention the venues in which Tang, P. published." }
{ "string": "What are the venues in which Tang, P. published?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/93/509> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/93/509>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0478
MULTI_FACT
{ "string": "Which papers did Andronache, A. publish in the last 9 years?" }
{ "string": "List the papers published by Andronache, A. in the last 9 years." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/75/897> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-9) }" }
TC15
[ "<https://dblp.org/pid/75/897>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0479
MULTI_FACT
{ "string": "Mention the co-authors of X. Liu." }
{ "string": "Who are the co-authors of Xianda Liu?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/296/7300> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/296/7300>) }" }
TC14
[ "<https://dblp.org/pid/296/7300>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0480
MULTI_FACT
{ "string": "What research papers did Habib Ullah Khan publish with the author affiliated to Qatar University, Doha?" }
{ "string": "Which publications did Khan, Habib Ullah write with the author from Qatar University?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/89/10688> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'Qatar University, Doha' }" }
TC16
[ "<https://dblp.org/pid/89/10688>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q0481
MULTI_FACT
{ "string": "Which papers did C. Gout and Carole Le Guyader write together?" }
{ "string": "Find the papers written by Christian Gout and Guyader, Carole Le together." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/10/597> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/53/4858> }" }
TC12
[ "<https://dblp.org/pid/10/597>", "<https://dblp.org/pid/53/4858>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0482
MULTI_FACT
{ "string": "Mention the co-authors of Folino, Francesco." }
{ "string": "With which other authors has the author Francesco Folino written papers?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/76/5134> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/76/5134>) }" }
TC14
[ "<https://dblp.org/pid/76/5134>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0483
MULTI_FACT
{ "string": "Find the papers written by L\\u00EDlia Ramalho Martins and Ana Teresa C. Martins together." }
{ "string": "What are the papers written by L\\u00EDlia Ramalho Martins and Ana Teresa C. Martins together?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/94/5595> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/59/1719> }" }
TC12
[ "<https://dblp.org/pid/94/5595>", "<https://dblp.org/pid/59/1719>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0484
MULTI_FACT
{ "string": "What are the papers written by Paulo Gomes Costa and Marcelo Roberto Petry together?" }
{ "string": "Which papers did Costa, P. Gomes and Marcelo R. Petry write together?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/54/4477> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/94/7277> }" }
TC12
[ "<https://dblp.org/pid/54/4477>", "<https://dblp.org/pid/94/7277>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0485
MULTI_FACT
{ "string": "With which other authors has the author T. Tadono written papers?" }
{ "string": "Mention the co-authors of Takeo Tadono." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/10/8947> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/10/8947>) }" }
TC14
[ "<https://dblp.org/pid/10/8947>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0486
MULTI_FACT
{ "string": "Who are the co-authors of Sami Muhaidat?" }
{ "string": "Mention the co-authors of Sami Muhaidat." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/14/7881> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/14/7881>) }" }
TC14
[ "<https://dblp.org/pid/14/7881>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0487
MULTI_FACT
{ "string": "Which papers did Cynthia Breazeal and Kenton Williams write together?" }
{ "string": "What are the papers written by Cynthia Breazeal and Kenton Williams together?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/65/5630> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/91/185> }" }
TC12
[ "<https://dblp.org/pid/65/5630>", "<https://dblp.org/pid/91/185>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0488
MULTI_FACT
{ "string": "Which papers did Abhimanyu D. publish in the last 4 years?" }
{ "string": "List the papers published by Abhimanyu Dubey in the last 4 years." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/172/0866> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-4) }" }
TC15
[ "<https://dblp.org/pid/172/0866>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0489
MULTI_FACT
{ "string": "Which papers did Poore, J. H. publish in the last three years?" }
{ "string": "List the papers published by Poore, J. H. in the last 3 years." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/p/JesseHPoore> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-3) }" }
TC15
[ "<https://dblp.org/pid/p/JesseHPoore>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0490
MULTI_FACT
{ "string": "What are the venues in which Hongye Su published?" }
{ "string": "Mention the venues in which Su, H. published." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/74/513> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/74/513>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0491
MULTI_FACT
{ "string": "Who are the co-authors of Franco Stellari?" }
{ "string": "With which other authors has the author Stellari, Franco written papers?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/38/4731> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/38/4731>) }" }
TC14
[ "<https://dblp.org/pid/38/4731>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0492
MULTI_FACT
{ "string": "List the papers published by Steve Benford in the last seven years." }
{ "string": "Which papers did Steve Benford publish in the last 7 years?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/b/SteveBenford> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-7) }" }
TC15
[ "<https://dblp.org/pid/b/SteveBenford>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0493
MULTI_FACT
{ "string": "List the papers published by Xiaowen Cao in the last 4 years." }
{ "string": "Which papers did Cao, Xiaowen publish in the last four years?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/154/5940> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-4) }" }
TC15
[ "<https://dblp.org/pid/154/5940>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0494
MULTI_FACT
{ "string": "Which papers did Emil Bj\\u00F6rnson publish in the last nine years?" }
{ "string": "List the papers published by Emil Bj\\u00F6rnson in the last 9 years." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/67/1658> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-9) }" }
TC15
[ "<https://dblp.org/pid/67/1658>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0495
MULTI_FACT
{ "string": "Mention the venues in which Jacopo Castellini published." }
{ "string": "In which conferences or journals has J. Castellini published papers?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/193/8841> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/193/8841>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0496
MULTI_FACT
{ "string": "In which conferences or journals has Ping Zhou published papers?" }
{ "string": "What are the venues in which P. Zhou published?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/43/909> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/43/909>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q0497
MULTI_FACT
{ "string": "Who are the co-authors of Kevin J. Barker?" }
{ "string": "Mention the co-authors of Kevin J. Barker." }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/23/6533> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/23/6533>) }" }
TC14
[ "<https://dblp.org/pid/23/6533>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0498
MULTI_FACT
{ "string": "Who are the co-authors of Shir G.?" }
{ "string": "With which other authors has the author Shir G. written papers?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/211/7229> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/211/7229>) }" }
TC14
[ "<https://dblp.org/pid/211/7229>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0499
MULTI_FACT
{ "string": "What are the papers written by Dirk Farin and With, Peter H. N. de together?" }
{ "string": "Which papers did Farin, Dirk and Peter H. N. de With write together?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/00/2295> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/w/PeterHNdeWith> }" }
TC12
[ "<https://dblp.org/pid/00/2295>", "<https://dblp.org/pid/w/PeterHNdeWith>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q0500
MULTI_FACT
{ "string": "In which conferences or journals has Dietlind Helene Cymek published papers?" }
{ "string": "What are the venues in which Dietlind Helene Cymek published?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/145/5543> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }" }
TC11
[ "<https://dblp.org/pid/145/5543>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false