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 |
---|---|---|---|---|---|---|---|---|---|
Q6701 | SUPERLATIVE+COMPARATIVE | {
"string": "Which one has more number of authors, 'An extensible network query unification system for biological databases' or 'A new universal method for solving all problems of operational research'?"
} | {
"string": "Between 'An extensible network query unification system for biological databases' and 'A new universal method for solving all problems of operational research', which paper has more authors?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/bioinformatics/JamisonMS96> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/kybernetes/MazzaCMKB07> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/bioinformatics/JamisonMS96>, <https://dblp.org/rec/journals/kybernetes/MazzaCMKB07>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/journals/bioinformatics/JamisonMS96>",
"<https://dblp.org/rec/journals/kybernetes/MazzaCMKB07>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6702 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Complementary image compression based on the theory of fuzzy information granulation' and 'On Sets Turing Reducible to p-Selective Sets', which paper was published earlier?"
} | {
"string": "Which one was published first, 'Complementary image compression based on the theory of fuzzy information granulation' or 'On Sets Turing Reducible to p-Selective Sets'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/smc/XiuZLH05> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/mst/BurtschickL97> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/smc/XiuZLH05>, <https://dblp.org/rec/journals/mst/BurtschickL97>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/conf/smc/XiuZLH05>",
"<https://dblp.org/rec/journals/mst/BurtschickL97>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6703 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Participation inequality in mobile location games' and 'Teaching with A Hierarchically Structured Digital Systems Laboratory', which paper was published earlier?"
} | {
"string": "Which one was published first, 'Participation inequality in mobile location games' or 'Teaching with A Hierarchically Structured Digital Systems Laboratory'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/ACMace/LundCW11> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/computer/GrasonS75> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/ACMace/LundCW11>, <https://dblp.org/rec/journals/computer/GrasonS75>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/conf/ACMace/LundCW11>",
"<https://dblp.org/rec/journals/computer/GrasonS75>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6704 | SUPERLATIVE+COMPARATIVE | {
"string": "Name the primary affiliation of most of the authors of 'Stochastic Analysis of Qualitative Dynamics'."
} | {
"string": "Mention the primary affiliation of most of the authors of 'Stochastic Analysis of Qualitative Dynamics'."
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/ijcai/DoyleS89> <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/ijcai/DoyleS89>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6705 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'A Community of Practice among tutors enabling student participation in a seminar preparation' and 'Class-incremental Learning using a Sequence of Partial Implicitly Regularized Classifiers', which paper has more number of co-authors?"
} | {
"string": "Which one has more number of authors, 'A Community of Practice among tutors enabling student participation in a seminar preparation' or 'Class-incremental Learning using a Sequence of Partial Implicitly Regularized Classifiers'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/cscl/Nett08> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/corr/abs-2104-01577> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/cscl/Nett08>, <https://dblp.org/rec/journals/corr/abs-2104-01577>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/journals/cscl/Nett08>",
"<https://dblp.org/rec/journals/corr/abs-2104-01577>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6706 | SUPERLATIVE+COMPARATIVE | {
"string": "Who has published the most papers among the authors of 'Semisupervised Location Awareness in Wireless Sensor Networks Using Laplacian Support Vector Regression'?"
} | {
"string": "Mention the author who has published the most papers among the authors of 'Semisupervised Location Awareness in Wireless Sensor Networks Using Laplacian Support Vector Regression'."
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/ijdsn/YooK14> <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/ijdsn/YooK14>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6707 | SUPERLATIVE+COMPARATIVE | {
"string": "In which year were the first papers of the authors of 'Markov Chain-based Modeling and Analysis of Checkpointing with Rollback Recovery for Efficient DSE in Soft Real-time Systems' published?"
} | {
"string": "When were the first papers of the authors of 'Markov Chain-based Modeling and Analysis of Checkpointing with Rollback Recovery for Efficient DSE in Soft Real-time Systems' published?"
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/dft/SahooV020> <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/dft/SahooV020>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6708 | SUPERLATIVE+COMPARATIVE | {
"string": "When were the first papers of the authors of 'A Reliable Component-Based Architecture for E-Mail Filtering' published?"
} | {
"string": "Mention the year in which the first papers of the authors of 'A Reliable Component-Based Architecture for E-Mail Filtering' were published."
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/IEEEares/GanstererJL07> <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/IEEEares/GanstererJL07>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6709 | SUPERLATIVE+COMPARATIVE | {
"string": "What is the primary affiliation of most of the authors of the paper 'A Unified Approach to Adaptive Neural Control for Nonlinear Discrete-Time Systems With Nonlinear Dead-Zone Input'?"
} | {
"string": "To which institution are the majority of the authors of 'A Unified Approach to Adaptive Neural Control for Nonlinear Discrete-Time Systems With Nonlinear Dead-Zone Input' affiliated?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/tnn/LiuGTC16> <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/tnn/LiuGTC16>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6710 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'A wearable-glasses-based drowsiness-fatigue-detection system for improving road safety' and 'Prioritisation of an IT budget within a local authority', which paper was published earlier?"
} | {
"string": "Which one was published first, 'A wearable-glasses-based drowsiness-fatigue-detection system for improving road safety' or 'Prioritisation of an IT budget within a local authority'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/gcce/ChenCSCCKL16> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/jors/Jessop02> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/gcce/ChenCSCCKL16>, <https://dblp.org/rec/journals/jors/Jessop02>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/conf/gcce/ChenCSCCKL16>",
"<https://dblp.org/rec/journals/jors/Jessop02>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6711 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Multi-sensor fault recovery in the presence of known and unknown fault types' and 'Machine Learning Applications in Physical Design: Recent Results and Directions', which paper has more number of co-authors?"
} | {
"string": "Between 'Multi-sensor fault recovery in the presence of known and unknown fault types' and 'Machine Learning Applications in Physical Design: Recent Results and Directions', which paper has more authors?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/fusion/ReeceRCN09> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/ispd/Kahng18> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/fusion/ReeceRCN09>, <https://dblp.org/rec/conf/ispd/Kahng18>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/conf/fusion/ReeceRCN09>",
"<https://dblp.org/rec/conf/ispd/Kahng18>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6712 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Using Domain Knowledge to Systematically Guide Feature Selection' and 'DB-Enabled Peers for Managing Distributed Data', which paper has more authors?"
} | {
"string": "Between 'Using Domain Knowledge to Systematically Guide Feature Selection' and 'DB-Enabled Peers for Managing Distributed Data', which paper has more number of co-authors?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/ijcai/Groves13> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/apweb/OoiST03> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/ijcai/Groves13>, <https://dblp.org/rec/conf/apweb/OoiST03>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/conf/ijcai/Groves13>",
"<https://dblp.org/rec/conf/apweb/OoiST03>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6713 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Weakly Supervised Semantic Segmentation Based on Co-segmentation' and 'Mining Mobile Users' Activities Based on Search Query Text and Context', which paper was published earlier?"
} | {
"string": "Which one was published first, 'Weakly Supervised Semantic Segmentation Based on Co-segmentation' or 'Mining Mobile Users' Activities Based on Search Query Text and Context'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/bmvc/ShenLLS017> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/pakdd/PengWS12> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/bmvc/ShenLLS017>, <https://dblp.org/rec/conf/pakdd/PengWS12>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/conf/bmvc/ShenLLS017>",
"<https://dblp.org/rec/conf/pakdd/PengWS12>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6714 | SUPERLATIVE+COMPARATIVE | {
"string": "When were the first papers of the authors of 'Mobile phones and the inexorable advance of multimodal connectedness' published?"
} | {
"string": "Mention the year in which the first papers of the authors of 'Mobile phones and the inexorable advance of multimodal connectedness' were published."
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/nms/Schroeder10> <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/nms/Schroeder10>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6715 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Improvement of Suboptimal Siphon- and FBM-Based Control Model of a Well-Known S3PR' and 'Proposition of a Parallel and Distributed Algorithm for the Dimensionality Reduction with Apache Spark', which paper has more authors?"
} | {
"string": "Which one has more number of authors, 'Improvement of Suboptimal Siphon- and FBM-Based Control Model of a Well-Known S3PR' or 'Proposition of a Parallel and Distributed Algorithm for the Dimensionality Reduction with Apache Spark'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/tase/Chao11> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/sca2/ZbakhMYBK17> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/tase/Chao11>, <https://dblp.org/rec/conf/sca2/ZbakhMYBK17>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/journals/tase/Chao11>",
"<https://dblp.org/rec/conf/sca2/ZbakhMYBK17>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6716 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Reducing the local alphabet size in tiling systems by means of 2D comma-free codes' and 'Every outer-1-Plane Graph has a Right Angle Crossing Drawing', which paper was published earlier?"
} | {
"string": "Which one was published first, 'Reducing the local alphabet size in tiling systems by means of 2D comma-free codes' or 'Every outer-1-Plane Graph has a Right Angle Crossing Drawing'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/corr/abs-2206-05208> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/ijcga/DehkordiE12> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/corr/abs-2206-05208>, <https://dblp.org/rec/journals/ijcga/DehkordiE12>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/journals/corr/abs-2206-05208>",
"<https://dblp.org/rec/journals/ijcga/DehkordiE12>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6717 | SUPERLATIVE+COMPARATIVE | {
"string": "Who has published the most papers among the authors of 'Multimedia Contents Security by Wireless Authentication'?"
} | {
"string": "Mention the author who has published the most papers among the authors of 'Multimedia Contents Security by Wireless Authentication'."
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/euc/KimLMJ06> <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/euc/KimLMJ06>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6718 | SUPERLATIVE+COMPARATIVE | {
"string": "Mention the author who has published the most papers among the authors of 'System Design of Perceptual Quality-Regulable H264 Video Encoder'."
} | {
"string": "Who has published the most papers among the authors of 'System Design of Perceptual Quality-Regulable H264 Video Encoder'?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/icmcs/WuFC12> <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/icmcs/WuFC12>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6719 | SUPERLATIVE+COMPARATIVE | {
"string": "Where are most of the authors of 'On strategies for building effective ensembles of relative clustering validity criteria' from?"
} | {
"string": "What is the primary affiliation of most of the authors of the paper 'On strategies for building effective ensembles of relative clustering validity criteria'?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/kais/JaskowiakMFCZS16> <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/kais/JaskowiakMFCZS16>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6720 | SUPERLATIVE+COMPARATIVE | {
"string": "Mention the author who has published the most papers among the authors of 'A Fuzzy Approach to the Geography of Industrial Districts'."
} | {
"string": "Who has published the most papers among the authors of 'A Fuzzy Approach to the Geography of Industrial Districts'?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/sac/FacchinettiMP00> <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/sac/FacchinettiMP00>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6721 | SUPERLATIVE+COMPARATIVE | {
"string": "In which year were the first papers of the authors of 'Failing to Learn: Autonomously Identifying Perception Failures for Self-driving Cars' published?"
} | {
"string": "When were the first papers of the authors of 'Failing to Learn: Autonomously Identifying Perception Failures for Self-driving Cars' published?"
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/corr/RamanagopalAVJ17> <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/RamanagopalAVJ17>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6722 | SUPERLATIVE+COMPARATIVE | {
"string": "Mention the author who has published the most papers among the authors of 'AC-3 bit stream watermarking'."
} | {
"string": "Who has published the most papers among the authors of 'AC-3 bit stream watermarking'?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/wifs/ChenABD12> <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/wifs/ChenABD12>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6723 | SUPERLATIVE+COMPARATIVE | {
"string": "Who has published the most papers among the authors of 'Watermarking for 3D NURBS graphic data'?"
} | {
"string": "Mention the author who has published the most papers among the authors of 'Watermarking for 3D NURBS graphic data'."
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/IEEEmsp/LeeCK02> <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/IEEEmsp/LeeCK02>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6724 | SUPERLATIVE+COMPARATIVE | {
"string": "Mention the author who has published the most papers among the authors of 'Toward Active Boundary Conditions for Variable Friction Touchscreens'."
} | {
"string": "Who has published the most papers among the authors of 'Toward Active Boundary Conditions for Variable Friction Touchscreens'?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/haptics/LeeKG14> <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/haptics/LeeKG14>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6725 | SUPERLATIVE+COMPARATIVE | {
"string": "When were the first papers of the authors of 'Sensitivity Analysis of a k-out-of-n: F System Characteristics to Shapes of Input Distribution' published?"
} | {
"string": "In which year were the first papers of the authors of 'Sensitivity Analysis of a k-out-of-n: F System Characteristics to Shapes of Input Distribution' published?"
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/dccn/RykovIK20> <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/dccn/RykovIK20>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6726 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Comparative study of data preparation methods in quantum clustering algorithms' and 'Sparsity-based MIMO noise radar for multiple target estimation', which paper has more authors?"
} | {
"string": "Between 'Comparative study of data preparation methods in quantum clustering algorithms' and 'Sparsity-based MIMO noise radar for multiple target estimation', which paper has more number of co-authors?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/niss/OuedrhiriBRH21> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/ieeesam/GogineniN12> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/niss/OuedrhiriBRH21>, <https://dblp.org/rec/conf/ieeesam/GogineniN12>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/conf/niss/OuedrhiriBRH21>",
"<https://dblp.org/rec/conf/ieeesam/GogineniN12>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6727 | SUPERLATIVE+COMPARATIVE | {
"string": "Where are most of the authors of 'Distributed non-fragile filtering for sensor networks with randomly occurring filter gain variations' from?"
} | {
"string": "Mention the primary affiliation of most of the authors of 'Distributed non-fragile filtering for sensor networks with randomly occurring filter gain variations'."
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/ijgs/ChenZY15> <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/ijgs/ChenZY15>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6728 | SUPERLATIVE+COMPARATIVE | {
"string": "Which one has more number of authors, 'Activity-based Twitter sampling for content-based and user-centric prediction models' or 'Modelling Non-verbal Sounds for Speech Recognition'?"
} | {
"string": "Between 'Activity-based Twitter sampling for content-based and user-centric prediction models' and 'Modelling Non-verbal Sounds for Speech Recognition', which paper has more authors?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/hcis/AghababaeiM17> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/naacl/Ward89a> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/hcis/AghababaeiM17>, <https://dblp.org/rec/conf/naacl/Ward89a>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/journals/hcis/AghababaeiM17>",
"<https://dblp.org/rec/conf/naacl/Ward89a>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6729 | SUPERLATIVE+COMPARATIVE | {
"string": "To which institution are the majority of the authors of 'A Universal Modular Hybrid LDO With Fast Load Transient Response and Programmable PSRR in 14-nm CMOS Featuring Dynamic Clamp Strength Tuning' affiliated?"
} | {
"string": "Where are most of the authors of 'A Universal Modular Hybrid LDO With Fast Load Transient Response and Programmable PSRR in 14-nm CMOS Featuring Dynamic Clamp Strength Tuning' from?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/jssc/LiuKNWASRTD21> <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/jssc/LiuKNWASRTD21>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6730 | SUPERLATIVE+COMPARATIVE | {
"string": "Mention the author who has published the most papers among the authors of 'The Effect of Country of Origin Service Quality and Brand Redeployment after M&A: The Case of Tiger Air-Mandala Airline'."
} | {
"string": "Who has published the most papers among the authors of 'The Effect of Country of Origin Service Quality and Brand Redeployment after M&A: The Case of Tiger Air-Mandala Airline'?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/ijabim/AnggraeniH16> <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/ijabim/AnggraeniH16>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6731 | SUPERLATIVE+COMPARATIVE | {
"string": "Mention the primary affiliation of most of the authors of 'Shape recognition with edge-based features'."
} | {
"string": "What is the primary affiliation of most of the authors of the paper 'Shape recognition with edge-based features'?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/bmvc/MikolajczykZS03> <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/bmvc/MikolajczykZS03>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6732 | SUPERLATIVE+COMPARATIVE | {
"string": "Who has published the most papers among the authors of 'Learning from Incomplete Data by Simultaneous Training of Neural Networks and Sparse Coding'?"
} | {
"string": "Mention the author who has published the most papers among the authors of 'Learning from Incomplete Data by Simultaneous Training of Neural Networks and Sparse Coding'."
} | {
"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-2011-14047> <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-2011-14047>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6733 | SUPERLATIVE+COMPARATIVE | {
"string": "Which one has more number of authors, 'Federated Clustering for Electricity Consumption Pattern Extraction' or 'Estimating Land Subsidence in Relation to Urban Expansion in Semarang City, Indonesia, Using InSAR and Optical Change Detection Methods'?"
} | {
"string": "Between 'Federated Clustering for Electricity Consumption Pattern Extraction' and 'Estimating Land Subsidence in Relation to Urban Expansion in Semarang City, Indonesia, Using InSAR and Optical Change Detection Methods', which paper has more authors?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/tsg/WangJGKSH22> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/igarss/KochGDBGH19> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/tsg/WangJGKSH22>, <https://dblp.org/rec/conf/igarss/KochGDBGH19>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/journals/tsg/WangJGKSH22>",
"<https://dblp.org/rec/conf/igarss/KochGDBGH19>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6734 | SUPERLATIVE+COMPARATIVE | {
"string": "Which one has more number of authors, 'A dual-stage attention-based Conv-LSTM network for spatio-temporal correlation and multivariate time series prediction' or 'Automatic sequences and generalised polynomials'?"
} | {
"string": "Between 'A dual-stage attention-based Conv-LSTM network for spatio-temporal correlation and multivariate time series prediction' and 'Automatic sequences and generalised polynomials', which paper has more number of co-authors?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/ijis/XiaoYZQZL21> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/corr/ByszewskiK17> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/ijis/XiaoYZQZL21>, <https://dblp.org/rec/journals/corr/ByszewskiK17>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/journals/ijis/XiaoYZQZL21>",
"<https://dblp.org/rec/journals/corr/ByszewskiK17>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6735 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Cohort Characteristics and Factors Associated with Cannabis Use among Adolescents in Canada Using Pattern Discovery and Disentanglement Method' and 'A Late Fusion CNN for Digital Matting', which paper was published earlier?"
} | {
"string": "Which one was published first, 'Cohort Characteristics and Factors Associated with Cannabis Use among Adolescents in Canada Using Pattern Discovery and Disentanglement Method' or 'A Late Fusion CNN for Digital Matting'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/corr/abs-2109-01739> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/cvpr/ZhangGFRHBX19> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/corr/abs-2109-01739>, <https://dblp.org/rec/conf/cvpr/ZhangGFRHBX19>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/journals/corr/abs-2109-01739>",
"<https://dblp.org/rec/conf/cvpr/ZhangGFRHBX19>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6736 | SUPERLATIVE+COMPARATIVE | {
"string": "Where are most of the authors of 'Neural Architecture Optimization' from?"
} | {
"string": "To which institution are the majority of the authors of 'Neural Architecture Optimization' affiliated?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/nips/LuoTQCL18> <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/LuoTQCL18>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6737 | SUPERLATIVE+COMPARATIVE | {
"string": "Who has published the most papers among the authors of 'Effect of artificial intelligence auxiliary equipment in the process of cognitive learning'?"
} | {
"string": "Mention the author who has published the most papers among the authors of 'Effect of artificial intelligence auxiliary equipment in the process of cognitive learning'."
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/nca/WuLW22> <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/nca/WuLW22>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6738 | SUPERLATIVE+COMPARATIVE | {
"string": "When were the first papers of the authors of 'Estimation of Lower Limb Kinematics during Squat Task in Different Loading Using sEMG Activity and Deep Recurrent Neural Networks' published?"
} | {
"string": "Mention the year in which the first papers of the authors of 'Estimation of Lower Limb Kinematics during Squat Task in Different Loading Using sEMG Activity and Deep Recurrent Neural Networks' were published."
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/sensors/ZangeneAN21> <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/ZangeneAN21>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6739 | SUPERLATIVE+COMPARATIVE | {
"string": "Who has published the most papers among the authors of 'MASS: Multi-edge Assisted Fast Object Detection for Autonomous Mobile Vision in Heterogeneous Edge Networks'?"
} | {
"string": "Mention the author who has published the most papers among the authors of 'MASS: Multi-edge Assisted Fast Object Detection for Autonomous Mobile Vision in Heterogeneous Edge Networks'."
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/mswim/LiK021> <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/mswim/LiK021>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6740 | SUPERLATIVE+COMPARATIVE | {
"string": "Which one was published first, 'A Typology of Online Communities and Community Supporting Platforms' or 'Library functions identification in binary code by using graph isomorphism testings'?"
} | {
"string": "Between 'A Typology of Online Communities and Community Supporting Platforms' and 'Library functions identification in binary code by using graph isomorphism testings', which paper was published earlier?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/hicss/Stanoevska-SlabevaS01> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/wcre/QiuSM15> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/hicss/Stanoevska-SlabevaS01>, <https://dblp.org/rec/conf/wcre/QiuSM15>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/conf/hicss/Stanoevska-SlabevaS01>",
"<https://dblp.org/rec/conf/wcre/QiuSM15>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6741 | SUPERLATIVE+COMPARATIVE | {
"string": "Who has published the most papers among the authors of 'Physically Plausible 3D Scene Tracking: The Single Actor Hypothesis'?"
} | {
"string": "Mention the author who has published the most papers among the authors of 'Physically Plausible 3D Scene Tracking: The Single Actor Hypothesis'."
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/cvpr/KyriazisA13> <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/KyriazisA13>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6742 | SUPERLATIVE+COMPARATIVE | {
"string": "Mention the year in which the first papers of the authors of 'The MATS robotic system to assist disabled people in their home environments' were published."
} | {
"string": "In which year were the first papers of the authors of 'The MATS robotic system to assist disabled people in their home environments' published?"
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/iros/GimenezBSG03> <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/iros/GimenezBSG03>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6743 | SUPERLATIVE+COMPARATIVE | {
"string": "Mention the author who has published the most papers among the authors of 'A novel method for protein 3D-structure similarity measure based on n-gram modeling'."
} | {
"string": "Who has published the most papers among the authors of 'A novel method for protein 3D-structure similarity measure based on n-gram modeling'?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/bibe/RazmaraD08> <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/bibe/RazmaraD08>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6744 | SUPERLATIVE+COMPARATIVE | {
"string": "Mention the year in which the first papers of the authors of 'Forecasting the coronavirus disease 2019 pandemic in India using machine learning and statistical models' were published."
} | {
"string": "When were the first papers of the authors of 'Forecasting the coronavirus disease 2019 pandemic in India using machine learning and statistical models' published?"
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/ijmno/SaxenaS22> <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/ijmno/SaxenaS22>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6745 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Piecewise linear classifiers with an appropriate number of hyperplanes' and 'Vom Suchen und Finden funktioneller Module in biologischen Netzwerken: Ein neuer Ansatz zur integrierten Netzwerkanalyse in der Systembiologie [Assembly of the Interactome, Characterization of Functional Modules and Novel Approaches to the Analysis of Signaling Networks in Human Platelets]', which paper was published earlier?"
} | {
"string": "Which one was published first, 'Piecewise linear classifiers with an appropriate number of hyperplanes' or 'Vom Suchen und Finden funktioneller Module in biologischen Netzwerken: Ein neuer Ansatz zur integrierten Netzwerkanalyse in der Systembiologie [Assembly of the Interactome, Characterization of Functional Modules and Novel Approaches to the Analysis of Signaling Networks in Human Platelets]'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/pr/TenmotoKS98> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/gi/Dittrich08> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/pr/TenmotoKS98>, <https://dblp.org/rec/conf/gi/Dittrich08>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/journals/pr/TenmotoKS98>",
"<https://dblp.org/rec/conf/gi/Dittrich08>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6746 | SUPERLATIVE+COMPARATIVE | {
"string": "Which one was published first, 'Dynamic Active-Passive Beamforming for Intelligent Reflecting Surface Aided UAV Communications' or 'Vision based global localisation using a 3D environmental model created by a laser range scanner'?"
} | {
"string": "Between 'Dynamic Active-Passive Beamforming for Intelligent Reflecting Surface Aided UAV Communications' and 'Vision based global localisation using a 3D environmental model created by a laser range scanner', which paper was published earlier?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/globecom/Zhu0GGTX21> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/iros/HoJ08> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/globecom/Zhu0GGTX21>, <https://dblp.org/rec/conf/iros/HoJ08>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/conf/globecom/Zhu0GGTX21>",
"<https://dblp.org/rec/conf/iros/HoJ08>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6747 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Pricing for a Hybrid Delivery Model of Video Streaming' and 'Did Karadzic Possess the Mens Rea for Genocide in Srebrenica?', which paper has more authors?"
} | {
"string": "Which one has more number of authors, 'Pricing for a Hybrid Delivery Model of Video Streaming' or 'Did Karadzic Possess the Mens Rea for Genocide in Srebrenica?'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/sigmetrics/GregoireHK16> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/aiia/CeruttiR21> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/sigmetrics/GregoireHK16>, <https://dblp.org/rec/conf/aiia/CeruttiR21>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/journals/sigmetrics/GregoireHK16>",
"<https://dblp.org/rec/conf/aiia/CeruttiR21>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6748 | SUPERLATIVE+COMPARATIVE | {
"string": "Name the primary affiliation of most of the authors of 'A Random Access Protocol for RIS-Aided Wireless Communications'."
} | {
"string": "Where are most of the authors of 'A Random Access Protocol for RIS-Aided Wireless Communications' 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-2203-03377> <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-2203-03377>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6749 | SUPERLATIVE+COMPARATIVE | {
"string": "Mention the author who has published the most papers among the authors of 'Logic between Expressivity and Complexity'."
} | {
"string": "Who has published the most papers among the authors of 'Logic between Expressivity and Complexity'?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/cade/Benthem10> <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/cade/Benthem10>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6750 | SUPERLATIVE+COMPARATIVE | {
"string": "When were the first papers of the authors of 'On optimal scheduling for time-division systems with quality of service constraints' published?"
} | {
"string": "Mention the year in which the first papers of the authors of 'On optimal scheduling for time-division systems with quality of service constraints' were published."
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/ciss/BalasubramanianM09> <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/ciss/BalasubramanianM09>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6751 | SUPERLATIVE+COMPARATIVE | {
"string": "Mention the primary affiliation of most of the authors of 'An operational characterization of mutual information in algorithmic information theory'."
} | {
"string": "Where are most of the authors of 'An operational characterization of mutual information in algorithmic information theory' 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-1710-05984> <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-1710-05984>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6752 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Time Series Classification in Reservoir- and Model-Space: A Comparison' and 'A Composed Approach for Automatic Classification of Web Services Robustness', which paper has more authors?"
} | {
"string": "Which one has more number of authors, 'Time Series Classification in Reservoir- and Model-Space: A Comparison' or 'A Composed Approach for Automatic Classification of Web Services Robustness'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/annpr/AswolinskiyRS16> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/IEEEscc/OliveiraLV11> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/annpr/AswolinskiyRS16>, <https://dblp.org/rec/conf/IEEEscc/OliveiraLV11>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/conf/annpr/AswolinskiyRS16>",
"<https://dblp.org/rec/conf/IEEEscc/OliveiraLV11>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6753 | SUPERLATIVE+COMPARATIVE | {
"string": "Who has published the most papers among the authors of 'h-Index Manipulation by Undoing Merges'?"
} | {
"string": "Mention the author who has published the most papers among the authors of 'h-Index Manipulation by Undoing Merges'."
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/corr/BevernKMNSW16> <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/BevernKMNSW16>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6754 | SUPERLATIVE+COMPARATIVE | {
"string": "Mention the author who has published the most papers among the authors of 'Overview of WebCLEF 2008'."
} | {
"string": "Who has published the most papers among the authors of 'Overview of WebCLEF 2008'?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/clef/JijkounR08> <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/clef/JijkounR08>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6755 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Integration of information retrieval and database management systems' and 'Design metrics in quantum turbulence simulations: How physics influences software architecture', which paper was published earlier?"
} | {
"string": "Which one was published first, 'Integration of information retrieval and database management systems' or 'Design metrics in quantum turbulence simulations: How physics influences software architecture'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/riao/DeogunR85> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/sp/RousonX04> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/riao/DeogunR85>, <https://dblp.org/rec/journals/sp/RousonX04>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/conf/riao/DeogunR85>",
"<https://dblp.org/rec/journals/sp/RousonX04>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6756 | SUPERLATIVE+COMPARATIVE | {
"string": "To which institution are the majority of the authors of 'Fuzzy logic for digital phase-locked loop filter design' affiliated?"
} | {
"string": "Mention the primary affiliation of most of the authors of 'Fuzzy logic for digital phase-locked loop filter design'."
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/tfs/SimonE95> <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/tfs/SimonE95>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6757 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'MultiTrack: Multi-User Tracking and Activity Recognition Using Commodity WiFi' and 'Bioblitz Data on the Semantic Web', which paper has more number of co-authors?"
} | {
"string": "Which one has more number of authors, 'MultiTrack: Multi-User Tracking and Activity Recognition Using Commodity WiFi' or 'Bioblitz Data on the Semantic Web'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/chi/TanZWY19> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/semweb/SachsHWP08> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/chi/TanZWY19>, <https://dblp.org/rec/conf/semweb/SachsHWP08>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/conf/chi/TanZWY19>",
"<https://dblp.org/rec/conf/semweb/SachsHWP08>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6758 | SUPERLATIVE+COMPARATIVE | {
"string": "Mention the primary affiliation of most of the authors of 'Optimised Learning from Demonstrations for Collaborative Robots'."
} | {
"string": "What is the primary affiliation of most of the authors of the paper 'Optimised Learning from Demonstrations for Collaborative Robots'?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/rcim/WangHZLZ21> <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/rcim/WangHZLZ21>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6759 | SUPERLATIVE+COMPARATIVE | {
"string": "Who has published the most papers among the authors of 'Pr\\u00E9cis of Complexity and the Function of Mind in Nature'?"
} | {
"string": "Mention the author who has published the most papers among the authors of 'Pr\\u00E9cis of Complexity and the Function of Mind in Nature'."
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/journals/adb/Godfrey-Smith96> <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/adb/Godfrey-Smith96>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6760 | SUPERLATIVE+COMPARATIVE | {
"string": "Which one was published first, 'Overview of the OMA Secure Content IDentification Mechanism' or 'Normative Multi-Agent Systems and Kelsenian Jurisprudence'?"
} | {
"string": "Between 'Overview of the OMA Secure Content IDentification Mechanism' and 'Normative Multi-Agent Systems and Kelsenian Jurisprudence', which paper was published earlier?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/icmcs/ZengLWB10> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/corr/abs-1709-02018> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/icmcs/ZengLWB10>, <https://dblp.org/rec/journals/corr/abs-1709-02018>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/conf/icmcs/ZengLWB10>",
"<https://dblp.org/rec/journals/corr/abs-1709-02018>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6761 | SUPERLATIVE+COMPARATIVE | {
"string": "When were the first papers of the authors of 'An Entropy-Based Self-Adaptive Node Importance Evaluation Method for Complex Networks' published?"
} | {
"string": "Mention the year in which the first papers of the authors of 'An Entropy-Based Self-Adaptive Node Importance Evaluation Method for Complex Networks' were published."
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/complexity/SunYZ20> <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/complexity/SunYZ20>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6762 | SUPERLATIVE+COMPARATIVE | {
"string": "Which one has more number of authors, 'An Autonomous Sailboat for Environment Monitoring' or 'Automated State-based Online Testing Real-time Embedded Software with RTEdge'?"
} | {
"string": "Between 'An Autonomous Sailboat for Environment Monitoring' and 'Automated State-based Online Testing Real-time Embedded Software with RTEdge', which paper has more authors?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/icufn/AngNCWCF22> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/modelsward/HasanainLG15> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/icufn/AngNCWCF22>, <https://dblp.org/rec/conf/modelsward/HasanainLG15>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/conf/icufn/AngNCWCF22>",
"<https://dblp.org/rec/conf/modelsward/HasanainLG15>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6763 | SUPERLATIVE+COMPARATIVE | {
"string": "Mention the author who has published the most papers among the authors of 'Research on Caravan Seaborne Loading Scheme Based on Greedy Algorithm'."
} | {
"string": "Who has published the most papers among the authors of 'Research on Caravan Seaborne Loading Scheme Based on Greedy Algorithm'?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/acai2/SunJWZL19> <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/acai2/SunJWZL19>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6764 | SUPERLATIVE+COMPARATIVE | {
"string": "Name the primary affiliation of most of the authors of 'Friendly bin packing instances without Integer Round-up Property'."
} | {
"string": "To which institution are the majority of the authors of 'Friendly bin packing instances without Integer Round-up Property' affiliated?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/mp/CapraraDDIR15> <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/mp/CapraraDDIR15>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6765 | SUPERLATIVE+COMPARATIVE | {
"string": "Which one was published first, 'Fault Diagnosis in Analog Circuits Using Element Modulation' or 'Generalizing Complete Semantics to Bipolar Argumentation Frameworks'?"
} | {
"string": "Between 'Fault Diagnosis in Analog Circuits Using Element Modulation' and 'Generalizing Complete Semantics to Bipolar Argumentation Frameworks', which paper was published earlier?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/dt/WalkerAL92> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/ecsqaru/Potyka21> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/dt/WalkerAL92>, <https://dblp.org/rec/conf/ecsqaru/Potyka21>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/journals/dt/WalkerAL92>",
"<https://dblp.org/rec/conf/ecsqaru/Potyka21>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6766 | SUPERLATIVE+COMPARATIVE | {
"string": "When were the first papers of the authors of 'Knowledge-Based Feature Generation' published?"
} | {
"string": "Mention the year in which the first papers of the authors of 'Knowledge-Based Feature Generation' were published."
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/icml/Callan89> <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/icml/Callan89>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6767 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'A Hybrid Cloud Approach for Secure Authorized Deduplication' and 'Effects of Social Status on Foetal Growth Using Obstetric Ultrasonography - A Biometric Approach', which paper has more number of co-authors?"
} | {
"string": "Which one has more number of authors, 'A Hybrid Cloud Approach for Secure Authorized Deduplication' or 'Effects of Social Status on Foetal Growth Using Obstetric Ultrasonography - A Biometric Approach'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/tpds/0002L0LL15> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/imtic/AnsariCPMBRC08> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/tpds/0002L0LL15>, <https://dblp.org/rec/conf/imtic/AnsariCPMBRC08>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/journals/tpds/0002L0LL15>",
"<https://dblp.org/rec/conf/imtic/AnsariCPMBRC08>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6768 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Inferences on Mycobacterium Leprae Host Immune Response Escape and Antibiotic Resistance Using Genomic Data and GenomeFastScreen' and 'A humanistic approach to user services', which paper was published earlier?"
} | {
"string": "Which one was published first, 'Inferences on Mycobacterium Leprae Host Immune Response Escape and Antibiotic Resistance Using Genomic Data and GenomeFastScreen' or 'A humanistic approach to user services'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/pacbb/Lopez-Fernandez20> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/siguccs/Allen76> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/pacbb/Lopez-Fernandez20>, <https://dblp.org/rec/conf/siguccs/Allen76>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/conf/pacbb/Lopez-Fernandez20>",
"<https://dblp.org/rec/conf/siguccs/Allen76>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6769 | SUPERLATIVE+COMPARATIVE | {
"string": "To which institution are the majority of the authors of 'Model-Driven Design for the Visual Analysis of Heterogeneous Data' affiliated?"
} | {
"string": "Where are most of the authors of 'Model-Driven Design for the Visual Analysis of Heterogeneous Data' from?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/journals/tvcg/StreitSLSS12> <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/tvcg/StreitSLSS12>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6770 | SUPERLATIVE+COMPARATIVE | {
"string": "Which one was published first, 'A Goal-oriented Mixed-granularity Component Selection Method for Huge Component Repositories' or 'Automatic Tuning of the Parallelism Degree in Hardware Transactional Memory'?"
} | {
"string": "Between 'A Goal-oriented Mixed-granularity Component Selection Method for Huge Component Repositories' and 'Automatic Tuning of the Parallelism Degree in Hardware Transactional Memory', which paper was published earlier?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/seke/XiPLH08> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/europar/RughettiRQC14> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/seke/XiPLH08>, <https://dblp.org/rec/conf/europar/RughettiRQC14>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/conf/seke/XiPLH08>",
"<https://dblp.org/rec/conf/europar/RughettiRQC14>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6771 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Nonparametric Part Transfer for Fine-Grained Recognition' and 'Enhancing Cybersecurity Capability in Local Governments through Competency-Based Education', which paper has more authors?"
} | {
"string": "Which one has more number of authors, 'Nonparametric Part Transfer for Fine-Grained Recognition' or 'Enhancing Cybersecurity Capability in Local Governments through Competency-Based Education'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/cvpr/GoringRFD14> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/hicss/Pike21> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/cvpr/GoringRFD14>, <https://dblp.org/rec/conf/hicss/Pike21>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/conf/cvpr/GoringRFD14>",
"<https://dblp.org/rec/conf/hicss/Pike21>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6772 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Learning Artificial Intelligence: Insights into How Youth Encounter and Build Understanding of AI Concepts' and 'Development of an Instrument to Assess Individual IT Culture', which paper has more authors?"
} | {
"string": "Which one has more number of authors, 'Learning Artificial Intelligence: Insights into How Youth Encounter and Build Understanding of AI Concepts' or 'Development of an Instrument to Assess Individual IT Culture'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/aaai/GreenwaldLW21> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/amcis/Walsh09> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/aaai/GreenwaldLW21>, <https://dblp.org/rec/conf/amcis/Walsh09>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/conf/aaai/GreenwaldLW21>",
"<https://dblp.org/rec/conf/amcis/Walsh09>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6773 | SUPERLATIVE+COMPARATIVE | {
"string": "In which year were the first papers of the authors of 'Rule-Based Generation of Model Structures in Multifaceted Modeling and System Design' published?"
} | {
"string": "When were the first papers of the authors of 'Rule-Based Generation of Model Structures in Multifaceted Modeling and System Design' published?"
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/informs/RozenblitH91> <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/informs/RozenblitH91>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6774 | SUPERLATIVE+COMPARATIVE | {
"string": "What is the primary affiliation of most of the authors of the paper 'Visualizing dynamic data with maps'?"
} | {
"string": "Name the primary affiliation of most of the authors of 'Visualizing dynamic data with maps'."
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/apvis/MashimaKH11> <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/apvis/MashimaKH11>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6775 | SUPERLATIVE+COMPARATIVE | {
"string": "Which one has more number of authors, 'An accelerated gradient-based iterative algorithm for solving extended Sylvester-conjugate matrix equations' or 'New Trends in Education in Conditions of Emerging Global Information Infrastructure'?"
} | {
"string": "Between 'An accelerated gradient-based iterative algorithm for solving extended Sylvester-conjugate matrix equations' and 'New Trends in Education in Conditions of Emerging Global Information Infrastructure', which paper has more authors?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/tinstmc/BayoumiR18> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/ifip3/Demchenko98> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/tinstmc/BayoumiR18>, <https://dblp.org/rec/conf/ifip3/Demchenko98>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/journals/tinstmc/BayoumiR18>",
"<https://dblp.org/rec/conf/ifip3/Demchenko98>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6776 | SUPERLATIVE+COMPARATIVE | {
"string": "What is the primary affiliation of most of the authors of the paper 'Trustworthy Clouds Underpinning the Future Internet'?"
} | {
"string": "Where are most of the authors of 'Trustworthy Clouds Underpinning the Future Internet' from?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/fia/GlottHSS11> <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/fia/GlottHSS11>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6777 | SUPERLATIVE+COMPARATIVE | {
"string": "In which year were the first papers of the authors of 'Three-Element Fractional-Order Viscoelastic Arterial Windkessel Model' published?"
} | {
"string": "When were the first papers of the authors of 'Three-Element Fractional-Order Viscoelastic Arterial Windkessel Model' published?"
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/embc/BahloulL18> <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/embc/BahloulL18>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6778 | SUPERLATIVE+COMPARATIVE | {
"string": "Mention the author who has published the most papers among the authors of 'State-space averaging of switched-inductor-cell for PWM dc-dc converters considering conduction losses in both operational modes'."
} | {
"string": "Who has published the most papers among the authors of 'State-space averaging of switched-inductor-cell for PWM dc-dc converters considering conduction losses in both operational modes'?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/iscas/DavoudiJ06> <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/iscas/DavoudiJ06>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6779 | SUPERLATIVE+COMPARATIVE | {
"string": "Which one has more number of authors, 'Taking Initial Steps towards Enterprise Architecture in Local Government' or 'Robotics for social safety'?"
} | {
"string": "Between 'Taking Initial Steps towards Enterprise Architecture in Local Government' and 'Robotics for social safety', which paper has more number of co-authors?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/egov/AskH11> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/ar/HamadaF01> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/egov/AskH11>, <https://dblp.org/rec/journals/ar/HamadaF01>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/conf/egov/AskH11>",
"<https://dblp.org/rec/journals/ar/HamadaF01>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6780 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Legal Assignments and fast EADAM with consent via classical theory of stable matchings' and 'An Iterative Reinforcement Approach for Fine-Grained Opinion Mining', which paper was published earlier?"
} | {
"string": "Which one was published first, 'Legal Assignments and fast EADAM with consent via classical theory of stable matchings' or 'An Iterative Reinforcement Approach for Fine-Grained Opinion Mining'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/corr/abs-1809-08506> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/naacl/DuT09> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/corr/abs-1809-08506>, <https://dblp.org/rec/conf/naacl/DuT09>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/journals/corr/abs-1809-08506>",
"<https://dblp.org/rec/conf/naacl/DuT09>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6781 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Fully nonlinear oscillator noise analysis: an oscillator with no asymptotic phase' and 'Return Time Statistics and Anti-Phase Regularization in Coupled Chaotic Maps Modeling bursting oscillations', which paper has more number of co-authors?"
} | {
"string": "Which one has more number of authors, 'Fully nonlinear oscillator noise analysis: an oscillator with no asymptotic phase' or 'Return Time Statistics and Anti-Phase Regularization in Coupled Chaotic Maps Modeling bursting oscillations'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/ijcta/Demir07> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/ijbc/AllioC10> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/ijcta/Demir07>, <https://dblp.org/rec/journals/ijbc/AllioC10>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/journals/ijcta/Demir07>",
"<https://dblp.org/rec/journals/ijbc/AllioC10>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6782 | SUPERLATIVE+COMPARATIVE | {
"string": "In which year were the first papers of the authors of 'Genetic participatory algorithm and system modeling' published?"
} | {
"string": "When were the first papers of the authors of 'Genetic participatory algorithm and system modeling' published?"
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/gecco/LiuG13> <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/gecco/LiuG13>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6783 | SUPERLATIVE+COMPARATIVE | {
"string": "Which one has more number of authors, 'Himawari-8/AHI Aerosol Optical Depth Detection Based on Machine Learning Algorithm' or 'Bioelectronics: Biosensors'?"
} | {
"string": "Between 'Himawari-8/AHI Aerosol Optical Depth Detection Based on Machine Learning Algorithm' and 'Bioelectronics: Biosensors', which paper has more authors?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/remotesensing/ChenFLLTWC22> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/conf/iasam/AddyGR11> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/remotesensing/ChenFLLTWC22>, <https://dblp.org/rec/conf/iasam/AddyGR11>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/journals/remotesensing/ChenFLLTWC22>",
"<https://dblp.org/rec/conf/iasam/AddyGR11>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6784 | SUPERLATIVE+COMPARATIVE | {
"string": "In which year were the first papers of the authors of 'Toward effective noise reduction for sub-Nyquist high-frame-rate MRI techniques with deep learning' published?"
} | {
"string": "When were the first papers of the authors of 'Toward effective noise reduction for sub-Nyquist high-frame-rate MRI techniques with deep learning' published?"
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/apsipa/SuzukiKPTH17> <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/apsipa/SuzukiKPTH17>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6785 | SUPERLATIVE+COMPARATIVE | {
"string": "To which institution are the majority of the authors of 'Learning analytics to identify exploratory dialogue within synchronous text chat' affiliated?"
} | {
"string": "Where are most of the authors of 'Learning analytics to identify exploratory dialogue within synchronous text chat' from?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?answer) AS ?count) WHERE { <https://dblp.org/rec/conf/lak/FergusonS11> <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/lak/FergusonS11>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6786 | SUPERLATIVE+COMPARATIVE | {
"string": "When were the first papers of the authors of 'Algorithm of efficient computation of generalised discrete Hartley transform based on cyclic convolutions' published?"
} | {
"string": "Mention the year in which the first papers of the authors of 'Algorithm of efficient computation of generalised discrete Hartley transform based on cyclic convolutions' were published."
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/iet-spr/Protsko14> <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/iet-spr/Protsko14>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6787 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'From Self-Similar Structures to Self-Similar Groups' and 'Domain Generalization Using a Mixture of Multiple Latent Domains', which paper was published earlier?"
} | {
"string": "Which one was published first, 'From Self-Similar Structures to Self-Similar Groups' or 'Domain Generalization Using a Mixture of Multiple Latent Domains'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/ijac/KelleherSW12> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/conf/aaai/MatsuuraH20> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/journals/ijac/KelleherSW12>, <https://dblp.org/rec/conf/aaai/MatsuuraH20>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/journals/ijac/KelleherSW12>",
"<https://dblp.org/rec/conf/aaai/MatsuuraH20>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6788 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'A new n-level high voltage inversion system' and 'The challenges of virtual prototyping and qualification for future microelectronics', which paper has more number of co-authors?"
} | {
"string": "Between 'A new n-level high voltage inversion system' and 'The challenges of virtual prototyping and qualification for future microelectronics', which paper has more authors?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/tie/SuhH97> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/mr/Zhang03> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/tie/SuhH97>, <https://dblp.org/rec/journals/mr/Zhang03>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/journals/tie/SuhH97>",
"<https://dblp.org/rec/journals/mr/Zhang03>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6789 | SUPERLATIVE+COMPARATIVE | {
"string": "Who has published the most papers among the authors of 'Optical Wireless Camera Communications using Neuromorphic Vision Sensors'?"
} | {
"string": "Mention the author who has published the most papers among the authors of 'Optical Wireless Camera Communications using Neuromorphic Vision Sensors'."
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/icc/Perez-RamirezRN19> <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/icc/Perez-RamirezRN19>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6790 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'A Multi-dimensional Weighting Method for Historical Records in Cloud Service Evaluation' and 'Efficient storage and retrieval of medical records using fusion-based multimodal biometrics', which paper was published earlier?"
} | {
"string": "Which one was published first, 'A Multi-dimensional Weighting Method for Historical Records in Cloud Service Evaluation' or 'Efficient storage and retrieval of medical records using fusion-based multimodal biometrics'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/bdcloud/QiNXWY14> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/ijcaet/LalithamaniA18> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/bdcloud/QiNXWY14>, <https://dblp.org/rec/journals/ijcaet/LalithamaniA18>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/conf/bdcloud/QiNXWY14>",
"<https://dblp.org/rec/journals/ijcaet/LalithamaniA18>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6791 | SUPERLATIVE+COMPARATIVE | {
"string": "In which year were the first papers of the authors of 'Using combined keying materials for key distribution in wireless sensor networks' published?"
} | {
"string": "When were the first papers of the authors of 'Using combined keying materials for key distribution in wireless sensor networks' published?"
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/conf/pimrc/ErgunL10> <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/pimrc/ErgunL10>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6792 | SUPERLATIVE+COMPARATIVE | {
"string": "When were the first papers of the authors of 'A unified framework for linear dimensionality reduction in l1' published?"
} | {
"string": "Mention the year in which the first papers of the authors of 'A unified framework for linear dimensionality reduction in l1' were published."
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/corr/Ward14> <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/Ward14>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6793 | SUPERLATIVE+COMPARATIVE | {
"string": "Which one has more number of authors, 'Context Aware Road-user Importance Estimation (iCARE)' or 'Employees' Break-offs and Location Selection: The Birth of Industrial Clusters'?"
} | {
"string": "Between 'Context Aware Road-user Importance Estimation (iCARE)' and 'Employees' Break-offs and Location Selection: The Birth of Industrial Clusters', which paper has more authors?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/corr/abs-1909-05152> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/tem/LeeLM12> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/journals/corr/abs-1909-05152>, <https://dblp.org/rec/journals/tem/LeeLM12>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/journals/corr/abs-1909-05152>",
"<https://dblp.org/rec/journals/tem/LeeLM12>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6794 | SUPERLATIVE+COMPARATIVE | {
"string": "Where are most of the authors of 'Information-theoretic limits on sparse signal recovery: Dense versus sparse measurement matrices' from?"
} | {
"string": "Mention the primary affiliation of most of the authors of 'Information-theoretic limits on sparse signal recovery: Dense versus sparse measurement matrices'."
} | {
"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-0806-0604> <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-0806-0604>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>"
] | false | false |
Q6795 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Leader as an Effective Strategy Implementer in Public Higher Education Institutions' and 'Adaptive Spatial Filtering for an FH/SSMA Packet Radio Network with Packet Combining', which paper was published earlier?"
} | {
"string": "Which one was published first, 'Leader as an Effective Strategy Implementer in Public Higher Education Institutions' or 'Adaptive Spatial Filtering for an FH/SSMA Packet Radio Network with Packet Combining'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/ahfe/MnichW19> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/ijwin/Kim01> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/ahfe/MnichW19>, <https://dblp.org/rec/journals/ijwin/Kim01>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/conf/ahfe/MnichW19>",
"<https://dblp.org/rec/journals/ijwin/Kim01>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6796 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Metaheuristics for Strain Optimization Using Transcriptional Information Enriched Metabolic Models' and 'On the Block Triangular Form of Symmetric Matrices', which paper has more authors?"
} | {
"string": "Which one has more number of authors, 'Metaheuristics for Strain Optimization Using Transcriptional Information Enriched Metabolic Models' or 'On the Block Triangular Form of Symmetric Matrices'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/evoW/VilacaMRR10> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/siamrev/DuffU10> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/evoW/VilacaMRR10>, <https://dblp.org/rec/journals/siamrev/DuffU10>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/conf/evoW/VilacaMRR10>",
"<https://dblp.org/rec/journals/siamrev/DuffU10>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6797 | SUPERLATIVE+COMPARATIVE | {
"string": "Mention the author who has published the most papers among the authors of 'Efficiently Answering Top-k Typicality Queries on Large Databases'."
} | {
"string": "Who has published the most papers among the authors of 'Efficiently Answering Top-k Typicality Queries on Large Databases'?"
} | {
"sparql": "SELECT (GROUP_CONCAT(?answer; separator=', ') AS ?answer) ?count WHERE { SELECT DISTINCT ?answer (COUNT(?x) AS ?count) WHERE { <https://dblp.org/rec/conf/vldb/HuaPFLL07> <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/vldb/HuaPFLL07>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>"
] | false | false |
Q6798 | SUPERLATIVE+COMPARATIVE | {
"string": "When were the first papers of the authors of 'Systems for KDD: From concepts to practice' published?"
} | {
"string": "Mention the year in which the first papers of the authors of 'Systems for KDD: From concepts to practice' were published."
} | {
"sparql": "SELECT DISTINCT ?answer MIN(xsd:integer(?y)) AS ?y WHERE { <https://dblp.org/rec/journals/fgcs/DunkelSSU97> <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/fgcs/DunkelSSU97>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q6799 | SUPERLATIVE+COMPARATIVE | {
"string": "Which one has more number of authors, 'Mining maximal subnetworks from interaction network with node attributes' or '\\Parallel Training Considered Harmful?\\: Comparing series-parallel and parallel feedforward network training'?"
} | {
"string": "Between 'Mining maximal subnetworks from interaction network with node attributes' and '\\Parallel Training Considered Harmful?\\: Comparing series-parallel and parallel feedforward network training', which paper has more authors?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/bibm/GoparajuQS15> <https://dblp.org/rdf/schema#numberOfCreators> ?x . <https://dblp.org/rec/journals/ijon/RibeiroA18> <https://dblp.org/rdf/schema#numberOfCreators> ?y . BIND(IF(?x > ?y, <https://dblp.org/rec/conf/bibm/GoparajuQS15>, <https://dblp.org/rec/journals/ijon/RibeiroA18>) AS ?answer) }"
} | TP86 | [
"<https://dblp.org/rec/conf/bibm/GoparajuQS15>",
"<https://dblp.org/rec/journals/ijon/RibeiroA18>"
] | [
"<https://dblp.org/rdf/schema#numberOfCreators>"
] | false | false |
Q6800 | SUPERLATIVE+COMPARATIVE | {
"string": "Between 'Didaktische Aspekte der Dialogformen bei Auskunftlehrsystemen' and 'Third-generation wireless services for homeland security', which paper was published earlier?"
} | {
"string": "Which one was published first, 'Didaktische Aspekte der Dialogformen bei Auskunftlehrsystemen' or 'Third-generation wireless services for homeland security'?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/rgu/MartinH74> <https://dblp.org/rdf/schema#yearOfPublication> ?x . <https://dblp.org/rec/journals/bell/BalachandranBDK04> <https://dblp.org/rdf/schema#yearOfPublication> ?y . BIND(IF(?x < ?y, <https://dblp.org/rec/conf/rgu/MartinH74>, <https://dblp.org/rec/journals/bell/BalachandranBDK04>) AS ?answer) }"
} | TP85 | [
"<https://dblp.org/rec/conf/rgu/MartinH74>",
"<https://dblp.org/rec/journals/bell/BalachandranBDK04>"
] | [
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |