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
Q0701
DOUBLE_INTENT
{ "string": "Which papers did author W. Kwasowiec publish and in which year?" }
{ "string": "Which publications did W. Kwasowiec author and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/59/2677> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/59/2677>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0702
DOUBLE_INTENT
{ "string": "List the titles of the papers that Hosam M. Mahmoud published and in which venues." }
{ "string": "In which venues did Hosam M. Mahmoud publish papers and what are the titles of these papers?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/m/HosamMMahmoud> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/m/HosamMMahmoud>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0703
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Andrew P. Black published in the last six years and in which venues?" }
{ "string": "In which venues did Andrew P. Black publish papers in the last 6 years and what are the titles of these papers?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/b/APBlack> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/b/APBlack>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0704
DOUBLE_INTENT
{ "string": "Name the co-authors of Dingxuan Li in the last three years and where are they affiliated?" }
{ "string": "Who are the co-authors of Li, Dingxuan in the last three years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/300/8467> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/300/8467>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/300/8467>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0705
DOUBLE_INTENT
{ "string": "Mention the papers published by B. Anda and in which year." }
{ "string": "Which publications did B. Anda author and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/91/2927> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/91/2927>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0706
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Gerasimos Potamianos published in the last 9 years and in which venues?" }
{ "string": "List the venues in which Gerasimos Potamianos published papers in the last nine years and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/78/2516> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/78/2516>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0707
DOUBLE_INTENT
{ "string": "In which venues did Jeffrey S. Rosenschein publish papers and what are the titles of these papers?" }
{ "string": "List the venues in which Jeffrey S. Rosenschein published papers and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/r/JeffreySRosenschein> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/r/JeffreySRosenschein>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0708
DOUBLE_INTENT
{ "string": "In which venues did Abdolhossein S. publish papers and what are the titles of these papers?" }
{ "string": "List the titles of the papers that Abdolhossein S. published and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/237/1526> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/237/1526>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0709
DOUBLE_INTENT
{ "string": "List the titles of the papers that Gerardo Di Martino published in the last 9 years and in which venues." }
{ "string": "In which venues did Martino, Gerardo Di publish papers in the last 9 years and what are the titles of these papers?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/95/9002> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/95/9002>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0710
DOUBLE_INTENT
{ "string": "Mention the other authors with whom Nasr, K. M. has co-authored papers in the last six years and where are they affiliated." }
{ "string": "Who are the co-authors of Karim M. Nasr in the last 6 years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/19/206> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/19/206>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/19/206>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0711
DOUBLE_INTENT
{ "string": "Name the co-authors of Patrik Haslum in the last six years and where are they affiliated?" }
{ "string": "Who are the co-authors of P. Haslum in the last 6 years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/39/6592> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/39/6592>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/39/6592>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0712
DOUBLE_INTENT
{ "string": "Name the co-authors of Amir Akbari in the last four years and where are they affiliated?" }
{ "string": "Who are the co-authors of Amir A. in the last four years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/07/8862> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/07/8862>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/07/8862>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0713
DOUBLE_INTENT
{ "string": "In which venues did Sharma, Deepak publish papers and what are the titles of these papers?" }
{ "string": "List the venues in which Deepak Sharma published papers and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/87/4567-1> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/87/4567-1>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0714
DOUBLE_INTENT
{ "string": "Who are the co-authors of Hao Chao in the last nine years and where are they affiliated?" }
{ "string": "Name the co-authors of H. Chao in the last 9 years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/25/10648> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/25/10648>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/25/10648>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0715
DOUBLE_INTENT
{ "string": "Who are the co-authors of Saha, I. in the last six years and where are they affiliated?" }
{ "string": "Name the co-authors of Saha, I. in the last 6 years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/88/6031> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/88/6031>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/88/6031>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0716
DOUBLE_INTENT
{ "string": "Which papers did author Gerard J. M. Janssen publish and in which year?" }
{ "string": "Mention the papers published by Gerard J. M. Janssen and in which year." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/49/4927> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/49/4927>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0717
DOUBLE_INTENT
{ "string": "In which venues did Gang Chen publish papers and what are the titles of these papers?" }
{ "string": "List the titles of the papers that Gang Chen published and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/67/6383-26> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/67/6383-26>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0718
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Lukas Fleischer published in the last 2 years and in which venues?" }
{ "string": "In which venues did Lukas Fleischer publish papers in the last two years and what are the titles of these papers?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/146/2156> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/146/2156>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0719
DOUBLE_INTENT
{ "string": "List the venues in which Paul Parsons published papers in the last two years and the titles of these papers." }
{ "string": "List the titles of the papers that Paul Parsons published in the last two years and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/97/10043> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/97/10043>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0720
DOUBLE_INTENT
{ "string": "List the venues in which Toru M. published papers and the titles of these papers." }
{ "string": "In which venues did Toru Mano publish papers and what are the titles of these papers?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/129/1046> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/129/1046>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0721
DOUBLE_INTENT
{ "string": "Mention the other authors with whom S. Franceschetti has co-authored papers in the last six years and where are they affiliated." }
{ "string": "Name the co-authors of Silvana Franceschetti in the last 6 years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/28/9151> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/28/9151>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/28/9151>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0722
DOUBLE_INTENT
{ "string": "Which publications did S. Rahimi author and in which year?" }
{ "string": "Which papers did author Salim Rahimi publish and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/11/9216> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/11/9216>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0723
DOUBLE_INTENT
{ "string": "In which venues did A. Stewart publish papers in the last 3 years and what are the titles of these papers?" }
{ "string": "List the venues in which A. Stewart published papers in the last 3 years and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/95/606> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/95/606>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0724
DOUBLE_INTENT
{ "string": "Who are the co-authors of Waldemar Wieczerzycki in the last seven years and where are they affiliated?" }
{ "string": "Name the co-authors of Waldemar Wieczerzycki in the last seven years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/52/4105> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-7) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/52/4105>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/52/4105>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0725
DOUBLE_INTENT
{ "string": "List the titles of the papers that Xiaohua J. published and in which venues." }
{ "string": "List the venues in which Xiaohua Jia published papers and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/j/XiaohuaJia> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/j/XiaohuaJia>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0726
DOUBLE_INTENT
{ "string": "Who are the co-authors of Tinku A. in the last two years and where are they affiliated?" }
{ "string": "Name the co-authors of Tinku A. in the last 2 years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/04/6171> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/04/6171>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/04/6171>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0727
DOUBLE_INTENT
{ "string": "Which publications did Jaime Kaminski author and in which year?" }
{ "string": "Mention the papers published by Jaime Kaminski and in which year." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/78/8670> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/78/8670>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0728
DOUBLE_INTENT
{ "string": "What are the titles of the papers that F. Colone published and in which venues?" }
{ "string": "In which venues did F. Colone publish papers and what are the titles of these papers?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/89/9898> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/89/9898>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0729
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Chen, Qimei published and in which venues?" }
{ "string": "List the venues in which Chen, Qimei published papers and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/63/5974> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/63/5974>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0730
DOUBLE_INTENT
{ "string": "Name the co-authors of Svenja Pieritz in the last eight years and where are they affiliated?" }
{ "string": "Mention the other authors with whom S. Pieritz has co-authored papers in the last 8 years and where are they affiliated." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/284/0565> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/284/0565>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/284/0565>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0731
DOUBLE_INTENT
{ "string": "Mention the papers published by Oliver Kohnke and in which year." }
{ "string": "Which publications did Oliver Kohnke author and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/09/6611> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/09/6611>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0732
DOUBLE_INTENT
{ "string": "In which venues did Harbir Antil publish papers and what are the titles of these papers?" }
{ "string": "List the venues in which Harbir Antil published papers and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/65/7616> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/65/7616>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0733
DOUBLE_INTENT
{ "string": "List the titles of the papers that Riccardo Scopigno published and in which venues." }
{ "string": "What are the titles of the papers that Riccardo Scopigno published and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/37/7861> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/37/7861>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0734
DOUBLE_INTENT
{ "string": "List the titles of the papers that Etienne Birmel\\u00E9 published and in which venues." }
{ "string": "What are the titles of the papers that Etienne Birmel\\u00E9 published and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/82/5741> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/82/5741>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0735
DOUBLE_INTENT
{ "string": "In which venues did J. E. Freeman publish papers in the last three years and what are the titles of these papers?" }
{ "string": "List the titles of the papers that J. E. Freeman published in the last 3 years and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/74/604> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/74/604>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0736
DOUBLE_INTENT
{ "string": "Who are the co-authors of Y. Zhang in the last 8 years and where are they affiliated?" }
{ "string": "Mention the other authors with whom Y. Zhang has co-authored papers in the last eight years and where are they affiliated." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/83/888> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/83/888>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/83/888>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0737
DOUBLE_INTENT
{ "string": "Mention the papers published by Christos Koukouvinos and in which year." }
{ "string": "Which papers did author C. Koukouvinos publish and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/43/87> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/43/87>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0738
DOUBLE_INTENT
{ "string": "Who are the co-authors of Dimitrios Skourtis in the last 5 years and where are they affiliated?" }
{ "string": "Mention the other authors with whom Dimitrios Skourtis has co-authored papers in the last five years and where are they affiliated." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/115/5948> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-5) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/115/5948>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/115/5948>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0739
DOUBLE_INTENT
{ "string": "In which venues did Z. Wang publish papers and what are the titles of these papers?" }
{ "string": "List the venues in which Z. Wang published papers and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/82/7807> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/82/7807>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0740
DOUBLE_INTENT
{ "string": "Mention the papers published by M. S. Gudaitis and in which year." }
{ "string": "Which publications did M. S. Gudaitis author and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/99/5752> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/99/5752>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0741
DOUBLE_INTENT
{ "string": "In which venues did Lasota, Slawomir publish papers in the last 7 years and what are the titles of these papers?" }
{ "string": "What are the titles of the papers that Lasota, Slawomir published in the last 7 years and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/97/3803> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-7) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/97/3803>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0742
DOUBLE_INTENT
{ "string": "Name the co-authors of Nasser Alzeidi in the last 4 years and where are they affiliated?" }
{ "string": "Who are the co-authors of Nasser A. in the last four years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/87/4929> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/87/4929>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/87/4929>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0743
DOUBLE_INTENT
{ "string": "In which venues did Robert P. Boyer publish papers in the last 8 years and what are the titles of these papers?" }
{ "string": "List the venues in which Robert P. Boyer published papers in the last 8 years and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/34/10718> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/34/10718>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0744
DOUBLE_INTENT
{ "string": "Mention the papers published by Raofen W. and in which year." }
{ "string": "Which papers did author Raofen Wang publish and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/117/4504> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/117/4504>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0745
DOUBLE_INTENT
{ "string": "Who are the co-authors of Gian P. Zarri in the last 9 years and where are they affiliated?" }
{ "string": "Name the co-authors of Gian P. Zarri in the last 9 years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/48/7030> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/48/7030>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/48/7030>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0746
DOUBLE_INTENT
{ "string": "Mention the papers published by J. A. Jordan Jr. and in which year." }
{ "string": "Which papers did author Jr., J. A. Jordan publish and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/53/4800> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/53/4800>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0747
DOUBLE_INTENT
{ "string": "Which publications did Wen Yu author and in which year?" }
{ "string": "Which papers did author Yu, Wen publish and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/75/3061-1> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/75/3061-1>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0748
DOUBLE_INTENT
{ "string": "Mention the papers published by Robinson, D. T. and in which year." }
{ "string": "Which publications did Robinson, D. T. author and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/85/4572> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/85/4572>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0749
DOUBLE_INTENT
{ "string": "Which publications did Muneeb Khan author and in which year?" }
{ "string": "Mention the papers published by Muneeb K. and in which year." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/122/9974> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/122/9974>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0750
DOUBLE_INTENT
{ "string": "Mention the papers published by Babu Sena Paul and in which year." }
{ "string": "Which publications did Paul, B. Sena author and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/210/9101> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/210/9101>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0751
DOUBLE_INTENT
{ "string": "In which venues did Weinberg, Gil publish papers in the last four years and what are the titles of these papers?" }
{ "string": "List the venues in which Weinberg, Gil published papers in the last 4 years and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/w/GilWeinberg> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/w/GilWeinberg>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0752
DOUBLE_INTENT
{ "string": "Name the co-authors of Jun Sun in the last eight years and where are they affiliated?" }
{ "string": "Who are the co-authors of Jun Sun in the last eight years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/s/JunSun1> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/s/JunSun1>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/s/JunSun1>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0753
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Georg Rose published and in which venues?" }
{ "string": "In which venues did Georg Rose publish papers and what are the titles of these papers?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/04/4271> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/04/4271>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0754
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Fatimah Khalid published and in which venues?" }
{ "string": "In which venues did Khalid, Fatimah publish papers and what are the titles of these papers?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/98/10159> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/98/10159>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0755
DOUBLE_INTENT
{ "string": "List the venues in which Jiawei Luo published papers in the last 6 years and the titles of these papers." }
{ "string": "What are the titles of the papers that Jiawei Luo published in the last 6 years and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/52/3974-1> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/52/3974-1>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0756
DOUBLE_INTENT
{ "string": "List the venues in which M. Zorrilla published papers in the last six years and the titles of these papers." }
{ "string": "In which venues did Mikel Zorrilla publish papers in the last six years and what are the titles of these papers?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/132/7543> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/132/7543>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0757
DOUBLE_INTENT
{ "string": "In which venues did Mingtao L. publish papers in the last 2 years and what are the titles of these papers?" }
{ "string": "What are the titles of the papers that Mingtao Li published in the last two years and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/47/10133> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/47/10133>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0758
DOUBLE_INTENT
{ "string": "In which venues did Tsu-Yang Wu publish papers in the last nine years and what are the titles of these papers?" }
{ "string": "What are the titles of the papers that Wu, T. published in the last 9 years and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/08/1168> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/08/1168>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0759
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Chadi A. published and in which venues?" }
{ "string": "In which venues did Chadi A. publish papers and what are the titles of these papers?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/a/ChadiAssi> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/a/ChadiAssi>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0760
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Marc Zeller published in the last 5 years and in which venues?" }
{ "string": "In which venues did Marc Zeller publish papers in the last five years and what are the titles of these papers?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/35/7128> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-5) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/35/7128>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0761
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Garay, J. A. published in the last three years and in which venues?" }
{ "string": "List the venues in which Garay, J. A. published papers in the last 3 years and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/10/4788> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/10/4788>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0762
DOUBLE_INTENT
{ "string": "Who are the co-authors of L. A. Suchman in the last eight years and where are they affiliated?" }
{ "string": "Name the co-authors of Lucy A. Suchman in the last 8 years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/20/1916> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/20/1916>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/20/1916>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0763
DOUBLE_INTENT
{ "string": "Which papers did author Ernesto Bribiesca-Correa publish and in which year?" }
{ "string": "Mention the papers published by Ernesto Bribiesca-Correa and in which year." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/57/6560> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/57/6560>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0764
DOUBLE_INTENT
{ "string": "Mention the other authors with whom Dekhil, Mohamed has co-authored papers in the last 3 years and where are they affiliated." }
{ "string": "Who are the co-authors of Mohamed Dekhil in the last 3 years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/87/3477> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/87/3477>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/87/3477>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0765
DOUBLE_INTENT
{ "string": "Who are the co-authors of Nhat-Duc Hoang in the last three years and where are they affiliated?" }
{ "string": "Mention the other authors with whom Hoang, N. has co-authored papers in the last three years and where are they affiliated." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/93/11273> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/93/11273>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/93/11273>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0766
DOUBLE_INTENT
{ "string": "List the venues in which Velez-Reyes, Miguel published papers in the last 2 years and the titles of these papers." }
{ "string": "In which venues did Miguel Velez-Reyes publish papers in the last 2 years and what are the titles of these papers?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/70/4819> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/70/4819>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0767
DOUBLE_INTENT
{ "string": "In which venues did Chu, Xiaolu publish papers and what are the titles of these papers?" }
{ "string": "List the venues in which Xiaolu Chu published papers and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/260/4060> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/260/4060>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0768
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Sheu, T. W. H. published in the last two years and in which venues?" }
{ "string": "List the venues in which Sheu, T. W. H. published papers in the last 2 years and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/14/9316> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/14/9316>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0769
DOUBLE_INTENT
{ "string": "Who are the co-authors of Stephan Olariu in the last nine years and where are they affiliated?" }
{ "string": "Name the co-authors of Stephan Olariu in the last nine years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/o/StephanOlariu> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/o/StephanOlariu>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/o/StephanOlariu>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0770
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Junling Wang published in the last four years and in which venues?" }
{ "string": "List the titles of the papers that Wang, J. published in the last 4 years and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/27/1438> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/27/1438>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0771
DOUBLE_INTENT
{ "string": "In which venues did Wan, X. publish papers and what are the titles of these papers?" }
{ "string": "What are the titles of the papers that Xiaojun Wan published and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/07/1521> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/07/1521>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0772
DOUBLE_INTENT
{ "string": "Mention the other authors with whom Stephen A. Zahorian has co-authored papers in the last six years and where are they affiliated." }
{ "string": "Name the co-authors of Zahorian, Stephen A. in the last 6 years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/76/8762> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/76/8762>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/76/8762>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0773
DOUBLE_INTENT
{ "string": "Who are the co-authors of Zhixiang Chen in the last eight years and where are they affiliated?" }
{ "string": "Name the co-authors of Zhixiang C. in the last eight years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/70/3894-1> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/70/3894-1>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/70/3894-1>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0774
DOUBLE_INTENT
{ "string": "Mention the papers published by Fengming Hui and in which year." }
{ "string": "Which papers did author Fengming Hui publish and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/138/8672> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/138/8672>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0775
DOUBLE_INTENT
{ "string": "List the venues in which Alexey O. Shigarov published papers in the last two years and the titles of these papers." }
{ "string": "List the titles of the papers that Alexey O. Shigarov published in the last two years and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/152/4570> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/152/4570>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0776
DOUBLE_INTENT
{ "string": "List the venues in which Xiucheng Dong published papers in the last 5 years and the titles of these papers." }
{ "string": "In which venues did Xiucheng Dong publish papers in the last 5 years and what are the titles of these papers?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/17/3855> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-5) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/17/3855>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0777
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Abdou, M. published in the last two years and in which venues?" }
{ "string": "List the titles of the papers that Mohammed Abdou published in the last 2 years and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/192/1704> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/192/1704>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0778
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Xia G. published in the last nine years and in which venues?" }
{ "string": "List the venues in which Xia G. published papers in the last nine years and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/59/3000> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/59/3000>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0779
DOUBLE_INTENT
{ "string": "List the titles of the papers that Mondal, S. published in the last 4 years and in which venues." }
{ "string": "List the venues in which Sanjib Mondal published papers in the last four years and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/177/4760> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/177/4760>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0780
DOUBLE_INTENT
{ "string": "Which publications did Yasuaki I. author and in which year?" }
{ "string": "Which papers did author Yasuaki Ito publish and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/18/5925> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/18/5925>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0781
DOUBLE_INTENT
{ "string": "List the venues in which Henrik Sandberg published papers and the titles of these papers." }
{ "string": "In which venues did Henrik Sandberg publish papers and what are the titles of these papers?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/50/2611> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/50/2611>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0782
DOUBLE_INTENT
{ "string": "Which papers did author J. Li publish and in which year?" }
{ "string": "Mention the papers published by J. Li and in which year." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/23/6950> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/23/6950>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0783
DOUBLE_INTENT
{ "string": "Which publications did Djamel Benazzouz author and in which year?" }
{ "string": "Which papers did author Djamel B. publish and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/117/9222> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/117/9222>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0784
DOUBLE_INTENT
{ "string": "List the venues in which F. Chiba published papers in the last 5 years and the titles of these papers." }
{ "string": "What are the titles of the papers that F. Chiba published in the last 5 years and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/59/9483> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-5) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/59/9483>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0785
DOUBLE_INTENT
{ "string": "Mention the papers published by Sarath Guttikunda and in which year." }
{ "string": "Which papers did author Sarath Guttikunda publish and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/305/9640> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/305/9640>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0786
DOUBLE_INTENT
{ "string": "List the titles of the papers that Besser, Karl-Ludwig published and in which venues." }
{ "string": "What are the titles of the papers that Besser, Karl-Ludwig published and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/236/3790> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/236/3790>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0787
DOUBLE_INTENT
{ "string": "List the venues in which Mohammad Reza Aref published papers and the titles of these papers." }
{ "string": "What are the titles of the papers that Mohammad Reza Aref published and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/91/4838> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/91/4838>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0788
DOUBLE_INTENT
{ "string": "List the venues in which Suoping Hu published papers and the titles of these papers." }
{ "string": "List the titles of the papers that Suoping Hu published and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/223/1032> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/223/1032>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0789
DOUBLE_INTENT
{ "string": "List the venues in which K. Karlapalem published papers and the titles of these papers." }
{ "string": "List the titles of the papers that Kamalakar Karlapalem published and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/k/KKarlapalem> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/k/KKarlapalem>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0790
DOUBLE_INTENT
{ "string": "Which publications did Mouad Bahi author and in which year?" }
{ "string": "Which papers did author Mouad Bahi publish and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/18/7454> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/18/7454>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q0791
DOUBLE_INTENT
{ "string": "List the venues in which A. Rezaeian published papers and the titles of these papers." }
{ "string": "In which venues did A. Rezaeian publish papers and what are the titles of these papers?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/162/2728> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/162/2728>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0792
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Eichberg, M. published in the last seven years and in which venues?" }
{ "string": "List the titles of the papers that Michael Eichberg published in the last seven years and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/66/3818> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-7) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/66/3818>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0793
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Alexei Makarenko published in the last 9 years and in which venues?" }
{ "string": "List the titles of the papers that Alexei Makarenko published in the last 9 years and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/13/3349> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/13/3349>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0794
DOUBLE_INTENT
{ "string": "In which venues did Weiming Shen publish papers and what are the titles of these papers?" }
{ "string": "List the titles of the papers that Weiming S. published and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/s/WeimingShen> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/s/WeimingShen>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0795
DOUBLE_INTENT
{ "string": "List the titles of the papers that Marco Monteiro published and in which venues." }
{ "string": "In which venues did Marco Monteiro publish papers and what are the titles of these papers?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/47/2749> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/47/2749>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0796
DOUBLE_INTENT
{ "string": "In which venues did Casta\\u00F1eda-Leyva, N. publish papers in the last 5 years and what are the titles of these papers?" }
{ "string": "List the venues in which Casta\\u00F1eda-Leyva, N. published papers in the last 5 years and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/69/8200> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-5) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/69/8200>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0797
DOUBLE_INTENT
{ "string": "Mention the other authors with whom Fred B. Schneider has co-authored papers in the last 6 years and where are they affiliated." }
{ "string": "Who are the co-authors of Schneider, Fred B. in the last six years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/s/FredBSchneider> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/s/FredBSchneider>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/s/FredBSchneider>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0798
DOUBLE_INTENT
{ "string": "List the venues in which William L. Kuechler Jr. published papers in the last 5 years and the titles of these papers." }
{ "string": "List the titles of the papers that William L. Kuechler Jr. published in the last 5 years and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/16/159> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-5) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC25
[ "<https://dblp.org/pid/16/159>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q0799
DOUBLE_INTENT
{ "string": "Name the co-authors of J. E. Colgate in the last nine years and where are they affiliated?" }
{ "string": "Mention the other authors with whom J. Edward Colgate has co-authored papers in the last nine years and where are they affiliated." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/44/4426> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/44/4426>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/44/4426>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q0800
DOUBLE_INTENT
{ "string": "Mention the papers published by Katherina Haase and in which year." }
{ "string": "Which publications did Katherina Haase author and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/183/4420> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/183/4420>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false