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
Q6901
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'KEEL Data-Mining Software Tool: Data Set Repository, Integration of Algorithms and Experimental Analysis Framework' and 'PelletSpatial: A Hybrid RCC-8 and RDF/OWL Reasoning and Query Engine', which paper was published earlier?" }
{ "string": "Which one was published first, 'KEEL Data-Mining Software Tool: Data Set Repository, Integration of Algorithms and Experimental Analysis Framework' or 'PelletSpatial: A Hybrid RCC-8 and RDF/OWL Reasoning and Query Engine'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/mvl/Alcala-FdezFLDG11> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/semweb/StockerS08> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/mvl/Alcala-FdezFLDG11>, <https://dblp.org/rec/conf/semweb/StockerS08>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/mvl/Alcala-FdezFLDG11>", "<https://dblp.org/rec/conf/semweb/StockerS08>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6902
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'The Need of Performance Indicators for Collaborative Business Ecosystems' published?" }
{ "string": "When were the first papers of the authors of 'The Need of Performance Indicators for Collaborative Business Ecosystems' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/ifip5-5/GracaC15> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/conf/ifip5-5/GracaC15>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6903
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'DFS: A Simple to Write Yet Difficult to Execute Benchmark' or 'A study about control for rolling objects and beam system'?" }
{ "string": "Between 'DFS: A Simple to Write Yet Difficult to Execute Benchmark' and 'A study about control for rolling objects and beam system', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/iiswc/MurphyBMHGL06> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/alr/TakahashiSSY16> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/iiswc/MurphyBMHGL06>, <https://dblp.org/rec/journals/alr/TakahashiSSY16>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/iiswc/MurphyBMHGL06>", "<https://dblp.org/rec/journals/alr/TakahashiSSY16>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6904
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Three-dimensional approach to thresholding seal impressions'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Three-dimensional approach to thresholding seal impressions'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/pr/HoriuchiRHYYT96> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/journals/pr/HoriuchiRHYYT96>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6905
SUPERLATIVE+COMPARATIVE
{ "string": "Which one has more number of authors, 'Constraint Satisfaction: The Approximability of Minimization Problems' or 'Efficient Randomized Pattern-Matching Algorithms'?" }
{ "string": "Between 'Constraint Satisfaction: The Approximability of Minimization Problems' and 'Efficient Randomized Pattern-Matching Algorithms', which paper has more authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/coco/KhannaST97> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/ibmrd/KarpR87> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/coco/KhannaST97>, <https://dblp.org/rec/journals/ibmrd/KarpR87>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/coco/KhannaST97>", "<https://dblp.org/rec/journals/ibmrd/KarpR87>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6906
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'Pair-programming helps female computer science students' or 'Dynamic NoC-based architecture for MPSoC security implementation'?" }
{ "string": "Between 'Pair-programming helps female computer science students' and 'Dynamic NoC-based architecture for MPSoC security implementation', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/jeric/WernerHM04> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/sbcci/SepulvedaGPCS11> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/jeric/WernerHM04>, <https://dblp.org/rec/conf/sbcci/SepulvedaGPCS11>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/jeric/WernerHM04>", "<https://dblp.org/rec/conf/sbcci/SepulvedaGPCS11>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6907
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Optimising quality of information in data collection for mobile sensor networks' and 'High Order Anchoring and Reinitialization of Level Set Function for Simulating Interface Motion', which paper was published earlier?" }
{ "string": "Which one was published first, 'Optimising quality of information in data collection for mobile sensor networks' or 'High Order Anchoring and Reinitialization of Level Set Function for Simulating Interface Motion'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/iwqos/BijarboonehFNP13> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/jscic/RamanujS19> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/iwqos/BijarboonehFNP13>, <https://dblp.org/rec/journals/jscic/RamanujS19>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/iwqos/BijarboonehFNP13>", "<https://dblp.org/rec/journals/jscic/RamanujS19>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6908
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Nondeterministic Discretization of Weights Improves Accuracy of Neural Networks' and 'New methods of human-robot interaction in medical practice', which paper has more authors?" }
{ "string": "Which one has more number of authors, 'Nondeterministic Discretization of Weights Improves Accuracy of Neural Networks' or 'New methods of human-robot interaction in medical practice'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/ecml/Wojnarski07> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/cmpb/Garcia-AracilZCN14> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/ecml/Wojnarski07>, <https://dblp.org/rec/journals/cmpb/Garcia-AracilZCN14>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/ecml/Wojnarski07>", "<https://dblp.org/rec/journals/cmpb/Garcia-AracilZCN14>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6909
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the year in which the first papers of the authors of 'Big Data Analytics: Schizophrenia Prediction on Apache Spark' were published." }
{ "string": "When were the first papers of the authors of 'Big Data Analytics: Schizophrenia Prediction on Apache Spark' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/aces/SaputraA20> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/conf/aces/SaputraA20>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6910
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Insights into visualizing trajectory recommendation rankings'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Insights into visualizing trajectory recommendation rankings'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/acsw/AvazpourG17> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/conf/acsw/AvazpourG17>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6911
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the year in which the first papers of the authors of 'Chaotic Arithmetic Coding for Secure Video Multicast' were published." }
{ "string": "When were the first papers of the authors of 'Chaotic Arithmetic Coding for Secure Video Multicast' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/corr/Pande13> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/journals/corr/Pande13>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6912
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Tag detection algorithm for improving the instability problem of an augmented reality' and 'Agree to disagree: security requirements are different, but mechanisms for security adaptation are not', which paper has more authors?" }
{ "string": "Between 'Tag detection algorithm for improving the instability problem of an augmented reality' and 'Agree to disagree: security requirements are different, but mechanisms for security adaptation are not', which paper has more number of co-authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/ismar/LeeKKH06> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/icse/TunB18> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/ismar/LeeKKH06>, <https://dblp.org/rec/conf/icse/TunB18>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/ismar/LeeKKH06>", "<https://dblp.org/rec/conf/icse/TunB18>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6913
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Experiential learning: Lean team at Virginia Tech' and 'Intelligence obtained by applying data mining to a database of French theses on the subject of Brazil', which paper was published earlier?" }
{ "string": "Which one was published first, 'Experiential learning: Lean team at Virginia Tech' or 'Intelligence obtained by applying data mining to a database of French theses on the subject of Brazil'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/ieem/BuehlmannE14> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/ires/TarapanoffQJA01> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/ieem/BuehlmannE14>, <https://dblp.org/rec/journals/ires/TarapanoffQJA01>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/ieem/BuehlmannE14>", "<https://dblp.org/rec/journals/ires/TarapanoffQJA01>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6914
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'Perceptual characterization of motion evoked by sounds for synthesis control purposes'." }
{ "string": "Who has published the most papers among the authors of 'Perceptual characterization of motion evoked by sounds for synthesis control purposes'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/tap/MererAYK13> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/journals/tap/MererAYK13>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6915
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Entity set expansion in knowledge graph: a heterogeneous information network perspective' and 'A Differential Input/Output Linear MOS Transconductor', which paper has more number of co-authors?" }
{ "string": "Which one has more number of authors, 'Entity set expansion in knowledge graph: a heterogeneous information network perspective' or 'A Differential Input/Output Linear MOS Transconductor'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/fcsc/ShiDCHWL21> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/ieicet/TongpoonMOT11> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/fcsc/ShiDCHWL21>, <https://dblp.org/rec/journals/ieicet/TongpoonMOT11>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/fcsc/ShiDCHWL21>", "<https://dblp.org/rec/journals/ieicet/TongpoonMOT11>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6916
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Extending the conceptual graph approach for data conceptual modelling' and 'The effects of interpulse interval on stochastic properties of electrical stimulation: models and measurements', which paper was published earlier?" }
{ "string": "Which one was published first, 'Extending the conceptual graph approach for data conceptual modelling' or 'The effects of interpulse interval on stochastic properties of electrical stimulation: models and measurements'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/dke/MoulinC92> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/tbe/MatsuokaRAM01> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/dke/MoulinC92>, <https://dblp.org/rec/journals/tbe/MatsuokaRAM01>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/dke/MoulinC92>", "<https://dblp.org/rec/journals/tbe/MatsuokaRAM01>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6917
SUPERLATIVE+COMPARATIVE
{ "string": "Name the primary affiliation of most of the authors of 'Weighted Joint Collaborative Representation Based On Median-Mean Line and Angular Separation'." }
{ "string": "To which institution are the majority of the authors of 'Weighted Joint Collaborative Representation Based On Median-Mean Line and Angular Separation' affiliated?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/tgrs/ImaniG17> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP81
[ "<https://dblp.org/rec/journals/tgrs/ImaniG17>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6918
SUPERLATIVE+COMPARATIVE
{ "string": "When were the first papers of the authors of 'SHIPNET: a real-time local area network for ships' published?" }
{ "string": "In which year were the first papers of the authors of 'SHIPNET: a real-time local area network for ships' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/lcn/SimoncicWCC88> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/conf/lcn/SimoncicWCC88>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6919
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Flood Monitoring Based on Spatial Information Grid'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Flood Monitoring Based on Spatial Information Grid'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/gcc/LiZY09> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/conf/gcc/LiZY09>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6920
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Generalized Fitting Subgroup of a Group of Finite Morley Rank' and 'Harmonized Landsat/Sentinel-2 Products for Land Monitoring', which paper was published earlier?" }
{ "string": "Which one was published first, 'Generalized Fitting Subgroup of a Group of Finite Morley Rank' or 'Harmonized Landsat/Sentinel-2 Products for Land Monitoring'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/jsyml/Nesin91b> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/igarss/MasekJRSCD18> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/jsyml/Nesin91b>, <https://dblp.org/rec/conf/igarss/MasekJRSCD18>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/jsyml/Nesin91b>", "<https://dblp.org/rec/conf/igarss/MasekJRSCD18>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6921
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the year in which the first papers of the authors of 'On the Gonality of Cartesian Products of Graphs' were published." }
{ "string": "When were the first papers of the authors of 'On the Gonality of Cartesian Products of Graphs' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/combinatorics/AidunM20> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/journals/combinatorics/AidunM20>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6922
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'The measurability and predictability of user experience' published?" }
{ "string": "When were the first papers of the authors of 'The measurability and predictability of user experience' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/eics/Law11> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/conf/eics/Law11>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6923
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'RTL Conversion Method From Pipelined Synchronous RTL Models Into Asynchronous Ones' and 'Some Formal Properties of Stratified Feature Grammars', which paper was published earlier?" }
{ "string": "Which one was published first, 'RTL Conversion Method From Pipelined Synchronous RTL Models Into Asynchronous Ones' or 'Some Formal Properties of Stratified Feature Grammars'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/access/SembaS22> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/amai/JohnsonM93> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/access/SembaS22>, <https://dblp.org/rec/journals/amai/JohnsonM93>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/access/SembaS22>", "<https://dblp.org/rec/journals/amai/JohnsonM93>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6924
SUPERLATIVE+COMPARATIVE
{ "string": "To which institution are the majority of the authors of 'Precoding Aided Generalized Spatial Modulation with K Transmit Antenna Groups' affiliated?" }
{ "string": "What is the primary affiliation of most of the authors of the paper 'Precoding Aided Generalized Spatial Modulation with K Transmit Antenna Groups'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/icc/CaoO19> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP81
[ "<https://dblp.org/rec/conf/icc/CaoO19>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6925
SUPERLATIVE+COMPARATIVE
{ "string": "To which institution are the majority of the authors of 'Reframing the Image of a Destination: A Pre-Post Study on Social Media Exposure' affiliated?" }
{ "string": "Name the primary affiliation of most of the authors of 'Reframing the Image of a Destination: A Pre-Post Study on Social Media Exposure'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/enter/MarchioriO15> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP81
[ "<https://dblp.org/rec/conf/enter/MarchioriO15>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6926
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'On the Correspondence between Approximations and Similarity'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'On the Correspondence between Approximations and Similarity'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/rsctc/DohertyS04> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/conf/rsctc/DohertyS04>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6927
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Designing 6DOF haptic transfer functions for effective exploration of 3D diffusion tensor fields' and 'WDM interconnect targeted Si-wire optical demultiplexers for large manufacturing tolerance, low voltage tunability and polarization diversified operability', which paper was published earlier?" }
{ "string": "Which one was published first, 'Designing 6DOF haptic transfer functions for effective exploration of 3D diffusion tensor fields' or 'WDM interconnect targeted Si-wire optical demultiplexers for large manufacturing tolerance, low voltage tunability and polarization diversified operability'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/haptics/OgawaFST09> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/ofc/JeongSTSTM16> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/haptics/OgawaFST09>, <https://dblp.org/rec/conf/ofc/JeongSTSTM16>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/haptics/OgawaFST09>", "<https://dblp.org/rec/conf/ofc/JeongSTSTM16>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6928
SUPERLATIVE+COMPARATIVE
{ "string": "When were the first papers of the authors of 'Moving from DoD to OSI protocols: A first step' published?" }
{ "string": "Mention the year in which the first papers of the authors of 'Moving from DoD to OSI protocols: A first step' were published." }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/ccr/Witt86> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/journals/ccr/Witt86>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6929
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'Neural Network Doc2vec in Automated Sentiment Analysis for Short Informal Texts' or 'Developing Student Oral Presentation Skills with the Help of Mobile Devices'?" }
{ "string": "Between 'Neural Network Doc2vec in Automated Sentiment Analysis for Short Informal Texts' and 'Developing Student Oral Presentation Skills with the Help of Mobile Devices', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/specom/MaslovaP17> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/ijmbl/GweeT15> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/specom/MaslovaP17>, <https://dblp.org/rec/journals/ijmbl/GweeT15>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/specom/MaslovaP17>", "<https://dblp.org/rec/journals/ijmbl/GweeT15>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6930
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Sensory integration training improves balance in older individuals'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Sensory integration training improves balance in older individuals'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/embc/ThompsonSPBGSG20> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/conf/embc/ThompsonSPBGSG20>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6931
SUPERLATIVE+COMPARATIVE
{ "string": "Name the primary affiliation of most of the authors of 'Near optimal multiple alignment within a band in polynomial time'." }
{ "string": "Mention the primary affiliation of most of the authors of 'Near optimal multiple alignment within a band in polynomial time'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/jcss/MaWL07> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP81
[ "<https://dblp.org/rec/journals/jcss/MaWL07>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6932
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Operation of Autonomous AC Microgrid at Constant Frequency and with Reactive Power Generation from Grid-forming, Grid-supporting and Grid-feeding Generators'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Operation of Autonomous AC Microgrid at Constant Frequency and with Reactive Power Generation from Grid-forming, Grid-supporting and Grid-feeding Generators'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/tencon/ZhangF18> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/conf/tencon/ZhangF18>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6933
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'A New Framework Using PCA, LDA and KNN-SVM to Activity Recognition Based SmartPhone's Sensors'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'A New Framework Using PCA, LDA and KNN-SVM to Activity Recognition Based SmartPhone's Sensors'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/icmcs2/MenhourAF18> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/conf/icmcs2/MenhourAF18>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6934
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the year in which the first papers of the authors of 'Language Representations Starting from Fully Initial Languages' were published." }
{ "string": "In which year were the first papers of the authors of 'Language Representations Starting from Fully Initial Languages' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/actaC/PaunV91> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/journals/actaC/PaunV91>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6935
SUPERLATIVE+COMPARATIVE
{ "string": "What is the primary affiliation of most of the authors of the paper 'Learning Discriminative and Generalizable Representations by Spatial-Channel Partition for Person Re-Identification'?" }
{ "string": "To which institution are the majority of the authors of 'Learning Discriminative and Generalizable Representations by Spatial-Channel Partition for Person Re-Identification' affiliated?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/wacv/ChenLB20> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP81
[ "<https://dblp.org/rec/conf/wacv/ChenLB20>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6936
SUPERLATIVE+COMPARATIVE
{ "string": "To which institution are the majority of the authors of 'Fragment-based image completion' affiliated?" }
{ "string": "Mention the primary affiliation of most of the authors of 'Fragment-based image completion'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/tog/DroriCY03> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP81
[ "<https://dblp.org/rec/journals/tog/DroriCY03>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6937
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'On-Line Selection Of Distinguishing Elements For Focused Information Retrieval' and 'Structure learning of sparse directed acyclic graphs incorporating the scale-free property', which paper has more number of co-authors?" }
{ "string": "Which one has more number of authors, 'On-Line Selection Of Distinguishing Elements For Focused Information Retrieval' or 'Structure learning of sparse directed acyclic graphs incorporating the scale-free property'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/icmcs/ChenZCDFZ01> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/cstat/GuoZWL19> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/icmcs/ChenZCDFZ01>, <https://dblp.org/rec/journals/cstat/GuoZWL19>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/icmcs/ChenZCDFZ01>", "<https://dblp.org/rec/journals/cstat/GuoZWL19>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6938
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'The Security-Reliability Tradeoff of Multiuser Scheduling-Aided Energy Harvesting Cognitive Radio Networks' published?" }
{ "string": "When were the first papers of the authors of 'The Security-Reliability Tradeoff of Multiuser Scheduling-Aided Energy Harvesting Cognitive Radio Networks' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/tcom/DingZZCWH19> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/journals/tcom/DingZZCWH19>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6939
SUPERLATIVE+COMPARATIVE
{ "string": "When were the first papers of the authors of 'Chaotic characterisation of frontal normal gait for human identification' published?" }
{ "string": "Mention the year in which the first papers of the authors of 'Chaotic characterisation of frontal normal gait for human identification' were published." }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/eusipco/LeeBLSL07> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/conf/eusipco/LeeBLSL07>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6940
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'Extensible, Extendable, Expandable, Extractable: The 4E Design Approach for Reconfigurable Displays'." }
{ "string": "Who has published the most papers among the authors of 'Extensible, Extendable, Expandable, Extractable: The 4E Design Approach for Reconfigurable Displays'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/ijhci/VanderdoncktV21> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/journals/ijhci/VanderdoncktV21>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6941
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'A new family of multivariate heavy-tailed distributions with variable marginal amounts of tailweight: application to robust clustering'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'A new family of multivariate heavy-tailed distributions with variable marginal amounts of tailweight: application to robust clustering'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/sac/ForbesW14> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/journals/sac/ForbesW14>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6942
SUPERLATIVE+COMPARATIVE
{ "string": "Which one has more number of authors, 'On perceptual advantages of active robot vision' or 'Adaptive Immune System TH1/TH2 Differentiation Mechanism Inspired Perimeter Patrol Control Strategy'?" }
{ "string": "Between 'On perceptual advantages of active robot vision' and 'Adaptive Immune System TH1/TH2 Differentiation Mechanism Inspired Perimeter Patrol Control Strategy', which paper has more number of co-authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/jfr/CannataG99> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/tcst/YangBZH11> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/jfr/CannataG99>, <https://dblp.org/rec/journals/tcst/YangBZH11>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/jfr/CannataG99>", "<https://dblp.org/rec/journals/tcst/YangBZH11>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6943
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Implementation of a DSM-System on Top of InfiniBand'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Implementation of a DSM-System on Top of InfiniBand'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/pdp/EichnerTK06> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/conf/pdp/EichnerTK06>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6944
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'Real Time Solution of Laplace equation using Analog VLSI Circuits' published?" }
{ "string": "When were the first papers of the authors of 'Real Time Solution of Laplace equation using Analog VLSI Circuits' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/iscas/Ramirez-AnguloTD94> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/conf/iscas/Ramirez-AnguloTD94>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6945
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Efficient Parallel Algorithms for Shortest Paths in Planar Graphs'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Efficient Parallel Algorithms for Shortest Paths in Planar Graphs'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/swat/PantziouSZ90> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/conf/swat/PantziouSZ90>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6946
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'Factors that Foster Teacher Educators' Engagement in Technology Learning in the Workplace' published?" }
{ "string": "When were the first papers of the authors of 'Factors that Foster Teacher Educators' Engagement in Technology Learning in the Workplace' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/i-jac/Schols19> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/journals/i-jac/Schols19>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6947
SUPERLATIVE+COMPARATIVE
{ "string": "When were the first papers of the authors of 'SPHN - The Swiss Personalized Health Network Initiative' published?" }
{ "string": "In which year were the first papers of the authors of 'SPHN - The Swiss Personalized Health Network Initiative' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/mie/LawrenceSF20> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/conf/mie/LawrenceSF20>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6948
SUPERLATIVE+COMPARATIVE
{ "string": "Between '3D Space Path Planning of Complex Environmental Underwater Vehicle' and 'Using fMRI to decode true thoughts independent of intention to conceal', which paper was published earlier?" }
{ "string": "Which one was published first, '3D Space Path Planning of Complex Environmental Underwater Vehicle' or 'Using fMRI to decode true thoughts independent of intention to conceal'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/cso/LiuD09> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/neuroimage/YangHGDNB14> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/cso/LiuD09>, <https://dblp.org/rec/journals/neuroimage/YangHGDNB14>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/cso/LiuD09>", "<https://dblp.org/rec/journals/neuroimage/YangHGDNB14>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6949
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'Impact of Spatial Frequency Based Constraints on Adversarial Robustness' or 'The Weakest Failure Detector for Eventual Consistency'?" }
{ "string": "Between 'Impact of Spatial Frequency Based Constraints on Adversarial Robustness' and 'The Weakest Failure Detector for Eventual Consistency', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/ijcnn/BernhardMMBCSR21> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/corr/DuboisGKPS15> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/ijcnn/BernhardMMBCSR21>, <https://dblp.org/rec/journals/corr/DuboisGKPS15>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/ijcnn/BernhardMMBCSR21>", "<https://dblp.org/rec/journals/corr/DuboisGKPS15>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6950
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'ELPKG: A High-Accuracy Link Prediction Approach for Knowledge Graph Completion'." }
{ "string": "Who has published the most papers among the authors of 'ELPKG: A High-Accuracy Link Prediction Approach for Knowledge Graph Completion'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/symmetry/MaQHWZHSWZR19> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/journals/symmetry/MaQHWZHSWZR19>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6951
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'Imagining Replications: Graphical Prediction & Discrete Visualizations Improve Recall & Estimation of Effect Uncertainty' published?" }
{ "string": "Mention the year in which the first papers of the authors of 'Imagining Replications: Graphical Prediction & Discrete Visualizations Improve Recall & Estimation of Effect Uncertainty' were published." }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/tvcg/HullmanKKS18> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/journals/tvcg/HullmanKKS18>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6952
SUPERLATIVE+COMPARATIVE
{ "string": "When were the first papers of the authors of 'Webjects, de vrais objets en param\\u00E8tres des services web' published?" }
{ "string": "Mention the year in which the first papers of the authors of 'Webjects, de vrais objets en param\\u00E8tres des services web' were published." }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/lmo/RogovchenkoM07> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/conf/lmo/RogovchenkoM07>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6953
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Manifold Constrained Variational Mixtures' and 'Enhanced Precision Time Synchronization for Wireless Sensor Networks', which paper has more authors?" }
{ "string": "Which one has more number of authors, 'Manifold Constrained Variational Mixtures' or 'Enhanced Precision Time Synchronization for Wireless Sensor Networks'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/icann/ArchambeauV05> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/sensors/ChoKB11> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/icann/ArchambeauV05>, <https://dblp.org/rec/journals/sensors/ChoKB11>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/icann/ArchambeauV05>", "<https://dblp.org/rec/journals/sensors/ChoKB11>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6954
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'Biometric Authentication'." }
{ "string": "Who has published the most papers among the authors of 'Biometric Authentication'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/computer/Weaver06> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/journals/computer/Weaver06>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6955
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'On the anonymity of two-factor authentication schemes for wireless sensor networks: Attacks, principle and solutions' published?" }
{ "string": "When were the first papers of the authors of 'On the anonymity of two-factor authentication schemes for wireless sensor networks: Attacks, principle and solutions' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/cn/WangW14> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/journals/cn/WangW14>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6956
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Towel: Real World Mobility on the Web' and 'Paired compressed cover trees guarantee a near linear parametrized complexity for all k-nearest neighbors search in an arbitrary metric space', which paper was published earlier?" }
{ "string": "Which one was published first, 'Towel: Real World Mobility on the Web' or 'Paired compressed cover trees guarantee a near linear parametrized complexity for all k-nearest neighbors search in an arbitrary metric space'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/cadui/HarperSG99> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/corr/abs-2201-06553> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/cadui/HarperSG99>, <https://dblp.org/rec/journals/corr/abs-2201-06553>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/cadui/HarperSG99>", "<https://dblp.org/rec/journals/corr/abs-2201-06553>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6957
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Preface'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Preface'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/anor/Guignard-SpielbergS05> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/journals/anor/Guignard-SpielbergS05>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6958
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'Research on Team Orienteering Problem with Dynamic Travel Times'." }
{ "string": "Who has published the most papers among the authors of 'Research on Team Orienteering Problem with Dynamic Travel Times'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/jsw/Li12a> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/journals/jsw/Li12a>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6959
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Cross-modal Collaborative Manifold Propagation for Image Recommendation' and 'Online Manifold Regularization: A New Learning Setting and Empirical Study', which paper was published earlier?" }
{ "string": "Which one was published first, 'Cross-modal Collaborative Manifold Propagation for Image Recommendation' or 'Online Manifold Regularization: A New Learning Setting and Empirical Study'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/mir/JianJYWH19> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/pkdd/GoldbergLZ08> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/mir/JianJYWH19>, <https://dblp.org/rec/conf/pkdd/GoldbergLZ08>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/mir/JianJYWH19>", "<https://dblp.org/rec/conf/pkdd/GoldbergLZ08>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6960
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the primary affiliation of most of the authors of 'Mobile Energy Internet'." }
{ "string": "Where are most of the authors of 'Mobile Energy Internet' from?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/corr/abs-1802-01570> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP81
[ "<https://dblp.org/rec/journals/corr/abs-1802-01570>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6961
SUPERLATIVE+COMPARATIVE
{ "string": "When were the first papers of the authors of 'Model Driven Prediction and Control' published?" }
{ "string": "Mention the year in which the first papers of the authors of 'Model Driven Prediction and Control' were published." }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/jot/AkzhalovaAD07> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/journals/jot/AkzhalovaAD07>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6962
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Approximate QR-based algorithms for recursive nonlinear least squares estimation' and 'Centralization vs decentralization of application software', which paper was published earlier?" }
{ "string": "Which one was published first, 'Approximate QR-based algorithms for recursive nonlinear least squares estimation' or 'Centralization vs decentralization of application software'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/iscas/ChanZL05> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/cacm/SchuffL01> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/iscas/ChanZL05>, <https://dblp.org/rec/journals/cacm/SchuffL01>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/iscas/ChanZL05>", "<https://dblp.org/rec/journals/cacm/SchuffL01>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6963
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Lightweight power line communications for Smart Grid applications with standard RFID tags' and 'Survey: Concentration Inequalities and Martingale Inequalities: A Survey', which paper was published earlier?" }
{ "string": "Which one was published first, 'Lightweight power line communications for Smart Grid applications with standard RFID tags' or 'Survey: Concentration Inequalities and Martingale Inequalities: A Survey'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/globecom/HuettnerKMZ12> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/im/ChungL06> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/globecom/HuettnerKMZ12>, <https://dblp.org/rec/journals/im/ChungL06>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/globecom/HuettnerKMZ12>", "<https://dblp.org/rec/journals/im/ChungL06>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6964
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'Erratum to \\Reformulating table constraints using functional dependencies - an application to explanation generation\\'." }
{ "string": "Who has published the most papers among the authors of 'Erratum to \\Reformulating table constraints using functional dependencies - an application to explanation generation\\'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/constraints/CambazardO10> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/journals/constraints/CambazardO10>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6965
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the year in which the first papers of the authors of 'Automatic call section segmentation for contact-center calls' were published." }
{ "string": "When were the first papers of the authors of 'Automatic call section segmentation for contact-center calls' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/cikm/Park07> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/conf/cikm/Park07>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6966
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Effects of Localized Distribution of Terminals and Mobility on Performance Improvement by Direct Communication'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Effects of Localized Distribution of Terminals and Mobility on Performance Improvement by Direct Communication'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/ieicet/KabasawaNTSSS06> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/journals/ieicet/KabasawaNTSSS06>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6967
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'An Abductive Question-Answer System for the Minimal Logic of Formal Inconsistency mbC' and 'Newton's iteration and the sparse Hensel algorithm (Extended Abstract)', which paper has more authors?" }
{ "string": "Which one has more number of authors, 'An Abductive Question-Answer System for the Minimal Logic of Formal Inconsistency mbC' or 'Newton's iteration and the sparse Hensel algorithm (Extended Abstract)'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/sLogica/ChlebowskiGU22> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/issac/Zippel81> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/sLogica/ChlebowskiGU22>, <https://dblp.org/rec/conf/issac/Zippel81>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/sLogica/ChlebowskiGU22>", "<https://dblp.org/rec/conf/issac/Zippel81>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6968
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'Direct Super-Resolution and Registration Using Raw CFA Images'." }
{ "string": "Who has published the most papers among the authors of 'Direct Super-Resolution and Registration Using Raw CFA Images'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/cvpr/GotohO04> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/conf/cvpr/GotohO04>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6969
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'A Study on MIMO Interference Canceller for Reverse-Link in HAPS Multi-Gateways' or 'Benchmarking for Graph Transformation'?" }
{ "string": "Between 'A Study on MIMO Interference Canceller for Reverse-Link in HAPS Multi-Gateways' and 'Benchmarking for Graph Transformation', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/vtc/FujiiOF20a> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/vl/VarroSV05> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/vtc/FujiiOF20a>, <https://dblp.org/rec/conf/vl/VarroSV05>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/vtc/FujiiOF20a>", "<https://dblp.org/rec/conf/vl/VarroSV05>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6970
SUPERLATIVE+COMPARATIVE
{ "string": "To which institution are the majority of the authors of 'Multiple Description Coding for Video Streaming over Wireless Networks' affiliated?" }
{ "string": "Name the primary affiliation of most of the authors of 'Multiple Description Coding for Video Streaming over Wireless Networks'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/hsnmc/PereiraAB03> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP81
[ "<https://dblp.org/rec/conf/hsnmc/PereiraAB03>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6971
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'An SRP Target Mode to Improve Read Performance of SRP-Based IB-SANs'." }
{ "string": "Who has published the most papers among the authors of 'An SRP Target Mode to Improve Read Performance of SRP-Based IB-SANs'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/ispa/JiangHHWZH07> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/conf/ispa/JiangHHWZH07>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6972
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'The Kista Mentorspace; A Novel Method for Knowledge Sharing in Engineering Education'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'The Kista Mentorspace; A Novel Method for Knowledge Sharing in Engineering Education'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/fie/Smith20> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/conf/fie/Smith20>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6973
SUPERLATIVE+COMPARATIVE
{ "string": "Name the primary affiliation of most of the authors of 'Convex Drawings of Internally Triconnected Plane Graphs on O(n2) Grids'." }
{ "string": "To which institution are the majority of the authors of 'Convex Drawings of Internally Triconnected Plane Graphs on O(n2) Grids' affiliated?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/isaac/ZhouN09> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP81
[ "<https://dblp.org/rec/conf/isaac/ZhouN09>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6974
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'Fully Automated Design of Super-High-Rise Building Structures by a Hybrid AI Model on a Massively Parallel Machine' published?" }
{ "string": "Mention the year in which the first papers of the authors of 'Fully Automated Design of Super-High-Rise Building Structures by a Hybrid AI Model on a Massively Parallel Machine' were published." }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/aim/AdeliP96> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/journals/aim/AdeliP96>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6975
SUPERLATIVE+COMPARATIVE
{ "string": "What is the primary affiliation of most of the authors of the paper 'Guest Editorial'?" }
{ "string": "Where are most of the authors of 'Guest Editorial' from?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/aai/PettaM00> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP81
[ "<https://dblp.org/rec/journals/aai/PettaM00>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6976
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Turing Memorial Lecture Facing Up to Faults' and 'Graph-Based Approach For Representing Business Process Models In Case Of Measuring Business Logic Dependencies', which paper has more number of co-authors?" }
{ "string": "Between 'Turing Memorial Lecture Facing Up to Faults' and 'Graph-Based Approach For Representing Business Process Models In Case Of Measuring Business Logic Dependencies', which paper has more authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/cj/Randell00> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/mcis/MironovG17> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/cj/Randell00>, <https://dblp.org/rec/conf/mcis/MironovG17>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/cj/Randell00>", "<https://dblp.org/rec/conf/mcis/MironovG17>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6977
SUPERLATIVE+COMPARATIVE
{ "string": "When were the first papers of the authors of 'Semivirtual simulations for the evaluation of vision-based ADAS' published?" }
{ "string": "Mention the year in which the first papers of the authors of 'Semivirtual simulations for the evaluation of vision-based ADAS' were published." }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/ivs/ZofkaKSZ14> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/conf/ivs/ZofkaKSZ14>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6978
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'Fast frequency-hopping dynamic multiple-access for cognitive radios: Suboptimum noncoherent maximum-likelihood multiuser detection' or 'DC charger selection scheme for electric vehicle-based tours visiting multiple destinations'?" }
{ "string": "Between 'Fast frequency-hopping dynamic multiple-access for cognitive radios: Suboptimum noncoherent maximum-likelihood multiuser detection' and 'DC charger selection scheme for electric vehicle-based tours visiting multiple destinations', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/iswcs/ZhangYZ10> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/racs/LeeP14> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/iswcs/ZhangYZ10>, <https://dblp.org/rec/conf/racs/LeeP14>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/iswcs/ZhangYZ10>", "<https://dblp.org/rec/conf/racs/LeeP14>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6979
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Is Your Game Generator Working? Evaluating Gemini, an Intentional Generator' and 'A Requirements Engineering Process Adapted to Global Software Development', which paper has more authors?" }
{ "string": "Which one has more number of authors, 'Is Your Game Generator Working? Evaluating Gemini, an Intentional Generator' or 'A Requirements Engineering Process Adapted to Global Software Development'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/aiide/OsbornDASDTWM19> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/cleiej/MighettiH16> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/aiide/OsbornDASDTWM19>, <https://dblp.org/rec/journals/cleiej/MighettiH16>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/aiide/OsbornDASDTWM19>", "<https://dblp.org/rec/journals/cleiej/MighettiH16>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6980
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Guest Editorial: Special Issue on Advances in Vehicle Routing' and 'Editorial: Marr Prize and Honorable Mentions at ICCV 2005', which paper was published earlier?" }
{ "string": "Which one was published first, 'Guest Editorial: Special Issue on Advances in Vehicle Routing' or 'Editorial: Marr Prize and Honorable Mentions at ICCV 2005'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/transci/ChristiansenHL13> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/ijcv/Schnorr07> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/transci/ChristiansenHL13>, <https://dblp.org/rec/journals/ijcv/Schnorr07>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/transci/ChristiansenHL13>", "<https://dblp.org/rec/journals/ijcv/Schnorr07>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6981
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Online Query Scheduling on Source Permutation for Big Data Integration'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Online Query Scheduling on Source Permutation for Big Data Integration'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/corr/YuanG15> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/journals/corr/YuanG15>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6982
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Efficient random coordinate descent algorithms for large-scale structured nonconvex optimization'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Efficient random coordinate descent algorithms for large-scale structured nonconvex optimization'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/jgo/PatrascuN15> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/journals/jgo/PatrascuN15>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6983
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Language processing in connection with speech translation at ATR interpreting telephony research laboratories' and 'Special issue on \\computer graphics and virtual reality\\', which paper has more authors?" }
{ "string": "Between 'Language processing in connection with speech translation at ATR interpreting telephony research laboratories' and 'Special issue on \\computer graphics and virtual reality\\', which paper has more number of co-authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/speech/KurematsuIMS91> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/vlc/HungSH03> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/speech/KurematsuIMS91>, <https://dblp.org/rec/journals/vlc/HungSH03>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/speech/KurematsuIMS91>", "<https://dblp.org/rec/journals/vlc/HungSH03>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6984
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Automatic \\Ground Truth\\ Annotation and Industrial Workpiece Dataset Generation for Deep Learning' and 'Systems Engineering for Assessment of Virtual Power System Implementations', which paper has more number of co-authors?" }
{ "string": "Which one has more number of authors, 'Automatic \\Ground Truth\\ Annotation and Industrial Workpiece Dataset Generation for Deep Learning' or 'Systems Engineering for Assessment of Virtual Power System Implementations'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/ijautcomp/LiuW20> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/ifip12/LukovicK13> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/ijautcomp/LiuW20>, <https://dblp.org/rec/conf/ifip12/LukovicK13>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/ijautcomp/LiuW20>", "<https://dblp.org/rec/conf/ifip12/LukovicK13>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6985
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Fourier-Hermite Kalman Filter'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Fourier-Hermite Kalman Filter'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/tac/SarmavuoriS12> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/journals/tac/SarmavuoriS12>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6986
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'A survey of recent work on evolutionary approaches to the protein folding problem'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'A survey of recent work on evolutionary approaches to the protein folding problem'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/cec/GreenwoodSLF99> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/conf/cec/GreenwoodSLF99>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6987
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'Microcomputer Playfulness: Developing a Measure With Workplace Implications' or 'Hacking for a cause'?" }
{ "string": "Between 'Microcomputer Playfulness: Developing a Measure With Workplace Implications' and 'Hacking for a cause', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/misq/WebsterM92> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/firstmonday/Still05> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/misq/WebsterM92>, <https://dblp.org/rec/journals/firstmonday/Still05>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/misq/WebsterM92>", "<https://dblp.org/rec/journals/firstmonday/Still05>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6988
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the primary affiliation of most of the authors of 'Three-dimensional aerial base station location for sudden traffic with deep reinforcement learning in 5G mmWave networks'." }
{ "string": "Where are most of the authors of 'Three-dimensional aerial base station location for sudden traffic with deep reinforcement learning in 5G mmWave networks' from?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/ijdsn/YuGHSWD20> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP81
[ "<https://dblp.org/rec/journals/ijdsn/YuGHSWD20>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6989
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'Discovering Cyclic Causal Models by Independent Components Analysis'." }
{ "string": "Who has published the most papers among the authors of 'Discovering Cyclic Causal Models by Independent Components Analysis'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/corr/abs-1206-3273> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/journals/corr/abs-1206-3273>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6990
SUPERLATIVE+COMPARATIVE
{ "string": "When were the first papers of the authors of 'Using SAT/SMT Solvers for Efficiently Tuning Fuzzy Logic Programs' published?" }
{ "string": "Mention the year in which the first papers of the authors of 'Using SAT/SMT Solvers for Efficiently Tuning Fuzzy Logic Programs' were published." }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/fuzzIEEE/RiazaM20> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y }" }
TP83
[ "<https://dblp.org/rec/conf/fuzzIEEE/RiazaM20>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6991
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'Spatial random modeling of vehicular traffic in VANETs'." }
{ "string": "Who has published the most papers among the authors of 'Spatial random modeling of vehicular traffic in VANETs'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/itsc/LiuGW17> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/conf/itsc/LiuGW17>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6992
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Visualizing DNS traffic' and 'A modular approach to training', which paper has more number of co-authors?" }
{ "string": "Between 'Visualizing DNS traffic' and 'A modular approach to training', which paper has more authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/vizsec/RenKG06> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/siguccs/Kraus86> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/vizsec/RenKG06>, <https://dblp.org/rec/conf/siguccs/Kraus86>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/vizsec/RenKG06>", "<https://dblp.org/rec/conf/siguccs/Kraus86>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6993
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Self-Aligned Double Patterning Aware Pin Access and Standard Cell Layout Co-Optimization' and 'On Performance Prediction of Parallel Computations with Precedent Constraints', which paper has more authors?" }
{ "string": "Which one has more number of authors, 'Self-Aligned Double Patterning Aware Pin Access and Standard Cell Layout Co-Optimization' or 'On Performance Prediction of Parallel Computations with Precedent Constraints'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/tcad/XuCYYP15> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/tpds/LiangT00> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/tcad/XuCYYP15>, <https://dblp.org/rec/journals/tpds/LiangT00>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/tcad/XuCYYP15>", "<https://dblp.org/rec/journals/tpds/LiangT00>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6994
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Parameter Estimation in Bayesian Networks from Incomplete Databases' and 'Consensus for Crosschain Communications', which paper was published earlier?" }
{ "string": "Which one was published first, 'Parameter Estimation in Bayesian Networks from Incomplete Databases' or 'Consensus for Crosschain Communications'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/ida/RamoniS98> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/corr/abs-2004-09494> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/ida/RamoniS98>, <https://dblp.org/rec/journals/corr/abs-2004-09494>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/ida/RamoniS98>", "<https://dblp.org/rec/journals/corr/abs-2004-09494>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6995
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Nonlinear Guidance Laws for Trajectory Tracking over a Mobile Communication Network applied to Unmanned Ground Vehicles'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Nonlinear Guidance Laws for Trajectory Tracking over a Mobile Communication Network applied to Unmanned Ground Vehicles'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/icca/VeerapaneniBS18> <https://dblp.org/rdf/schema#authoredBy> ?answer . ?x <https://dblp.org/rdf/schema#authoredBy> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP82
[ "<https://dblp.org/rec/conf/icca/VeerapaneniBS18>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6996
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Discovering topics from dark websites' and 'Visible-Band Nanosecond Pulsed Laser Damage Thresholds of Silicon 2D Imaging Arrays', which paper has more number of co-authors?" }
{ "string": "Between 'Discovering topics from dark websites' and 'Visible-Band Nanosecond Pulsed Laser Damage Thresholds of Silicon 2D Imaging Arrays', which paper has more authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/cics/YangLKE09> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/sensors/WestgateJ22> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/cics/YangLKE09>, <https://dblp.org/rec/journals/sensors/WestgateJ22>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/cics/YangLKE09>", "<https://dblp.org/rec/journals/sensors/WestgateJ22>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6997
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the primary affiliation of most of the authors of 'A new FCA algorithm enabling analyzing of complex and dynamic data sets'." }
{ "string": "Name the primary affiliation of most of the authors of 'A new FCA algorithm enabling analyzing of complex and dynamic data sets'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/soco/GajdosS14> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> ?answer } GROUP BY ?answer } ORDER BY DESC(?count) LIMIT 1" }
TP81
[ "<https://dblp.org/rec/journals/soco/GajdosS14>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6998
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'IR models: foundations and relationships' and 'Modellbasierte Regelung pneumatisch betriebener Herzunterst\\u00FCtzungssysteme', which paper has more number of co-authors?" }
{ "string": "Between 'IR models: foundations and relationships' and 'Modellbasierte Regelung pneumatisch betriebener Herzunterst\\u00FCtzungssysteme', which paper has more authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/sigir/Roelleke12> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/at/SievertDLAS11> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/sigir/Roelleke12>, <https://dblp.org/rec/journals/at/SievertDLAS11>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/sigir/Roelleke12>", "<https://dblp.org/rec/journals/at/SievertDLAS11>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6999
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'Blind Adversarial Pruning: Balance Accuracy, Efficiency and Robustness' or 'PROMETHEUS database: A multimodal corpus for research on modeling and interpreting human behavior'?" }
{ "string": "Between 'Blind Adversarial Pruning: Balance Accuracy, Efficiency and Robustness' and 'PROMETHEUS database: A multimodal corpus for research on modeling and interpreting human behavior', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/corr/abs-2004-05913> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/icdsp/NtalampirasASGP09> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/corr/abs-2004-05913>, <https://dblp.org/rec/conf/icdsp/NtalampirasASGP09>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/corr/abs-2004-05913>", "<https://dblp.org/rec/conf/icdsp/NtalampirasASGP09>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q7000
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, '2018 IEEE Transactions on Control Systems Technology Outstanding Paper Award' or 'Instance-Based Non-standard Inferences in $\\\\mathcal{EL}$ with Subjective Probabilities'?" }
{ "string": "Between '2018 IEEE Transactions on Control Systems Technology Outstanding Paper Award' and 'Instance-Based Non-standard Inferences in $\\\\mathcal{EL}$ with Subjective Probabilities', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/tcst/Ruppert19> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/semweb/PenalozaT13> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/tcst/Ruppert19>, <https://dblp.org/rec/conf/semweb/PenalozaT13>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/tcst/Ruppert19>", "<https://dblp.org/rec/conf/semweb/PenalozaT13>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false