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 |
---|---|---|---|---|---|---|---|---|---|
Q0601 | MULTI_FACT | {
"string": "What are the papers written by Stepan Shevtsov and Maggio, M. together?"
} | {
"string": "Find the papers written by S. Shevtsov and Martina Maggio together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/156/4418> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/02/8575> }"
} | TC12 | [
"<https://dblp.org/pid/156/4418>",
"<https://dblp.org/pid/02/8575>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0602 | MULTI_FACT | {
"string": "Who are the co-authors of T. K. Lien?"
} | {
"string": "Mention the co-authors of T. K. Lien."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/86/6352> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/86/6352>) }"
} | TC14 | [
"<https://dblp.org/pid/86/6352>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0603 | MULTI_FACT | {
"string": "Which papers did Vaithilingam Jeyakumar publish in the last 2 years?"
} | {
"string": "List the papers published by Jeyakumar, Vaithilingam in the last two years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/v/VaithilingamJeyakumar> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-2) }"
} | TC15 | [
"<https://dblp.org/pid/v/VaithilingamJeyakumar>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0604 | MULTI_FACT | {
"string": "With which other authors has the author Reeta Chhatani written papers?"
} | {
"string": "Who are the co-authors of Reeta C.?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/175/8191> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/175/8191>) }"
} | TC14 | [
"<https://dblp.org/pid/175/8191>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0605 | MULTI_FACT | {
"string": "What are the papers written by Chen, Ziqian and Gentiane Venture together?"
} | {
"string": "Which papers did Chen, Ziqian and Gentiane Venture write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/168/3805> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/56/7043> }"
} | TC12 | [
"<https://dblp.org/pid/168/3805>",
"<https://dblp.org/pid/56/7043>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0606 | MULTI_FACT | {
"string": "In which conferences or journals has Elly A. Konijn published papers?"
} | {
"string": "Mention the venues in which Elly A. Konijn published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/19/3388> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/19/3388>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0607 | MULTI_FACT | {
"string": "Which papers did Wing, Nick publish in the last 4 years?"
} | {
"string": "List the papers published by Nick Wing in the last four years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/63/2975> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-4) }"
} | TC15 | [
"<https://dblp.org/pid/63/2975>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0608 | MULTI_FACT | {
"string": "Which papers did Joan Bresnan publish in the last 9 years?"
} | {
"string": "List the papers published by Joan B. in the last 9 years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/05/5609> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-9) }"
} | TC15 | [
"<https://dblp.org/pid/05/5609>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0609 | MULTI_FACT | {
"string": "What are the papers written by Michael Borkowski and Stefan Schulte together?"
} | {
"string": "Which papers did Borkowski, Michael and S. Schulte write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/188/1821> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/s/StefanSchulte2> }"
} | TC12 | [
"<https://dblp.org/pid/188/1821>",
"<https://dblp.org/pid/s/StefanSchulte2>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0610 | MULTI_FACT | {
"string": "Mention the papers published by Jie L. with the author from Xian Jiaotong University."
} | {
"string": "What research papers did Jie Lin publish with the author affiliated to Xian Jiaotong University, School of Electronic and Information Engineering, China?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/88/6731-2> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'Xian Jiaotong University, School of Electronic and Information Engineering, China' }"
} | TC16 | [
"<https://dblp.org/pid/88/6731-2>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q0611 | MULTI_FACT | {
"string": "List the papers published by Dabbene, Fabrizio in the last 4 years."
} | {
"string": "Which papers did Dabbene, Fabrizio publish in the last 4 years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/28/897> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-4) }"
} | TC15 | [
"<https://dblp.org/pid/28/897>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0612 | MULTI_FACT | {
"string": "Which papers did Jia-Chin Lin and Keshav Singh write together?"
} | {
"string": "What are the papers written by Jia-Chin Lin and Keshav S. together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/27/1183> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/132/7939> }"
} | TC12 | [
"<https://dblp.org/pid/27/1183>",
"<https://dblp.org/pid/132/7939>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0613 | MULTI_FACT | {
"string": "Find the papers written by Bernardo Nugroho Yahya and Feri Setiawan together."
} | {
"string": "Which papers did Bernardo Nugroho Yahya and Setiawan, F. write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/92/7976> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/221/3966> }"
} | TC12 | [
"<https://dblp.org/pid/92/7976>",
"<https://dblp.org/pid/221/3966>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0614 | MULTI_FACT | {
"string": "With which other authors has the author Jakub P. written papers?"
} | {
"string": "Who are the co-authors of Jakub P.?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/88/7810> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/88/7810>) }"
} | TC14 | [
"<https://dblp.org/pid/88/7810>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0615 | MULTI_FACT | {
"string": "What research papers did Wymeersch, Henk publish with the author affiliated to Chalmers University of Technology?"
} | {
"string": "Mention the papers published by Wymeersch, Henk with the author from Chalmers University of Technology."
} | {
"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 |
Q0616 | MULTI_FACT | {
"string": "List the papers published by Chin-Wan Chung in the last 5 years."
} | {
"string": "Which papers did Chin-Wan Chung publish in the last five years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/c/ChinWanChung> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-5) }"
} | TC15 | [
"<https://dblp.org/pid/c/ChinWanChung>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0617 | MULTI_FACT | {
"string": "In which conferences or journals has Andrew Luxton-Reilly published papers?"
} | {
"string": "Mention the venues in which Andrew Luxton-Reilly published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/26/6024> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/26/6024>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0618 | MULTI_FACT | {
"string": "Mention the co-authors of Devanshu A.."
} | {
"string": "Who are the co-authors of Devanshu A.?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/140/2713> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/140/2713>) }"
} | TC14 | [
"<https://dblp.org/pid/140/2713>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0619 | MULTI_FACT | {
"string": "Which papers did Qian, Depei and Qian, Xuehai write together?"
} | {
"string": "Find the papers written by Depei Qian and Xuehai Qian together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/08/4002> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/42/5189> }"
} | TC12 | [
"<https://dblp.org/pid/08/4002>",
"<https://dblp.org/pid/42/5189>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0620 | MULTI_FACT | {
"string": "Mention the co-authors of A. Gisbrecht."
} | {
"string": "With which other authors has the author Andrej Gisbrecht written papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/80/8426> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/80/8426>) }"
} | TC14 | [
"<https://dblp.org/pid/80/8426>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0621 | MULTI_FACT | {
"string": "List the papers published by Subramanian, R. in the last 7 years."
} | {
"string": "Which papers did Subramanian, R. publish in the last seven years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/177/4567> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-7) }"
} | TC15 | [
"<https://dblp.org/pid/177/4567>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0622 | MULTI_FACT | {
"string": "What are the venues in which Virg\\u00EDlio A. F. Almeida published?"
} | {
"string": "Mention the venues in which Virg\\u00EDlio A. F. Almeida published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/a/VirgilioAlmeida> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/a/VirgilioAlmeida>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0623 | MULTI_FACT | {
"string": "Which papers did Ian Miguel publish in the last four years?"
} | {
"string": "List the papers published by Ian Miguel in the last four years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/17/2612> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-4) }"
} | TC15 | [
"<https://dblp.org/pid/17/2612>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0624 | MULTI_FACT | {
"string": "List the papers published by Shohana Rahman Deeba in the last 7 years."
} | {
"string": "Which papers did Deeba, Shohana Rahman publish in the last seven years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/247/9575> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-7) }"
} | TC15 | [
"<https://dblp.org/pid/247/9575>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0625 | MULTI_FACT | {
"string": "List the papers published by Abhishek Rawat in the last 9 years."
} | {
"string": "Which papers did Rawat, A. publish in the last 9 years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/95/8341> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-9) }"
} | TC15 | [
"<https://dblp.org/pid/95/8341>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0626 | MULTI_FACT | {
"string": "Mention the papers published by Panos M. Pardalos with the author from University of Florida, Gainesville."
} | {
"string": "What research papers did Pardalos, P. M. publish with the author affiliated to University of Florida, Gainesville?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/04/1137> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'University of Florida, Gainesville' }"
} | TC16 | [
"<https://dblp.org/pid/04/1137>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q0627 | MULTI_FACT | {
"string": "Who are the co-authors of Yingfei Xiong?"
} | {
"string": "Mention the co-authors of Yingfei Xiong."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/82/2673> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/82/2673>) }"
} | TC14 | [
"<https://dblp.org/pid/82/2673>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0628 | MULTI_FACT | {
"string": "What are the papers written by Wang, X. and Yuanchun Shi together?"
} | {
"string": "Find the papers written by Wang, X. and Yuanchun Shi together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/64/5700> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/08/5313> }"
} | TC12 | [
"<https://dblp.org/pid/64/5700>",
"<https://dblp.org/pid/08/5313>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0629 | MULTI_FACT | {
"string": "Mention the venues in which Paulo F. Pires published."
} | {
"string": "In which conferences or journals has P. F. Pires published papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/69/1904> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/69/1904>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0630 | MULTI_FACT | {
"string": "Mention the papers published by Q. Ha with the author from College of Technology, Vietnam National University, Hanoi."
} | {
"string": "What research papers did Quang-Thuy Ha publish with the author affiliated to College of Technology?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/01/1849> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'College of Technology, Vietnam National University, Hanoi' }"
} | TC16 | [
"<https://dblp.org/pid/01/1849>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q0631 | MULTI_FACT | {
"string": "In which conferences or journals has Reiner Lenz published papers?"
} | {
"string": "What are the venues in which Lenz, R. published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/95/5717> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/95/5717>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0632 | MULTI_FACT | {
"string": "In which conferences or journals has Shuqiang Jiang published papers?"
} | {
"string": "What are the venues in which Shuqiang Jiang published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/90/3651> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/90/3651>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0633 | MULTI_FACT | {
"string": "List the papers published by Sofia Jos\\u00E9 Santos in the last three years."
} | {
"string": "Which papers did Sofia Jos\\u00E9 Santos publish in the last 3 years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/244/9951> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-3) }"
} | TC15 | [
"<https://dblp.org/pid/244/9951>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0634 | MULTI_FACT | {
"string": "List the papers published by Shoichi Tanifuji in the last 8 years."
} | {
"string": "Which papers did Shoichi Tanifuji publish in the last 8 years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/99/10518> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-8) }"
} | TC15 | [
"<https://dblp.org/pid/99/10518>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0635 | MULTI_FACT | {
"string": "Mention the papers published by Michael Beetz with the author from University of Bremen, Germany."
} | {
"string": "Which publications did Michael Beetz write with the author from University of Bremen, Germany?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/b/MichaelBeetz> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'University of Bremen, Germany' }"
} | TC16 | [
"<https://dblp.org/pid/b/MichaelBeetz>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q0636 | MULTI_FACT | {
"string": "In which conferences or journals has Tri Nguyen published papers?"
} | {
"string": "Mention the venues in which Tri N. published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/29/6538> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/29/6538>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0637 | MULTI_FACT | {
"string": "What are the papers written by Daniel Etiemble and D. Revelosona together?"
} | {
"string": "Which papers did Daniel Etiemble and Revelosona, D. write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/76/5706> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/91/10511> }"
} | TC12 | [
"<https://dblp.org/pid/76/5706>",
"<https://dblp.org/pid/91/10511>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0638 | MULTI_FACT | {
"string": "List the papers published by Gang Liu in the last 4 years."
} | {
"string": "Which papers did G. Liu publish in the last four years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/37/2109> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-4) }"
} | TC15 | [
"<https://dblp.org/pid/37/2109>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0639 | MULTI_FACT | {
"string": "Mention the venues in which Hee Sik Kim published."
} | {
"string": "In which conferences or journals has Kim, H. Sik published papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/67/5373> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/67/5373>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0640 | MULTI_FACT | {
"string": "Mention the co-authors of Masami Hagiya."
} | {
"string": "Who are the co-authors of Masami Hagiya?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/h/MasamiHagiya> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/h/MasamiHagiya>) }"
} | TC14 | [
"<https://dblp.org/pid/h/MasamiHagiya>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0641 | MULTI_FACT | {
"string": "In which conferences or journals has Yachao Wang published papers?"
} | {
"string": "What are the venues in which Yachao W. published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/149/0396> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/149/0396>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0642 | MULTI_FACT | {
"string": "In which conferences or journals has V. Latora published papers?"
} | {
"string": "What are the venues in which V. Latora published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/16/1297> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/16/1297>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0643 | MULTI_FACT | {
"string": "Mention the papers published by Euiwoong Lee with the author from University of Michigan, USA."
} | {
"string": "Which publications did Euiwoong Lee write with the author from University of Michigan, USA?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/129/5624> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'University of Michigan, USA' }"
} | TC16 | [
"<https://dblp.org/pid/129/5624>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q0644 | MULTI_FACT | {
"string": "Who are the co-authors of Spiros Fotopoulos?"
} | {
"string": "With which other authors has the author S. Fotopoulos written papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/88/4176> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/88/4176>) }"
} | TC14 | [
"<https://dblp.org/pid/88/4176>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0645 | MULTI_FACT | {
"string": "Mention the co-authors of Azzolin, Rodrigo Zelir."
} | {
"string": "With which other authors has the author Rodrigo Zelir Azzolin written papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/143/9499> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/143/9499>) }"
} | TC14 | [
"<https://dblp.org/pid/143/9499>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0646 | MULTI_FACT | {
"string": "Find the papers written by Nick Hounsell and Geqi Qi together."
} | {
"string": "Which papers did Nick Hounsell and Geqi Q. write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/73/10976> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/149/2471> }"
} | TC12 | [
"<https://dblp.org/pid/73/10976>",
"<https://dblp.org/pid/149/2471>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0647 | MULTI_FACT | {
"string": "With which other authors has the author Tyler G. written papers?"
} | {
"string": "Who are the co-authors of Tyler Grimes?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/306/5233> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/306/5233>) }"
} | TC14 | [
"<https://dblp.org/pid/306/5233>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0648 | MULTI_FACT | {
"string": "Which papers did Borys, Andrzej publish in the last 8 years?"
} | {
"string": "List the papers published by Borys, Andrzej in the last 8 years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/52/5434> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-8) }"
} | TC15 | [
"<https://dblp.org/pid/52/5434>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0649 | MULTI_FACT | {
"string": "List the papers published by Michael L. in the last six years."
} | {
"string": "Which papers did Michael Link publish in the last 6 years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/04/2489> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-6) }"
} | TC15 | [
"<https://dblp.org/pid/04/2489>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0650 | MULTI_FACT | {
"string": "Mention the co-authors of Alexander Bakst."
} | {
"string": "With which other authors has the author Alexander Bakst written papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/13/11515> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/13/11515>) }"
} | TC14 | [
"<https://dblp.org/pid/13/11515>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0651 | MULTI_FACT | {
"string": "Find the papers written by Huang, Xiaoqiu and Ankit Agrawal together."
} | {
"string": "Which papers did Huang, Xiaoqiu and Ankit A. write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/38/6202-1> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/55/5176> }"
} | TC12 | [
"<https://dblp.org/pid/38/6202-1>",
"<https://dblp.org/pid/55/5176>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0652 | MULTI_FACT | {
"string": "List the papers published by A. Farouk in the last six years."
} | {
"string": "Which papers did Ahmed Farouk publish in the last 6 years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/176/5087> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-6) }"
} | TC15 | [
"<https://dblp.org/pid/176/5087>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0653 | MULTI_FACT | {
"string": "Mention the co-authors of Zhengying Chen."
} | {
"string": "With which other authors has the author Z. Chen written papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/151/8840> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/151/8840>) }"
} | TC14 | [
"<https://dblp.org/pid/151/8840>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0654 | MULTI_FACT | {
"string": "What are the venues in which Pal, Madhumangal published?"
} | {
"string": "Mention the venues in which Pal, Madhumangal published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/44/1276> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/44/1276>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0655 | MULTI_FACT | {
"string": "List the papers published by Fallahi, B. in the last 3 years."
} | {
"string": "Which papers did Fallahi, B. publish in the last 3 years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/164/8296> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-3) }"
} | TC15 | [
"<https://dblp.org/pid/164/8296>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0656 | MULTI_FACT | {
"string": "What are the papers written by Cuadros-Vargas, Ernesto and Omar U. Fl\\u00F3rez-Choque together?"
} | {
"string": "Which papers did Ernesto Cuadros-Vargas and Omar U. Fl\\u00F3rez-Choque write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/20/6400> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/22/6324> }"
} | TC12 | [
"<https://dblp.org/pid/20/6400>",
"<https://dblp.org/pid/22/6324>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0657 | MULTI_FACT | {
"string": "Who are the co-authors of J. Liang?"
} | {
"string": "Mention the co-authors of Jing Liang."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/95/3243-2> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/95/3243-2>) }"
} | TC14 | [
"<https://dblp.org/pid/95/3243-2>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0658 | MULTI_FACT | {
"string": "List the papers published by Stefania M. in the last two years."
} | {
"string": "Which papers did Stefania Monica publish in the last two years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/126/7823> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-2) }"
} | TC15 | [
"<https://dblp.org/pid/126/7823>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0659 | MULTI_FACT | {
"string": "List the papers published by Matthew J. Mandich in the last 3 years."
} | {
"string": "Which papers did Matthew J. Mandich publish in the last three years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/257/2456> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-3) }"
} | TC15 | [
"<https://dblp.org/pid/257/2456>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0660 | MULTI_FACT | {
"string": "What are the papers written by Oliveira, M\\u00F3nica Duarte and Henrique M. G. Martins together?"
} | {
"string": "Find the papers written by Oliveira, M\\u00F3nica Duarte and Henrique M. G. Martins together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/83/10525> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/83/7400> }"
} | TC12 | [
"<https://dblp.org/pid/83/10525>",
"<https://dblp.org/pid/83/7400>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0661 | MULTI_FACT | {
"string": "Mention the co-authors of Walke, B.."
} | {
"string": "Who are the co-authors of Walke, B.?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/w/BernhardWalke> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/w/BernhardWalke>) }"
} | TC14 | [
"<https://dblp.org/pid/w/BernhardWalke>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0662 | MULTI_FACT | {
"string": "What are the venues in which Winston, H. A. published?"
} | {
"string": "Mention the venues in which Howard A. Winston published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/29/1007> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/29/1007>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0663 | MULTI_FACT | {
"string": "What are the papers written by Agata Ciabattoni and Aguzzoli, Stefano together?"
} | {
"string": "Which papers did Agata Ciabattoni and Stefano Aguzzoli write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/44/6796> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/17/5121> }"
} | TC12 | [
"<https://dblp.org/pid/44/6796>",
"<https://dblp.org/pid/17/5121>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0664 | MULTI_FACT | {
"string": "In which conferences or journals has Santiago, Fabian published papers?"
} | {
"string": "Mention the venues in which Santiago, Fabian published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/155/5444> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/155/5444>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0665 | MULTI_FACT | {
"string": "What are the venues in which Rafael Dueire Lins published?"
} | {
"string": "In which conferences or journals has Rafael Dueire Lins published papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/44/4611> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/44/4611>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0666 | MULTI_FACT | {
"string": "What are the venues in which Zhang, L. published?"
} | {
"string": "Mention the venues in which Zhang, L. published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/51/6923> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/51/6923>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0667 | MULTI_FACT | {
"string": "Which papers did Peng Zhang and Li-Yun Dong write together?"
} | {
"string": "Find the papers written by Peng Zhang and Li-Yun Dong together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/21/1048-14> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/11/3891> }"
} | TC12 | [
"<https://dblp.org/pid/21/1048-14>",
"<https://dblp.org/pid/11/3891>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0668 | MULTI_FACT | {
"string": "What are the papers written by Larry Albright and Jay Alan Jackson together?"
} | {
"string": "Find the papers written by Albright, Larry and Jay Alan Jackson together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/28/6325> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/43/1581> }"
} | TC12 | [
"<https://dblp.org/pid/28/6325>",
"<https://dblp.org/pid/43/1581>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0669 | MULTI_FACT | {
"string": "Which papers did Diana Janeth Lancheros Cuesta publish in the last 2 years?"
} | {
"string": "List the papers published by Cuesta, Diana Janeth Lancheros in the last 2 years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/11/9943> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-2) }"
} | TC15 | [
"<https://dblp.org/pid/11/9943>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0670 | MULTI_FACT | {
"string": "Mention the venues in which Alexander S. Kozlov published."
} | {
"string": "In which conferences or journals has Alexander S. Kozlov published papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/181/2717> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/181/2717>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0671 | MULTI_FACT | {
"string": "Which papers did P. Kissmann and J\\u00F6rg Hoffmann write together?"
} | {
"string": "What are the papers written by Peter Kissmann and J. Hoffmann together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/79/6191> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/26/836> }"
} | TC12 | [
"<https://dblp.org/pid/79/6191>",
"<https://dblp.org/pid/26/836>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0672 | MULTI_FACT | {
"string": "Which papers did Edel B. Garc\\u00EDa Reyes and San-Mart\\u00EDn, C\\u00E9sar write together?"
} | {
"string": "What are the papers written by E. B. Garc\\u00EDa Reyes and San-Mart\\u00EDn, C\\u00E9sar together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/84/3109> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/00/982> }"
} | TC12 | [
"<https://dblp.org/pid/84/3109>",
"<https://dblp.org/pid/00/982>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0673 | MULTI_FACT | {
"string": "List the papers published by James W. Mickens in the last two years."
} | {
"string": "Which papers did James W. Mickens publish in the last two years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/90/1843> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-2) }"
} | TC15 | [
"<https://dblp.org/pid/90/1843>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0674 | MULTI_FACT | {
"string": "Which papers did P. Wojuteczky and Dani\\u00EBl Paulusma write together?"
} | {
"string": "What are the papers written by P\\u00E9ter Wojuteczky and Paulusma, Dani\\u00EBl together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/167/4294> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/18/5531> }"
} | TC12 | [
"<https://dblp.org/pid/167/4294>",
"<https://dblp.org/pid/18/5531>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0675 | MULTI_FACT | {
"string": "What are the venues in which G. R. published?"
} | {
"string": "Mention the venues in which G. R. published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/92/3439> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/92/3439>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0676 | MULTI_FACT | {
"string": "In which conferences or journals has Cheng, Zhiyuan published papers?"
} | {
"string": "Mention the venues in which Cheng, Zhiyuan published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/58/7211-2> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/58/7211-2>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0677 | MULTI_FACT | {
"string": "Which papers did Md. K. Sarker publish in the last 6 years?"
} | {
"string": "List the papers published by Md. K. Sarker in the last six years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/186/2804> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-6) }"
} | TC15 | [
"<https://dblp.org/pid/186/2804>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0678 | MULTI_FACT | {
"string": "Which papers did Zhou, M. publish in the last 5 years?"
} | {
"string": "List the papers published by Meiyu Zhou in the last five years."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/50/7698> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-5) }"
} | TC15 | [
"<https://dblp.org/pid/50/7698>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0679 | MULTI_FACT | {
"string": "Find the papers written by Hufford, Kevin D. and Zeleny, M. together."
} | {
"string": "Which papers did Kevin D. Hufford and Zeleny, M. write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/32/5595> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/73/409> }"
} | TC12 | [
"<https://dblp.org/pid/32/5595>",
"<https://dblp.org/pid/73/409>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0680 | MULTI_FACT | {
"string": "What are the papers written by Liu, Yepang and Jun Yan together?"
} | {
"string": "Find the papers written by Yepang Liu and Yan, J. together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/125/1824> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/89/5901-9> }"
} | TC12 | [
"<https://dblp.org/pid/125/1824>",
"<https://dblp.org/pid/89/5901-9>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0681 | MULTI_FACT | {
"string": "Mention the co-authors of Helmut Heppe."
} | {
"string": "Who are the co-authors of Helmut Heppe?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/253/0921> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/253/0921>) }"
} | TC14 | [
"<https://dblp.org/pid/253/0921>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0682 | MULTI_FACT | {
"string": "In which conferences or journals has M. Gerhold published papers?"
} | {
"string": "Mention the venues in which M. Gerhold published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/221/9436> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/221/9436>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0683 | MULTI_FACT | {
"string": "In which conferences or journals has Ben Allison published papers?"
} | {
"string": "Mention the venues in which Ben Allison published."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/18/6438> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/18/6438>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0684 | MULTI_FACT | {
"string": "Mention the venues in which Alabbas, M. published."
} | {
"string": "In which conferences or journals has Maytham Alabbas published papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/97/10489> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/97/10489>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0685 | MULTI_FACT | {
"string": "What are the papers written by Verbrugge, Clark and Vangheluwe, Hans together?"
} | {
"string": "Find the papers written by Clark Verbrugge and Vangheluwe, Hans together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/v/ClarkVerbrugge> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/v/HansVangheluwe> }"
} | TC12 | [
"<https://dblp.org/pid/v/ClarkVerbrugge>",
"<https://dblp.org/pid/v/HansVangheluwe>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0686 | MULTI_FACT | {
"string": "Mention the co-authors of Yu-Wei Chang."
} | {
"string": "With which other authors has the author Chang, Yu-Wei written papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/09/2929> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/09/2929>) }"
} | TC14 | [
"<https://dblp.org/pid/09/2929>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0687 | MULTI_FACT | {
"string": "Mention the co-authors of Vladimir B.."
} | {
"string": "With which other authors has the author Vladimir B. written papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/83/460> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/83/460>) }"
} | TC14 | [
"<https://dblp.org/pid/83/460>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0688 | MULTI_FACT | {
"string": "Find the papers written by Kenneth O. Stanley and Risto M. together."
} | {
"string": "Which papers did Kenneth O. Stanley and Risto M. write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/s/KennethOStanley> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/m/RistoMiikkulainen> }"
} | TC12 | [
"<https://dblp.org/pid/s/KennethOStanley>",
"<https://dblp.org/pid/m/RistoMiikkulainen>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0689 | MULTI_FACT | {
"string": "Find the papers written by Ryo Hayakawa and Nakai-Kasai, Ayano together."
} | {
"string": "Which papers did Ryo H. and Nakai-Kasai, Ayano write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/146/1419> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/214/2262> }"
} | TC12 | [
"<https://dblp.org/pid/146/1419>",
"<https://dblp.org/pid/214/2262>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0690 | MULTI_FACT | {
"string": "What are the papers written by Mann, V. and Venkateswara Reddy Madduri together?"
} | {
"string": "Find the papers written by Mann, V. and Venkateswara Reddy Madduri together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/06/2290> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/58/5740> }"
} | TC12 | [
"<https://dblp.org/pid/06/2290>",
"<https://dblp.org/pid/58/5740>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0691 | MULTI_FACT | {
"string": "Who are the co-authors of Mtakati, Sibulele?"
} | {
"string": "With which other authors has the author Sibulele Mtakati written papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/270/7141> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/270/7141>) }"
} | TC14 | [
"<https://dblp.org/pid/270/7141>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0692 | MULTI_FACT | {
"string": "With which other authors has the author Javier Iglesias written papers?"
} | {
"string": "Who are the co-authors of Javier Iglesias?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/89/254> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/89/254>) }"
} | TC14 | [
"<https://dblp.org/pid/89/254>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0693 | MULTI_FACT | {
"string": "List the papers published by Donald Metzler in the last seven years."
} | {
"string": "Which papers did Donald M. publish in the last seven years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/95/2272> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-7) }"
} | TC15 | [
"<https://dblp.org/pid/95/2272>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0694 | MULTI_FACT | {
"string": "Which papers did Mochammad Z. Samsono Hadi and Yuichi Miyaji write together?"
} | {
"string": "Find the papers written by Mochammad Z. Samsono Hadi and Yuichi M. together."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/224/7819> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/146/1547> }"
} | TC12 | [
"<https://dblp.org/pid/224/7819>",
"<https://dblp.org/pid/146/1547>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0695 | MULTI_FACT | {
"string": "List the papers published by Ralf K\\u00FCsters in the last 9 years."
} | {
"string": "Which papers did Ralf K\\u00FCsters publish in the last 9 years?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/k/RKusters> . ?answer <https://dblp.org/rdf/schema#yearOfPublication> ?y FILTER(?y > YEAR(NOW())-9) }"
} | TC15 | [
"<https://dblp.org/pid/k/RKusters>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0696 | MULTI_FACT | {
"string": "Find the papers written by Chi-Tsai Yeh and Chun-Hao Wang together."
} | {
"string": "What are the papers written by Chi-Tsai Y. and Chun-Hao Wang together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/78/8784> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/60/7011> }"
} | TC12 | [
"<https://dblp.org/pid/78/8784>",
"<https://dblp.org/pid/60/7011>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0697 | MULTI_FACT | {
"string": "Mention the venues in which Zhao, L. published."
} | {
"string": "In which conferences or journals has Lingxiao Zhao published papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/47/5689> . ?x <https://dblp.org/rdf/schema#publishedIn> ?answer }"
} | TC11 | [
"<https://dblp.org/pid/47/5689>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q0698 | MULTI_FACT | {
"string": "Find the papers written by Lin, Qizhong and Yiyuan Hao together."
} | {
"string": "Which papers did Qizhong Lin and Hao, Y. write together?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/99/1639> . ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/231/7093> }"
} | TC12 | [
"<https://dblp.org/pid/99/1639>",
"<https://dblp.org/pid/231/7093>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0699 | MULTI_FACT | {
"string": "Mention the co-authors of Brunskill, E.."
} | {
"string": "With which other authors has the author Emma Brunskill written papers?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/27/1277> . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer FILTER(?answer != <https://dblp.org/pid/27/1277>) }"
} | TC14 | [
"<https://dblp.org/pid/27/1277>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q0700 | MULTI_FACT | {
"string": "What research papers did Laurent, Thomas publish with the author affiliated to Loyola Marymount University?"
} | {
"string": "Which publications did Thomas Laurent write with the author from Loyola Marymount University?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { ?answer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/47/8889-1> . ?answer <https://dblp.org/rdf/schema#authoredBy> ?y . ?y <https://dblp.org/rdf/schema#primaryAffiliation> 'Loyola Marymount University, Department of Mathematics, Los Angeles, CA, USA' }"
} | TC16 | [
"<https://dblp.org/pid/47/8889-1>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |