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
Q6801
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the year in which the first papers of the authors of 'Orienting Matroids Representable Over Both GF(3) and GF(5)' were published." }
{ "string": "When were the first papers of the authors of 'Orienting Matroids Representable Over Both GF(3) and GF(5)' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/ejc/Lee99> <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/ejc/Lee99>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6802
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Towards an architecture for component-oriented parallel programming'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Towards an architecture for component-oriented parallel programming'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/concurrency/JuniorLCA07> <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/concurrency/JuniorLCA07>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6803
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Feature Integration with Adaptive Importance Maps for Visual Tracking' and 'Human and Animal Motion Tracking Using Inertial Sensors', which paper was published earlier?" }
{ "string": "Which one was published first, 'Feature Integration with Adaptive Importance Maps for Visual Tracking' or 'Human and Animal Motion Tracking Using Inertial Sensors'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/ijcai/LiYY18> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/sensors/Marin20> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/ijcai/LiYY18>, <https://dblp.org/rec/journals/sensors/Marin20>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/ijcai/LiYY18>", "<https://dblp.org/rec/journals/sensors/Marin20>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6804
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the year in which the first papers of the authors of 'Quantitative Analysis of Soil Total Nitrogen Using Hyperspectral Imaging Technology with Extreme Learning Machine' were published." }
{ "string": "When were the first papers of the authors of 'Quantitative Analysis of Soil Total Nitrogen Using Hyperspectral Imaging Technology with Extreme Learning Machine' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/sensors/LiJL19> <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/sensors/LiJL19>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6805
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'Reconfigurable Intelligent Surfaces: Potentials, Applications, and Challenges for 6G Wireless Networks' or 'Reducing lead time for modeling in CAD simulation softwares'?" }
{ "string": "Between 'Reconfigurable Intelligent Surfaces: Potentials, Applications, and Challenges for 6G Wireless Networks' and 'Reducing lead time for modeling in CAD simulation softwares', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/wc/BasharatHPMDG21> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/wsc/ThomasKR05> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/wc/BasharatHPMDG21>, <https://dblp.org/rec/conf/wsc/ThomasKR05>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/wc/BasharatHPMDG21>", "<https://dblp.org/rec/conf/wsc/ThomasKR05>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6806
SUPERLATIVE+COMPARATIVE
{ "string": "Name the primary affiliation of most of the authors of 'Textual Analysis of Stock Market Prediction Using Financial News Articles'." }
{ "string": "Where are most of the authors of 'Textual Analysis of Stock Market Prediction Using Financial News Articles' from?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/amcis/SchumakerC06> <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/amcis/SchumakerC06>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6807
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the year in which the first papers of the authors of 'WHUSUM: Wuhan University at the Update Summarization Task of TAC 2009' were published." }
{ "string": "In which year were the first papers of the authors of 'WHUSUM: Wuhan University at the Update Summarization Task of TAC 2009' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/tac/HuJ09> <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/tac/HuJ09>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6808
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Networking across boundaries: enabling wireless communication through the water-air interface' and 'SD-WISE: A Software-Defined WIreless SEnsor network', which paper has more authors?" }
{ "string": "Which one has more number of authors, 'Networking across boundaries: enabling wireless communication through the water-air interface' or 'SD-WISE: A Software-Defined WIreless SEnsor network'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/sigcomm/TonoliniA18> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/cn/AnadiotisGMMP19> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/sigcomm/TonoliniA18>, <https://dblp.org/rec/journals/cn/AnadiotisGMMP19>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/sigcomm/TonoliniA18>", "<https://dblp.org/rec/journals/cn/AnadiotisGMMP19>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6809
SUPERLATIVE+COMPARATIVE
{ "string": "To which institution are the majority of the authors of '3D image generation with laser radar based on APD arrays' affiliated?" }
{ "string": "Where are most of the authors of '3D image generation with laser radar based on APD arrays' from?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/igarss/ZhouLJLLSY15> <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/igarss/ZhouLJLLSY15>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6810
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Boosted KZ and LLL Algorithms' and 'Optogenetic fMRI and electrophysiological identification of region-specific connectivity between the cerebellar cortex and forebrain', which paper has more number of co-authors?" }
{ "string": "Which one has more number of authors, 'Boosted KZ and LLL Algorithms' or 'Optogenetic fMRI and electrophysiological identification of region-specific connectivity between the cerebellar cortex and forebrain'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/corr/LyuL17> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/neuroimage/ChoeSHOM18> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/corr/LyuL17>, <https://dblp.org/rec/journals/neuroimage/ChoeSHOM18>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/corr/LyuL17>", "<https://dblp.org/rec/journals/neuroimage/ChoeSHOM18>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6811
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Integrating X400 message handling into the IBM VM/SP environment'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Integrating X400 message handling into the IBM VM/SP environment'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/ccr/FischerR87> <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/ccr/FischerR87>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6812
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'A Novel Medical Image Signcryption Scheme Using TLTS and Henon Chaotic Map' and 'Hierarchical simultaneous localization and mapping', which paper was published earlier?" }
{ "string": "Which one was published first, 'A Novel Medical Image Signcryption Scheme Using TLTS and Henon Chaotic Map' or 'Hierarchical simultaneous localization and mapping'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/access/AliA20> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/iros/LisienMSKRC03> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/access/AliA20>, <https://dblp.org/rec/conf/iros/LisienMSKRC03>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/access/AliA20>", "<https://dblp.org/rec/conf/iros/LisienMSKRC03>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6813
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Simple derivation and closed-form frequency-domain design of wideband length-8 interpolation kernel' and 'Statistical Analysis of Reliability Data (M J Crowder, A C Kimber, R L Smith, and T J Sweeting)', which paper was published earlier?" }
{ "string": "Which one was published first, 'Simple derivation and closed-form frequency-domain design of wideband length-8 interpolation kernel' or 'Statistical Analysis of Reliability Data (M J Crowder, A C Kimber, R L Smith, and T J Sweeting)'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/sigpro/Deng17> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/siamrev/Singpurwalla93> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/sigpro/Deng17>, <https://dblp.org/rec/journals/siamrev/Singpurwalla93>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/sigpro/Deng17>", "<https://dblp.org/rec/journals/siamrev/Singpurwalla93>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6814
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the year in which the first papers of the authors of 'Assisted Magnetic Resonance Imaging Diagnosis for Alzheimer's Disease Based on Kernel Principal Component Analysis and Supervised Classification Schemes' were published." }
{ "string": "When were the first papers of the authors of 'Assisted Magnetic Resonance Imaging Diagnosis for Alzheimer's Disease Based on Kernel Principal Component Analysis and Supervised Classification Schemes' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/jips/WangZYS21> <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/jips/WangZYS21>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6815
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Problem 11094'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Problem 11094'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/tamm/Bataille04> <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/tamm/Bataille04>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6816
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the primary affiliation of most of the authors of 'Automatic Lane Detection in Chromatography Images'." }
{ "string": "What is the primary affiliation of most of the authors of the paper 'Automatic Lane Detection in Chromatography Images'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/iciar/MoreiraSMC12> <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/iciar/MoreiraSMC12>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6817
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Performance improvement in detection and estimation of MC-CDMA systems over MIMO channels' and 'Towards the model-driven engineering of security requirements for embedded systems', which paper was published earlier?" }
{ "string": "Which one was published first, 'Performance improvement in detection and estimation of MC-CDMA systems over MIMO channels' or 'Towards the model-driven engineering of security requirements for embedded systems'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/cee/KumaratharanD10> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/re/RoudierIA13> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/cee/KumaratharanD10>, <https://dblp.org/rec/conf/re/RoudierIA13>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/cee/KumaratharanD10>", "<https://dblp.org/rec/conf/re/RoudierIA13>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6818
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'The effect of the number of mobile nodes on varying speeds of manets'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'The effect of the number of mobile nodes on varying speeds of manets'." }
{ "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-1212-2567> <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-1212-2567>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6819
SUPERLATIVE+COMPARATIVE
{ "string": "Which one has more number of authors, 'Multijoint Control Strategies Transfer Between Tasks' or '\\u041C\\u043E\\u0434\\u0435\\u043B\\u044C \\u0441\\u0435\\u043C\\u0430\\u043D\\u0442\\u0438\\u0447\\u0435\\u0441\\u043A\\u043E\\u0433\\u043E \\u0443\\u043F\\u0440\\u0430\\u0432\\u043B\\u0435\\u043D\\u0438\\u044F \\u043B\\u0438\\u0447\\u043D\\u043E\\u0439 \\u0438\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0438\\u0435\\u0439 (Model of Semantic Personal Information Management System)'?" }
{ "string": "Between 'Multijoint Control Strategies Transfer Between Tasks' and '\\u041C\\u043E\\u0434\\u0435\\u043B\\u044C \\u0441\\u0435\\u043C\\u0430\\u043D\\u0442\\u0438\\u0447\\u0435\\u0441\\u043A\\u043E\\u0433\\u043E \\u0443\\u043F\\u0440\\u0430\\u0432\\u043B\\u0435\\u043D\\u0438\\u044F \\u043B\\u0438\\u0447\\u043D\\u043E\\u0439 \\u0438\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0438\\u0435\\u0439 (Model of Semantic Personal Information Management System)', which paper has more authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/bc/McNitt-GrayRF06> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/rcdl/BezdushnyBS14> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/bc/McNitt-GrayRF06>, <https://dblp.org/rec/conf/rcdl/BezdushnyBS14>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/bc/McNitt-GrayRF06>", "<https://dblp.org/rec/conf/rcdl/BezdushnyBS14>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6820
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'Mobile robot sonar interpretation algorithm for distinguishing trees from poles' published?" }
{ "string": "When were the first papers of the authors of 'Mobile robot sonar interpretation algorithm for distinguishing trees from poles' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/ras/GaoH05> <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/ras/GaoH05>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6821
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'ISC-FS: An Improved Spectral Clustering with Feature Selection for Defect Prediction' published?" }
{ "string": "When were the first papers of the authors of 'ISC-FS: An Improved Spectral Clustering with Feature Selection for Defect Prediction' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/seke/LuQZ20> <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/seke/LuQZ20>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6822
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'A gyrification analysis approach based on Laplace Beltrami eigenfunction level sets' and 'The Software Design of Car Low-Speed Intelligent Braking System', which paper has more authors?" }
{ "string": "Between 'A gyrification analysis approach based on Laplace Beltrami eigenfunction level sets' and 'The Software Design of Car Low-Speed Intelligent Braking System', which paper has more number of co-authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/neuroimage/ShishegarPGEJJ21> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/cscloud/BaoHLJ15> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/neuroimage/ShishegarPGEJJ21>, <https://dblp.org/rec/conf/cscloud/BaoHLJ15>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/neuroimage/ShishegarPGEJJ21>", "<https://dblp.org/rec/conf/cscloud/BaoHLJ15>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6823
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Improvement of driver to gate coupling circuits for SiC MOSFETS' and 'Service', which paper has more authors?" }
{ "string": "Between 'Improvement of driver to gate coupling circuits for SiC MOSFETS' and 'Service', which paper has more number of co-authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/isie/BalcellsMLL14> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/ki/Timpf08b> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/isie/BalcellsMLL14>, <https://dblp.org/rec/journals/ki/Timpf08b>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/isie/BalcellsMLL14>", "<https://dblp.org/rec/journals/ki/Timpf08b>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6824
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'Black holes, quantum mechanics, and the limits of polynomial-time computability'." }
{ "string": "Who has published the most papers among the authors of 'Black holes, quantum mechanics, and the limits of polynomial-time computability'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/crossroads/Jordan16> <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/crossroads/Jordan16>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6825
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Experimental Test of an Interacting Multiple Model Filtering Algorithm for Actuator Fault Detection and Diagnosis of an Unmanned Quadrotor Helicopter' and 'Development of A Novel Vacuum-Suction Gripper Capable of Changing Gripping Position', which paper has more authors?" }
{ "string": "Between 'Experimental Test of an Interacting Multiple Model Filtering Algorithm for Actuator Fault Detection and Diagnosis of an Unmanned Quadrotor Helicopter' and 'Development of A Novel Vacuum-Suction Gripper Capable of Changing Gripping Position', which paper has more number of co-authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/icira/AmoozgarCZ12> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/robio/ChenCLZGZ18> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/icira/AmoozgarCZ12>, <https://dblp.org/rec/conf/robio/ChenCLZGZ18>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/icira/AmoozgarCZ12>", "<https://dblp.org/rec/conf/robio/ChenCLZGZ18>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6826
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the year in which the first papers of the authors of 'The effects of femoral neck cut, cable tension, and muscles forces on the greater trochanter fixation' were published." }
{ "string": "When were the first papers of the authors of 'The effects of femoral neck cut, cable tension, and muscles forces on the greater trochanter fixation' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/mbec/PetitCDL12> <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/mbec/PetitCDL12>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6827
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'A Replicated Object Server for a Distributed Object-Oriented System'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'A Replicated Object Server for a Distributed Object-Oriented System'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/srds/Chevalier92> <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/srds/Chevalier92>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6828
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Routing in ad hoc networks: a theoretical framework with practical implications'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Routing in ad hoc networks: a theoretical framework with practical implications'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/infocom/ZhouA05> <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/infocom/ZhouA05>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6829
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Reconstructing Territorial Units and Hierarchies: A Belgian Example'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Reconstructing Territorial Units and Hierarchies: A Belgian Example'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/hac/MoorW01> <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/hac/MoorW01>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6830
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'President's letter to the ACM membership: involvement' or 'North Pole Adventures'?" }
{ "string": "Between 'President's letter to the ACM membership: involvement' and 'North Pole Adventures', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/cacm/Galler68c> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/tkl/Boytchev02> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/cacm/Galler68c>, <https://dblp.org/rec/journals/tkl/Boytchev02>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/cacm/Galler68c>", "<https://dblp.org/rec/journals/tkl/Boytchev02>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6831
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'A Smart Technique to Forecast Karachi Stock Market Share-Values using ARIMA Model' and 'A Study of Phase Noise and Frequency Error of a Fractional-N PLL in the Course of FMCW Chirp Generation', which paper was published earlier?" }
{ "string": "Which one was published first, 'A Smart Technique to Forecast Karachi Stock Market Share-Values using ARIMA Model' or 'A Study of Phase Noise and Frequency Error of a Fractional-N PLL in the Course of FMCW Chirp Generation'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/fit/LatifNRF21> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/tcas/ErgintavHFK19> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/fit/LatifNRF21>, <https://dblp.org/rec/journals/tcas/ErgintavHFK19>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/fit/LatifNRF21>", "<https://dblp.org/rec/journals/tcas/ErgintavHFK19>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6832
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the year in which the first papers of the authors of 'The Study of the Solution on Multi-objective Linear Programming Problem under Fuzzy' were published." }
{ "string": "In which year were the first papers of the authors of 'The Study of the Solution on Multi-objective Linear Programming Problem under Fuzzy' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/apwcs/CuiQPWL10> <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/apwcs/CuiQPWL10>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6833
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'Modified group method for mobility management' published?" }
{ "string": "When were the first papers of the authors of 'Modified group method for mobility management' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/comcom/WengH00> <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/comcom/WengH00>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6834
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'Augmenting processes with decision intelligence: Principles for integrated modelling'." }
{ "string": "Who has published the most papers among the authors of 'Augmenting processes with decision intelligence: Principles for integrated modelling'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/dss/HasicSV18> <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/dss/HasicSV18>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6835
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Multiuser hybrid phase-only analog/digital beamforming with genetic algorithm'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Multiuser hybrid phase-only analog/digital beamforming with genetic algorithm'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/pimrc/HongWGY14> <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/pimrc/HongWGY14>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6836
SUPERLATIVE+COMPARATIVE
{ "string": "When were the first papers of the authors of 'Software Assumptions Failure Tolerance: Role, Strategies, and Visions' published?" }
{ "string": "Mention the year in which the first papers of the authors of 'Software Assumptions Failure Tolerance: Role, Strategies, and Visions' were published." }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/corr/Florio16a> <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/Florio16a>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6837
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Bio-inspired multi-robot communication through behavior recognition' and 'Template-based Recognition of Static Sitting Postures', which paper has more number of co-authors?" }
{ "string": "Between 'Bio-inspired multi-robot communication through behavior recognition' and 'Template-based Recognition of Static Sitting Postures', which paper has more authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/robio/NovitzkyPCBW12> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/cvpr/ZhuMT03> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/robio/NovitzkyPCBW12>, <https://dblp.org/rec/conf/cvpr/ZhuMT03>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/robio/NovitzkyPCBW12>", "<https://dblp.org/rec/conf/cvpr/ZhuMT03>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6838
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'A Generic Improvement to Deep Residual Networks Based on Gradient Flow' and 'Designing a Web Page Considering the Interaction Characteristics of the Hard-of-Hearing', which paper has more authors?" }
{ "string": "Which one has more number of authors, 'A Generic Improvement to Deep Residual Networks Based on Gradient Flow' or 'Designing a Web Page Considering the Interaction Characteristics of the Hard-of-Hearing'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/tnn/SanthanamD20> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/icchp/NamatameNK06> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/tnn/SanthanamD20>, <https://dblp.org/rec/conf/icchp/NamatameNK06>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/tnn/SanthanamD20>", "<https://dblp.org/rec/conf/icchp/NamatameNK06>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6839
SUPERLATIVE+COMPARATIVE
{ "string": "Where are most of the authors of 'Generator Polynomial Matrices of Reversed and Reversible Quasi-Cyclic Codes' from?" }
{ "string": "Mention the primary affiliation of most of the authors of 'Generator Polynomial Matrices of Reversed and Reversible Quasi-Cyclic Codes'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/isita/ElDinM20> <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/isita/ElDinM20>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6840
SUPERLATIVE+COMPARATIVE
{ "string": "When were the first papers of the authors of 'Average-Case Analysis of the Modified Marmonic Algorithm' published?" }
{ "string": "Mention the year in which the first papers of the authors of 'Average-Case Analysis of the Modified Marmonic Algorithm' were published." }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/fsttcs/RamananT86> <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/fsttcs/RamananT86>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6841
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Structure properties of min-max systems and existence of global cycle time' and 'Leveraging colour segmentation for upper-body detection', which paper was published earlier?" }
{ "string": "Which one was published first, 'Structure properties of min-max systems and existence of global cycle time' or 'Leveraging colour segmentation for upper-body detection'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/tac/ZhaoZZ01> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/pr/DuffnerO14> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/tac/ZhaoZZ01>, <https://dblp.org/rec/journals/pr/DuffnerO14>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/tac/ZhaoZZ01>", "<https://dblp.org/rec/journals/pr/DuffnerO14>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6842
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Data Bank Design of Current Pests of Wheat and Barely Based on Iranian Environment' and 'High-order compact scheme for solving nonlinear Black-Scholes equation with transaction cost', which paper has more number of co-authors?" }
{ "string": "Which one has more number of authors, 'Data Bank Design of Current Pests of Wheat and Barely Based on Iranian Environment' or 'High-order compact scheme for solving nonlinear Black-Scholes equation with transaction cost'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/icecs/Sadeghi09> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/ijcm/LiaoK09> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/icecs/Sadeghi09>, <https://dblp.org/rec/journals/ijcm/LiaoK09>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/icecs/Sadeghi09>", "<https://dblp.org/rec/journals/ijcm/LiaoK09>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6843
SUPERLATIVE+COMPARATIVE
{ "string": "When were the first papers of the authors of 'Description of an Advantageous Optical Label-Free Biosensing Interferometric Read-Out Method to Measure Biological Species' published?" }
{ "string": "In which year were the first papers of the authors of 'Description of an Advantageous Optical Label-Free Biosensing Interferometric Read-Out Method to Measure Biological Species' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/sensors/HolgadoSLLCL14> <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/sensors/HolgadoSLLCL14>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6844
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'S2RP: a Secure and Scalable Rekeying Protocol for Wireless Sensor Networks'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'S2RP: a Secure and Scalable Rekeying Protocol for Wireless Sensor Networks'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/mass/DiniS06> <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/mass/DiniS06>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6845
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'Segmentation and Detection of Nuclei in Silver Stained Cell Specimens for Early Cancer Diagnosis' published?" }
{ "string": "When were the first papers of the authors of 'Segmentation and Detection of Nuclei in Silver Stained Cell Specimens for Early Cancer Diagnosis' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/icip/BellHMBA07> <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/icip/BellHMBA07>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6846
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'Application of Extreme Value Analysis to Extreme Drought Disaster Area in China' or 'LIMOFilling: Local Information Guide Hole-Filling and Sharp Feature Recovery for Manifold Meshes'?" }
{ "string": "Between 'Application of Extreme Value Analysis to Extreme Drought Disaster Area in China' and 'LIMOFilling: Local Information Guide Hole-Filling and Sharp Feature Recovery for Manifold Meshes', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/series/crm/XuWC11> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/remotesensing/GouSLPGYH22> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/series/crm/XuWC11>, <https://dblp.org/rec/journals/remotesensing/GouSLPGYH22>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/series/crm/XuWC11>", "<https://dblp.org/rec/journals/remotesensing/GouSLPGYH22>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6847
SUPERLATIVE+COMPARATIVE
{ "string": "When were the first papers of the authors of 'Interview - An interview with Ping Fu' published?" }
{ "string": "Mention the year in which the first papers of the authors of 'Interview - An interview with Ping Fu' were published." }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/cacm/Cramblitt09> <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/cacm/Cramblitt09>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6848
SUPERLATIVE+COMPARATIVE
{ "string": "What is the primary affiliation of most of the authors of the paper 'Optimal preictal period in seizure prediction'?" }
{ "string": "Name the primary affiliation of most of the authors of 'Optimal preictal period in seizure prediction'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/iwbbio/BandarabadiRTD14> <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/iwbbio/BandarabadiRTD14>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6849
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'On total 9-coloring planar graphs of maximum degree seven' published?" }
{ "string": "When were the first papers of the authors of 'On total 9-coloring planar graphs of maximum degree seven' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/jgt/SandersZ99> <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/jgt/SandersZ99>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6850
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'DDA\\\\Repository: An Associative, Dynamic and Incremental Repository of Design Diagrams'." }
{ "string": "Who has published the most papers among the authors of 'DDA\\\\Repository: An Associative, Dynamic and Incremental Repository of Design Diagrams'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/diagrams/DaveJ12> <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/diagrams/DaveJ12>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6851
SUPERLATIVE+COMPARATIVE
{ "string": "To which institution are the majority of the authors of 'Nonlinear Regularized Reaction-Diffusion Filters for Denoising of Images With Textures' affiliated?" }
{ "string": "Where are most of the authors of 'Nonlinear Regularized Reaction-Diffusion Filters for Denoising of Images With Textures' from?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/tip/PlonkaM08> <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/tip/PlonkaM08>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6852
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Attention Distribution and Decision-Making in the Process of Robot's Appearance Design and Selection'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Attention Distribution and Decision-Making in the Process of Robot's Appearance Design and Selection'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/hci/KhooLCLTS22> <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/hci/KhooLCLTS22>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6853
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'Evaluating policies and mechanisms to support distributed real-time applications with CORBA' or 'Application of a GIS-Based Slope Unit Method for Landslide Susceptibility Mapping along the Longzi River, Southeastern Tibetan Plateau, China'?" }
{ "string": "Between 'Evaluating policies and mechanisms to support distributed real-time applications with CORBA' and 'Application of a GIS-Based Slope Unit Method for Landslide Susceptibility Mapping along the Longzi River, Southeastern Tibetan Plateau, China', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/concurrency/ORyanSKSPPL01> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/ijgi/WangXWWJ17> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/concurrency/ORyanSKSPPL01>, <https://dblp.org/rec/journals/ijgi/WangXWWJ17>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/concurrency/ORyanSKSPPL01>", "<https://dblp.org/rec/journals/ijgi/WangXWWJ17>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6854
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'A discrete-event system approach to multi-agent distributed control of container terminals'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'A discrete-event system approach to multi-agent distributed control of container terminals'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/icinco/Maione07> <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/icinco/Maione07>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6855
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Extending ACTS operations through a university-based consortium' and 'Capacity lower bound and energy efficiency of training-based MIMO systems over correlated channels', which paper has more authors?" }
{ "string": "Between 'Extending ACTS operations through a university-based consortium' and 'Capacity lower bound and energy efficiency of training-based MIMO systems over correlated channels', which paper has more number of co-authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/spacecomm/BauerKIK02> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/ijcomsys/PangLJ09> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/spacecomm/BauerKIK02>, <https://dblp.org/rec/journals/ijcomsys/PangLJ09>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/spacecomm/BauerKIK02>", "<https://dblp.org/rec/journals/ijcomsys/PangLJ09>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6856
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Enhanced position location with UWB in obstructed LOS and NLOS multipath environments' and 'Learning Multiple Categories on Deep Convolution Networks', which paper was published earlier?" }
{ "string": "Which one was published first, 'Enhanced position location with UWB in obstructed LOS and NLOS multipath environments' or 'Learning Multiple Categories on Deep Convolution Networks'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/eusipco/ShahT05> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/corr/abs-1802-07672> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/eusipco/ShahT05>, <https://dblp.org/rec/journals/corr/abs-1802-07672>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/eusipco/ShahT05>", "<https://dblp.org/rec/journals/corr/abs-1802-07672>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6857
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'Clustering of Software Systems Using New Hybrid Algorithms' published?" }
{ "string": "Mention the year in which the first papers of the authors of 'Clustering of Software Systems Using New Hybrid Algorithms' were published." }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/IEEEcit/MamaghaniM09> <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/IEEEcit/MamaghaniM09>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6858
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the year in which the first papers of the authors of 'The Dial: Exploring Computational Strangeness' were published." }
{ "string": "When were the first papers of the authors of 'The Dial: Exploring Computational Strangeness' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/chi/AndersenK16> <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/chi/AndersenK16>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6859
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'Software Directed Issue Queue Power Reduction' published?" }
{ "string": "Mention the year in which the first papers of the authors of 'Software Directed Issue Queue Power Reduction' were published." }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/hpca/JonesOAG05> <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/hpca/JonesOAG05>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6860
SUPERLATIVE+COMPARATIVE
{ "string": "Which one has more number of authors, 'Detect Glaucoma with Image Segmentation and Transfer Learning' or 'Virtual private network for wellness sports information'?" }
{ "string": "Between 'Detect Glaucoma with Image Segmentation and Transfer Learning' and 'Virtual private network for wellness sports information', which paper has more number of co-authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/ca/WuLSSLBK19a> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/mta/KangKK15a> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/ca/WuLSSLBK19a>, <https://dblp.org/rec/journals/mta/KangKK15a>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/ca/WuLSSLBK19a>", "<https://dblp.org/rec/journals/mta/KangKK15a>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6861
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'Matching Shapes with a Reference Point' published?" }
{ "string": "When were the first papers of the authors of 'Matching Shapes with a Reference Point' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/compgeom/AltAR94> <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/compgeom/AltAR94>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6862
SUPERLATIVE+COMPARATIVE
{ "string": "Name the primary affiliation of most of the authors of 'An Analysis of Database Workload Performance on Simultaneous Multithreaded Processors'." }
{ "string": "What is the primary affiliation of most of the authors of the paper 'An Analysis of Database Workload Performance on Simultaneous Multithreaded Processors'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/isca/LoBEGLP98> <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/isca/LoBEGLP98>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6863
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'Facilitating Human-Robot Collaborative Tasks by Teaching-Learning-Collaboration From Human Demonstrations' published?" }
{ "string": "When were the first papers of the authors of 'Facilitating Human-Robot Collaborative Tasks by Teaching-Learning-Collaboration From Human Demonstrations' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/tase/WangLCDJ19> <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/tase/WangLCDJ19>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6864
SUPERLATIVE+COMPARATIVE
{ "string": "When were the first papers of the authors of 'Monocular Depth Estimation Based on Multi-Scale Graph Convolution Networks' published?" }
{ "string": "In which year were the first papers of the authors of 'Monocular Depth Estimation Based on Multi-Scale Graph Convolution Networks' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/access/FuLW20> <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/access/FuLW20>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6865
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'Super-resolution from learning the enhancement ratio and texture/residual dictionary' or 'Application of fuzzy TOPSIS in evaluating sustainable transportation systems'?" }
{ "string": "Between 'Super-resolution from learning the enhancement ratio and texture/residual dictionary' and 'Application of fuzzy TOPSIS in evaluating sustainable transportation systems', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/icip/Lin15> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/eswa/AwasthiCO11> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/icip/Lin15>, <https://dblp.org/rec/journals/eswa/AwasthiCO11>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/icip/Lin15>", "<https://dblp.org/rec/journals/eswa/AwasthiCO11>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6866
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'Formal Verification Using Edge-Valued Binary Decision Diagrams' or 'Representing Deep Neural Networks Latent Space Geometries with Graphs'?" }
{ "string": "Between 'Formal Verification Using Edge-Valued Binary Decision Diagrams' and 'Representing Deep Neural Networks Latent Space Geometries with Graphs', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/tc/LaiPV96> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/corr/abs-2011-07343> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/tc/LaiPV96>, <https://dblp.org/rec/journals/corr/abs-2011-07343>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/tc/LaiPV96>", "<https://dblp.org/rec/journals/corr/abs-2011-07343>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6867
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'Mining Multiple Visual Appearances of Semantics for Image Annotation'." }
{ "string": "Who has published the most papers among the authors of 'Mining Multiple Visual Appearances of Semantics for Image Annotation'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/mmm/TanN07> <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/mmm/TanN07>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6868
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Human crowd detection for physical sensing assisted geo-social multimedia mining' and 'A Display and Analysis Tool for Process-Resource Graphs', which paper has more number of co-authors?" }
{ "string": "Between 'Human crowd detection for physical sensing assisted geo-social multimedia mining' and 'A Display and Analysis Tool for Process-Resource Graphs', which paper has more authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/infocom/FujitaHHYHS15> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/sigops/SamadzadehK96> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/infocom/FujitaHHYHS15>, <https://dblp.org/rec/journals/sigops/SamadzadehK96>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/infocom/FujitaHHYHS15>", "<https://dblp.org/rec/journals/sigops/SamadzadehK96>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6869
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Security Analysis of SIP Signalling during NASS-IMS bundled Authentication' and 'Closed-form analysis for indirect learning digital pre-distorter for wideband wireless systems', which paper was published earlier?" }
{ "string": "Which one was published first, 'Security Analysis of SIP Signalling during NASS-IMS bundled Authentication' or 'Closed-form analysis for indirect learning digital pre-distorter for wideband wireless systems'?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/icns/KostopoulosK07> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/phycomm/ElaskaryMFE22> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/icns/KostopoulosK07>, <https://dblp.org/rec/journals/phycomm/ElaskaryMFE22>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/icns/KostopoulosK07>", "<https://dblp.org/rec/journals/phycomm/ElaskaryMFE22>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6870
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the primary affiliation of most of the authors of 'Social Auto-Scaling'." }
{ "string": "What is the primary affiliation of most of the authors of the paper 'Social Auto-Scaling'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/pdp/SmithGC18> <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/pdp/SmithGC18>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6871
SUPERLATIVE+COMPARATIVE
{ "string": "When were the first papers of the authors of 'Flood & Loot: A Systemic Attack On The Lightning Network' published?" }
{ "string": "In which year were the first papers of the authors of 'Flood & Loot: A Systemic Attack On The Lightning Network' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/corr/abs-2006-08513> <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/abs-2006-08513>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6872
SUPERLATIVE+COMPARATIVE
{ "string": "Which one has more number of authors, 'Effects of digital switching noise on analog circuits performance' or 'Creating value using public big data: comparison of driving factors from the provider's perspective'?" }
{ "string": "Between 'Effects of digital switching noise on analog circuits performance' and 'Creating value using public big data: comparison of driving factors from the provider's perspective', which paper has more authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/ecctd/BoselliTL07> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/itp/ChoL22> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/ecctd/BoselliTL07>, <https://dblp.org/rec/journals/itp/ChoL22>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/ecctd/BoselliTL07>", "<https://dblp.org/rec/journals/itp/ChoL22>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6873
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'Applications of multivalent prestarlike functions' published?" }
{ "string": "Mention the year in which the first papers of the authors of 'Applications of multivalent prestarlike functions' were published." }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/amc/Dziok13> <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/amc/Dziok13>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6874
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'A Cloud-Based Service for Affordable Cost Analysis'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'A Cloud-Based Service for Affordable Cost Analysis'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/amcis/LourencoS13> <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/amcis/LourencoS13>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6875
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the primary affiliation of most of the authors of 'A Time-Interleaved SAR Assisted Pipeline ADC With a Bias-Enhanced Ring Amplifier'." }
{ "string": "Name the primary affiliation of most of the authors of 'A Time-Interleaved SAR Assisted Pipeline ADC With a Bias-Enhanced Ring Amplifier'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/tcas/ChenWHYR18> <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/tcas/ChenWHYR18>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6876
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Abstractions of Random Finite-State Machines' and 'Generative Kernel PCA', which paper has more number of co-authors?" }
{ "string": "Between 'Abstractions of Random Finite-State Machines' and 'Generative Kernel PCA', which paper has more authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/fmsd/Oikonomou01> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/esann/SchreursS18> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/fmsd/Oikonomou01>, <https://dblp.org/rec/conf/esann/SchreursS18>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/fmsd/Oikonomou01>", "<https://dblp.org/rec/conf/esann/SchreursS18>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6877
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'K\\u00FCnstliche Intelligenz und G\\u00F6del-Theoreme'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'K\\u00FCnstliche Intelligenz und G\\u00F6del-Theoreme'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/ogai/Frey89> <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/ogai/Frey89>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6878
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'Multi-scale dilated convolution of convolutional neural network for crowd counting' published?" }
{ "string": "When were the first papers of the authors of 'Multi-scale dilated convolution of convolutional neural network for crowd counting' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/mta/WangHWCP20> <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/mta/WangHWCP20>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6879
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Audio Features, Precomputed for Podcast Retrieval and Information Access Experiments' and 'A Stochastic Beamformed Amplify-and-Forward Scheme in a Multigroup Multicast MIMO Relay Network With Per-Antenna Power Constraints', which paper has more number of co-authors?" }
{ "string": "Between 'Audio Features, Precomputed for Podcast Retrieval and Information Access Experiments' and 'A Stochastic Beamformed Amplify-and-Forward Scheme in a Multigroup Multicast MIMO Relay Network With Per-Antenna Power Constraints', which paper has more authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/clef/AlexanderMTYBRK21> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/twc/WuLSM16> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/clef/AlexanderMTYBRK21>, <https://dblp.org/rec/journals/twc/WuLSM16>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/clef/AlexanderMTYBRK21>", "<https://dblp.org/rec/journals/twc/WuLSM16>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6880
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'A bridging-based solution for efficient multicast support in wireless mesh networks' or 'On the Optimization of Behavioral Logic Locking for High-Level Synthesis'?" }
{ "string": "Between 'A bridging-based solution for efficient multicast support in wireless mesh networks' and 'On the Optimization of Behavioral Logic Locking for High-Level Synthesis', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/lcn/AoulMM09> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/corr/abs-2105-09666> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/lcn/AoulMM09>, <https://dblp.org/rec/journals/corr/abs-2105-09666>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/lcn/AoulMM09>", "<https://dblp.org/rec/journals/corr/abs-2105-09666>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6881
SUPERLATIVE+COMPARATIVE
{ "string": "When were the first papers of the authors of 'Serious games for smoking prevention and cessation: A systematic review of game elements and game effects' published?" }
{ "string": "Mention the year in which the first papers of the authors of 'Serious games for smoking prevention and cessation: A systematic review of game elements and game effects' were published." }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/jamia/DerksenSKDJF20> <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/jamia/DerksenSKDJF20>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6882
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Neuronal Gaussian Process Regression' and 'Communities of attention networks: introducing qualitative and conversational perspectives for altmetrics', which paper has more authors?" }
{ "string": "Between 'Neuronal Gaussian Process Regression' and 'Communities of attention networks: introducing qualitative and conversational perspectives for altmetrics', which paper has more number of co-authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/nips/Friedrich20> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/corr/abs-2006-07937> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/nips/Friedrich20>, <https://dblp.org/rec/journals/corr/abs-2006-07937>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/nips/Friedrich20>", "<https://dblp.org/rec/journals/corr/abs-2006-07937>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6883
SUPERLATIVE+COMPARATIVE
{ "string": "When were the first papers of the authors of 'Passive vehicle suspension system optimization using Harris Hawk Optimization algorithm' published?" }
{ "string": "In which year were the first papers of the authors of 'Passive vehicle suspension system optimization using Harris Hawk Optimization algorithm' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/mcs/IssaS22> <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/mcs/IssaS22>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6884
SUPERLATIVE+COMPARATIVE
{ "string": "In which year were the first papers of the authors of 'Change of region conspicuity in bilateral mammograms: potential impact on CAD performance' published?" }
{ "string": "Mention the year in which the first papers of the authors of 'Change of region conspicuity in bilateral mammograms: potential impact on CAD performance' were published." }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/miip/0001WCHGGG02> <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/miip/0001WCHGGG02>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6885
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'Colonic Content Assessment from MRI Imaging Using a Semi-automatic Approach' or 'A Risk Assessment Model of Stampede Accidents in Primary and Secondary School Teaching Buildings Based on Bayesian Network'?" }
{ "string": "Between 'Colonic Content Assessment from MRI Imaging Using a Semi-automatic Approach' and 'A Risk Assessment Model of Stampede Accidents in Primary and Secondary School Teaching Buildings Based on Bayesian Network', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/vcbm/CeballosMVBMMAN19> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/IEEEicci/ZouZZL19> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/vcbm/CeballosMVBMMAN19>, <https://dblp.org/rec/conf/IEEEicci/ZouZZL19>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/vcbm/CeballosMVBMMAN19>", "<https://dblp.org/rec/conf/IEEEicci/ZouZZL19>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6886
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'On Control Lyapunov-Razumikhin Functions, Nonconstant Delays, Nonsmooth Feedbacks, and Nonlinear Sampled-Data Stabilization' or 'EXIT charts analysis of a root-like bit mapping for LDPC-coded QAM systems'?" }
{ "string": "Between 'On Control Lyapunov-Razumikhin Functions, Nonconstant Delays, Nonsmooth Feedbacks, and Nonlinear Sampled-Data Stabilization' and 'EXIT charts analysis of a root-like bit mapping for LDPC-coded QAM systems', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/tac/Pepe17> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/dsp/SmithPU17> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/tac/Pepe17>, <https://dblp.org/rec/journals/dsp/SmithPU17>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/journals/tac/Pepe17>", "<https://dblp.org/rec/journals/dsp/SmithPU17>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6887
SUPERLATIVE+COMPARATIVE
{ "string": "Name the primary affiliation of most of the authors of 'A Counterexample for the Validity of Using Nuclear Norm as a Convex Surrogate of Rank'." }
{ "string": "To which institution are the majority of the authors of 'A Counterexample for the Validity of Using Nuclear Norm as a Convex Surrogate of Rank' affiliated?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/pkdd/ZhangLZ13> <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/pkdd/ZhangLZ13>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6888
SUPERLATIVE+COMPARATIVE
{ "string": "Which one has more number of authors, 'Practical undergraduate projects within the BRSU race academy: An example for conducting a new tutored peer-teaching learning approach' or 'A cost estimation framework to support increased value recovery from end-of-life vehicles'?" }
{ "string": "Between 'Practical undergraduate projects within the BRSU race academy: An example for conducting a new tutored peer-teaching learning approach' and 'A cost estimation framework to support increased value recovery from end-of-life vehicles', which paper has more number of co-authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/educon/ReithHSLGG17> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/ijcim/CoatesR08> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/educon/ReithHSLGG17>, <https://dblp.org/rec/journals/ijcim/CoatesR08>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/conf/educon/ReithHSLGG17>", "<https://dblp.org/rec/journals/ijcim/CoatesR08>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6889
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'Finite State Automata as a Data Storage' or 'Scalable Problems and Memory-Bounded Speedup'?" }
{ "string": "Between 'Finite State Automata as a Data Storage' and 'Scalable Problems and Memory-Bounded Speedup', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/dateso/MindekH05> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/jpdc/SunN93> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/dateso/MindekH05>, <https://dblp.org/rec/journals/jpdc/SunN93>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/dateso/MindekH05>", "<https://dblp.org/rec/journals/jpdc/SunN93>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6890
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'Effects of PWM excitations on iron loss in electrical steels and machines'." }
{ "string": "Who has published the most papers among the authors of 'Effects of PWM excitations on iron loss in electrical steels and machines'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/iasam/HussainMSL17> <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/iasam/HussainMSL17>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6891
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'MDC-DFA: A multi-dimensional cube deterministic finite automata-based feature matching algorithm'." }
{ "string": "Who has published the most papers among the authors of 'MDC-DFA: A multi-dimensional cube deterministic finite automata-based feature matching algorithm'?" }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/ictc/LiLSW15a> <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/ictc/LiLSW15a>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6892
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Preface to advances in numerical simulation of plasmas' and 'Verification of Uncurated Protein Annotations', which paper has more number of co-authors?" }
{ "string": "Between 'Preface to advances in numerical simulation of plasmas' and 'Verification of Uncurated Protein Annotations', which paper has more authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/jcphy/ParkerC16> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/books/igi/09/CoutoSLDCA09> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/jcphy/ParkerC16>, <https://dblp.org/rec/books/igi/09/CoutoSLDCA09>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/jcphy/ParkerC16>", "<https://dblp.org/rec/books/igi/09/CoutoSLDCA09>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6893
SUPERLATIVE+COMPARATIVE
{ "string": "Which one has more number of authors, 'The Design and Implementation of an Easy-to-Use Object-Oriented Database' or '2D-3D CNN Based Architectures for Spectral Reconstruction From RGB Images'?" }
{ "string": "Between 'The Design and Implementation of an Easy-to-Use Object-Oriented Database' and '2D-3D CNN Based Architectures for Spectral Reconstruction From RGB Images', which paper has more number of co-authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/jise/PanY97> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/cvpr/KoundinyaSSUMMK18> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/jise/PanY97>, <https://dblp.org/rec/conf/cvpr/KoundinyaSSUMMK18>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/jise/PanY97>", "<https://dblp.org/rec/conf/cvpr/KoundinyaSSUMMK18>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6894
SUPERLATIVE+COMPARATIVE
{ "string": "Between 'Map graphs having witnesses of large girth' and 'Reinforcement learning based on local state feature learning and policy adjustment', which paper has more authors?" }
{ "string": "Between 'Map graphs having witnesses of large girth' and 'Reinforcement learning based on local state feature learning and policy adjustment', which paper has more number of co-authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/corr/abs-1812-04102> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/isci/LinL03> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/corr/abs-1812-04102>, <https://dblp.org/rec/journals/isci/LinL03>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/corr/abs-1812-04102>", "<https://dblp.org/rec/journals/isci/LinL03>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6895
SUPERLATIVE+COMPARATIVE
{ "string": "Who has published the most papers among the authors of 'Write-Combined Logging: An Optimized Logging for Consistency in NVRAM'?" }
{ "string": "Mention the author who has published the most papers among the authors of 'Write-Combined Logging: An Optimized Logging for Consistency in NVRAM'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/sp/ZhangLLWZ15> <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/sp/ZhangLLWZ15>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6896
SUPERLATIVE+COMPARATIVE
{ "string": "What is the primary affiliation of most of the authors of the paper 'Bayesian Color Constancy with Non-Gaussian Models'?" }
{ "string": "Name the primary affiliation of most of the authors of 'Bayesian Color Constancy with Non-Gaussian Models'." }
{ "sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/nips/RosenbergML03> <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/nips/RosenbergML03>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#primaryAffiliation>" ]
false
false
Q6897
SUPERLATIVE+COMPARATIVE
{ "string": "Which one was published first, 'Adaptive Object-Models and Metamodeling Techniques' or 'Prospect Theory and Information Security Investment Decisions'?" }
{ "string": "Between 'Adaptive Object-Models and Metamodeling Techniques' and 'Prospect Theory and Information Security Investment Decisions', which paper was published earlier?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/ecoopw/RevaultY01> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/amcis/YoungBC12> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/ecoopw/RevaultY01>, <https://dblp.org/rec/conf/amcis/YoungBC12>) AS ?answer) }" }
TP85
[ "<https://dblp.org/rec/conf/ecoopw/RevaultY01>", "<https://dblp.org/rec/conf/amcis/YoungBC12>" ]
[ "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false
Q6898
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the author who has published the most papers among the authors of 'Towards GAN Benchmarks Which Require Generalization'." }
{ "string": "Who has published the most papers among the authors of 'Towards GAN Benchmarks Which Require Generalization'?" }
{ "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-2001-03653> <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-2001-03653>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>" ]
false
false
Q6899
SUPERLATIVE+COMPARATIVE
{ "string": "Which one has more number of authors, 'Achieving dynamicity in security policies enforcement using aspects' or 'Anomaly detection and localization by diffusion wavelet-based analysis on traffic matrix'?" }
{ "string": "Between 'Achieving dynamicity in security policies enforcement using aspects' and 'Anomaly detection and localization by diffusion wavelet-based analysis on traffic matrix', which paper has more authors?" }
{ "sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/ijisec/AyedICC18> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/comsis/SunTM15> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/ijisec/AyedICC18>, <https://dblp.org/rec/journals/comsis/SunTM15>) AS ?answer) }" }
TP86
[ "<https://dblp.org/rec/journals/ijisec/AyedICC18>", "<https://dblp.org/rec/journals/comsis/SunTM15>" ]
[ "<https://dblp.org/rdf/schema#numberOfCreators>" ]
false
false
Q6900
SUPERLATIVE+COMPARATIVE
{ "string": "Mention the year in which the first papers of the authors of 'Performance improvements on MEFX-LMS based noise cancellation system in vehicle cabin' were published." }
{ "string": "When were the first papers of the authors of 'Performance improvements on MEFX-LMS based noise cancellation system in vehicle cabin' published?" }
{ "sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/iscas/AkihoTHK00> <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/AkihoTHK00>" ]
[ "<https://dblp.org/rdf/schema#authoredBy>", "<https://dblp.org/rdf/schema#yearOfPublication>" ]
true
false