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 |
---|---|---|---|---|---|---|---|---|---|
Q0501 | MULTI_FACT | {
"string": "What are the papers written by Su-Pi Su and Tsai, Chung-Hung together?"
} | {
"string": "Find the papers written by Su-Pi Su and Tsai, Chung-Hung together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/119/2026> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/22/4057> }"
} | TC12 | [
"<https://dblp.org/pid/119/2026>",
"<https://dblp.org/pid/22/4057>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0502 | MULTI_FACT | {
"string": "What are the papers written by Mark van den Brand and Ramon R. H. Schiffelers together?"
} | {
"string": "Which papers did Mark van den Brand and Schiffelers, Ramon R. H. write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/v/MarkvandenBrand> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/42/2894> }"
} | TC12 | [
"<https://dblp.org/pid/v/MarkvandenBrand>",
"<https://dblp.org/pid/42/2894>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0503 | MULTI_FACT | {
"string": "Which papers did St\\u00E9phane R. publish in the last four years?"
} | {
"string": "List the papers published by St\\u00E9phane Redon in the last four years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/r/StephaneRedon> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-4) }"
} | TC15 | [
"<https://dblp.org/pid/r/StephaneRedon>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0504 | MULTI_FACT | {
"string": "In which conferences or journals has Mostafa Blidia published papers?"
} | {
"string": "What are the venues in which Blidia, Mostafa published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/01/4922> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/01/4922>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0505 | MULTI_FACT | {
"string": "In which conferences or journals has Sharad Malik published papers?"
} | {
"string": "What are the venues in which S. Malik published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/79/6934> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/79/6934>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0506 | MULTI_FACT | {
"string": "What are the venues in which G. Neil Haven published?"
} | {
"string": "Mention the venues in which G. Neil Haven published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/15/2493> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/15/2493>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0507 | MULTI_FACT | {
"string": "Which papers did Mattia F. and Giuseppe Nunnari write together?"
} | {
"string": "What are the papers written by Mattia F. and Giuseppe Nunnari together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/19/1859> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/93/2552> }"
} | TC12 | [
"<https://dblp.org/pid/19/1859>",
"<https://dblp.org/pid/93/2552>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0508 | MULTI_FACT | {
"string": "Mention the venues in which Badri, Mourad published."
} | {
"string": "In which conferences or journals has Mourad Badri published papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/17/4566> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/17/4566>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0509 | MULTI_FACT | {
"string": "In which conferences or journals has J. Ma published papers?"
} | {
"string": "Mention the venues in which J. Ma published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/37/9293> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/37/9293>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0510 | MULTI_FACT | {
"string": "Mention the venues in which Zwolinski, Mark published."
} | {
"string": "In which conferences or journals has Mark Zwolinski published papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/99/2370> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/99/2370>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0511 | MULTI_FACT | {
"string": "What are the papers written by Steenhuizen, Durk and Tooren, M. van together?"
} | {
"string": "Find the papers written by Steenhuizen, Durk and Tooren, M. van together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/92/11262> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/55/10065> }"
} | TC12 | [
"<https://dblp.org/pid/92/11262>",
"<https://dblp.org/pid/55/10065>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0512 | MULTI_FACT | {
"string": "Which papers did Joe V. and A. Bogdanov write together?"
} | {
"string": "What are the papers written by Joe V. and Alina Bogdanov together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/212/7827> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/212/8582> }"
} | TC12 | [
"<https://dblp.org/pid/212/7827>",
"<https://dblp.org/pid/212/8582>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0513 | MULTI_FACT | {
"string": "What research papers did Adrian-Horia D. publish with the author affiliated to SuperData?"
} | {
"string": "Which publications did Adrian-Horia D. write with the author from SuperData?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/66/4469> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'SuperData, Bucharest, Romania' }"
} | TC16 | [
"<https://dblp.org/pid/66/4469>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q0514 | MULTI_FACT | {
"string": "In which conferences or journals has C. Boldyreff published papers?"
} | {
"string": "Mention the venues in which Cornelia Boldyreff published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/68/1268> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/68/1268>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0515 | MULTI_FACT | {
"string": "Mention the venues in which Bouguelia, Mohamed-Rafik published."
} | {
"string": "In which conferences or journals has Bouguelia, Mohamed-Rafik published papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/23/10872> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/23/10872>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0516 | MULTI_FACT | {
"string": "List the papers published by Fukumizu, Kenji in the last nine years."
} | {
"string": "Which papers did Fukumizu, Kenji publish in the last nine years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/96/464> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-9) }"
} | TC15 | [
"<https://dblp.org/pid/96/464>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0517 | MULTI_FACT | {
"string": "Which papers did Angel Plastino and Roseli S. Wedemann write together?"
} | {
"string": "What are the papers written by Angel Plastino and Wedemann, R. S. together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/66/5606> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/51/6398> }"
} | TC12 | [
"<https://dblp.org/pid/66/5606>",
"<https://dblp.org/pid/51/6398>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0518 | MULTI_FACT | {
"string": "Mention the papers published by K. Fischer with the author from German Research Centre for Artificial Intelligence (DFKI), Saarbr\\u00FCcken, Germany."
} | {
"string": "Which publications did Klaus Fischer write with the author from German Research Centre for Artificial Intelligence (DFKI), Saarbr\\u00FCcken, Germany?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/42/1160-1> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'German Research Centre for Artificial Intelligence (DFKI), Saarbr\\u00FCcken, Germany' }"
} | TC16 | [
"<https://dblp.org/pid/42/1160-1>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q0519 | MULTI_FACT | {
"string": "List the papers published by Mohammad Ali Abam in the last two years."
} | {
"string": "Which papers did Mohammad Ali Abam publish in the last two years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/a/MohammadAliAbam> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-2) }"
} | TC15 | [
"<https://dblp.org/pid/a/MohammadAliAbam>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0520 | MULTI_FACT | {
"string": "Which papers did Weifeng Liu publish in the last 3 years?"
} | {
"string": "List the papers published by Weifeng Liu in the last 3 years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/147/1465> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-3) }"
} | TC15 | [
"<https://dblp.org/pid/147/1465>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0521 | MULTI_FACT | {
"string": "Mention the co-authors of A. Bonivento."
} | {
"string": "Who are the co-authors of A. Bonivento?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/68/4164> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/68/4164>) }"
} | TC14 | [
"<https://dblp.org/pid/68/4164>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0522 | MULTI_FACT | {
"string": "Mention the venues in which Hal A. Kierstead published."
} | {
"string": "What are the venues in which Hal A. Kierstead published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/k/HAKierstead> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/k/HAKierstead>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0523 | MULTI_FACT | {
"string": "Mention the venues in which S. Basu published."
} | {
"string": "What are the venues in which S. Basu published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/82/5861> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/82/5861>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0524 | MULTI_FACT | {
"string": "What are the papers written by Dmitry Efrosinin and Weisi Guo together?"
} | {
"string": "Find the papers written by Dmitry E. and Weisi Guo together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/06/5784> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/72/8514> }"
} | TC12 | [
"<https://dblp.org/pid/06/5784>",
"<https://dblp.org/pid/72/8514>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0525 | MULTI_FACT | {
"string": "What are the papers written by Marco Liserre and F. Scarpetta together?"
} | {
"string": "Find the papers written by Marco Liserre and F. Scarpetta together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/49/19> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/255/4696> }"
} | TC12 | [
"<https://dblp.org/pid/49/19>",
"<https://dblp.org/pid/255/4696>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0526 | MULTI_FACT | {
"string": "With which other authors has the author Debasish Pradhan written papers?"
} | {
"string": "Who are the co-authors of Debasish Pradhan?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/42/9443> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/42/9443>) }"
} | TC14 | [
"<https://dblp.org/pid/42/9443>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0527 | MULTI_FACT | {
"string": "Which papers did Christina M. Payne publish in the last two years?"
} | {
"string": "List the papers published by Christina M. Payne in the last two years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/132/3356> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-2) }"
} | TC15 | [
"<https://dblp.org/pid/132/3356>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0528 | MULTI_FACT | {
"string": "Which papers did Jinglin Shi publish in the last six years?"
} | {
"string": "List the papers published by Jinglin S. in the last 6 years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/84/1530> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-6) }"
} | TC15 | [
"<https://dblp.org/pid/84/1530>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0529 | MULTI_FACT | {
"string": "Mention the co-authors of Rupei X.."
} | {
"string": "With which other authors has the author Rupei Xu written papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/138/7303> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/138/7303>) }"
} | TC14 | [
"<https://dblp.org/pid/138/7303>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0530 | MULTI_FACT | {
"string": "List the papers published by Patrick C. in the last 9 years."
} | {
"string": "Which papers did Patrick C. publish in the last nine years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/131/5969> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-9) }"
} | TC15 | [
"<https://dblp.org/pid/131/5969>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0531 | MULTI_FACT | {
"string": "List the papers published by Bjarne Stig Andersen in the last four years."
} | {
"string": "Which papers did Bjarne Stig Andersen publish in the last 4 years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/55/2433> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-4) }"
} | TC15 | [
"<https://dblp.org/pid/55/2433>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0532 | MULTI_FACT | {
"string": "List the papers published by Zhonghua Huang in the last 3 years."
} | {
"string": "Which papers did Zhonghua H. publish in the last 3 years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/77/2539> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-3) }"
} | TC15 | [
"<https://dblp.org/pid/77/2539>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0533 | MULTI_FACT | {
"string": "Mention the co-authors of Liu, C.."
} | {
"string": "With which other authors has the author Liu, C. written papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/52/5716-2> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/52/5716-2>) }"
} | TC14 | [
"<https://dblp.org/pid/52/5716-2>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0534 | MULTI_FACT | {
"string": "Mention the venues in which Tobias Kowatsch published."
} | {
"string": "What are the venues in which Kowatsch, Tobias published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/05/6574> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/05/6574>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0535 | MULTI_FACT | {
"string": "Which papers did Ingo Muegge publish in the last three years?"
} | {
"string": "List the papers published by Ingo Muegge in the last three years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/33/4534> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-3) }"
} | TC15 | [
"<https://dblp.org/pid/33/4534>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0536 | MULTI_FACT | {
"string": "Mention the venues in which Gl\\u00F3wka, T. published."
} | {
"string": "What are the venues in which Gl\\u00F3wka, T. published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/139/0156> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/139/0156>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0537 | MULTI_FACT | {
"string": "In which conferences or journals has Alex Shymka published papers?"
} | {
"string": "Mention the venues in which Alex Shymka published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/193/4924> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/193/4924>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0538 | MULTI_FACT | {
"string": "Who are the co-authors of Jinhua Du?"
} | {
"string": "Mention the co-authors of Jinhua Du."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/61/2112> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/61/2112>) }"
} | TC14 | [
"<https://dblp.org/pid/61/2112>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0539 | MULTI_FACT | {
"string": "Which papers did Olga Veksler publish in the last four years?"
} | {
"string": "List the papers published by Olga Veksler in the last 4 years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/v/OlgaVeksler> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-4) }"
} | TC15 | [
"<https://dblp.org/pid/v/OlgaVeksler>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0540 | MULTI_FACT | {
"string": "What are the papers written by Rissland, Edwina L. and Jensen, D. D. together?"
} | {
"string": "Which papers did Edwina L. Rissland and Jensen, D. D. write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/r/EdwinaLRissland> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/38/828> }"
} | TC12 | [
"<https://dblp.org/pid/r/EdwinaLRissland>",
"<https://dblp.org/pid/38/828>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0541 | MULTI_FACT | {
"string": "What research papers did Henk Wymeersch publish with the author affiliated to Chalmers University of Technology?"
} | {
"string": "Which publications did H. Wymeersch write with the author from Chalmers University of Technology, Gothenburg, Sweden?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/42/1188> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'Chalmers University of Technology, Gothenburg, Sweden' }"
} | TC16 | [
"<https://dblp.org/pid/42/1188>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q0542 | MULTI_FACT | {
"string": "What are the venues in which T. Chen published?"
} | {
"string": "Mention the venues in which T. Chen published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/52/6812> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/52/6812>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0543 | MULTI_FACT | {
"string": "Mention the co-authors of Aljoscha Smolic."
} | {
"string": "With which other authors has the author Aljoscha Smolic written papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/s/AljoschaSmolic> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/s/AljoschaSmolic>) }"
} | TC14 | [
"<https://dblp.org/pid/s/AljoschaSmolic>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0544 | MULTI_FACT | {
"string": "List the papers published by Sheng-Tzong Cheng in the last 5 years."
} | {
"string": "Which papers did Sheng-Tzong C. publish in the last five years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/80/4313> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-5) }"
} | TC15 | [
"<https://dblp.org/pid/80/4313>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0545 | MULTI_FACT | {
"string": "In which conferences or journals has Mark S. Avnet published papers?"
} | {
"string": "Mention the venues in which Mark S. Avnet published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/130/7463> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/130/7463>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0546 | MULTI_FACT | {
"string": "Mention the co-authors of Dubois, Eric."
} | {
"string": "With which other authors has the author Eric Dubois written papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/d/EricDubois1> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/d/EricDubois1>) }"
} | TC14 | [
"<https://dblp.org/pid/d/EricDubois1>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0547 | MULTI_FACT | {
"string": "Which papers did A. Allison publish in the last six years?"
} | {
"string": "List the papers published by A. Allison in the last six years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/71/4553> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-6) }"
} | TC15 | [
"<https://dblp.org/pid/71/4553>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0548 | MULTI_FACT | {
"string": "Which papers did Christian D. Schunn publish in the last two years?"
} | {
"string": "List the papers published by Schunn, Christian D. in the last two years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/35/2189> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-2) }"
} | TC15 | [
"<https://dblp.org/pid/35/2189>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0549 | MULTI_FACT | {
"string": "What are the venues in which M. R. M. Jenkin published?"
} | {
"string": "In which conferences or journals has Michael R. M. Jenkin published papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/j/MichaelRMJenkin> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/j/MichaelRMJenkin>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0550 | MULTI_FACT | {
"string": "Which papers did Suarez, T. L. publish in the last eight years?"
} | {
"string": "List the papers published by Suarez, T. L. in the last eight years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/81/2100> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-8) }"
} | TC15 | [
"<https://dblp.org/pid/81/2100>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0551 | MULTI_FACT | {
"string": "In which conferences or journals has Dong, H. published papers?"
} | {
"string": "What are the venues in which Dong, H. published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/83/4823> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/83/4823>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0552 | MULTI_FACT | {
"string": "Mention the venues in which Hui Song published."
} | {
"string": "In which conferences or journals has H. Song published papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/51/1785> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/51/1785>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0553 | MULTI_FACT | {
"string": "What are the papers written by Pierre Castellano and Sridha S. together?"
} | {
"string": "Which papers did Pierre Castellano and Sridha S. write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/42/7156> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/80/166> }"
} | TC12 | [
"<https://dblp.org/pid/42/7156>",
"<https://dblp.org/pid/80/166>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0554 | MULTI_FACT | {
"string": "List the papers published by Zhao, Wen-Xiao in the last four years."
} | {
"string": "Which papers did Wen-Xiao Zhao publish in the last 4 years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/77/8083> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-4) }"
} | TC15 | [
"<https://dblp.org/pid/77/8083>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0555 | MULTI_FACT | {
"string": "Which papers did Jiang, James J. and P. H. Cheney write together?"
} | {
"string": "What are the papers written by Jiang, James J. and Paul H. Cheney together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/49/4743> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/49/6352> }"
} | TC12 | [
"<https://dblp.org/pid/49/4743>",
"<https://dblp.org/pid/49/6352>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0556 | MULTI_FACT | {
"string": "What are the venues in which Fred Cohen published?"
} | {
"string": "In which conferences or journals has Fred Cohen published papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/92/4026> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/92/4026>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0557 | MULTI_FACT | {
"string": "Which papers did Chen, Z. and Ioannis Savidis write together?"
} | {
"string": "Find the papers written by Chen, Z. and Savidis, Ioannis together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/37/1439> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/37/3387> }"
} | TC12 | [
"<https://dblp.org/pid/37/1439>",
"<https://dblp.org/pid/37/3387>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0558 | MULTI_FACT | {
"string": "Mention the venues in which Martin Stiemerling published."
} | {
"string": "What are the venues in which Martin Stiemerling published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/45/1079> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/45/1079>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0559 | MULTI_FACT | {
"string": "Which papers did Parsapoor, Mahboobeh publish in the last nine years?"
} | {
"string": "List the papers published by Parsapoor, Mahboobeh in the last nine years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/40/5289> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-9) }"
} | TC15 | [
"<https://dblp.org/pid/40/5289>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0560 | MULTI_FACT | {
"string": "List the papers published by F. Feldbusch in the last four years."
} | {
"string": "Which papers did F. Feldbusch publish in the last four years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/61/5265> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-4) }"
} | TC15 | [
"<https://dblp.org/pid/61/5265>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0561 | MULTI_FACT | {
"string": "What are the papers written by Zhihua Hao and Xiaojiang Ma together?"
} | {
"string": "Find the papers written by Hao, Zhihua and Xiaojiang Ma together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/46/5604> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/47/4871> }"
} | TC12 | [
"<https://dblp.org/pid/46/5604>",
"<https://dblp.org/pid/47/4871>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0562 | MULTI_FACT | {
"string": "List the papers published by Bruno Sinopoli in the last 4 years."
} | {
"string": "Which papers did Sinopoli, Bruno publish in the last four years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/53/2290> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-4) }"
} | TC15 | [
"<https://dblp.org/pid/53/2290>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0563 | MULTI_FACT | {
"string": "List the papers published by Yilmaz, Fatma Gizem Karaoglan in the last 4 years."
} | {
"string": "Which papers did Fatma Gizem Karaoglan Yilmaz publish in the last 4 years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/159/4023> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-4) }"
} | TC15 | [
"<https://dblp.org/pid/159/4023>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0564 | MULTI_FACT | {
"string": "What are the papers written by Betensky, R. A. and Martin, Emily C. together?"
} | {
"string": "Find the papers written by Betensky, R. A. and Martin, Emily C. together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/18/2059> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/14/2449> }"
} | TC12 | [
"<https://dblp.org/pid/18/2059>",
"<https://dblp.org/pid/14/2449>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0565 | MULTI_FACT | {
"string": "In which conferences or journals has Peyman Milanfar published papers?"
} | {
"string": "What are the venues in which Peyman Milanfar published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/48/6882> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/48/6882>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0566 | MULTI_FACT | {
"string": "What are the venues in which Yung, Moti published?"
} | {
"string": "In which conferences or journals has Moti Yung published papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/y/MotiYung> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/y/MotiYung>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0567 | MULTI_FACT | {
"string": "With which other authors has the author Chang, J. written papers?"
} | {
"string": "Who are the co-authors of Chang, J.?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/159/2889> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/159/2889>) }"
} | TC14 | [
"<https://dblp.org/pid/159/2889>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0568 | MULTI_FACT | {
"string": "Mention the venues in which Kazuhiro Fukui published."
} | {
"string": "What are the venues in which Kazuhiro Fukui published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/01/1485> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/01/1485>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0569 | MULTI_FACT | {
"string": "Who are the co-authors of Aashish Sharma?"
} | {
"string": "With which other authors has the author Aashish Sharma written papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/70/5324> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/70/5324>) }"
} | TC14 | [
"<https://dblp.org/pid/70/5324>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0570 | MULTI_FACT | {
"string": "Mention the co-authors of David S.."
} | {
"string": "With which other authors has the author David S. written papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/132/7069> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/132/7069>) }"
} | TC14 | [
"<https://dblp.org/pid/132/7069>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0571 | MULTI_FACT | {
"string": "What are the papers written by Hechmi Toumi and Mohamed Hafri together?"
} | {
"string": "Find the papers written by Toumi, Hechmi and Mohamed Hafri together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/118/4223> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/191/2534> }"
} | TC12 | [
"<https://dblp.org/pid/118/4223>",
"<https://dblp.org/pid/191/2534>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0572 | MULTI_FACT | {
"string": "Which papers did Tazartes, Claudine C. publish in the last 6 years?"
} | {
"string": "List the papers published by Claudine C. Tazartes in the last six years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/02/1224> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-6) }"
} | TC15 | [
"<https://dblp.org/pid/02/1224>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0573 | MULTI_FACT | {
"string": "Mention the venues in which Jae Heon Yun published."
} | {
"string": "In which conferences or journals has Jae Heon Yun published papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/99/4859> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/99/4859>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0574 | MULTI_FACT | {
"string": "List the papers published by Lepekhina, A. S. in the last three years."
} | {
"string": "Which papers did Lepekhina, A. S. publish in the last 3 years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/262/4350> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-3) }"
} | TC15 | [
"<https://dblp.org/pid/262/4350>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0575 | MULTI_FACT | {
"string": "What are the venues in which J. Platos published?"
} | {
"string": "Mention the venues in which J. Platos published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/64/2617> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/64/2617>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0576 | MULTI_FACT | {
"string": "Which papers did Nakadai, Kazuhiro and Hiroshi G. Okuno write together?"
} | {
"string": "Find the papers written by Kazuhiro Nakadai and Hiroshi G. Okuno together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/38/545> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/09/2222> }"
} | TC12 | [
"<https://dblp.org/pid/38/545>",
"<https://dblp.org/pid/09/2222>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0577 | MULTI_FACT | {
"string": "Who are the co-authors of Yasuyo Kita?"
} | {
"string": "Mention the co-authors of Y. Kita."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/66/5556> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/66/5556>) }"
} | TC14 | [
"<https://dblp.org/pid/66/5556>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0578 | MULTI_FACT | {
"string": "Which papers did Pavel N. Vorobkalov publish in the last three years?"
} | {
"string": "List the papers published by Pavel N. Vorobkalov in the last 3 years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/235/7536> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-3) }"
} | TC15 | [
"<https://dblp.org/pid/235/7536>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0579 | MULTI_FACT | {
"string": "List the papers published by Yong Ma in the last 8 years."
} | {
"string": "Which papers did Ma, Yong publish in the last 8 years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/33/3013> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-8) }"
} | TC15 | [
"<https://dblp.org/pid/33/3013>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0580 | MULTI_FACT | {
"string": "Which papers did Song, Mingli and Yongcheng Jing write together?"
} | {
"string": "Find the papers written by Mingli Song and Jing, Yongcheng together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/71/5333> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/196/3616> }"
} | TC12 | [
"<https://dblp.org/pid/71/5333>",
"<https://dblp.org/pid/196/3616>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0581 | MULTI_FACT | {
"string": "With which other authors has the author N. Subramanya written papers?"
} | {
"string": "Who are the co-authors of N. Subramanya?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/319/7131> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/319/7131>) }"
} | TC14 | [
"<https://dblp.org/pid/319/7131>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0582 | MULTI_FACT | {
"string": "Find the papers written by Barbier, Franck and Nodenot, Thierry together."
} | {
"string": "Which papers did Franck Barbier and Nodenot, Thierry write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/13/4588> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/30/1554> }"
} | TC12 | [
"<https://dblp.org/pid/13/4588>",
"<https://dblp.org/pid/30/1554>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0583 | MULTI_FACT | {
"string": "Mention the venues in which Dague, Philippe published."
} | {
"string": "In which conferences or journals has Dague, Philippe published papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/35/3908> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/35/3908>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0584 | MULTI_FACT | {
"string": "Which papers did L\\u00F3pez, Juan Carlos publish in the last 2 years?"
} | {
"string": "List the papers published by L\\u00F3pez, Juan Carlos in the last 2 years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/l/JuanCarlosLopez> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-2) }"
} | TC15 | [
"<https://dblp.org/pid/l/JuanCarlosLopez>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0585 | MULTI_FACT | {
"string": "Mention the co-authors of Hideki Tode."
} | {
"string": "Who are the co-authors of Hideki Tode?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/30/3255> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/30/3255>) }"
} | TC14 | [
"<https://dblp.org/pid/30/3255>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0586 | MULTI_FACT | {
"string": "Which publications did Su-Wan Park write with the author from Electronics and Telecommunications Research Institute (ETRI), Daejeon, South Korea?"
} | {
"string": "What research papers did Su-Wan Park publish with the author affiliated to Electronics and Telecommunications Research Institute (ETRI), Daejeon, South Korea?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/93/3025> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'Electronics and Telecommunications Research Institute (ETRI), Daejeon, South Korea' }"
} | TC16 | [
"<https://dblp.org/pid/93/3025>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q0587 | MULTI_FACT | {
"string": "In which conferences or journals has Hongwei Qu published papers?"
} | {
"string": "Mention the venues in which Hongwei Qu published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/116/1174> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/116/1174>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0588 | MULTI_FACT | {
"string": "Which publications did Walter C. Freitas Jr. write with the author from Federal University of Cear\\u00E1, Fortaleza, Brazil?"
} | {
"string": "What research papers did Walter C. Freitas Jr. publish with the author affiliated to Federal University of Cear\\u00E1?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/00/3585> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'Federal University of Cear\\u00E1, Fortaleza, Brazil' }"
} | TC16 | [
"<https://dblp.org/pid/00/3585>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q0589 | MULTI_FACT | {
"string": "Which papers did Murali Krishna Ramanathan and Grama, A. write together?"
} | {
"string": "Find the papers written by Murali K. Ramanathan and Ananth Grama together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/75/541> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/g/AnanthGrama> }"
} | TC12 | [
"<https://dblp.org/pid/75/541>",
"<https://dblp.org/pid/g/AnanthGrama>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0590 | MULTI_FACT | {
"string": "List the papers published by D. Ramesh in the last 2 years."
} | {
"string": "Which papers did Divya Ramesh publish in the last two years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/258/0340> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-2) }"
} | TC15 | [
"<https://dblp.org/pid/258/0340>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0591 | MULTI_FACT | {
"string": "Which papers did Jiun-In Guo publish in the last 3 years?"
} | {
"string": "List the papers published by Jiun-In Guo in the last 3 years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/33/3059> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-3) }"
} | TC15 | [
"<https://dblp.org/pid/33/3059>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0592 | MULTI_FACT | {
"string": "In which conferences or journals has Wenhua Li published papers?"
} | {
"string": "Mention the venues in which Wenhua Li published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/41/337> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/41/337>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0593 | MULTI_FACT | {
"string": "With which other authors has the author S. A. Meijer written papers?"
} | {
"string": "Who are the co-authors of Sebastiaan A. Meijer?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/31/6596> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/31/6596>) }"
} | TC14 | [
"<https://dblp.org/pid/31/6596>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0594 | MULTI_FACT | {
"string": "What are the papers written by Cutello, V. and Giuseppe Nicosia together?"
} | {
"string": "Which papers did Vincenzo Cutello and Giuseppe Nicosia write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/95/233> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/28/6928> }"
} | TC12 | [
"<https://dblp.org/pid/95/233>",
"<https://dblp.org/pid/28/6928>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0595 | MULTI_FACT | {
"string": "What are the papers written by Eugenio Faldella and Stefano Caselli together?"
} | {
"string": "Which papers did Eugenio Faldella and Stefano Caselli write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/95/5181> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/40/5874> }"
} | TC12 | [
"<https://dblp.org/pid/95/5181>",
"<https://dblp.org/pid/40/5874>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0596 | MULTI_FACT | {
"string": "Mention the co-authors of Rajmohan Rajaraman."
} | {
"string": "With which other authors has the author Rajaraman, Rajmohan written papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/r/RRajaraman> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/r/RRajaraman>) }"
} | TC14 | [
"<https://dblp.org/pid/r/RRajaraman>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0597 | MULTI_FACT | {
"string": "With which other authors has the author Satzger, B. written papers?"
} | {
"string": "Who are the co-authors of Benjamin Satzger?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/27/1529> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/27/1529>) }"
} | TC14 | [
"<https://dblp.org/pid/27/1529>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0598 | MULTI_FACT | {
"string": "List the papers published by Kallookaran, Michael in the last 8 years."
} | {
"string": "Which papers did Kallookaran, Michael publish in the last 8 years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/189/0388> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-8) }"
} | TC15 | [
"<https://dblp.org/pid/189/0388>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0599 | MULTI_FACT | {
"string": "What are the venues in which Reza Rafiee published?"
} | {
"string": "Mention the venues in which Reza Rafiee published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/35/10429> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/35/10429>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0600 | MULTI_FACT | {
"string": "What are the venues in which Chen, Pao-Yang published?"
} | {
"string": "In which conferences or journals has Chen, Pao-Yang published papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/74/1230> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/74/1230>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |