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 |
---|---|---|---|---|---|---|---|---|---|
Q1101 | BOOLEAN | {
"string": "Did Thomas E. publish the paper 'Towards Automated Integration of Guess and Check Programs in Answer Set Programming' in the last three years?"
} | {
"string": "Did Thomas Eiter publish the paper 'Towards Automated Integration of Guess and Check Programs in Answer Set Programming' in the last three years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/lpnmr/EiterP04> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/e/TEiter> . <https://dblp.org/rec/conf/lpnmr/EiterP04> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) }"
} | TC34 | [
"<https://dblp.org/pid/e/TEiter>",
"<https://dblp.org/rec/conf/lpnmr/EiterP04>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1102 | BOOLEAN | {
"string": "Has Fanghui Xiao published in CHIIR in the last 8 years?"
} | {
"string": "Did Fanghui Xiao publish in CHIIR in the last eight years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/223/0244> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) . ?x <https://dblp.org/rdf/schema#publishedIn> 'CHIIR' }"
} | TC35 | [
"<https://dblp.org/pid/223/0244>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1103 | BOOLEAN | {
"string": "Did Ziqing Hu publish the paper 'Energetic Variational Neural Network Discretizations to Gradient Flows' in CoRR?"
} | {
"string": "Was the paper 'Energetic Variational Neural Network Discretizations to Gradient Flows' published by Z. Hu in CoRR?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/corr/abs-2206-07303> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/301/8254> . <https://dblp.org/rec/journals/corr/abs-2206-07303> <https://dblp.org/rdf/schema#publishedIn> 'CoRR' }"
} | TC33 | [
"<https://dblp.org/pid/301/8254>",
"<https://dblp.org/rec/journals/corr/abs-2206-07303>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1104 | BOOLEAN | {
"string": "Was the paper 'Ontology-driven information system and management of heterogeneous research data' published by Vcelak, P. in BMEI?"
} | {
"string": "Did Petr Vcelak publish the paper 'Ontology-driven information system and management of heterogeneous research data' in BMEI?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/bmei/VcelakKK14> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/68/10619> . <https://dblp.org/rec/conf/bmei/VcelakKK14> <https://dblp.org/rdf/schema#publishedIn> 'BMEI' }"
} | TC33 | [
"<https://dblp.org/pid/68/10619>",
"<https://dblp.org/rec/conf/bmei/VcelakKK14>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1105 | BOOLEAN | {
"string": "Did Xiao, Zhisheng publish the paper 'Generative Latent Flow: A Framework for Non-adversarial Image Generation'?"
} | {
"string": "Did Zhisheng Xiao publish the paper 'Generative Latent Flow: A Framework for Non-adversarial Image Generation'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/corr/abs-1905-10485> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/241/9369> }"
} | TC31 | [
"<https://dblp.org/pid/241/9369>",
"<https://dblp.org/rec/journals/corr/abs-1905-10485>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1106 | BOOLEAN | {
"string": "Was the paper 'A Learning-to-Rank Algorithm for Constructing Defect Prediction Models' co-authored by Xin Yao and X. Yang?"
} | {
"string": "Did Xin Yao and Xiaoxing Yang co-author the paper 'A Learning-to-Rank Algorithm for Constructing Defect Prediction Models'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/ideal/YangTY12> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/26/3646> . <https://dblp.org/rec/conf/ideal/YangTY12> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/22/7399> }"
} | TC32 | [
"<https://dblp.org/pid/26/3646>",
"<https://dblp.org/pid/22/7399>",
"<https://dblp.org/rec/conf/ideal/YangTY12>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1107 | BOOLEAN | {
"string": "Did Yue Luo publish in CVPR in the last 2 years?"
} | {
"string": "Has Yue Luo published in IEEE Conference on Computer Vision and Pattern Recognition in the last two years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/00/4396> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#publishedIn> 'CVPR' }"
} | TC35 | [
"<https://dblp.org/pid/00/4396>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1108 | BOOLEAN | {
"string": "Did X. Hao publish the paper 'Differential evolution with multi-stage strategies for global optimization' in IEEE Congress on Evolutionary Computation?"
} | {
"string": "Was the paper 'Differential evolution with multi-stage strategies for global optimization' published by X. Hao in CEC?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/cec/ZhouZHYX16> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/183/9007> . <https://dblp.org/rec/conf/cec/ZhouZHYX16> <https://dblp.org/rdf/schema#publishedIn> 'CEC' }"
} | TC33 | [
"<https://dblp.org/pid/183/9007>",
"<https://dblp.org/rec/conf/cec/ZhouZHYX16>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1109 | BOOLEAN | {
"string": "Was the paper 'Optimal Pilot Symbols Ratio in Terms of Spectrum and Energy Efficiency in Uplink CoMP Networks' published by the person named Zhang, Y.?"
} | {
"string": "Was the paper 'Optimal Pilot Symbols Ratio in Terms of Spectrum and Energy Efficiency in Uplink CoMP Networks' published by the author Yuhao Zhang?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/vtc/ZhangCW17> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/139/5876-2> }"
} | TC31 | [
"<https://dblp.org/pid/139/5876-2>",
"<https://dblp.org/rec/conf/vtc/ZhangCW17>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1110 | BOOLEAN | {
"string": "Was the paper 'Statistically Secure Anti-Collusion Code Design for Median Attack Robustness for Practical Fingerprinting' co-authored by Seong-Whan Kim and Seol, J.?"
} | {
"string": "Have Kim, Seong-Whan and Jae-Min Seol co-authored the paper 'Statistically Secure Anti-Collusion Code Design for Median Attack Robustness for Practical Fingerprinting'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/ih/SeolK06> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/61/1921> . <https://dblp.org/rec/conf/ih/SeolK06> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/99/2718> }"
} | TC32 | [
"<https://dblp.org/pid/61/1921>",
"<https://dblp.org/pid/99/2718>",
"<https://dblp.org/rec/conf/ih/SeolK06>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1111 | BOOLEAN | {
"string": "Did Pfahringer, B. publish the paper 'Classifier Chains: A Review and Perspectives'?"
} | {
"string": "Was the paper 'Classifier Chains: A Review and Perspectives' published by the person Bernhard Pfahringer?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/jair/ReadPHF21> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/10/140> }"
} | TC31 | [
"<https://dblp.org/pid/10/140>",
"<https://dblp.org/rec/journals/jair/ReadPHF21>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1112 | BOOLEAN | {
"string": "Did Mingsi T. publish the paper 'Automated measuring method based on Machine learning for optomotor response in mice' in the last seven years?"
} | {
"string": "Did Mingsi Tong publish the paper 'Automated measuring method based on Machine learning for optomotor response in mice' in the last seven years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/ijon/TongYSSLL20> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/211/8725> . <https://dblp.org/rec/journals/ijon/TongYSSLL20> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-7) }"
} | TC34 | [
"<https://dblp.org/pid/211/8725>",
"<https://dblp.org/rec/journals/ijon/TongYSSLL20>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1113 | BOOLEAN | {
"string": "Did Sims, Charles C. publish the paper 'Complexity Issues in Infinite Group Theory' in Groups And Computation?"
} | {
"string": "Was the paper 'Complexity Issues in Infinite Group Theory' published by Sims, Charles C. in Groups And Computation?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/dimacs/Sims91> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/47/4552> . <https://dblp.org/rec/conf/dimacs/Sims91> <https://dblp.org/rdf/schema#publishedIn> 'Groups And Computation' }"
} | TC33 | [
"<https://dblp.org/pid/47/4552>",
"<https://dblp.org/rec/conf/dimacs/Sims91>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1114 | BOOLEAN | {
"string": "Did Ostanin, Sergey publish the paper 'Self-checking synchronous FSM network design for path delay faults' in the last 3 years?"
} | {
"string": "Did Ostanin, Sergey publish the paper 'Self-checking synchronous FSM network design for path delay faults' in the last 3 years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/ewdts/Ostanin17> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/90/156> . <https://dblp.org/rec/conf/ewdts/Ostanin17> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) }"
} | TC34 | [
"<https://dblp.org/pid/90/156>",
"<https://dblp.org/rec/conf/ewdts/Ostanin17>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1115 | BOOLEAN | {
"string": "Did Orlandi, F. publish the paper 'Data Value Networks: Enabling a New Data Ecosystem' in the last five years?"
} | {
"string": "Did Fabrizio Orlandi publish the paper 'Data Value Networks: Enabling a New Data Ecosystem' in the last five years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/webi/AttardOA16> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/26/7786> . <https://dblp.org/rec/conf/webi/AttardOA16> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-5) }"
} | TC34 | [
"<https://dblp.org/pid/26/7786>",
"<https://dblp.org/rec/conf/webi/AttardOA16>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1116 | BOOLEAN | {
"string": "Did V. A. Lesnikov publish the paper 'Approximation of the central chi-squared distribution for on-line computation of the threshold for energy detector'?"
} | {
"string": "Was the paper 'Approximation of the central chi-squared distribution for on-line computation of the threshold for energy detector' published by the person V. A. Lesnikov?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/ewdts/LesnikovNCD16> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/17/11070> }"
} | TC31 | [
"<https://dblp.org/pid/17/11070>",
"<https://dblp.org/rec/conf/ewdts/LesnikovNCD16>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1117 | BOOLEAN | {
"string": "Did Kurt Fuchel publish the paper 'Considerations in the design of a multiple computer system with extended core storage' in Commun. ACM?"
} | {
"string": "Was the paper 'Considerations in the design of a multiple computer system with extended core storage' published by Kurt Fuchel in Commun. ACM?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/cacm/Fuchel68> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/67/5343> . <https://dblp.org/rec/journals/cacm/Fuchel68> <https://dblp.org/rdf/schema#publishedIn> 'Commun. ACM' }"
} | TC33 | [
"<https://dblp.org/pid/67/5343>",
"<https://dblp.org/rec/journals/cacm/Fuchel68>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1118 | BOOLEAN | {
"string": "Did Elliott, Madison publish the paper 'LSQT: Low-Stretch Quasi-Trees for Bundling and Layout' in the last eight years?"
} | {
"string": "Did Elliott, Madison publish the paper 'LSQT: Low-Stretch Quasi-Trees for Bundling and Layout' in the last 8 years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/corr/abs-2007-06237> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/235/5659> . <https://dblp.org/rec/journals/corr/abs-2007-06237> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) }"
} | TC34 | [
"<https://dblp.org/pid/235/5659>",
"<https://dblp.org/rec/journals/corr/abs-2007-06237>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1119 | BOOLEAN | {
"string": "Did Jing-Shiang Cheng publish in ICC in the last 3 years?"
} | {
"string": "Has Jing-Shiang Cheng published in ICC in the last 3 years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/23/4185> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#publishedIn> 'ICC' }"
} | TC35 | [
"<https://dblp.org/pid/23/4185>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1120 | BOOLEAN | {
"string": "Was the paper 'Recovering logical structure from Charm++ event traces' co-authored by Hamann, Bernd and B\\u00F6hme, David?"
} | {
"string": "Have Hamann, Bernd and David B\\u00F6hme co-authored the paper 'Recovering logical structure from Charm++ event traces'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/sc/IsaacsBLBGSHB15> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/75/4849> . <https://dblp.org/rec/conf/sc/IsaacsBLBGSHB15> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/89/5516> }"
} | TC32 | [
"<https://dblp.org/pid/75/4849>",
"<https://dblp.org/pid/89/5516>",
"<https://dblp.org/rec/conf/sc/IsaacsBLBGSHB15>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1121 | BOOLEAN | {
"string": "Did K. Huang and Jing Yang co-author the paper 'Unconditional Authentication Based on Physical Layer Offered Chain Key in Wireless Communication'?"
} | {
"string": "Was the paper 'Unconditional Authentication Based on Physical Layer Offered Chain Key in Wireless Communication' co-authored by K. Huang and Jing Yang?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/entropy/WangHXHYJ22> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/88/3277> . <https://dblp.org/rec/journals/entropy/WangHXHYJ22> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/62/5839> }"
} | TC32 | [
"<https://dblp.org/pid/88/3277>",
"<https://dblp.org/pid/62/5839>",
"<https://dblp.org/rec/journals/entropy/WangHXHYJ22>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1122 | BOOLEAN | {
"string": "Was the paper 'An Improved Safety Solver for Computer Go' published by Xiaozhen Niu in Computers and Games?"
} | {
"string": "Did Xiaozhen N. publish the paper 'An Improved Safety Solver for Computer Go' in Computers and Games?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/cg/NiuM04> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/20/1674> . <https://dblp.org/rec/conf/cg/NiuM04> <https://dblp.org/rdf/schema#publishedIn> 'Computers and Games' }"
} | TC33 | [
"<https://dblp.org/pid/20/1674>",
"<https://dblp.org/rec/conf/cg/NiuM04>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1123 | BOOLEAN | {
"string": "Has Li S. published in IEICE Trans. Inf. Syst. in the last 4 years?"
} | {
"string": "Did Li S. publish in IEICE Trans. Inf. Syst. in the last 4 years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/12/9063> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#publishedIn> 'IEICE Trans. Inf. Syst.' }"
} | TC35 | [
"<https://dblp.org/pid/12/9063>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1124 | BOOLEAN | {
"string": "Did Rishi Rajalingham and Collins, D. Louis co-author the paper 'Exploring Cortical Folding Pattern Variability Using Local Image Features'?"
} | {
"string": "Have Rajalingham, R. and Collins, D. Louis co-authored the paper 'Exploring Cortical Folding Pattern Variability Using Local Image Features'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/miccai/RajalinghamTCA10> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/89/9125> . <https://dblp.org/rec/conf/miccai/RajalinghamTCA10> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/c/DLouisCollins> }"
} | TC32 | [
"<https://dblp.org/pid/89/9125>",
"<https://dblp.org/pid/c/DLouisCollins>",
"<https://dblp.org/rec/conf/miccai/RajalinghamTCA10>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1125 | BOOLEAN | {
"string": "Was the paper 'Energy-efficient multicasting in wireless networks with fixed node transmission power' published by the person Christos A. Papageorgiou?"
} | {
"string": "Was the paper 'Energy-efficient multicasting in wireless networks with fixed node transmission power' published by the author Christos A. Papageorgiou?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/iwcmc/PapageorgiouKV09> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/58/7023> }"
} | TC31 | [
"<https://dblp.org/pid/58/7023>",
"<https://dblp.org/rec/conf/iwcmc/PapageorgiouKV09>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1126 | BOOLEAN | {
"string": "Did Peijun D. and Lorenzo B. co-author the paper 'Unsupervised hierarchical spectral analysis for change detection in hyperspectral images'?"
} | {
"string": "Have Peijun D. and Lorenzo B. co-authored the paper 'Unsupervised hierarchical spectral analysis for change detection in hyperspectral images'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/whispers/LiuBBD12> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/31/7052> . <https://dblp.org/rec/conf/whispers/LiuBBD12> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/50/1319> }"
} | TC32 | [
"<https://dblp.org/pid/31/7052>",
"<https://dblp.org/pid/50/1319>",
"<https://dblp.org/rec/conf/whispers/LiuBBD12>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1127 | BOOLEAN | {
"string": "Has Paolo M. published in PNPM in the last nine years?"
} | {
"string": "Did Paolo Marenzoni publish in PNPM in the last 9 years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/19/7095> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#publishedIn> 'PNPM' }"
} | TC35 | [
"<https://dblp.org/pid/19/7095>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1128 | BOOLEAN | {
"string": "Did Ralph Gerbig and Colin Atkinson co-author the paper 'Flexible Deep Modeling with Melanee'?"
} | {
"string": "Was the paper 'Flexible Deep Modeling with Melanee' co-authored by Gerbig, Ralph and Colin Atkinson?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/modellierung/AtkinsonG16> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/57/11440> . <https://dblp.org/rec/conf/modellierung/AtkinsonG16> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/a/ColinAtkinson> }"
} | TC32 | [
"<https://dblp.org/pid/57/11440>",
"<https://dblp.org/pid/a/ColinAtkinson>",
"<https://dblp.org/rec/conf/modellierung/AtkinsonG16>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1129 | BOOLEAN | {
"string": "Was the paper 'Deciding Behavioural Properties in Brane Calculi' co-authored by Nadia Busi and Rodriguez-Ugarte, Marisol?"
} | {
"string": "Did Nadia Busi and Marisol Rodriguez-Ugarte co-author the paper 'Deciding Behavioural Properties in Brane Calculi'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/cmsb/Busi06> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/b/NadiaBusi> . <https://dblp.org/rec/conf/cmsb/Busi06> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/188/2910> }"
} | TC32 | [
"<https://dblp.org/pid/b/NadiaBusi>",
"<https://dblp.org/pid/188/2910>",
"<https://dblp.org/rec/conf/cmsb/Busi06>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1130 | BOOLEAN | {
"string": "Did S. Menezes Sampaio publish in CEC in the last three years?"
} | {
"string": "Has S\\u00E1vio Menezes Sampaio published in CEC in the last 3 years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/229/4114> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#publishedIn> 'CEC' }"
} | TC35 | [
"<https://dblp.org/pid/229/4114>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1131 | BOOLEAN | {
"string": "Did Barbara Wiesner publish the paper 'Evolution\\u00E4re Expertensystementwicklung und Softwarequalit\\u00E4t' in the last 2 years?"
} | {
"string": "Did Wiesner, B. publish the paper 'Evolution\\u00E4re Expertensystementwicklung und Softwarequalit\\u00E4t' in the last two years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/gesellschaft/Wiesner92> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/02/357> . <https://dblp.org/rec/conf/gesellschaft/Wiesner92> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) }"
} | TC34 | [
"<https://dblp.org/pid/02/357>",
"<https://dblp.org/rec/conf/gesellschaft/Wiesner92>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1132 | BOOLEAN | {
"string": "Was the paper 'Honest Iteration Schemes of Randomizing Algorithms' co-authored by J. Wang and J. Belanger?"
} | {
"string": "Have J. Wang and J. Belanger co-authored the paper 'Honest Iteration Schemes of Randomizing Algorithms'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/isaac/WangB92> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/29/5259-2> . <https://dblp.org/rec/conf/isaac/WangB92> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/14/5111> }"
} | TC32 | [
"<https://dblp.org/pid/29/5259-2>",
"<https://dblp.org/pid/14/5111>",
"<https://dblp.org/rec/conf/isaac/WangB92>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1133 | BOOLEAN | {
"string": "Did Yoshiki Shimomura publish the paper 'Development of a cellular manufacturing system based on movable cells'?"
} | {
"string": "Was the paper 'Development of a cellular manufacturing system based on movable cells' published by the person named Shimomura, Yoshiki?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/cira/ShimomuraTOYNT03> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/83/5566> }"
} | TC31 | [
"<https://dblp.org/pid/83/5566>",
"<https://dblp.org/rec/conf/cira/ShimomuraTOYNT03>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1134 | BOOLEAN | {
"string": "Has Weidong W. published in Int. J. Commun. Syst. in the last 4 years?"
} | {
"string": "Did Weidong W. publish in Int. J. Commun. Syst. in the last 4 years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/75/4159> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#publishedIn> 'Int. J. Commun. Syst.' }"
} | TC35 | [
"<https://dblp.org/pid/75/4159>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1135 | BOOLEAN | {
"string": "Was the paper 'Acquisition semi-automatique de collocations \\u00E0 partir de corpus monolingues et multilingues comparables' published by the person named Vincent Archer?"
} | {
"string": "Was the paper 'Acquisition semi-automatique de collocations \\u00E0 partir de corpus monolingues et multilingues comparables' published by the person Vincent Archer?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/taln/Archer06> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/183/0375> }"
} | TC31 | [
"<https://dblp.org/pid/183/0375>",
"<https://dblp.org/rec/conf/taln/Archer06>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1136 | BOOLEAN | {
"string": "Has H\\u00E4kkinen, Antti published in PLoS Comput. Biol. in the last four years?"
} | {
"string": "Did H\\u00E4kkinen, Antti publish in PLoS Comput. Biol. in the last 4 years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/17/8426> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#publishedIn> 'PLoS Comput. Biol.' }"
} | TC35 | [
"<https://dblp.org/pid/17/8426>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1137 | BOOLEAN | {
"string": "Was the paper 'Approximation algorithms for energy, reliability and makespan optimization problems' published by the author Benoit, A.?"
} | {
"string": "Did Benoit, A. publish the paper 'Approximation algorithms for energy, reliability and makespan optimization problems'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/corr/abs-1210-4673> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/38/4452> }"
} | TC31 | [
"<https://dblp.org/pid/38/4452>",
"<https://dblp.org/rec/journals/corr/abs-1210-4673>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1138 | BOOLEAN | {
"string": "Was the paper 'Attention-guided chained context aggregation for semantic segmentation' published by the person Tang, Q.?"
} | {
"string": "Did Quan Tang publish the paper 'Attention-guided chained context aggregation for semantic segmentation'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/ivc/TangLZJZ21> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/150/5249-1> }"
} | TC31 | [
"<https://dblp.org/pid/150/5249-1>",
"<https://dblp.org/rec/journals/ivc/TangLZJZ21>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1139 | BOOLEAN | {
"string": "Did Daniel Thalmann and Yumak, Zerrin co-author the paper 'Multimodal human-machine interaction including virtual humans or social robots'?"
} | {
"string": "Have Daniel Thalmann and Yumak, Zerrin co-authored the paper 'Multimodal human-machine interaction including virtual humans or social robots'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/siggraph/Magnenat-ThalmannTY14> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/t/DanielThalmann> . <https://dblp.org/rec/conf/siggraph/Magnenat-ThalmannTY14> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/13/1974> }"
} | TC32 | [
"<https://dblp.org/pid/t/DanielThalmann>",
"<https://dblp.org/pid/13/1974>",
"<https://dblp.org/rec/conf/siggraph/Magnenat-ThalmannTY14>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1140 | BOOLEAN | {
"string": "Was the paper 'Low Cost On-Line Testing of RF Circuits' published by the author Susin, A. Amadeu?"
} | {
"string": "Was the paper 'Low Cost On-Line Testing of RF Circuits' published by the person Altamiro Amadeu Susin?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/iolts/NegreirosCS04> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/00/4529> }"
} | TC31 | [
"<https://dblp.org/pid/00/4529>",
"<https://dblp.org/rec/conf/iolts/NegreirosCS04>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1141 | BOOLEAN | {
"string": "Did M. L\\u00E1zaro-Gredilla publish in NIPS in the last 8 years?"
} | {
"string": "Has Miguel L\\u00E1zaro-Gredilla published in NIPS in the last eight years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/77/4660> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) . ?x <https://dblp.org/rdf/schema#publishedIn> 'NIPS' }"
} | TC35 | [
"<https://dblp.org/pid/77/4660>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1142 | BOOLEAN | {
"string": "Did Seeling, P. publish the paper 'Lecture, narrated slides, or first person view? Impact of presentation on learning outcomes' in FIE?"
} | {
"string": "Was the paper 'Lecture, narrated slides, or first person view? Impact of presentation on learning outcomes' published by Patrick Seeling in FIE?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/fie/McGarryS15> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/50/1058> . <https://dblp.org/rec/conf/fie/McGarryS15> <https://dblp.org/rdf/schema#publishedIn> 'FIE' }"
} | TC33 | [
"<https://dblp.org/pid/50/1058>",
"<https://dblp.org/rec/conf/fie/McGarryS15>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1143 | BOOLEAN | {
"string": "Did H. Seo publish the paper 'Computational exploration of epidural cortical stimulation using a realistic head model' in Comput. Biol. Medicine?"
} | {
"string": "Was the paper 'Computational exploration of epidural cortical stimulation using a realistic head model' published by H. Seo in Comput. Biol. Medicine?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/cbm/SeoJ21> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/188/2334> . <https://dblp.org/rec/journals/cbm/SeoJ21> <https://dblp.org/rdf/schema#publishedIn> 'Comput. Biol. Medicine' }"
} | TC33 | [
"<https://dblp.org/pid/188/2334>",
"<https://dblp.org/rec/journals/cbm/SeoJ21>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1144 | BOOLEAN | {
"string": "Has A. Gang published in Interspeech in the last 4 years?"
} | {
"string": "Did Arpita Gang publish in INTERSPEECH in the last four years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/191/0944> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#publishedIn> 'INTERSPEECH' }"
} | TC35 | [
"<https://dblp.org/pid/191/0944>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1145 | BOOLEAN | {
"string": "Did Dornheim, L. publish in Bildverarbeitung f\\u00FCr die Medizin in the last 7 years?"
} | {
"string": "Has Dornheim, L. published in Bildverarbeitung f\\u00FCr die Medizin in the last seven years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/65/2091> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-7) . ?x <https://dblp.org/rdf/schema#publishedIn> 'Bildverarbeitung f\\u00FCr die Medizin' }"
} | TC35 | [
"<https://dblp.org/pid/65/2091>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1146 | BOOLEAN | {
"string": "Did Yueting C. publish the paper 'Easy-SC: A Supply Chain Simulation Tool' in the last 8 years?"
} | {
"string": "Did Yueting C. publish the paper 'Easy-SC: A Supply Chain Simulation Tool' in the last 8 years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/wsc/LiuWCL04> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/99/1019> . <https://dblp.org/rec/conf/wsc/LiuWCL04> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) }"
} | TC34 | [
"<https://dblp.org/pid/99/1019>",
"<https://dblp.org/rec/conf/wsc/LiuWCL04>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1147 | BOOLEAN | {
"string": "Did H. Quinti\\u00E1n and V. Vera co-author the paper 'Application of Soft Computing Technologies toward Assessment and Skills Development'?"
} | {
"string": "Was the paper 'Application of Soft Computing Technologies toward Assessment and Skills Development' co-authored by H. Quinti\\u00E1n and Vicente Vera?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/softcomp/AliagaVLGQCKG12> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/124/3893> . <https://dblp.org/rec/conf/softcomp/AliagaVLGQCKG12> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/68/8980> }"
} | TC32 | [
"<https://dblp.org/pid/124/3893>",
"<https://dblp.org/pid/68/8980>",
"<https://dblp.org/rec/conf/softcomp/AliagaVLGQCKG12>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1148 | BOOLEAN | {
"string": "Did S. Guillemot publish the paper 'On the (Non-)existence of Polynomial Kernels for Pl-free Edge Modification Problems' in IPEC?"
} | {
"string": "Was the paper 'On the (Non-)existence of Polynomial Kernels for Pl-free Edge Modification Problems' published by Sylvain Guillemot in IPEC?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/iwpec/GuillemotPP10> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/42/5527> . <https://dblp.org/rec/conf/iwpec/GuillemotPP10> <https://dblp.org/rdf/schema#publishedIn> 'IPEC' }"
} | TC33 | [
"<https://dblp.org/pid/42/5527>",
"<https://dblp.org/rec/conf/iwpec/GuillemotPP10>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1149 | BOOLEAN | {
"string": "Did St\\u00E9phane Lecoeuche publish in IEEE International Conference on Image Processing in the last 3 years?"
} | {
"string": "Has St\\u00E9phane Lecoeuche published in IEEE International Conference on Image Processing in the last 3 years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/42/6510> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#publishedIn> 'ICIP' }"
} | TC35 | [
"<https://dblp.org/pid/42/6510>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1150 | BOOLEAN | {
"string": "Did Wigglesworth, N. publish in Winter Simulation Conference in the last 5 years?"
} | {
"string": "Has Nancy Wigglesworth published in WSC in the last 5 years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/77/6136> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-5) . ?x <https://dblp.org/rdf/schema#publishedIn> 'WSC' }"
} | TC35 | [
"<https://dblp.org/pid/77/6136>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1151 | BOOLEAN | {
"string": "Did Alessandro L. Koerich publish the paper 'Machine Learning Methods for Histopathological Image Analysis: A Review' in the last five years?"
} | {
"string": "Did Alessandro L. Koerich publish the paper 'Machine Learning Methods for Histopathological Image Analysis: A Review' in the last 5 years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/corr/abs-2102-03889> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/37/4335> . <https://dblp.org/rec/journals/corr/abs-2102-03889> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-5) }"
} | TC34 | [
"<https://dblp.org/pid/37/4335>",
"<https://dblp.org/rec/journals/corr/abs-2102-03889>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1152 | BOOLEAN | {
"string": "Has Andrew L. Nelson published in Robotics Auton. Syst. in the last six years?"
} | {
"string": "Did Andrew L. Nelson publish in Robotics Auton. Syst. in the last six years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/97/3827> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#publishedIn> 'Robotics Auton. Syst.' }"
} | TC35 | [
"<https://dblp.org/pid/97/3827>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1153 | BOOLEAN | {
"string": "Did Stephen J. Cole publish the paper 'Modeling Moving Geospatial Objects from an Event-based Perspective' in the last 5 years?"
} | {
"string": "Did Cole, Stephen J. publish the paper 'Modeling Moving Geospatial Objects from an Event-based Perspective' in the last 5 years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/tgis/HornsbyC07> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/46/2976> . <https://dblp.org/rec/journals/tgis/HornsbyC07> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-5) }"
} | TC34 | [
"<https://dblp.org/pid/46/2976>",
"<https://dblp.org/rec/journals/tgis/HornsbyC07>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1154 | BOOLEAN | {
"string": "Did Richard A. Hendrickson and Tatsuya Shirai co-author the paper 'Array processing extensions to FORTRAN'?"
} | {
"string": "Have Richard A. Hendrickson and Tatsuya Shirai co-authored the paper 'Array processing extensions to FORTRAN'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/acm/Hendrickson79> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/199/4458> . <https://dblp.org/rec/conf/acm/Hendrickson79> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/37/6330> }"
} | TC32 | [
"<https://dblp.org/pid/199/4458>",
"<https://dblp.org/pid/37/6330>",
"<https://dblp.org/rec/conf/acm/Hendrickson79>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1155 | BOOLEAN | {
"string": "Did Xiao L. publish in INTERSPEECH in the last 2 years?"
} | {
"string": "Has Xiao Li published in INTERSPEECH in the last 2 years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/66/2069-6> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#publishedIn> 'INTERSPEECH' }"
} | TC35 | [
"<https://dblp.org/pid/66/2069-6>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1156 | BOOLEAN | {
"string": "Was the paper 'Infrastructure Supported Automated Driving in Transition Areas - a Prototypic Implementation' published by the author B\\u00F6ker, Clarissa?"
} | {
"string": "Did Clarissa B\\u00F6ker publish the paper 'Infrastructure Supported Automated Driving in Transition Areas - a Prototypic Implementation'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/cavs/SchindlerMWCBK20> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/254/6415> }"
} | TC31 | [
"<https://dblp.org/pid/254/6415>",
"<https://dblp.org/rec/conf/cavs/SchindlerMWCBK20>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1157 | BOOLEAN | {
"string": "Did P\\u00E1lfy, P\\u00E9ter P. and H. Machida co-author the paper 'Self-commuting Operations'?"
} | {
"string": "Was the paper 'Self-commuting Operations' co-authored by P\\u00E1lfy, P\\u00E9ter P. and Hajime Machida?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/mvl/MachidaP21> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/16/4010> . <https://dblp.org/rec/journals/mvl/MachidaP21> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/65/6552> }"
} | TC32 | [
"<https://dblp.org/pid/16/4010>",
"<https://dblp.org/pid/65/6552>",
"<https://dblp.org/rec/journals/mvl/MachidaP21>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1158 | BOOLEAN | {
"string": "Did Chen, J. publish the paper 'MDT: A Multi-Description Topic Based Clustering Approach for Composite-Service Discovery' in the last 8 years?"
} | {
"string": "Did Chen, J. publish the paper 'MDT: A Multi-Description Topic Based Clustering Approach for Composite-Service Discovery' in the last eight years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/hpcc/HuCLN19> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/04/4498> . <https://dblp.org/rec/conf/hpcc/HuCLN19> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) }"
} | TC34 | [
"<https://dblp.org/pid/04/4498>",
"<https://dblp.org/rec/conf/hpcc/HuCLN19>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1159 | BOOLEAN | {
"string": "Was the paper 'New LISP Techniques for a Paging Environment' published by Rochfeld, A. in Commun. ACM?"
} | {
"string": "Did Rochfeld, A. publish the paper 'New LISP Techniques for a Paging Environment' in Commun. ACM?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/cacm/Rochfeld71> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/04/289> . <https://dblp.org/rec/journals/cacm/Rochfeld71> <https://dblp.org/rdf/schema#publishedIn> 'Commun. ACM' }"
} | TC33 | [
"<https://dblp.org/pid/04/289>",
"<https://dblp.org/rec/journals/cacm/Rochfeld71>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1160 | BOOLEAN | {
"string": "Has Ming Jiang published in IEEE Signal Process. Lett. in the last 7 years?"
} | {
"string": "Did Ming Jiang publish in IEEE Signal Process. Lett. in the last 7 years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/j/MingJiang1> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-7) . ?x <https://dblp.org/rdf/schema#publishedIn> 'IEEE Signal Process. Lett.' }"
} | TC35 | [
"<https://dblp.org/pid/j/MingJiang1>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1161 | BOOLEAN | {
"string": "Did Bartels, Simon publish the paper 'Probabilistic Approximate Least-Squares' in the last four years?"
} | {
"string": "Did Bartels, Simon publish the paper 'Probabilistic Approximate Least-Squares' in the last four years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/aistats/BartelsH16> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/180/5936> . <https://dblp.org/rec/conf/aistats/BartelsH16> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) }"
} | TC34 | [
"<https://dblp.org/pid/180/5936>",
"<https://dblp.org/rec/conf/aistats/BartelsH16>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1162 | BOOLEAN | {
"string": "Did Wong, Yue-Bong publish the paper 'A timed Petri-net model for fine-grain loop scheduling' in the last 3 years?"
} | {
"string": "Did Wong, Yue-Bong publish the paper 'A timed Petri-net model for fine-grain loop scheduling' in the last three years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/cascon/GaoWN91> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/61/3759> . <https://dblp.org/rec/conf/cascon/GaoWN91> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) }"
} | TC34 | [
"<https://dblp.org/pid/61/3759>",
"<https://dblp.org/rec/conf/cascon/GaoWN91>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1163 | BOOLEAN | {
"string": "Did Wei-Lin Xiao publish the paper 'On weighted lower and upper possibilistic means and variances of fuzzy numbers and its application in decision' in Knowl. Inf. Syst.?"
} | {
"string": "Was the paper 'On weighted lower and upper possibilistic means and variances of fuzzy numbers and its application in decision' published by Wei-Lin Xiao in Knowl. Inf. Syst.?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/kais/ZhangX09> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/96/7058> . <https://dblp.org/rec/journals/kais/ZhangX09> <https://dblp.org/rdf/schema#publishedIn> 'Knowl. Inf. Syst.' }"
} | TC33 | [
"<https://dblp.org/pid/96/7058>",
"<https://dblp.org/rec/journals/kais/ZhangX09>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1164 | BOOLEAN | {
"string": "Was the paper 'Damage Mapping of Powdery Mildew in Winter Wheat with High-Resolution Satellite Image' published by the author Wei, Liguang?"
} | {
"string": "Was the paper 'Damage Mapping of Powdery Mildew in Winter Wheat with High-Resolution Satellite Image' published by the person named Liguang Wei?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/remotesensing/YuanZSNWW14> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/163/7986> }"
} | TC31 | [
"<https://dblp.org/pid/163/7986>",
"<https://dblp.org/rec/journals/remotesensing/YuanZSNWW14>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1165 | BOOLEAN | {
"string": "Did Schutzman, Howard B. publish the paper 'Virtual Information in Data-Base Systems' in FDT Bull. ACM SIGFIDET SIGMOD?"
} | {
"string": "Was the paper 'Virtual Information in Data-Base Systems' published by Howard B. Schutzman in FDT Bull. ACM SIGFIDET SIGMOD?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/sigmod/FolinusMS74> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/45/3137> . <https://dblp.org/rec/journals/sigmod/FolinusMS74> <https://dblp.org/rdf/schema#publishedIn> 'FDT Bull. ACM SIGFIDET SIGMOD' }"
} | TC33 | [
"<https://dblp.org/pid/45/3137>",
"<https://dblp.org/rec/journals/sigmod/FolinusMS74>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1166 | BOOLEAN | {
"string": "Have Lampis Alevizos and Thong, T. Vinh co-authored the paper 'Augmenting Zero Trust Architecture to Endpoints Using Blockchain: A Systematic Review'?"
} | {
"string": "Did Alevizos, L. and Thong, T. Vinh co-author the paper 'Augmenting Zero Trust Architecture to Endpoints Using Blockchain: A Systematic Review'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/corr/abs-2104-00460> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/289/6010> . <https://dblp.org/rec/journals/corr/abs-2104-00460> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/79/7661> }"
} | TC32 | [
"<https://dblp.org/pid/289/6010>",
"<https://dblp.org/pid/79/7661>",
"<https://dblp.org/rec/journals/corr/abs-2104-00460>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1167 | BOOLEAN | {
"string": "Did Gon\\u00E7alves, Daniel publish the paper 'Contact Activity Visualization for Seniors' in the last 3 years?"
} | {
"string": "Did Daniel Gon\\u00E7alves publish the paper 'Contact Activity Visualization for Seniors' in the last three years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/hci/AlmeidaCJ015> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/40/693-2> . <https://dblp.org/rec/conf/hci/AlmeidaCJ015> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) }"
} | TC34 | [
"<https://dblp.org/pid/40/693-2>",
"<https://dblp.org/rec/conf/hci/AlmeidaCJ015>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1168 | BOOLEAN | {
"string": "Was the paper 'Financially Backed Covert Security' published by the person named Carmit Hazay?"
} | {
"string": "Did Hazay, Carmit publish the paper 'Financially Backed Covert Security'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/iacr/FaustHKS21a> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/95/1548> }"
} | TC31 | [
"<https://dblp.org/pid/95/1548>",
"<https://dblp.org/rec/journals/iacr/FaustHKS21a>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1169 | BOOLEAN | {
"string": "Has John W. Lumley published in ACM Symposium on Document Engineering in the last 9 years?"
} | {
"string": "Did Lumley, John W. publish in ACM Symposium on Document Engineering in the last nine years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/134/3132> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#publishedIn> 'ACM Symposium on Document Engineering' }"
} | TC35 | [
"<https://dblp.org/pid/134/3132>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1170 | BOOLEAN | {
"string": "Did Richard Peterson publish in HICSS in the last three years?"
} | {
"string": "Has Richard P. published in HICSS in the last 3 years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/22/1015> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#publishedIn> 'HICSS' }"
} | TC35 | [
"<https://dblp.org/pid/22/1015>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1171 | BOOLEAN | {
"string": "Did Marek Chrobak and S. Poljak co-author the paper 'On common edges in optimal solutions to traveling salesman and other optimization problems'?"
} | {
"string": "Was the paper 'On common edges in optimal solutions to traveling salesman and other optimization problems' co-authored by Marek Chrobak and S. Poljak?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/dam/ChrobakP88> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/c/MChrobak> . <https://dblp.org/rec/journals/dam/ChrobakP88> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/78/3567> }"
} | TC32 | [
"<https://dblp.org/pid/c/MChrobak>",
"<https://dblp.org/pid/78/3567>",
"<https://dblp.org/rec/journals/dam/ChrobakP88>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1172 | BOOLEAN | {
"string": "Was the paper 'What did spot hide?: a question-answering game for preschool children' co-authored by John F. Canny and Tewari, Anuj?"
} | {
"string": "Did John F. Canny and Tewari, Anuj co-author the paper 'What did spot hide?: a question-answering game for preschool children'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/chi/TewariC14> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/c/JohnFCanny> . <https://dblp.org/rec/conf/chi/TewariC14> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/37/5732> }"
} | TC32 | [
"<https://dblp.org/pid/c/JohnFCanny>",
"<https://dblp.org/pid/37/5732>",
"<https://dblp.org/rec/conf/chi/TewariC14>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1173 | BOOLEAN | {
"string": "Has D. Makris published in IEEE International Joint Conference on Neural Networks in the last four years?"
} | {
"string": "Did D. Makris publish in IEEE International Joint Conference on Neural Networks in the last 4 years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/150/7401> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#publishedIn> 'IJCNN' }"
} | TC35 | [
"<https://dblp.org/pid/150/7401>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1174 | BOOLEAN | {
"string": "Did R. San-Miguel Carrasco publish in Comput. Secur. in the last eight years?"
} | {
"string": "Has R. San-Miguel Carrasco published in Comput. Secur. in the last eight years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/177/6318> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) . ?x <https://dblp.org/rdf/schema#publishedIn> 'Comput. Secur.' }"
} | TC35 | [
"<https://dblp.org/pid/177/6318>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1175 | BOOLEAN | {
"string": "Did Wasserman, L. A. publish in AISTATS in the last eight years?"
} | {
"string": "Has Larry A. Wasserman published in AISTATS in the last eight years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/89/1660> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) . ?x <https://dblp.org/rdf/schema#publishedIn> 'AISTATS' }"
} | TC35 | [
"<https://dblp.org/pid/89/1660>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1176 | BOOLEAN | {
"string": "Was the paper 'Employee-developed ways to enhance information ergonomics' published by Jussi O. in MindTrek?"
} | {
"string": "Did Jussi Okkonen publish the paper 'Employee-developed ways to enhance information ergonomics' in MindTrek?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/mindtrek/BordiOMH17> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/73/3041> . <https://dblp.org/rec/conf/mindtrek/BordiOMH17> <https://dblp.org/rdf/schema#publishedIn> 'MindTrek' }"
} | TC33 | [
"<https://dblp.org/pid/73/3041>",
"<https://dblp.org/rec/conf/mindtrek/BordiOMH17>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1177 | BOOLEAN | {
"string": "Was the paper 'From plant and logistics control to multi-enterprise collaboration' published by F. G. Filip in Annu. Rev. Control.?"
} | {
"string": "Did Florin G. Filip publish the paper 'From plant and logistics control to multi-enterprise collaboration' in Annu. Rev. Control.?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/arc/NofMMMF06> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/03/4465> . <https://dblp.org/rec/journals/arc/NofMMMF06> <https://dblp.org/rdf/schema#publishedIn> 'Annu. Rev. Control.' }"
} | TC33 | [
"<https://dblp.org/pid/03/4465>",
"<https://dblp.org/rec/journals/arc/NofMMMF06>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1178 | BOOLEAN | {
"string": "Did A. Vinnikov publish the paper 'K-means recovers ICA filters when independent components are sparse'?"
} | {
"string": "Did Alon Vinnikov publish the paper 'K-means recovers ICA filters when independent components are sparse'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/icml/VinnikovS14> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/151/8866> }"
} | TC31 | [
"<https://dblp.org/pid/151/8866>",
"<https://dblp.org/rec/conf/icml/VinnikovS14>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1179 | BOOLEAN | {
"string": "Did X. Li publish the paper 'Internet Public Opinion Hotspot Detection Research Based on K-means Algorithm' in ICSI (2)?"
} | {
"string": "Was the paper 'Internet Public Opinion Hotspot Detection Research Based on K-means Algorithm' published by X. Li in ICSI (2)?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/swarm/LiuL10> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/20/2197> . <https://dblp.org/rec/conf/swarm/LiuL10> <https://dblp.org/rdf/schema#publishedIn> 'ICSI (2)' }"
} | TC33 | [
"<https://dblp.org/pid/20/2197>",
"<https://dblp.org/rec/conf/swarm/LiuL10>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1180 | BOOLEAN | {
"string": "Did I. Brown and Chaouki A. co-author the paper 'Investigating the impact of the external environment on strategic information systems planning: a qualitative inquiry'?"
} | {
"string": "Was the paper 'Investigating the impact of the external environment on strategic information systems planning: a qualitative inquiry' co-authored by Irwin Brown and Chaouki A.?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/saicsit/Brown08> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/73/4065> . <https://dblp.org/rec/conf/saicsit/Brown08> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/35/5426> }"
} | TC32 | [
"<https://dblp.org/pid/73/4065>",
"<https://dblp.org/pid/35/5426>",
"<https://dblp.org/rec/conf/saicsit/Brown08>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1181 | BOOLEAN | {
"string": "Did Song, Houbing publish the paper 'IEEE Access Special Section Editorial: Intelligent Systems for the Internet of Things'?"
} | {
"string": "Was the paper 'IEEE Access Special Section Editorial: Intelligent Systems for the Internet of Things' published by the person named Song, Houbing?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/access/QiuTCRRSPH19> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/49/594> }"
} | TC31 | [
"<https://dblp.org/pid/49/594>",
"<https://dblp.org/rec/journals/access/QiuTCRRSPH19>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1182 | BOOLEAN | {
"string": "Did Yu-Huai Peng publish the paper 'SVSNet: An End-to-end Speaker Voice Similarity Assessment Model' in the last 8 years?"
} | {
"string": "Did Y. Peng publish the paper 'SVSNet: An End-to-end Speaker Voice Similarity Assessment Model' in the last 8 years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/corr/abs-2107-09392> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/214/2303> . <https://dblp.org/rec/journals/corr/abs-2107-09392> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) }"
} | TC34 | [
"<https://dblp.org/pid/214/2303>",
"<https://dblp.org/rec/journals/corr/abs-2107-09392>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1183 | BOOLEAN | {
"string": "Did J. William Whikehart publish the paper 'Adaptive periodic IIR filters' in ICASSP?"
} | {
"string": "Was the paper 'Adaptive periodic IIR filters' published by J. William Whikehart in ICASSP?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/icassp/WhikehartD97> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/147/6385> . <https://dblp.org/rec/conf/icassp/WhikehartD97> <https://dblp.org/rdf/schema#publishedIn> 'ICASSP' }"
} | TC33 | [
"<https://dblp.org/pid/147/6385>",
"<https://dblp.org/rec/conf/icassp/WhikehartD97>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1184 | BOOLEAN | {
"string": "Did Wang, B. and Chen, C. L. Philip co-author the paper 'Illumination and Color Adjustment for Generating Professional Headshot'?"
} | {
"string": "Was the paper 'Illumination and Color Adjustment for Generating Professional Headshot' co-authored by Wang, B. and Chen, C. L. Philip?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/smc/WangC21> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/50/301> . <https://dblp.org/rec/conf/smc/WangC21> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/48/4856> }"
} | TC32 | [
"<https://dblp.org/pid/50/301>",
"<https://dblp.org/pid/48/4856>",
"<https://dblp.org/rec/conf/smc/WangC21>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1185 | BOOLEAN | {
"string": "Did Zhu, Hongsong publish in WASA in the last four years?"
} | {
"string": "Has Hongsong Zhu published in WASA in the last 4 years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/57/5368> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#publishedIn> 'WASA' }"
} | TC35 | [
"<https://dblp.org/pid/57/5368>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1186 | BOOLEAN | {
"string": "Was the paper 'Interdisciplinary and Professional Development Outside of the Classroom' published by the author Woodcock, Cassandra Sue Ellen?"
} | {
"string": "Was the paper 'Interdisciplinary and Professional Development Outside of the Classroom' published by the person Woodcock, Cassandra Sue Ellen?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/fie/Woodcock19> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/286/2204> }"
} | TC31 | [
"<https://dblp.org/pid/286/2204>",
"<https://dblp.org/rec/conf/fie/Woodcock19>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1187 | BOOLEAN | {
"string": "Have Chen, Rui and Shuang Wang co-authored the paper 'Private Genome Data Dissemination'?"
} | {
"string": "Did Chen, Rui and S. Wang co-author the paper 'Private Genome Data Dissemination'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/books/sp/15/MohammedWCJ15> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/02/1003-12> . <https://dblp.org/rec/books/sp/15/MohammedWCJ15> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/86/220-2> }"
} | TC32 | [
"<https://dblp.org/pid/02/1003-12>",
"<https://dblp.org/pid/86/220-2>",
"<https://dblp.org/rec/books/sp/15/MohammedWCJ15>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1188 | BOOLEAN | {
"string": "Did Toby Walsh publish in International Conference on Principles and Practice of Constraint Programming in the last 3 years?"
} | {
"string": "Has Toby Walsh published in International Conference on Principles and Practice of Constraint Programming in the last 3 years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/86/2576> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#publishedIn> 'CP' }"
} | TC35 | [
"<https://dblp.org/pid/86/2576>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1189 | BOOLEAN | {
"string": "Was the paper 'Estimating two-dimensional angles of arrival in coherent source environment' published by Yih-Min Chen in ICASSP?"
} | {
"string": "Did Chen, Y. publish the paper 'Estimating two-dimensional angles of arrival in coherent source environment' in ICASSP?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/icassp/YehLC88> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/22/10845> . <https://dblp.org/rec/conf/icassp/YehLC88> <https://dblp.org/rdf/schema#publishedIn> 'ICASSP' }"
} | TC33 | [
"<https://dblp.org/pid/22/10845>",
"<https://dblp.org/rec/conf/icassp/YehLC88>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1190 | BOOLEAN | {
"string": "Did Fernandes, Fabiane Rodriguez publish the paper 'Evaluating Interaction with Websites: Case Study of a Government Website of the Brazilian Ministry of Labor and Employment' in British Computer Society Conference on Human-Computer Interaction?"
} | {
"string": "Was the paper 'Evaluating Interaction with Websites: Case Study of a Government Website of the Brazilian Ministry of Labor and Employment' published by Fernandes, Fabiane Rodriguez in HCI (12)?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/hci/FernandesPS13> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/131/8746> . <https://dblp.org/rec/conf/hci/FernandesPS13> <https://dblp.org/rdf/schema#publishedIn> 'HCI (12)' }"
} | TC33 | [
"<https://dblp.org/pid/131/8746>",
"<https://dblp.org/rec/conf/hci/FernandesPS13>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1191 | BOOLEAN | {
"string": "Did Siddharth Gururani publish the paper 'Automatic Sample Detection in Polyphonic Music' in the last five years?"
} | {
"string": "Did Gururani, Siddharth publish the paper 'Automatic Sample Detection in Polyphonic Music' in the last five years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/ismir/GururaniL17> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/185/3616> . <https://dblp.org/rec/conf/ismir/GururaniL17> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-5) }"
} | TC34 | [
"<https://dblp.org/pid/185/3616>",
"<https://dblp.org/rec/conf/ismir/GururaniL17>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1192 | BOOLEAN | {
"string": "Did Juan Jos\\u00E9 Mart\\u00EDnez Castillo publish the paper 'The Acantelys Model for to Build Effective Partnerships Between Industry and Academy using Real Work Situations in the Designing of Virtual Labs and Simulations' in the last 3 years?"
} | {
"string": "Did Juan J. Mart\\u00EDnez Castillo publish the paper 'The Acantelys Model for to Build Effective Partnerships Between Industry and Academy using Real Work Situations in the Designing of Virtual Labs and Simulations' in the last three years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/fecs/Castillo10> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/17/8815> . <https://dblp.org/rec/conf/fecs/Castillo10> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) }"
} | TC34 | [
"<https://dblp.org/pid/17/8815>",
"<https://dblp.org/rec/conf/fecs/Castillo10>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1193 | BOOLEAN | {
"string": "Did Wang, Wei and Tao Lin co-author the paper 'Markovian approach to tackle competing pathogens in simplicial complex'?"
} | {
"string": "Was the paper 'Markovian approach to tackle competing pathogens in simplicial complex' co-authored by Wang, Wei and T. Lin?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/amc/NieLPLW22> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/35/7092-70> . <https://dblp.org/rec/journals/amc/NieLPLW22> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/64/4492> }"
} | TC32 | [
"<https://dblp.org/pid/35/7092-70>",
"<https://dblp.org/pid/64/4492>",
"<https://dblp.org/rec/journals/amc/NieLPLW22>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1194 | BOOLEAN | {
"string": "Have Vozel, B. and Mikhail L. Uss co-authored the paper 'Efficient Rotation-Scaling-Translation Parameters Estimation in Multimodal Settings Based on Fractal Image Model'?"
} | {
"string": "Was the paper 'Efficient Rotation-Scaling-Translation Parameters Estimation in Multimodal Settings Based on Fractal Image Model' co-authored by Vozel, B. and Mikhail L. Uss?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/corr/UssVLC15> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/51/4966> . <https://dblp.org/rec/journals/corr/UssVLC15> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/26/8063> }"
} | TC32 | [
"<https://dblp.org/pid/51/4966>",
"<https://dblp.org/pid/26/8063>",
"<https://dblp.org/rec/journals/corr/UssVLC15>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1195 | BOOLEAN | {
"string": "Did Burhan Ul Islam Khan publish in IEEE Access in the last 4 years?"
} | {
"string": "Has Burhan Ul Islam Khan published in IEEE Access in the last four years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/228/4526> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#publishedIn> 'IEEE Access' }"
} | TC35 | [
"<https://dblp.org/pid/228/4526>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |
Q1196 | BOOLEAN | {
"string": "Did Dorothy R. Graham publish the paper 'Requirements and Testing: Seven Missing-Link Myths'?"
} | {
"string": "Was the paper 'Requirements and Testing: Seven Missing-Link Myths' published by the person named Dorothy R. Graham?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/software/Graham02> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/23/989> }"
} | TC31 | [
"<https://dblp.org/pid/23/989>",
"<https://dblp.org/rec/journals/software/Graham02>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1197 | BOOLEAN | {
"string": "Did Yuan, J. publish the paper 'Multi-Cell Hybrid Millimeter Wave Systems: Pilot Contamination and Interference Mitigation' in the last eight years?"
} | {
"string": "Did Jinhong Yuan publish the paper 'Multi-Cell Hybrid Millimeter Wave Systems: Pilot Contamination and Interference Mitigation' in the last eight years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/journals/tcom/ZhaoWNYR18> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/50/567> . <https://dblp.org/rec/journals/tcom/ZhaoWNYR18> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) }"
} | TC34 | [
"<https://dblp.org/pid/50/567>",
"<https://dblp.org/rec/journals/tcom/ZhaoWNYR18>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1198 | BOOLEAN | {
"string": "Was the paper 'Adaptive Sustainable Organizations: System Dynamic Models of a University Balancing the Virtuous and the Vicious' published by the author Gabrielle Peko?"
} | {
"string": "Did Gabrielle Peko publish the paper 'Adaptive Sustainable Organizations: System Dynamic Models of a University Balancing the Virtuous and the Vicious'?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/hicss/PatelPS19> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/51/10952> }"
} | TC31 | [
"<https://dblp.org/pid/51/10952>",
"<https://dblp.org/rec/conf/hicss/PatelPS19>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q1199 | BOOLEAN | {
"string": "Did Qiang-Sheng Hua publish the paper 'Minimum Latency Aggregation Scheduling for Arbitrary Tree Topologies under the SINR Model' in the last nine years?"
} | {
"string": "Did Qiang-Sheng Hua publish the paper 'Minimum Latency Aggregation Scheduling for Arbitrary Tree Topologies under the SINR Model' in the last 9 years?"
} | {
"sparql": "ASK { <https://dblp.org/rec/conf/adhoc-now/WangHW12> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/82/3694> . <https://dblp.org/rec/conf/adhoc-now/WangHW12> <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) }"
} | TC34 | [
"<https://dblp.org/pid/82/3694>",
"<https://dblp.org/rec/conf/adhoc-now/WangHW12>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q1200 | BOOLEAN | {
"string": "Has Peter Kanuch published in TSP in the last five years?"
} | {
"string": "Did Kanuch, P. publish in TSP in the last five years?"
} | {
"sparql": "ASK { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/245/8211> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-5) . ?x <https://dblp.org/rdf/schema#publishedIn> 'TSP' }"
} | TC35 | [
"<https://dblp.org/pid/245/8211>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>"
] | false | false |