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
Q1001
DOUBLE_INTENT
{ "string": "Which papers did author Janet M. Twomey publish and in which year?" }
{ "string": "Mention the papers published by J. M. Twomey and in which year." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/99/3553> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/99/3553>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1002
DOUBLE_INTENT
{ "string": "Which publications did Feng, J. author and in which year?" }
{ "string": "Which papers did author Feng, J. publish and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/162/9090> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/162/9090>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1003
DOUBLE_INTENT
{ "string": "In which venues did Mingli D. publish papers in the last 6 years and what are the titles of these papers?" }
{ "string": "What are the titles of the papers that Mingli Dong published in the last six years and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/91/8387> . ?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/91/8387>" ]
[ "<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
Q1004
DOUBLE_INTENT
{ "string": "Which papers did author Tao Cui publish and in which year?" }
{ "string": "Mention the papers published by Cui, Tao and in which year." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/58/2994> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/58/2994>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1005
DOUBLE_INTENT
{ "string": "Which publications did Wang, Wei author and in which year?" }
{ "string": "Which papers did author Wang, Wei publish and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/w/WeiWang> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/w/WeiWang>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1006
DOUBLE_INTENT
{ "string": "Which papers did author Hyun-Goo Yoon publish and in which year?" }
{ "string": "Which publications did Hyun-Goo Yoon author and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/51/7082> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/51/7082>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1007
DOUBLE_INTENT
{ "string": "Mention the other authors with whom Olabi, A. G. has co-authored papers in the last nine years and where are they affiliated." }
{ "string": "Who are the co-authors of Olabi, A. G. 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/67/5083> . ?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/67/5083>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/67/5083>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q1008
DOUBLE_INTENT
{ "string": "Mention the other authors with whom Alfredo P. has co-authored papers in the last four years and where are they affiliated." }
{ "string": "Name the co-authors of Alfredo P. 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/152/3138> . ?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/152/3138>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/152/3138>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q1009
DOUBLE_INTENT
{ "string": "List the titles of the papers that Kang, J. Jin published and in which venues." }
{ "string": "What are the titles of the papers that Kang, J. Jin published and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/186/1573> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/186/1573>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q1010
DOUBLE_INTENT
{ "string": "In which venues did Yang, Lei publish papers in the last six years and what are the titles of these papers?" }
{ "string": "List the titles of the papers that Yang, Lei published in the last six years and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/50/2484> . ?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/50/2484>" ]
[ "<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
Q1011
DOUBLE_INTENT
{ "string": "Who are the co-authors of Alan M. in the last eight years and where are they affiliated?" }
{ "string": "Mention the other authors with whom Alan M. 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/m/AlanMycroft> . ?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/m/AlanMycroft>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/m/AlanMycroft>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q1012
DOUBLE_INTENT
{ "string": "Which publications did Gustavo Alonso author and in which year?" }
{ "string": "Which papers did author Gustavo Alonso publish and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/a/GustavoAlonso> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/a/GustavoAlonso>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1013
DOUBLE_INTENT
{ "string": "Which publications did Muller, Henk L. author and in which year?" }
{ "string": "Mention the papers published by Henk L. Muller and in which year." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/m/HenkLMuller> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/m/HenkLMuller>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1014
DOUBLE_INTENT
{ "string": "In which venues did Kseniya G. publish papers in the last seven years and what are the titles of these papers?" }
{ "string": "What are the titles of the papers that Kseniya Grigoryeva 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/153/6941> . ?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/153/6941>" ]
[ "<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
Q1015
DOUBLE_INTENT
{ "string": "List the venues in which Muhammad Afzal published papers and the titles of these papers." }
{ "string": "List the titles of the papers that M. Afzal published and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/49/4911> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/49/4911>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q1016
DOUBLE_INTENT
{ "string": "List the venues in which Samir B. published papers in the last 2 years and the titles of these papers." }
{ "string": "What are the titles of the papers that Samir B. 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/26/10668> . ?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/26/10668>" ]
[ "<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
Q1017
DOUBLE_INTENT
{ "string": "Which publications did Ant\\u00F4nio Padilha Lanari B\\u00F3 author and in which year?" }
{ "string": "Mention the papers published by Ant\\u00F4nio Padilha Lanari B\\u00F3 and in which year." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/04/3218> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/04/3218>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1018
DOUBLE_INTENT
{ "string": "Mention the other authors with whom Rupert Wegerif has co-authored papers in the last 9 years and where are they affiliated." }
{ "string": "Name the co-authors of R. Wegerif 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/76/5723> . ?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/76/5723>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/76/5723>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q1019
DOUBLE_INTENT
{ "string": "Which papers did author Somprakash B. publish and in which year?" }
{ "string": "Mention the papers published by Somprakash Bandyopadhyay and in which year." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/74/1644> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/74/1644>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1020
DOUBLE_INTENT
{ "string": "In which venues did John H. Hipwell publish papers in the last four years and what are the titles of these papers?" }
{ "string": "What are the titles of the papers that John H. Hipwell published in the last four years and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/37/3271> . ?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/37/3271>" ]
[ "<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
Q1021
DOUBLE_INTENT
{ "string": "List the venues in which Ningjian H. published papers and the titles of these papers." }
{ "string": "In which venues did Ningjian Huang 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/85/748> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/85/748>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q1022
DOUBLE_INTENT
{ "string": "List the venues in which Liang, Mangui published papers in the last three years and the titles of these papers." }
{ "string": "What are the titles of the papers that Mangui Liang published in the last three years and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/02/2000> . ?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/02/2000>" ]
[ "<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
Q1023
DOUBLE_INTENT
{ "string": "What are the titles of the papers that John Mylopoulos published and in which venues?" }
{ "string": "List the venues in which John Mylopoulos 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/m/JohnMylopoulos> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/m/JohnMylopoulos>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q1024
DOUBLE_INTENT
{ "string": "Who are the co-authors of Sebastian Nowozin in the last 8 years and where are they affiliated?" }
{ "string": "Mention the other authors with whom Nowozin, Sebastian 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/15/2312> . ?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/15/2312>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/15/2312>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q1025
DOUBLE_INTENT
{ "string": "List the titles of the papers that Qin X. published in the last seven years and in which venues." }
{ "string": "In which venues did Qin Xi publish papers in the last seven 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/259/5348> . ?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/259/5348>" ]
[ "<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
Q1026
DOUBLE_INTENT
{ "string": "Which papers did author J. Rouas publish and in which year?" }
{ "string": "Which publications did J. Rouas author and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/69/2845> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/69/2845>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1027
DOUBLE_INTENT
{ "string": "List the venues in which Li, Zhiping published papers and the titles of these papers." }
{ "string": "In which venues did Li, Zhiping 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/77/4850> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/77/4850>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q1028
DOUBLE_INTENT
{ "string": "List the venues in which Kinn Abass Bakon published papers and the titles of these papers." }
{ "string": "What are the titles of the papers that Kinn Abass Bakon published and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/307/4355> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/307/4355>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q1029
DOUBLE_INTENT
{ "string": "In which venues did S. K. Houghten publish papers in the last 3 years and what are the titles of these papers?" }
{ "string": "List the titles of the papers that Sheridan K. Houghten 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/70/4682> . ?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/70/4682>" ]
[ "<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
Q1030
DOUBLE_INTENT
{ "string": "Which papers did author Min Li publish and in which year?" }
{ "string": "Which publications did Min Li author and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/82/0-7> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/82/0-7>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1031
DOUBLE_INTENT
{ "string": "Mention the papers published by Omega Gamage and in which year." }
{ "string": "Which papers did author Gamage, O. publish and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/248/5341> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/248/5341>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1032
DOUBLE_INTENT
{ "string": "List the titles of the papers that Gang Deng published and in which venues." }
{ "string": "In which venues did Gang Deng 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/6900> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/98/6900>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q1033
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Brunt, B. van published in the last five years and in which venues?" }
{ "string": "In which venues did Brunt, B. van 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/71/8113> . ?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/71/8113>" ]
[ "<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
Q1034
DOUBLE_INTENT
{ "string": "Who are the co-authors of M. F. P. O'Boyle in the last 4 years and where are they affiliated?" }
{ "string": "Mention the other authors with whom Michael F. P. O'Boyle has co-authored papers 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/521> . ?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/521>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/07/521>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q1035
DOUBLE_INTENT
{ "string": "In which venues did Lipford, Heather publish papers and what are the titles of these papers?" }
{ "string": "List the venues in which Heather Lipford 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/HeatherRichter> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/r/HeatherRichter>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q1036
DOUBLE_INTENT
{ "string": "List the titles of the papers that Ren C. Luo published in the last 5 years and in which venues." }
{ "string": "List the venues in which R. C. Luo published papers in the last five years and the titles of these papers." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/70/1753> . ?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/70/1753>" ]
[ "<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
Q1037
DOUBLE_INTENT
{ "string": "List the titles of the papers that Mikheev, Valentin published in the last 5 years and in which venues." }
{ "string": "In which venues did Valentin Mikheev 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/287/1181> . ?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/287/1181>" ]
[ "<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
Q1038
DOUBLE_INTENT
{ "string": "In which venues did Haijun Wang publish papers and what are the titles of these papers?" }
{ "string": "What are the titles of the papers that Haijun Wang published and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/46/1165> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/46/1165>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q1039
DOUBLE_INTENT
{ "string": "List the titles of the papers that Joanne Hinds published in the last two years and in which venues." }
{ "string": "What are the titles of the papers that Joanne Hinds 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/183/7530> . ?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/183/7530>" ]
[ "<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
Q1040
DOUBLE_INTENT
{ "string": "What are the titles of the papers that H. Tuy published and in which venues?" }
{ "string": "List the titles of the papers that Hoang Tuy published and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/67/3073> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/67/3073>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q1041
DOUBLE_INTENT
{ "string": "Which papers did author X. Chai publish and in which year?" }
{ "string": "Which publications did X. Chai author and in which year?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/242/4753> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }" }
TC21
[ "<https://dblp.org/pid/242/4753>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1042
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Kelly, Paul H. J. published in the last nine years and in which venues?" }
{ "string": "List the titles of the papers that Paul H. J. Kelly 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/60/732> . ?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/60/732>" ]
[ "<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
Q1043
DOUBLE_INTENT
{ "string": "Who are the co-authors of Weisang Luo in the last four years and where are they affiliated?" }
{ "string": "Mention the other authors with whom Weisang Luo has co-authored papers in the last 4 years and where are they affiliated." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/233/0670> . ?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/233/0670>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/233/0670>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q1044
DOUBLE_INTENT
{ "string": "In which venues did Diego De Chiara publish papers in the last 4 years and what are the titles of these papers?" }
{ "string": "List the titles of the papers that Diego D. Chiara published in the last four years and in which venues." }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/23/10620> . ?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/23/10620>" ]
[ "<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
Q1045
DOUBLE_INTENT
{ "string": "What are the titles of the papers that Chao Suo published and in which venues?" }
{ "string": "List the venues in which Suo, C. 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/80/8423> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/80/8423>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q1046
DOUBLE_INTENT
{ "string": "Name the co-authors of Minseok Oh in the last two years and where are they affiliated?" }
{ "string": "Who are the co-authors of Minseok Oh in the last two years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/51/737> . ?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/51/737>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/51/737>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q1047
DOUBLE_INTENT
{ "string": "Mention the other authors with whom Magiel Bruntink has co-authored papers in the last 8 years and where are they affiliated." }
{ "string": "Who are the co-authors of Bruntink, M. 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/42/5878> . ?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/42/5878>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/42/5878>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q1048
DOUBLE_INTENT
{ "string": "In which venues did Jason Hedetniemi publish papers and what are the titles of these papers?" }
{ "string": "What are the titles of the papers that Hedetniemi, Jason published and in which venues?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/178/0259> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/178/0259>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q1049
DOUBLE_INTENT
{ "string": "List the titles of the papers that Mohanty, R. Prasad published and in which venues." }
{ "string": "List the venues in which Mohanty, R. Prasad 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/140/8807> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }" }
TC24
[ "<https://dblp.org/pid/140/8807>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>", "<https://dblp.org/rdf/schema#title>" ]
false
false
Q1050
DOUBLE_INTENT
{ "string": "Name the co-authors of Vahan V. Mkrtchyan in the last 5 years and where are they affiliated?" }
{ "string": "Who are the co-authors of Vahan V. Mkrtchyan in the last 5 years and where are they affiliated?" }
{ "sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/90/5823> . ?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/90/5823>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }" }
TC23
[ "<https://dblp.org/pid/90/5823>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q1051
BOOLEAN
{ "string": "Did Wanlei Zhou and Chowdhury, Morshed U. co-author the paper 'MVGL Analyser for Multi-classifier Based Spam Filtering System'?" }
{ "string": "Was the paper 'MVGL Analyser for Multi-classifier Based Spam Filtering System' co-authored by Wanlei Zhou and Morshed U. Chowdhury?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/ACISicis/IslamZC09> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/92/2939> . <https://dblp.org/rec/conf/ACISicis/IslamZC09> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/74/4874> }" }
TC32
[ "<https://dblp.org/pid/92/2939>", "<https://dblp.org/pid/74/4874>", "<https://dblp.org/rec/conf/ACISicis/IslamZC09>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1052
BOOLEAN
{ "string": "Did Andreas Rauh publish the paper 'Observer-based predictive temperature control for distributed heating systems based on the method of integrodifferential relations' in MMAR?" }
{ "string": "Was the paper 'Observer-based predictive temperature control for distributed heating systems based on the method of integrodifferential relations' published by Andreas Rauh in International Conference on Methods and Models in Automation and Robotics?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/mmar/RauhSDA12> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/85/1529> . <https://dblp.org/rec/conf/mmar/RauhSDA12> <https://dblp.org/rdf/schema#publishedIn> 'MMAR' }" }
TC33
[ "<https://dblp.org/pid/85/1529>", "<https://dblp.org/rec/conf/mmar/RauhSDA12>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1053
BOOLEAN
{ "string": "Has J. Florens published in Computer Graphics in the last 5 years?" }
{ "string": "Did J. Florens publish in Computer Graphics in the last five years?" }
{ "sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/26/5845> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-5) . ?x <https://dblp.org/rdf/schema#publishedIn> 'Computer Graphics' }" }
TC35
[ "<https://dblp.org/pid/26/5845>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1054
BOOLEAN
{ "string": "Did Ye, Xinyue publish the paper 'Assessment of drought occurrence in Bei-bu wheat districts, China between 1960 and 2012' in the last 7 years?" }
{ "string": "Did Ye, Xinyue publish the paper 'Assessment of drought occurrence in Bei-bu wheat districts, China between 1960 and 2012' in the last 7 years?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/geoinformatics/ZhaiSYYH17> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/118/4187> . <https://dblp.org/rec/conf/geoinformatics/ZhaiSYYH17> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-7) }" }
TC34
[ "<https://dblp.org/pid/118/4187>", "<https://dblp.org/rec/conf/geoinformatics/ZhaiSYYH17>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1055
BOOLEAN
{ "string": "Did Banville, H. J. publish the paper 'Self-supervised representation learning from electroencephalography signals' in CoRR?" }
{ "string": "Was the paper 'Self-supervised representation learning from electroencephalography signals' published by Hubert J. Banville in CoRR?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/corr/abs-1911-05419> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/160/4305> . <https://dblp.org/rec/journals/corr/abs-1911-05419> <https://dblp.org/rdf/schema#publishedIn> 'CoRR' }" }
TC33
[ "<https://dblp.org/pid/160/4305>", "<https://dblp.org/rec/journals/corr/abs-1911-05419>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1056
BOOLEAN
{ "string": "Did Xiaotong Z. publish the paper 'Book Rating Model Based on Self-Attention and LSTM' in ICRAI?" }
{ "string": "Was the paper 'Book Rating Model Based on Self-Attention and LSTM' published by Xiaotong Z. in ICRAI?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/icrai/Zhao20> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/197/3519> . <https://dblp.org/rec/conf/icrai/Zhao20> <https://dblp.org/rdf/schema#publishedIn> 'ICRAI' }" }
TC33
[ "<https://dblp.org/pid/197/3519>", "<https://dblp.org/rec/conf/icrai/Zhao20>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1057
BOOLEAN
{ "string": "Has Martin F. published in Security and Quality in Cyber-Physical Systems Engineering in the last 3 years?" }
{ "string": "Did Martin Fruhmann publish in Security and Quality in Cyber-Physical Systems Engineering in the last three years?" }
{ "sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/184/6474> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#publishedIn> 'Security and Quality in Cyber-Physical Systems Engineering' }" }
TC35
[ "<https://dblp.org/pid/184/6474>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1058
BOOLEAN
{ "string": "Did R. Daimo publish the paper 'Black-box Adversarial Attacks on Monocular Depth Estimation Using Evolutionary Multi-objective Optimization' in the last four years?" }
{ "string": "Did R. Daimo publish the paper 'Black-box Adversarial Attacks on Monocular Depth Estimation Using Evolutionary Multi-objective Optimization' in the last four years?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/corr/abs-2101-10452> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/284/0621> . <https://dblp.org/rec/journals/corr/abs-2101-10452> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) }" }
TC34
[ "<https://dblp.org/pid/284/0621>", "<https://dblp.org/rec/journals/corr/abs-2101-10452>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1059
BOOLEAN
{ "string": "Did Joseph P. Simonis publish the paper 'Globalization Techniques for Newton-Krylov Methods and Applications to the Fully Coupled Solution of the Navier-Stokes Equations'?" }
{ "string": "Was the paper 'Globalization Techniques for Newton-Krylov Methods and Applications to the Fully Coupled Solution of the Navier-Stokes Equations' published by the author Joseph P. Simonis?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/siamrev/PawlowskiSSW06> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/31/9301> }" }
TC31
[ "<https://dblp.org/pid/31/9301>", "<https://dblp.org/rec/journals/siamrev/PawlowskiSSW06>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1060
BOOLEAN
{ "string": "Did Hui-sen H. publish the paper 'Design of a hiccup mode over-current protection circuit for DC-DC switching converters' in Microelectron. J.?" }
{ "string": "Was the paper 'Design of a hiccup mode over-current protection circuit for DC-DC switching converters' published by Hui-sen H. in Microelectron. J.?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/mj/ShiMHLL12> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/86/10754> . <https://dblp.org/rec/journals/mj/ShiMHLL12> <https://dblp.org/rdf/schema#publishedIn> 'Microelectron. J.' }" }
TC33
[ "<https://dblp.org/pid/86/10754>", "<https://dblp.org/rec/journals/mj/ShiMHLL12>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1061
BOOLEAN
{ "string": "Was the paper 'Complexity Measures for Regular Expressions' published by the author Andrzej E.?" }
{ "string": "Was the paper 'Complexity Measures for Regular Expressions' published by the person named Andrzej E.?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/stoc/EhrenfeuchtZ74> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/e/AEhrenfeucht> }" }
TC31
[ "<https://dblp.org/pid/e/AEhrenfeucht>", "<https://dblp.org/rec/conf/stoc/EhrenfeuchtZ74>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1062
BOOLEAN
{ "string": "Was the paper 'Design of a Passive RFID Tag Antenna with a Modified T-match Structure' co-authored by Melaka Senadeera and Shyama Wickramasinghe?" }
{ "string": "Have Senadeera, Melaka and Wickramasinghe, Shyama co-authored the paper 'Design of a Passive RFID Tag Antenna with a Modified T-match Structure'?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/iciis/WickramasingheJ21> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/310/5755> . <https://dblp.org/rec/conf/iciis/WickramasingheJ21> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/140/7567> }" }
TC32
[ "<https://dblp.org/pid/310/5755>", "<https://dblp.org/pid/140/7567>", "<https://dblp.org/rec/conf/iciis/WickramasingheJ21>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1063
BOOLEAN
{ "string": "Have Sangeeta Mittal and Porwal, Shardha co-authored the paper 'A Secure Key Delegation Mechanism for Fog Networking'?" }
{ "string": "Was the paper 'A Secure Key Delegation Mechanism for Fog Networking' co-authored by Sangeeta M. and Porwal, Shardha?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/ic3/PorwalM19> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/122/2118> . <https://dblp.org/rec/conf/ic3/PorwalM19> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/152/3619> }" }
TC32
[ "<https://dblp.org/pid/122/2118>", "<https://dblp.org/pid/152/3619>", "<https://dblp.org/rec/conf/ic3/PorwalM19>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1064
BOOLEAN
{ "string": "Was the paper 'APP and PHY in Harmony: A framework enabling flexible physical layer processing to address application requirements' published by Matthias Hollick in NetSys?" }
{ "string": "Did Hollick, M. publish the paper 'APP and PHY in Harmony: A framework enabling flexible physical layer processing to address application requirements' in NetSys?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/kivs/SchulzSWREH15> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/95/1816> . <https://dblp.org/rec/conf/kivs/SchulzSWREH15> <https://dblp.org/rdf/schema#publishedIn> 'NetSys' }" }
TC33
[ "<https://dblp.org/pid/95/1816>", "<https://dblp.org/rec/conf/kivs/SchulzSWREH15>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1065
BOOLEAN
{ "string": "Did T. J. Lowi publish the paper 'Comments on \\democracy in an information society\\: Making it a real revolution' in the last two years?" }
{ "string": "Did Theodore J. Lowi publish the paper 'Comments on \\democracy in an information society\\: Making it a real revolution' in the last 2 years?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/tis/LowiL86> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/166/5718> . <https://dblp.org/rec/journals/tis/LowiL86> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) }" }
TC34
[ "<https://dblp.org/pid/166/5718>", "<https://dblp.org/rec/journals/tis/LowiL86>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1066
BOOLEAN
{ "string": "Did Yao Sun publish the paper 'Conductance Emulating Control Strategy for Three-Phase Current Source Rectifier Under Unbalanced Grid Voltages' in the last 9 years?" }
{ "string": "Did Yao Sun publish the paper 'Conductance Emulating Control Strategy for Three-Phase Current Source Rectifier Under Unbalanced Grid Voltages' in the last nine years?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/tcasII/LinSXXSZ22> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/62/6846-1> . <https://dblp.org/rec/journals/tcasII/LinSXXSZ22> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) }" }
TC34
[ "<https://dblp.org/pid/62/6846-1>", "<https://dblp.org/rec/journals/tcasII/LinSXXSZ22>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1067
BOOLEAN
{ "string": "Did Klawitter, Jonathan publish in Discret. Math. Theor. Comput. Sci. in the last six years?" }
{ "string": "Has Klawitter, Jonathan published in Discret. Math. Theor. Comput. Sci. in the last 6 years?" }
{ "sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/168/8735> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#publishedIn> 'Discret. Math. Theor. Comput. Sci.' }" }
TC35
[ "<https://dblp.org/pid/168/8735>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1068
BOOLEAN
{ "string": "Did Penglin Dai publish in CoRR in the last four years?" }
{ "string": "Has Penglin Dai published in CoRR in the last 4 years?" }
{ "sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/159/6594> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#publishedIn> 'CoRR' }" }
TC35
[ "<https://dblp.org/pid/159/6594>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1069
BOOLEAN
{ "string": "Was the paper 'Q-learning based dynamic task scheduling for energy-efficient cloud computing' published by the person named Qian Yin?" }
{ "string": "Did Q. Yin publish the paper 'Q-learning based dynamic task scheduling for energy-efficient cloud computing'?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/fgcs/DingFZKYZ20> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/46/758> }" }
TC31
[ "<https://dblp.org/pid/46/758>", "<https://dblp.org/rec/journals/fgcs/DingFZKYZ20>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1070
BOOLEAN
{ "string": "Did Blatter, Christian publish in Am. Math. Mon. in the last 6 years?" }
{ "string": "Has Blatter, Christian published in Am. Math. Mon. in the last six years?" }
{ "sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/41/4960> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#publishedIn> 'Am. Math. Mon.' }" }
TC35
[ "<https://dblp.org/pid/41/4960>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1071
BOOLEAN
{ "string": "Was the paper 'Analytical expressions for the ergodic capacities of certain MIMO systems by the Mellin transform' published by the person named Ramakrishna Janaswamy?" }
{ "string": "Did Ramakrishna Janaswamy publish the paper 'Analytical expressions for the ergodic capacities of certain MIMO systems by the Mellin transform'?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/globecom/Janaswamy03> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/73/6748> }" }
TC31
[ "<https://dblp.org/pid/73/6748>", "<https://dblp.org/rec/conf/globecom/Janaswamy03>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1072
BOOLEAN
{ "string": "Have Nicolae Paraschiv and Olteanu, Marius co-authored the paper 'The influence of random numbers generators upon genetic algorithms'?" }
{ "string": "Was the paper 'The influence of random numbers generators upon genetic algorithms' co-authored by Nicolae Paraschiv and Olteanu, Marius?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/ijris/OlteanuP13> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/97/8800> . <https://dblp.org/rec/journals/ijris/OlteanuP13> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/164/2220> }" }
TC32
[ "<https://dblp.org/pid/97/8800>", "<https://dblp.org/pid/164/2220>", "<https://dblp.org/rec/journals/ijris/OlteanuP13>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1073
BOOLEAN
{ "string": "Did Santana, R. publish the paper 'A Markov Network Based Factorized Distribution Algorithm for Optimization'?" }
{ "string": "Was the paper 'A Markov Network Based Factorized Distribution Algorithm for Optimization' published by the author Santana, R.?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/ecml/Santana03> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/46/592> }" }
TC31
[ "<https://dblp.org/pid/46/592>", "<https://dblp.org/rec/conf/ecml/Santana03>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1074
BOOLEAN
{ "string": "Did Joung Woo Ryu publish in PAISI in the last seven years?" }
{ "string": "Has Joung Woo Ryu published in PAISI in the last seven years?" }
{ "sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/39/4486> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-7) . ?x <https://dblp.org/rdf/schema#publishedIn> 'PAISI' }" }
TC35
[ "<https://dblp.org/pid/39/4486>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1075
BOOLEAN
{ "string": "Did Cees Bil publish the paper 'A Low Cost CDF Framework for Aerospace Engineering Education Based on Cloud Computing' in the last six years?" }
{ "string": "Did Cees B. publish the paper 'A Low Cost CDF Framework for Aerospace Engineering Education Based on Cloud Computing' in the last six years?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/ispe/XuBC13a> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/73/6737> . <https://dblp.org/rec/conf/ispe/XuBC13a> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) }" }
TC34
[ "<https://dblp.org/pid/73/6737>", "<https://dblp.org/rec/conf/ispe/XuBC13a>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1076
BOOLEAN
{ "string": "Was the paper 'Compartmental diffusion and microstructural properties of human brain gray and white matter studied with double diffusion encoding magnetic resonance spectroscopy of metabolites and water' co-authored by Itamar Ronen and Andrew G. Webb?" }
{ "string": "Have Itamar R. and A. G. Webb co-authored the paper 'Compartmental diffusion and microstructural properties of human brain gray and white matter studied with double diffusion encoding magnetic resonance spectroscopy of metabolites and water'?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/neuroimage/LundellNBKWR21> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/36/10728> . <https://dblp.org/rec/journals/neuroimage/LundellNBKWR21> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/01/3369> }" }
TC32
[ "<https://dblp.org/pid/36/10728>", "<https://dblp.org/pid/01/3369>", "<https://dblp.org/rec/journals/neuroimage/LundellNBKWR21>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1077
BOOLEAN
{ "string": "Did Eyvind Fossbakk publish the paper 'An MPEG-21 framework for streaming media' in International Workshop on Multimedia Signal Processing?" }
{ "string": "Was the paper 'An MPEG-21 framework for streaming media' published by Eyvind F. in International Workshop on Multimedia Signal Processing?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/mmsp/FossbakkMYP01> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/147/0964> . <https://dblp.org/rec/conf/mmsp/FossbakkMYP01> <https://dblp.org/rdf/schema#publishedIn> 'MMSP' }" }
TC33
[ "<https://dblp.org/pid/147/0964>", "<https://dblp.org/rec/conf/mmsp/FossbakkMYP01>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1078
BOOLEAN
{ "string": "Was the paper 'A novel discretization algorithm based on multi-scale and information entropy' co-authored by Qingxia Yin and Xun, Y.?" }
{ "string": "Did Qingxia Yin and Yaling Xun co-author the paper 'A novel discretization algorithm based on multi-scale and information entropy'?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/apin/XunYZYC21> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/278/9638> . <https://dblp.org/rec/journals/apin/XunYZYC21> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/176/1092> }" }
TC32
[ "<https://dblp.org/pid/278/9638>", "<https://dblp.org/pid/176/1092>", "<https://dblp.org/rec/journals/apin/XunYZYC21>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1079
BOOLEAN
{ "string": "Was the paper 'Counting Bases of Representable Matroids' published by Michael Snook in Electron. J. Comb.?" }
{ "string": "Did Snook, Michael publish the paper 'Counting Bases of Representable Matroids' in Electron. J. Comb.?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/combinatorics/Snook12> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/128/5489> . <https://dblp.org/rec/journals/combinatorics/Snook12> <https://dblp.org/rdf/schema#publishedIn> 'Electron. J. Comb.' }" }
TC33
[ "<https://dblp.org/pid/128/5489>", "<https://dblp.org/rec/journals/combinatorics/Snook12>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1080
BOOLEAN
{ "string": "Was the paper 'Effects of Wind Conditions on Wind Turbine Temperature Monitoring and Solution Based on Wind Condition Clustering and IGA-ELM' published by the author Zhuang, Shengxian?" }
{ "string": "Did Zhuang, Shengxian publish the paper 'Effects of Wind Conditions on Wind Turbine Temperature Monitoring and Solution Based on Wind Condition Clustering and IGA-ELM'?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/sensors/HouZ22> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/179/0203> }" }
TC31
[ "<https://dblp.org/pid/179/0203>", "<https://dblp.org/rec/journals/sensors/HouZ22>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1081
BOOLEAN
{ "string": "Did D. C. Antonopoulou publish the paper 'Numerical approximation of the stochastic Cahn-Hilliard equation near the sharp interface limit' in the last three years?" }
{ "string": "Did D. C. Antonopoulou publish the paper 'Numerical approximation of the stochastic Cahn-Hilliard equation near the sharp interface limit' in the last three years?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/nm/AntonopoulouBNP21> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/49/9300> . <https://dblp.org/rec/journals/nm/AntonopoulouBNP21> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) }" }
TC34
[ "<https://dblp.org/pid/49/9300>", "<https://dblp.org/rec/journals/nm/AntonopoulouBNP21>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1082
BOOLEAN
{ "string": "Did Hitzer, Eckhard publish the paper 'New Views of Crystal Symmetry' in CoRR?" }
{ "string": "Was the paper 'New Views of Crystal Symmetry' published by Eckhard Hitzer in CoRR?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/corr/Hitzer13e> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/130/3791> . <https://dblp.org/rec/journals/corr/Hitzer13e> <https://dblp.org/rdf/schema#publishedIn> 'CoRR' }" }
TC33
[ "<https://dblp.org/pid/130/3791>", "<https://dblp.org/rec/journals/corr/Hitzer13e>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1083
BOOLEAN
{ "string": "Did Masahide Ito publish the paper 'Control for a Three-Joint Underactuated Planar Manipulator - Interconnection and Damping Assignment Passivity-Based Control Approach' in the last 4 years?" }
{ "string": "Did Masahide I. publish the paper 'Control for a Three-Joint Underactuated Planar Manipulator - Interconnection and Damping Assignment Passivity-Based Control Approach' in the last 4 years?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/romoco/ItoT07> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/82/9206> . <https://dblp.org/rec/conf/romoco/ItoT07> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) }" }
TC34
[ "<https://dblp.org/pid/82/9206>", "<https://dblp.org/rec/conf/romoco/ItoT07>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1084
BOOLEAN
{ "string": "Did P. D. Turney publish the paper 'Exploiting Context When Learning to Classify' in the last four years?" }
{ "string": "Did P. D. Turney publish the paper 'Exploiting Context When Learning to Classify' in the last 4 years?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/corr/cs-LG-0212035> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/t/PeterDTurney> . <https://dblp.org/rec/journals/corr/cs-LG-0212035> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) }" }
TC34
[ "<https://dblp.org/pid/t/PeterDTurney>", "<https://dblp.org/rec/journals/corr/cs-LG-0212035>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1085
BOOLEAN
{ "string": "Did Pautet, Laurent publish the paper 'A Framework for DRE middleware, an Application to DDS' in the last eight years?" }
{ "string": "Did Laurent Pautet publish the paper 'A Framework for DRE middleware, an Application to DDS' in the last eight years?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/isorc/HughesPK06> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/40/1113> . <https://dblp.org/rec/conf/isorc/HughesPK06> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) }" }
TC34
[ "<https://dblp.org/pid/40/1113>", "<https://dblp.org/rec/conf/isorc/HughesPK06>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1086
BOOLEAN
{ "string": "Did Zhang, C. publish the paper 'A new regularized restricted Boltzmann machine based on class preserving' in the last three years?" }
{ "string": "Did Chunxia Zhang publish the paper 'A new regularized restricted Boltzmann machine based on class preserving' in the last 3 years?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/kbs/HuZJZ17> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/69/5538-2> . <https://dblp.org/rec/journals/kbs/HuZJZ17> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) }" }
TC34
[ "<https://dblp.org/pid/69/5538-2>", "<https://dblp.org/rec/journals/kbs/HuZJZ17>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1087
BOOLEAN
{ "string": "Did Jonny Gustafsson publish the paper 'Internet-based preproduction system for holographic stereograms'?" }
{ "string": "Was the paper 'Internet-based preproduction system for holographic stereograms' published by the author J. Gustafsson?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/jei/Gustafsson01> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/92/4090> }" }
TC31
[ "<https://dblp.org/pid/92/4090>", "<https://dblp.org/rec/journals/jei/Gustafsson01>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1088
BOOLEAN
{ "string": "Was the paper 'A comparison of the predictive potential of various vegetation indices for leaf chlorophyll content' published by Shichao Cui in Earth Sci. Informatics?" }
{ "string": "Did Shichao Cui publish the paper 'A comparison of the predictive potential of various vegetation indices for leaf chlorophyll content' in Earth Sci. Informatics?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/esi/CuiZ17> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/199/8478> . <https://dblp.org/rec/journals/esi/CuiZ17> <https://dblp.org/rdf/schema#publishedIn> 'Earth Sci. Informatics' }" }
TC33
[ "<https://dblp.org/pid/199/8478>", "<https://dblp.org/rec/journals/esi/CuiZ17>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1089
BOOLEAN
{ "string": "Was the paper 'Automatic segmentation for neonatal phonocardiogram' published by the person V. Shelevytska?" }
{ "string": "Was the paper 'Automatic segmentation for neonatal phonocardiogram' published by the author Victoriya Shelevytska?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/embc/Gomez-QuintanaS21> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/251/8657> }" }
TC31
[ "<https://dblp.org/pid/251/8657>", "<https://dblp.org/rec/conf/embc/Gomez-QuintanaS21>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1090
BOOLEAN
{ "string": "Did F. Seela publish the paper 'Oligonucleotides containing fluorescent 2'-deoxyisoinosine: solid-phase synthesis and duplex stability' in Nucleic Acids Res.?" }
{ "string": "Was the paper 'Oligonucleotides containing fluorescent 2'-deoxyisoinosine: solid-phase synthesis and duplex stability' published by Frank Seela in Nucleic Acids Res.?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/nar/SeelaC95> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/42/5568> . <https://dblp.org/rec/journals/nar/SeelaC95> <https://dblp.org/rdf/schema#publishedIn> 'Nucleic Acids Res.' }" }
TC33
[ "<https://dblp.org/pid/42/5568>", "<https://dblp.org/rec/journals/nar/SeelaC95>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1091
BOOLEAN
{ "string": "Was the paper 'Text Recognition in Real Scenarios with a Few Labeled Samples' published by the person Jinghuang L.?" }
{ "string": "Did Jinghuang Lin publish the paper 'Text Recognition in Real Scenarios with a Few Labeled Samples'?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/corr/abs-2006-12209> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/267/9726> }" }
TC31
[ "<https://dblp.org/pid/267/9726>", "<https://dblp.org/rec/journals/corr/abs-2006-12209>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1092
BOOLEAN
{ "string": "Have Zhaoliang S. and Qinglei Meng co-authored the paper 'Real-time Processing and Storage of Multimedia Data with Content Delivery Network in Vehicle Monitoring System'?" }
{ "string": "Did Zhaoliang S. and Qinglei Meng co-author the paper 'Real-time Processing and Storage of Multimedia Data with Content Delivery Network in Vehicle Monitoring System'?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/wincom/XiongSSM18> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/235/1558> . <https://dblp.org/rec/conf/wincom/XiongSSM18> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/235/1525> }" }
TC32
[ "<https://dblp.org/pid/235/1558>", "<https://dblp.org/pid/235/1525>", "<https://dblp.org/rec/conf/wincom/XiongSSM18>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1093
BOOLEAN
{ "string": "Was the paper 'TRF: Learning Kernels with Tuned Random Features' co-authored by Gupta, S. and S. Rana?" }
{ "string": "Did Gupta, S. and Santu Rana co-author the paper 'TRF: Learning Kernels with Tuned Random Features'?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/aaai/Shilton0RVV22> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/47/333-1> . <https://dblp.org/rec/conf/aaai/Shilton0RVV22> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/57/6712> }" }
TC32
[ "<https://dblp.org/pid/47/333-1>", "<https://dblp.org/pid/57/6712>", "<https://dblp.org/rec/conf/aaai/Shilton0RVV22>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1094
BOOLEAN
{ "string": "Did Svitlana Vakulenko publish the paper 'QRFA: A Data-Driven Model of Information-Seeking Dialogues'?" }
{ "string": "Was the paper 'QRFA: A Data-Driven Model of Information-Seeking Dialogues' published by the person named Svitlana Vakulenko?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/ecir/VakulenkoRCR19> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/132/4990> }" }
TC31
[ "<https://dblp.org/pid/132/4990>", "<https://dblp.org/rec/conf/ecir/VakulenkoRCR19>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1095
BOOLEAN
{ "string": "Has Jan De Beule published in Discret. Math. in the last 3 years?" }
{ "string": "Did Jan D. Beule publish in Discret. Math. in the last 3 years?" }
{ "sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/96/6052> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#publishedIn> 'Discret. Math.' }" }
TC35
[ "<https://dblp.org/pid/96/6052>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>", "<https://dblp.org/rdf/schema#publishedIn>" ]
false
false
Q1096
BOOLEAN
{ "string": "Was the paper 'UML Modeling of Network Topologies for Distributed Computer System' published by the author Vipin Saxena?" }
{ "string": "Did Saxena, V. publish the paper 'UML Modeling of Network Topologies for Distributed Computer System'?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/cit/SaxenaA09> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/96/4985> }" }
TC31
[ "<https://dblp.org/pid/96/4985>", "<https://dblp.org/rec/journals/cit/SaxenaA09>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1097
BOOLEAN
{ "string": "Did Alex C. publish the paper 'Collaborative design: Cognitive approach to information resources'?" }
{ "string": "Did Alex C. publish the paper 'Collaborative design: Cognitive approach to information resources'?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/webnet/Cuthbert96> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/74/98> }" }
TC31
[ "<https://dblp.org/pid/74/98>", "<https://dblp.org/rec/conf/webnet/Cuthbert96>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1098
BOOLEAN
{ "string": "Did Liu, N. publish the paper 'Efficient kNN search in polyphonic music databases using a lower bounding mechanism' in the last 9 years?" }
{ "string": "Did Liu, N. publish the paper 'Efficient kNN search in polyphonic music databases using a lower bounding mechanism' in the last nine years?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/mms/LiuWC05> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/83/4000> . <https://dblp.org/rec/journals/mms/LiuWC05> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) }" }
TC34
[ "<https://dblp.org/pid/83/4000>", "<https://dblp.org/rec/journals/mms/LiuWC05>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
false
false
Q1099
BOOLEAN
{ "string": "Was the paper 'Graph grammars, monadic second-order logic and the theory of graph minors' published by the person Bruno C.?" }
{ "string": "Was the paper 'Graph grammars, monadic second-order logic and the theory of graph minors' published by the person named Bruno C.?" }
{ "sparql": "ASK { <https://dblp.org/rec/conf/gst/Courcelle91> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/c/BCourcelle> }" }
TC31
[ "<https://dblp.org/pid/c/BCourcelle>", "<https://dblp.org/rec/conf/gst/Courcelle91>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q1100
BOOLEAN
{ "string": "Did Houman Zolfaghari and Gonzalo E. Reyes co-author the paper 'Bi-Heyting algebras, toposes and modalities'?" }
{ "string": "Have Zolfaghari, H. and Gonzalo E. Reyes co-authored the paper 'Bi-Heyting algebras, toposes and modalities'?" }
{ "sparql": "ASK { <https://dblp.org/rec/journals/jphil/ReyesZ96> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/164/8463> . <https://dblp.org/rec/journals/jphil/ReyesZ96> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/24/6661> }" }
TC32
[ "<https://dblp.org/pid/164/8463>", "<https://dblp.org/pid/24/6661>", "<https://dblp.org/rec/journals/jphil/ReyesZ96>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false