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 |
---|---|---|---|---|---|---|---|---|---|
Q6201 | DISAMBIGUATION | {
"string": "When was the research paper on Knowledge representation by University of Manchester, UK published?"
} | {
"string": "Mention the year in which University of Manchester, UK published a paper on Knowledge representation."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/bib/StevensGB00> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> 'University of Manchester, UK' . <https://dblp.org/rec/journals/bib/StevensGB00> <https://dblp.org/rdf/schema#yearOfPublication> ?answer }"
} | TP93 | [
"<https://dblp.org/rec/journals/bib/StevensGB00>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q6202 | DISAMBIGUATION | {
"string": "In the year 2021 in Int. J. Comput. Vis., what are the titles of the research papers on Foreground maps?"
} | {
"string": "In Int. J. Comput. Vis. in 2021, what are the titles of the papers on Foreground maps?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/ijcv/ChengF21> <https://dblp.org/rdf/schema#publishedIn> 'Int. J. Comput. Vis.' . <https://dblp.org/rec/journals/ijcv/ChengF21> <https://dblp.org/rdf/schema#yearOfPublication> '2021' . <https://dblp.org/rec/journals/ijcv/ChengF21> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/ijcv/ChengF21>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6203 | DISAMBIGUATION | {
"string": "When was the paper on Point detection by University of Oxford, Mathematical Institute, UK published?"
} | {
"string": "When was the research paper on Point detection by University of Oxford, Mathematical Institute, UK published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/ejasp/CaoTWX19> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> 'University of Oxford, Mathematical Institute, UK' . <https://dblp.org/rec/journals/ejasp/CaoTWX19> <https://dblp.org/rdf/schema#yearOfPublication> ?answer }"
} | TP93 | [
"<https://dblp.org/rec/journals/ejasp/CaoTWX19>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q6204 | DISAMBIGUATION | {
"string": "Who are the authors that published papers about Packet drop in SIAM J. Control. Optim. in 2021?"
} | {
"string": "In SIAM J. Control. Optim. in 2021, who are the authors that published papers about Packet drop?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/siamco/GuTQ21> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/siamco/GuTQ21> <https://dblp.org/rdf/schema#publishedIn> 'SIAM J. Control. Optim.' . <https://dblp.org/rec/journals/siamco/GuTQ21> <https://dblp.org/rdf/schema#yearOfPublication> '2021' }"
} | TP91 | [
"<https://dblp.org/rec/journals/siamco/GuTQ21>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6205 | DISAMBIGUATION | {
"string": "In ICPR in 2012, who are the authors that published papers about Image representations?"
} | {
"string": "In the year 2012 in ICPR, who are the authors that published research papers about Image representations?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/icpr/XuGN12> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/icpr/XuGN12> <https://dblp.org/rdf/schema#publishedIn> 'ICPR' . <https://dblp.org/rec/conf/icpr/XuGN12> <https://dblp.org/rdf/schema#yearOfPublication> '2012' }"
} | TP91 | [
"<https://dblp.org/rec/conf/icpr/XuGN12>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6206 | DISAMBIGUATION | {
"string": "In 1993 in Future Gener. Comput. Syst., what are the titles of the papers on Design support tool?"
} | {
"string": "What are the titles of the papers on Design support tool that were published in Future Gener. Comput. Syst. in 1993?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/fgcs/DHeygereMR93> <https://dblp.org/rdf/schema#publishedIn> 'Future Gener. Comput. Syst.' . <https://dblp.org/rec/journals/fgcs/DHeygereMR93> <https://dblp.org/rdf/schema#yearOfPublication> '1993' . <https://dblp.org/rec/journals/fgcs/DHeygereMR93> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/fgcs/DHeygereMR93>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6207 | DISAMBIGUATION | {
"string": "When was the paper on N attitudes by University of Massachusetts Amherst published?"
} | {
"string": "When was the research paper on N attitudes by University of Massachusetts Amherst, Center for Knowledge Communication, MA, USA published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/its/ArroyoSBW12> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> 'University of Massachusetts Amherst, Center for Knowledge Communication, MA, USA' . <https://dblp.org/rec/conf/its/ArroyoSBW12> <https://dblp.org/rdf/schema#yearOfPublication> ?answer }"
} | TP93 | [
"<https://dblp.org/rec/conf/its/ArroyoSBW12>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q6208 | DISAMBIGUATION | {
"string": "In the year 2016 in NANOCOM, what are the titles of the research papers on Broadcast system?"
} | {
"string": "What are the titles of the papers on Broadcast system that were published in NANOCOM in 2016?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/nanocom/MavridopoulosNT16> <https://dblp.org/rdf/schema#publishedIn> 'NANOCOM' . <https://dblp.org/rec/conf/nanocom/MavridopoulosNT16> <https://dblp.org/rdf/schema#yearOfPublication> '2016' . <https://dblp.org/rec/conf/nanocom/MavridopoulosNT16> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/nanocom/MavridopoulosNT16>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6209 | DISAMBIGUATION | {
"string": "In 2005 in International Joint Conference on Natural Language Processing, who are the authors that published papers about Opinion extraction?"
} | {
"string": "Who are the authors that published papers about Opinion extraction in IJCNLP in 2005?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/ijcnlp/KobayashiIMTF04> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/ijcnlp/KobayashiIMTF04> <https://dblp.org/rdf/schema#publishedIn> 'IJCNLP' . <https://dblp.org/rec/conf/ijcnlp/KobayashiIMTF04> <https://dblp.org/rdf/schema#yearOfPublication> '2005' }"
} | TP91 | [
"<https://dblp.org/rec/conf/ijcnlp/KobayashiIMTF04>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6210 | DISAMBIGUATION | {
"string": "In 2021 in Int. J. Comput. Intell. Syst., what are the titles of the papers on Salesman problem?"
} | {
"string": "In the year 2021 in Int. J. Comput. Intell. Syst., what are the titles of the research papers on Salesman problem?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/ijcisys/RenWWW21> <https://dblp.org/rdf/schema#publishedIn> 'Int. J. Comput. Intell. Syst.' . <https://dblp.org/rec/journals/ijcisys/RenWWW21> <https://dblp.org/rdf/schema#yearOfPublication> '2021' . <https://dblp.org/rec/journals/ijcisys/RenWWW21> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/ijcisys/RenWWW21>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6211 | DISAMBIGUATION | {
"string": "In the year 2018 in Int. J. Appl. Evol. Comput., what are the titles of the research papers on Classification models?"
} | {
"string": "In 2018 in Int. J. Appl. Evol. Comput., what are the titles of the papers on Classification models?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/ijaec/SahuS18> <https://dblp.org/rdf/schema#publishedIn> 'Int. J. Appl. Evol. Comput.' . <https://dblp.org/rec/journals/ijaec/SahuS18> <https://dblp.org/rdf/schema#yearOfPublication> '2018' . <https://dblp.org/rec/journals/ijaec/SahuS18> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/ijaec/SahuS18>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6212 | DISAMBIGUATION | {
"string": "De La Salle University, Manila, Philippines published a paper on Text readability in what year?"
} | {
"string": "Mention the year in which De La Salle University published a paper on Text readability."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/ialp/ImperialO20> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> 'De La Salle University, Manila, Philippines' . <https://dblp.org/rec/conf/ialp/ImperialO20> <https://dblp.org/rdf/schema#yearOfPublication> ?answer }"
} | TP93 | [
"<https://dblp.org/rec/conf/ialp/ImperialO20>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q6213 | DISAMBIGUATION | {
"string": "What are the titles of the papers on Shape derivatives that were published in J. Comput. Phys. in 2007?"
} | {
"string": "In 2007 in J. Comput. Phys., what are the titles of the papers on Shape derivatives?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/jcphy/HeKO07> <https://dblp.org/rdf/schema#publishedIn> 'J. Comput. Phys.' . <https://dblp.org/rec/journals/jcphy/HeKO07> <https://dblp.org/rdf/schema#yearOfPublication> '2007' . <https://dblp.org/rec/journals/jcphy/HeKO07> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/jcphy/HeKO07>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6214 | DISAMBIGUATION | {
"string": "In IEEE Access in 2020, who are the authors that published papers about Set model?"
} | {
"string": "Who are the authors that published papers about Set model in IEEE Access in 2020?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/access/LiJZYLZL20> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/access/LiJZYLZL20> <https://dblp.org/rdf/schema#publishedIn> 'IEEE Access' . <https://dblp.org/rec/journals/access/LiJZYLZL20> <https://dblp.org/rdf/schema#yearOfPublication> '2020' }"
} | TP91 | [
"<https://dblp.org/rec/journals/access/LiJZYLZL20>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6215 | DISAMBIGUATION | {
"string": "In J. Database Manag. in 2011, who are the authors that published papers about Document database?"
} | {
"string": "Who are the authors that published papers about Document database in J. Database Manag. in 2011?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/jdm/SenguptaV11> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/jdm/SenguptaV11> <https://dblp.org/rdf/schema#publishedIn> 'J. Database Manag.' . <https://dblp.org/rec/journals/jdm/SenguptaV11> <https://dblp.org/rdf/schema#yearOfPublication> '2011' }"
} | TP91 | [
"<https://dblp.org/rec/journals/jdm/SenguptaV11>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6216 | DISAMBIGUATION | {
"string": "Who are the authors that published papers about Barrier source in iSES in 2019?"
} | {
"string": "In 2019 in iSES, who are the authors that published papers about Barrier source?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/ises/KumarST19> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/ises/KumarST19> <https://dblp.org/rdf/schema#publishedIn> 'iSES' . <https://dblp.org/rec/conf/ises/KumarST19> <https://dblp.org/rdf/schema#yearOfPublication> '2019' }"
} | TP91 | [
"<https://dblp.org/rec/conf/ises/KumarST19>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6217 | DISAMBIGUATION | {
"string": "In the year 2016 in Mensch & Computer Workshopband, what are the titles of the research papers on Recommender systems?"
} | {
"string": "What are the titles of the papers on Recommender systems that were published in Mensch & Computer Workshopband in 2016?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/mc/HolzingerVZ16> <https://dblp.org/rdf/schema#publishedIn> 'Mensch & Computer Workshopband' . <https://dblp.org/rec/conf/mc/HolzingerVZ16> <https://dblp.org/rdf/schema#yearOfPublication> '2016' . <https://dblp.org/rec/conf/mc/HolzingerVZ16> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/mc/HolzingerVZ16>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6218 | DISAMBIGUATION | {
"string": "What are the titles of the papers on Interference channels that were published in CrownCom in 2010?"
} | {
"string": "In CrownCom in 2010, what are the titles of the papers on Interference channels?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/crowncom/MochaourabCJ10> <https://dblp.org/rdf/schema#publishedIn> 'CrownCom' . <https://dblp.org/rec/conf/crowncom/MochaourabCJ10> <https://dblp.org/rdf/schema#yearOfPublication> '2010' . <https://dblp.org/rec/conf/crowncom/MochaourabCJ10> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/crowncom/MochaourabCJ10>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6219 | DISAMBIGUATION | {
"string": "When was the paper on Issue width by Delft University of Technology published?"
} | {
"string": "Mention the year in which Delft University of Technology, Netherlands published a paper on Issue width."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/date/BrandonW13> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> 'Delft University of Technology, Netherlands' . <https://dblp.org/rec/conf/date/BrandonW13> <https://dblp.org/rdf/schema#yearOfPublication> ?answer }"
} | TP93 | [
"<https://dblp.org/rec/conf/date/BrandonW13>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q6220 | DISAMBIGUATION | {
"string": "Who are the authors that published papers about Grade title in ICLS in 1996?"
} | {
"string": "In the year 1996 in ICLS, who are the authors that published research papers about Grade title?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/icls/Bucci96> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/icls/Bucci96> <https://dblp.org/rdf/schema#publishedIn> 'ICLS' . <https://dblp.org/rec/conf/icls/Bucci96> <https://dblp.org/rdf/schema#yearOfPublication> '1996' }"
} | TP91 | [
"<https://dblp.org/rec/conf/icls/Bucci96>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6221 | DISAMBIGUATION | {
"string": "In Comput. Aided Des. in 1996, what are the titles of the papers on Generating assembly?"
} | {
"string": "In 1996 in Comput. Aided Des., what are the titles of the papers on Generating assembly?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/cad/BertolottoBFN96> <https://dblp.org/rdf/schema#publishedIn> 'Comput. Aided Des.' . <https://dblp.org/rec/journals/cad/BertolottoBFN96> <https://dblp.org/rdf/schema#yearOfPublication> '1996' . <https://dblp.org/rec/journals/cad/BertolottoBFN96> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/cad/BertolottoBFN96>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6222 | DISAMBIGUATION | {
"string": "In 2007 in International Conference on the Theory and Application of Cryptology and Information Security, what are the titles of the papers on Byzantine agreement?"
} | {
"string": "In the year 2007 in International Conference on the Theory and Application of Cryptology and Information Security, what are the titles of the research papers on Byzantine agreement?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/asiacrypt/Beerliova-TrubiniovaHR07> <https://dblp.org/rdf/schema#publishedIn> 'ASIACRYPT' . <https://dblp.org/rec/conf/asiacrypt/Beerliova-TrubiniovaHR07> <https://dblp.org/rdf/schema#yearOfPublication> '2007' . <https://dblp.org/rec/conf/asiacrypt/Beerliova-TrubiniovaHR07> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/asiacrypt/Beerliova-TrubiniovaHR07>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6223 | DISAMBIGUATION | {
"string": "In Autom. in 2017, what are the titles of the papers on Mode control?"
} | {
"string": "What are the titles of the papers on Mode control that were published in Autom. in 2017?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/automatica/ShtesselMF17> <https://dblp.org/rdf/schema#publishedIn> 'Autom.' . <https://dblp.org/rec/journals/automatica/ShtesselMF17> <https://dblp.org/rdf/schema#yearOfPublication> '2017' . <https://dblp.org/rec/journals/automatica/ShtesselMF17> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/automatica/ShtesselMF17>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6224 | DISAMBIGUATION | {
"string": "In the year 2018 in ICETE, what are the titles of the research papers on Platform architecture?"
} | {
"string": "In ICETE in 2018, what are the titles of the papers on Platform architecture?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/icete/Levina18> <https://dblp.org/rdf/schema#publishedIn> 'ICETE (1)' . <https://dblp.org/rec/conf/icete/Levina18> <https://dblp.org/rdf/schema#yearOfPublication> '2018' . <https://dblp.org/rec/conf/icete/Levina18> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/icete/Levina18>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6225 | DISAMBIGUATION | {
"string": "In Systems and Computers in Japan in 2001, who are the authors that published papers about Game system?"
} | {
"string": "Who are the authors that published papers about Game system in Systems and Computers in Japan in 2001?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/scjapan/SasakiT01> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/scjapan/SasakiT01> <https://dblp.org/rdf/schema#publishedIn> 'Systems and Computers in Japan' . <https://dblp.org/rec/journals/scjapan/SasakiT01> <https://dblp.org/rdf/schema#yearOfPublication> '2001' }"
} | TP91 | [
"<https://dblp.org/rec/journals/scjapan/SasakiT01>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6226 | DISAMBIGUATION | {
"string": "In COMPSAC (2) in 2009, what are the titles of the papers on Agent protection?"
} | {
"string": "In the year 2009 in COMPSAC (2), what are the titles of the research papers on Agent protection?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/compsac/MunozMHM09> <https://dblp.org/rdf/schema#publishedIn> 'COMPSAC (2)' . <https://dblp.org/rec/conf/compsac/MunozMHM09> <https://dblp.org/rdf/schema#yearOfPublication> '2009' . <https://dblp.org/rec/conf/compsac/MunozMHM09> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/compsac/MunozMHM09>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6227 | DISAMBIGUATION | {
"string": "In the year 2021 in CoRR, what are the titles of the research papers on Modulation recognition?"
} | {
"string": "In CoRR in 2021, what are the titles of the papers on Modulation recognition?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/corr/abs-2105-13746> <https://dblp.org/rdf/schema#publishedIn> 'CoRR' . <https://dblp.org/rec/journals/corr/abs-2105-13746> <https://dblp.org/rdf/schema#yearOfPublication> '2021' . <https://dblp.org/rec/journals/corr/abs-2105-13746> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/corr/abs-2105-13746>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6228 | DISAMBIGUATION | {
"string": "In 2003 in IEEE International Symposium on Personal and Indoor Mobile Radio Conference, what are the titles of the papers on Antennas transmission?"
} | {
"string": "In the year 2003 in IEEE International Symposium on Personal and Indoor Mobile Radio Conference, what are the titles of the research papers on Antennas transmission?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/pimrc/YiL03> <https://dblp.org/rdf/schema#publishedIn> 'PIMRC' . <https://dblp.org/rec/conf/pimrc/YiL03> <https://dblp.org/rdf/schema#yearOfPublication> '2003' . <https://dblp.org/rec/conf/pimrc/YiL03> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/pimrc/YiL03>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6229 | DISAMBIGUATION | {
"string": "In Int. J. Mob. Commun. in 2006, what are the titles of the papers on Wlan experiments?"
} | {
"string": "In the year 2006 in Int. J. Mob. Commun., what are the titles of the research papers on Wlan experiments?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/ijmc/Tsang06> <https://dblp.org/rdf/schema#publishedIn> 'Int. J. Mob. Commun.' . <https://dblp.org/rec/journals/ijmc/Tsang06> <https://dblp.org/rdf/schema#yearOfPublication> '2006' . <https://dblp.org/rec/journals/ijmc/Tsang06> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/ijmc/Tsang06>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6230 | DISAMBIGUATION | {
"string": "What are the titles of the papers on Image processing that were published in IEEE International Conference on Image Processing in 1998?"
} | {
"string": "In ICIP (2) in 1998, what are the titles of the papers on Image processing?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/icip/McCabeWC98> <https://dblp.org/rdf/schema#publishedIn> 'ICIP (2)' . <https://dblp.org/rec/conf/icip/McCabeWC98> <https://dblp.org/rdf/schema#yearOfPublication> '1998' . <https://dblp.org/rec/conf/icip/McCabeWC98> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/icip/McCabeWC98>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6231 | DISAMBIGUATION | {
"string": "In 2021 in Sensors, what are the titles of the papers on Transportation classification?"
} | {
"string": "What are the titles of the papers on Transportation classification that were published in Sensors in 2021?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/sensors/FriedrichLH21> <https://dblp.org/rdf/schema#publishedIn> 'Sensors' . <https://dblp.org/rec/journals/sensors/FriedrichLH21> <https://dblp.org/rdf/schema#yearOfPublication> '2021' . <https://dblp.org/rec/journals/sensors/FriedrichLH21> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/sensors/FriedrichLH21>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6232 | DISAMBIGUATION | {
"string": "What are the titles of the papers on Property identification that were published in ICRA in 1999?"
} | {
"string": "In 1999 in ICRA, what are the titles of the papers on Property identification?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/icra/DebusDH99> <https://dblp.org/rdf/schema#publishedIn> 'ICRA' . <https://dblp.org/rec/conf/icra/DebusDH99> <https://dblp.org/rdf/schema#yearOfPublication> '1999' . <https://dblp.org/rec/conf/icra/DebusDH99> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/icra/DebusDH99>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6233 | DISAMBIGUATION | {
"string": "In Int. J. Autom. Comput. in 2007, who are the authors that published papers about Linearization control?"
} | {
"string": "In 2007 in Int. J. Autom. Comput., who are the authors that published papers about Linearization control?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/ijautcomp/NecsulescuJK07> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/ijautcomp/NecsulescuJK07> <https://dblp.org/rdf/schema#publishedIn> 'Int. J. Autom. Comput.' . <https://dblp.org/rec/journals/ijautcomp/NecsulescuJK07> <https://dblp.org/rdf/schema#yearOfPublication> '2007' }"
} | TP91 | [
"<https://dblp.org/rec/journals/ijautcomp/NecsulescuJK07>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6234 | DISAMBIGUATION | {
"string": "In 2020 in ICIP, who are the authors that published papers about Relationship network?"
} | {
"string": "In the year 2020 in IEEE International Conference on Image Processing, who are the authors that published research papers about Relationship network?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/icip/PengCL20> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/icip/PengCL20> <https://dblp.org/rdf/schema#publishedIn> 'ICIP' . <https://dblp.org/rec/conf/icip/PengCL20> <https://dblp.org/rdf/schema#yearOfPublication> '2020' }"
} | TP91 | [
"<https://dblp.org/rec/conf/icip/PengCL20>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6235 | DISAMBIGUATION | {
"string": "When was the paper on Image annotation by Nanjing University of Science and Technology (NJUST) published?"
} | {
"string": "When was the research paper on Image annotation by Nanjing University of Science and Technology (NJUST) published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/mm/TangLQC08> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> 'Nanjing University of Science and Technology (NJUST), School of Computer Science and Technology, China' . <https://dblp.org/rec/conf/mm/TangLQC08> <https://dblp.org/rdf/schema#yearOfPublication> ?answer }"
} | TP93 | [
"<https://dblp.org/rec/conf/mm/TangLQC08>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q6236 | DISAMBIGUATION | {
"string": "In INFOCOM in 2021, what are the titles of the papers on Cloud computing?"
} | {
"string": "In the year 2021 in IEEE International Conference on Computer Communications, what are the titles of the research papers on Cloud computing?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/infocom/QinLY21> <https://dblp.org/rdf/schema#publishedIn> 'INFOCOM' . <https://dblp.org/rec/conf/infocom/QinLY21> <https://dblp.org/rdf/schema#yearOfPublication> '2021' . <https://dblp.org/rec/conf/infocom/QinLY21> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/infocom/QinLY21>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6237 | DISAMBIGUATION | {
"string": "In 2002 in ISTAS, who are the authors that published papers about Case study?"
} | {
"string": "In International Symposium on Technology and Society in 2002, who are the authors that published papers about Case study?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/istas/CeaparuS02> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/istas/CeaparuS02> <https://dblp.org/rdf/schema#publishedIn> 'ISTAS' . <https://dblp.org/rec/conf/istas/CeaparuS02> <https://dblp.org/rdf/schema#yearOfPublication> '2002' }"
} | TP91 | [
"<https://dblp.org/rec/conf/istas/CeaparuS02>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6238 | DISAMBIGUATION | {
"string": "In HPDC in 1997, what are the titles of the papers on Scheduling methods?"
} | {
"string": "In the year 1997 in HPDC, what are the titles of the research papers on Scheduling methods?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/hpdc/SudoSS97> <https://dblp.org/rdf/schema#publishedIn> 'HPDC' . <https://dblp.org/rec/conf/hpdc/SudoSS97> <https://dblp.org/rdf/schema#yearOfPublication> '1997' . <https://dblp.org/rec/conf/hpdc/SudoSS97> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/hpdc/SudoSS97>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6239 | DISAMBIGUATION | {
"string": "Who are the authors that published papers about Si heterojunctions in Microelectron. J. in 2008?"
} | {
"string": "In Microelectron. J. in 2008, who are the authors that published papers about Si heterojunctions?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/mj/FaragAT08> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/mj/FaragAT08> <https://dblp.org/rdf/schema#publishedIn> 'Microelectron. J.' . <https://dblp.org/rec/journals/mj/FaragAT08> <https://dblp.org/rdf/schema#yearOfPublication> '2008' }"
} | TP91 | [
"<https://dblp.org/rec/journals/mj/FaragAT08>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6240 | DISAMBIGUATION | {
"string": "In J. Cogn. Neurosci. in 2018, what are the titles of the papers on Component event?"
} | {
"string": "In the year 2018 in J. Cogn. Neurosci., what are the titles of the research papers on Component event?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/jocn/TurkEDHNFFZB18> <https://dblp.org/rdf/schema#publishedIn> 'J. Cogn. Neurosci.' . <https://dblp.org/rec/journals/jocn/TurkEDHNFFZB18> <https://dblp.org/rdf/schema#yearOfPublication> '2018' . <https://dblp.org/rec/journals/jocn/TurkEDHNFFZB18> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/jocn/TurkEDHNFFZB18>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6241 | DISAMBIGUATION | {
"string": "In Int. J. Mach. Learn. Cybern. in 2022, who are the authors that published papers about Scale selection?"
} | {
"string": "In the year 2022 in Int. J. Mach. Learn. Cybern., who are the authors that published research papers about Scale selection?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/mlc/ZhengWBT22> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/mlc/ZhengWBT22> <https://dblp.org/rdf/schema#publishedIn> 'Int. J. Mach. Learn. Cybern.' . <https://dblp.org/rec/journals/mlc/ZhengWBT22> <https://dblp.org/rdf/schema#yearOfPublication> '2022' }"
} | TP91 | [
"<https://dblp.org/rec/journals/mlc/ZhengWBT22>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6242 | DISAMBIGUATION | {
"string": "What are the titles of the papers on Resonator antenna that were published in IEEE Access in 2021?"
} | {
"string": "In 2021 in IEEE Access, what are the titles of the papers on Resonator antenna?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/access/ZhaoLCFC21> <https://dblp.org/rdf/schema#publishedIn> 'IEEE Access' . <https://dblp.org/rec/journals/access/ZhaoLCFC21> <https://dblp.org/rdf/schema#yearOfPublication> '2021' . <https://dblp.org/rec/journals/access/ZhaoLCFC21> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/access/ZhaoLCFC21>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6243 | DISAMBIGUATION | {
"string": "What are the titles of the papers on Marker genes that were published in BMC Bioinform. in 2011?"
} | {
"string": "In 2011 in BMC Bioinform., what are the titles of the papers on Marker genes?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/bmcbi/GhodsiLP11> <https://dblp.org/rdf/schema#publishedIn> 'BMC Bioinform.' . <https://dblp.org/rec/journals/bmcbi/GhodsiLP11> <https://dblp.org/rdf/schema#yearOfPublication> '2011' . <https://dblp.org/rec/journals/bmcbi/GhodsiLP11> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/bmcbi/GhodsiLP11>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6244 | DISAMBIGUATION | {
"string": "In 1989 in International Computer Software and Applications Conference, who are the authors that published papers about Quality assurance?"
} | {
"string": "Who are the authors that published papers about Quality assurance in International Computer Software and Applications Conference in 1989?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/compsac/HondaMK89> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/compsac/HondaMK89> <https://dblp.org/rdf/schema#publishedIn> 'COMPSAC' . <https://dblp.org/rec/conf/compsac/HondaMK89> <https://dblp.org/rdf/schema#yearOfPublication> '1989' }"
} | TP91 | [
"<https://dblp.org/rec/conf/compsac/HondaMK89>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6245 | DISAMBIGUATION | {
"string": "In the year 2000 in NIPS, who are the authors that published research papers about Arrival estimation?"
} | {
"string": "Who are the authors that published papers about Arrival estimation in NIPS in 2000?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/nips/RoscaRJR99> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/nips/RoscaRJR99> <https://dblp.org/rdf/schema#publishedIn> 'NIPS' . <https://dblp.org/rec/conf/nips/RoscaRJR99> <https://dblp.org/rdf/schema#yearOfPublication> '2000' }"
} | TP91 | [
"<https://dblp.org/rec/conf/nips/RoscaRJR99>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6246 | DISAMBIGUATION | {
"string": "In 2011 in Lang. Linguistics Compass, who are the authors that published papers about Language processing?"
} | {
"string": "Who are the authors that published papers about Language processing in Lang. Linguistics Compass in 2011?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/llc/MorfordH11> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/llc/MorfordH11> <https://dblp.org/rdf/schema#publishedIn> 'Lang. Linguistics Compass' . <https://dblp.org/rec/journals/llc/MorfordH11> <https://dblp.org/rdf/schema#yearOfPublication> '2011' }"
} | TP91 | [
"<https://dblp.org/rec/journals/llc/MorfordH11>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6247 | DISAMBIGUATION | {
"string": "When was the research paper on Design technique by Imperial College London, UK published?"
} | {
"string": "When was the paper on Design technique by Imperial College London published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/icassp/AhmadiCK76> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> 'Imperial College London, UK' . <https://dblp.org/rec/conf/icassp/AhmadiCK76> <https://dblp.org/rdf/schema#yearOfPublication> ?answer }"
} | TP93 | [
"<https://dblp.org/rec/conf/icassp/AhmadiCK76>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q6248 | DISAMBIGUATION | {
"string": "In CoRR in 2015, what are the titles of the papers on Cake cutting protocol?"
} | {
"string": "What are the titles of the papers on Cake cutting protocol that were published in CoRR in 2015?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/corr/AzizM15> <https://dblp.org/rdf/schema#publishedIn> 'CoRR' . <https://dblp.org/rec/journals/corr/AzizM15> <https://dblp.org/rdf/schema#yearOfPublication> '2015' . <https://dblp.org/rec/journals/corr/AzizM15> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/corr/AzizM15>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6249 | DISAMBIGUATION | {
"string": "In CoRR in 2022, what are the titles of the papers on Time video?"
} | {
"string": "In 2022 in CoRR, what are the titles of the papers on Time video?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/corr/abs-2205-12634> <https://dblp.org/rdf/schema#publishedIn> 'CoRR' . <https://dblp.org/rec/journals/corr/abs-2205-12634> <https://dblp.org/rdf/schema#yearOfPublication> '2022' . <https://dblp.org/rec/journals/corr/abs-2205-12634> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/corr/abs-2205-12634>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6250 | DISAMBIGUATION | {
"string": "In the year 1990 in ICASSP, who are the authors that published research papers about Speech recognition?"
} | {
"string": "Who are the authors that published papers about Speech recognition in ICASSP in 1990?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/icassp/El-BezeD90> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/icassp/El-BezeD90> <https://dblp.org/rdf/schema#publishedIn> 'ICASSP' . <https://dblp.org/rec/conf/icassp/El-BezeD90> <https://dblp.org/rdf/schema#yearOfPublication> '1990' }"
} | TP91 | [
"<https://dblp.org/rec/conf/icassp/El-BezeD90>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6251 | DISAMBIGUATION | {
"string": "In the year 2014 in CoRR, who are the authors that published research papers about Risk assessment algorithm?"
} | {
"string": "Who are the authors that published papers about Risk assessment algorithm in CoRR in 2014?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/corr/MomaniTA14> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/corr/MomaniTA14> <https://dblp.org/rdf/schema#publishedIn> 'CoRR' . <https://dblp.org/rec/journals/corr/MomaniTA14> <https://dblp.org/rdf/schema#yearOfPublication> '2014' }"
} | TP91 | [
"<https://dblp.org/rec/journals/corr/MomaniTA14>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6252 | DISAMBIGUATION | {
"string": "Who are the authors that published papers about Definition generation in CoRR in 2022?"
} | {
"string": "In CoRR in 2022, who are the authors that published papers about Definition generation?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/corr/abs-2203-12926> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/corr/abs-2203-12926> <https://dblp.org/rdf/schema#publishedIn> 'CoRR' . <https://dblp.org/rec/journals/corr/abs-2203-12926> <https://dblp.org/rdf/schema#yearOfPublication> '2022' }"
} | TP91 | [
"<https://dblp.org/rec/journals/corr/abs-2203-12926>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6253 | DISAMBIGUATION | {
"string": "In the year 2021 in IEEE International Performance Computing and Communications Conference, who are the authors that published research papers about Incentive mechanism?"
} | {
"string": "Who are the authors that published papers about Incentive mechanism in IEEE International Performance Computing and Communications Conference in 2021?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/ipccc/GuoWLS21> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/ipccc/GuoWLS21> <https://dblp.org/rdf/schema#publishedIn> 'IPCCC' . <https://dblp.org/rec/conf/ipccc/GuoWLS21> <https://dblp.org/rdf/schema#yearOfPublication> '2021' }"
} | TP91 | [
"<https://dblp.org/rec/conf/ipccc/GuoWLS21>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6254 | DISAMBIGUATION | {
"string": "In 1994 in Random Struct. Algorithms, who are the authors that published papers about Steiner trees?"
} | {
"string": "In Random Struct. Algorithms in 1994, who are the authors that published papers about Steiner trees?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/rsa/DeneenST94> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/rsa/DeneenST94> <https://dblp.org/rdf/schema#publishedIn> 'Random Struct. Algorithms' . <https://dblp.org/rec/journals/rsa/DeneenST94> <https://dblp.org/rdf/schema#yearOfPublication> '1994' }"
} | TP91 | [
"<https://dblp.org/rec/journals/rsa/DeneenST94>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6255 | DISAMBIGUATION | {
"string": "Who are the authors that published papers about Suite generation in GECCO in 2015?"
} | {
"string": "In the year 2015 in Genetic and Evolutionary Computations, who are the authors that published research papers about Suite generation?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/gecco/ShamshiriRFM15> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/gecco/ShamshiriRFM15> <https://dblp.org/rdf/schema#publishedIn> 'GECCO' . <https://dblp.org/rec/conf/gecco/ShamshiriRFM15> <https://dblp.org/rdf/schema#yearOfPublication> '2015' }"
} | TP91 | [
"<https://dblp.org/rec/conf/gecco/ShamshiriRFM15>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6256 | DISAMBIGUATION | {
"string": "In Inf. Syst. Frontiers in 2016, what are the titles of the papers on Supply chain?"
} | {
"string": "In the year 2016 in Inf. Syst. Frontiers, what are the titles of the research papers on Supply chain?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/isf/TanWC16> <https://dblp.org/rdf/schema#publishedIn> 'Inf. Syst. Frontiers' . <https://dblp.org/rec/journals/isf/TanWC16> <https://dblp.org/rdf/schema#yearOfPublication> '2016' . <https://dblp.org/rec/journals/isf/TanWC16> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/isf/TanWC16>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6257 | DISAMBIGUATION | {
"string": "Who are the authors that published papers about Learning features in CoRR in 2019?"
} | {
"string": "In CoRR in 2019, who are the authors that published papers about Learning features?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/corr/abs-1912-00283> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/corr/abs-1912-00283> <https://dblp.org/rdf/schema#publishedIn> 'CoRR' . <https://dblp.org/rec/journals/corr/abs-1912-00283> <https://dblp.org/rdf/schema#yearOfPublication> '2019' }"
} | TP91 | [
"<https://dblp.org/rec/journals/corr/abs-1912-00283>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6258 | DISAMBIGUATION | {
"string": "In Comput. Commun. Rev. in 2000, what are the titles of the papers on Traffic engineering?"
} | {
"string": "What are the titles of the papers on Traffic engineering that were published in Comput. Commun. Rev. in 2000?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/ccr/LagoaC00> <https://dblp.org/rdf/schema#publishedIn> 'Comput. Commun. Rev.' . <https://dblp.org/rec/journals/ccr/LagoaC00> <https://dblp.org/rdf/schema#yearOfPublication> '2000' . <https://dblp.org/rec/journals/ccr/LagoaC00> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/ccr/LagoaC00>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6259 | DISAMBIGUATION | {
"string": "In CDC in 2021, who are the authors that published papers about Play networks?"
} | {
"string": "In 2021 in CDC, who are the authors that published papers about Play networks?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/cdc/StudliYSM21> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/cdc/StudliYSM21> <https://dblp.org/rdf/schema#publishedIn> 'CDC' . <https://dblp.org/rec/conf/cdc/StudliYSM21> <https://dblp.org/rdf/schema#yearOfPublication> '2021' }"
} | TP91 | [
"<https://dblp.org/rec/conf/cdc/StudliYSM21>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6260 | DISAMBIGUATION | {
"string": "Who are the authors that published papers about Sensor networks in Softw. Pract. Exp. in 2014?"
} | {
"string": "In the year 2014 in Softw. Pract. Exp., who are the authors that published research papers about Sensor networks?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/spe/MooreTPC14> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/spe/MooreTPC14> <https://dblp.org/rdf/schema#publishedIn> 'Softw. Pract. Exp.' . <https://dblp.org/rec/journals/spe/MooreTPC14> <https://dblp.org/rdf/schema#yearOfPublication> '2014' }"
} | TP91 | [
"<https://dblp.org/rec/journals/spe/MooreTPC14>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6261 | DISAMBIGUATION | {
"string": "In TSD in 2013, who are the authors that published papers about Language model?"
} | {
"string": "Who are the authors that published papers about Language model in TSD in 2013?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/tsd/ChaloupkaNCM13> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/tsd/ChaloupkaNCM13> <https://dblp.org/rdf/schema#publishedIn> 'TSD' . <https://dblp.org/rec/conf/tsd/ChaloupkaNCM13> <https://dblp.org/rdf/schema#yearOfPublication> '2013' }"
} | TP91 | [
"<https://dblp.org/rec/conf/tsd/ChaloupkaNCM13>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6262 | DISAMBIGUATION | {
"string": "Tsinghua University published a paper on Assembly line in what year?"
} | {
"string": "When was the paper on Assembly line by Tsinghua University, Department of Automation, TNList, Beijing, China published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/candie/SunWP20> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> 'Tsinghua University, Department of Automation, TNList, Beijing, China' . <https://dblp.org/rec/journals/candie/SunWP20> <https://dblp.org/rdf/schema#yearOfPublication> ?answer }"
} | TP93 | [
"<https://dblp.org/rec/journals/candie/SunWP20>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q6263 | DISAMBIGUATION | {
"string": "In 1979 in Notre Dame J. Formal Log., what are the titles of the papers on Meyer semantics?"
} | {
"string": "What are the titles of the papers on Meyer semantics that were published in Notre Dame J. Formal Log. in 1979?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/ndjfl/Dunn79> <https://dblp.org/rdf/schema#publishedIn> 'Notre Dame J. Formal Log.' . <https://dblp.org/rec/journals/ndjfl/Dunn79> <https://dblp.org/rdf/schema#yearOfPublication> '1979' . <https://dblp.org/rec/journals/ndjfl/Dunn79> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/ndjfl/Dunn79>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6264 | DISAMBIGUATION | {
"string": "In Autom. in 2011, what are the titles of the papers on Feedback stabilization?"
} | {
"string": "What are the titles of the papers on Feedback stabilization that were published in Autom. in 2011?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/automatica/ZevinP11> <https://dblp.org/rdf/schema#publishedIn> 'Autom.' . <https://dblp.org/rec/journals/automatica/ZevinP11> <https://dblp.org/rdf/schema#yearOfPublication> '2011' . <https://dblp.org/rec/journals/automatica/ZevinP11> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/automatica/ZevinP11>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6265 | DISAMBIGUATION | {
"string": "In GECCO Companion in 2022, who are the authors that published papers about Portfolio construction?"
} | {
"string": "Who are the authors that published papers about Portfolio construction in GECCO Companion in 2022?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/gecco/MunozSK22> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/gecco/MunozSK22> <https://dblp.org/rdf/schema#publishedIn> 'GECCO Companion' . <https://dblp.org/rec/conf/gecco/MunozSK22> <https://dblp.org/rdf/schema#yearOfPublication> '2022' }"
} | TP91 | [
"<https://dblp.org/rec/conf/gecco/MunozSK22>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6266 | DISAMBIGUATION | {
"string": "What are the titles of the papers on Animal bias that were published in CoRR in 2022?"
} | {
"string": "In the year 2022 in CoRR, what are the titles of the research papers on Animal bias?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/corr/abs-2203-05140> <https://dblp.org/rdf/schema#publishedIn> 'CoRR' . <https://dblp.org/rec/journals/corr/abs-2203-05140> <https://dblp.org/rdf/schema#yearOfPublication> '2022' . <https://dblp.org/rec/journals/corr/abs-2203-05140> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/corr/abs-2203-05140>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6267 | DISAMBIGUATION | {
"string": "In 2021 in SECRYPT, what are the titles of the papers on Set intersection?"
} | {
"string": "In the year 2021 in International Conference on Information Security and Cryptography, what are the titles of the research papers on Set intersection?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/secrypt/Andreea21> <https://dblp.org/rdf/schema#publishedIn> 'SECRYPT' . <https://dblp.org/rec/conf/secrypt/Andreea21> <https://dblp.org/rdf/schema#yearOfPublication> '2021' . <https://dblp.org/rec/conf/secrypt/Andreea21> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/secrypt/Andreea21>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6268 | DISAMBIGUATION | {
"string": "What are the titles of the papers on Data selection that were published in CVPR in 2020?"
} | {
"string": "In the year 2020 in IEEE Conference on Computer Vision and Pattern Recognition, what are the titles of the research papers on Data selection?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/cvpr/JoneidiVEWRLS20> <https://dblp.org/rdf/schema#publishedIn> 'CVPR' . <https://dblp.org/rec/conf/cvpr/JoneidiVEWRLS20> <https://dblp.org/rdf/schema#yearOfPublication> '2020' . <https://dblp.org/rec/conf/cvpr/JoneidiVEWRLS20> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/cvpr/JoneidiVEWRLS20>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6269 | DISAMBIGUATION | {
"string": "When was the research paper on Mode decomposition by Nagoya University, Japan published?"
} | {
"string": "When was the paper on Mode decomposition by Nagoya University published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/visapp/HaqFK20> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> 'Nagoya University, Japan' . <https://dblp.org/rec/conf/visapp/HaqFK20> <https://dblp.org/rdf/schema#yearOfPublication> ?answer }"
} | TP93 | [
"<https://dblp.org/rec/conf/visapp/HaqFK20>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q6270 | DISAMBIGUATION | {
"string": "In 2020 in ECCV (1), who are the authors that published papers about Feature sampling?"
} | {
"string": "In ECCV (1) in 2020, who are the authors that published papers about Feature sampling?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/eccv/XieZZHL20> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/eccv/XieZZHL20> <https://dblp.org/rdf/schema#publishedIn> 'ECCV (1)' . <https://dblp.org/rec/conf/eccv/XieZZHL20> <https://dblp.org/rdf/schema#yearOfPublication> '2020' }"
} | TP91 | [
"<https://dblp.org/rec/conf/eccv/XieZZHL20>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6271 | DISAMBIGUATION | {
"string": "In the year 2014 in OTM Workshops, what are the titles of the research papers on Homecare self?"
} | {
"string": "In 2014 in OTM Workshops, what are the titles of the papers on Homecare self?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/otm/TaweelBM14> <https://dblp.org/rdf/schema#publishedIn> 'OTM Workshops' . <https://dblp.org/rec/conf/otm/TaweelBM14> <https://dblp.org/rdf/schema#yearOfPublication> '2014' . <https://dblp.org/rec/conf/otm/TaweelBM14> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/otm/TaweelBM14>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6272 | DISAMBIGUATION | {
"string": "In the year 1972 in SWAT, what are the titles of the research papers on Program equivalence?"
} | {
"string": "In SWAT in 1972, what are the titles of the papers on Program equivalence?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/focs/Rosen72> <https://dblp.org/rdf/schema#publishedIn> 'SWAT' . <https://dblp.org/rec/conf/focs/Rosen72> <https://dblp.org/rdf/schema#yearOfPublication> '1972' . <https://dblp.org/rec/conf/focs/Rosen72> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/focs/Rosen72>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6273 | DISAMBIGUATION | {
"string": "In CogSci in 2011, who are the authors that published papers about Memory task?"
} | {
"string": "In the year 2011 in CogSci, who are the authors that published research papers about Memory task?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/cogsci/KachergisRS11> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/cogsci/KachergisRS11> <https://dblp.org/rdf/schema#publishedIn> 'CogSci' . <https://dblp.org/rec/conf/cogsci/KachergisRS11> <https://dblp.org/rdf/schema#yearOfPublication> '2011' }"
} | TP91 | [
"<https://dblp.org/rec/conf/cogsci/KachergisRS11>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6274 | DISAMBIGUATION | {
"string": "In 2004 in VRCAI, who are the authors that published papers about Images database?"
} | {
"string": "In the year 2004 in VRCAI, who are the authors that published research papers about Images database?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/vrcai/BertiMSBRT04> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/vrcai/BertiMSBRT04> <https://dblp.org/rdf/schema#publishedIn> 'VRCAI' . <https://dblp.org/rec/conf/vrcai/BertiMSBRT04> <https://dblp.org/rdf/schema#yearOfPublication> '2004' }"
} | TP91 | [
"<https://dblp.org/rec/conf/vrcai/BertiMSBRT04>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6275 | DISAMBIGUATION | {
"string": "What are the titles of the papers on Signal transition that were published in VLSI Design in 1996?"
} | {
"string": "In 1996 in VLSI Design, what are the titles of the papers on Signal transition?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/vlsid/ParkN96> <https://dblp.org/rdf/schema#publishedIn> 'VLSI Design' . <https://dblp.org/rec/conf/vlsid/ParkN96> <https://dblp.org/rdf/schema#yearOfPublication> '1996' . <https://dblp.org/rec/conf/vlsid/ParkN96> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/vlsid/ParkN96>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6276 | DISAMBIGUATION | {
"string": "Who are the authors that published papers about Factorization algorithm in FPT in 2007?"
} | {
"string": "In 2007 in FPT, who are the authors that published papers about Factorization algorithm?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/fpt/MeintanisP07> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/fpt/MeintanisP07> <https://dblp.org/rdf/schema#publishedIn> 'FPT' . <https://dblp.org/rec/conf/fpt/MeintanisP07> <https://dblp.org/rdf/schema#yearOfPublication> '2007' }"
} | TP91 | [
"<https://dblp.org/rec/conf/fpt/MeintanisP07>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6277 | DISAMBIGUATION | {
"string": "In the year 2019 in INCoS, what are the titles of the research papers on Space optics communication?"
} | {
"string": "In 2019 in INCoS, what are the titles of the papers on Space optics communication?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/incos/TsujimuraIY18> <https://dblp.org/rdf/schema#publishedIn> 'INCoS' . <https://dblp.org/rec/conf/incos/TsujimuraIY18> <https://dblp.org/rdf/schema#yearOfPublication> '2019' . <https://dblp.org/rec/conf/incos/TsujimuraIY18> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/incos/TsujimuraIY18>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6278 | DISAMBIGUATION | {
"string": "Who are the authors that published papers about Diffserv networks in IEEE International Performance Computing and Communications Conference in 2006?"
} | {
"string": "In IPCCC in 2006, who are the authors that published papers about Diffserv networks?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/ipccc/AthuraliyaS06> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/ipccc/AthuraliyaS06> <https://dblp.org/rdf/schema#publishedIn> 'IPCCC' . <https://dblp.org/rec/conf/ipccc/AthuraliyaS06> <https://dblp.org/rdf/schema#yearOfPublication> '2006' }"
} | TP91 | [
"<https://dblp.org/rec/conf/ipccc/AthuraliyaS06>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6279 | DISAMBIGUATION | {
"string": "In 2022 in AAAI, who are the authors that published papers about Reinforcement learning?"
} | {
"string": "In National Conference of the American Association for Artificial Intelligence in 2022, who are the authors that published papers about Reinforcement learning?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/aaai/Zhang0SJ22> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/aaai/Zhang0SJ22> <https://dblp.org/rdf/schema#publishedIn> 'AAAI' . <https://dblp.org/rec/conf/aaai/Zhang0SJ22> <https://dblp.org/rdf/schema#yearOfPublication> '2022' }"
} | TP91 | [
"<https://dblp.org/rec/conf/aaai/Zhang0SJ22>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6280 | DISAMBIGUATION | {
"string": "In 2020 in J. Syst. Sci. Complex., who are the authors that published papers about Observation noises?"
} | {
"string": "In J. Syst. Sci. Complex. in 2020, who are the authors that published papers about Observation noises?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/jossac/SongH20> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/jossac/SongH20> <https://dblp.org/rdf/schema#publishedIn> 'J. Syst. Sci. Complex.' . <https://dblp.org/rec/journals/jossac/SongH20> <https://dblp.org/rdf/schema#yearOfPublication> '2020' }"
} | TP91 | [
"<https://dblp.org/rec/journals/jossac/SongH20>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6281 | DISAMBIGUATION | {
"string": "In 1980 in International Conference on Conceptual Modelling, what are the titles of the papers on Relationship model?"
} | {
"string": "In International Conference on Conceptual Modelling in 1980, what are the titles of the papers on Relationship model?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/er/ChanL79> <https://dblp.org/rdf/schema#publishedIn> 'ER' . <https://dblp.org/rec/conf/er/ChanL79> <https://dblp.org/rdf/schema#yearOfPublication> '1980' . <https://dblp.org/rec/conf/er/ChanL79> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/er/ChanL79>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6282 | DISAMBIGUATION | {
"string": "What are the titles of the papers on Hippocampus segmentation that were published in NeuroImage in 2020?"
} | {
"string": "In NeuroImage in 2020, what are the titles of the papers on Hippocampus segmentation?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/neuroimage/LiuLYWMSX20> <https://dblp.org/rdf/schema#publishedIn> 'NeuroImage' . <https://dblp.org/rec/journals/neuroimage/LiuLYWMSX20> <https://dblp.org/rdf/schema#yearOfPublication> '2020' . <https://dblp.org/rec/journals/neuroimage/LiuLYWMSX20> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/neuroimage/LiuLYWMSX20>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6283 | DISAMBIGUATION | {
"string": "What are the titles of the papers on System monitors that were published in IEEE Access in 2021?"
} | {
"string": "In 2021 in IEEE Access, what are the titles of the papers on System monitors?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/access/KhanEDM21> <https://dblp.org/rdf/schema#publishedIn> 'IEEE Access' . <https://dblp.org/rec/journals/access/KhanEDM21> <https://dblp.org/rdf/schema#yearOfPublication> '2021' . <https://dblp.org/rec/journals/access/KhanEDM21> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/access/KhanEDM21>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6284 | DISAMBIGUATION | {
"string": "What are the titles of the papers on Nursing students that were published in Int. J. Emerg. Technol. Learn. in 2020?"
} | {
"string": "In 2020 in Int. J. Emerg. Technol. Learn., what are the titles of the papers on Nursing students?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/ijet/QaisarLLBAK20> <https://dblp.org/rdf/schema#publishedIn> 'Int. J. Emerg. Technol. Learn.' . <https://dblp.org/rec/journals/ijet/QaisarLLBAK20> <https://dblp.org/rdf/schema#yearOfPublication> '2020' . <https://dblp.org/rec/journals/ijet/QaisarLLBAK20> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/ijet/QaisarLLBAK20>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6285 | DISAMBIGUATION | {
"string": "In Scalable Comput. Pract. Exp. in 2008, who are the authors that published papers about Data mining?"
} | {
"string": "In 2008 in Scalable Comput. Pract. Exp., who are the authors that published papers about Data mining?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/scpe/Langin08> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/scpe/Langin08> <https://dblp.org/rdf/schema#publishedIn> 'Scalable Comput. Pract. Exp.' . <https://dblp.org/rec/journals/scpe/Langin08> <https://dblp.org/rdf/schema#yearOfPublication> '2008' }"
} | TP91 | [
"<https://dblp.org/rec/journals/scpe/Langin08>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6286 | DISAMBIGUATION | {
"string": "In 2021 in AGIT Journal, who are the authors that published papers about Subsurface structures?"
} | {
"string": "In the year 2021 in AGIT Journal, who are the authors that published research papers about Subsurface structures?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/agit/HoferSEHWNF21> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/agit/HoferSEHWNF21> <https://dblp.org/rdf/schema#publishedIn> 'AGIT Journal' . <https://dblp.org/rec/journals/agit/HoferSEHWNF21> <https://dblp.org/rdf/schema#yearOfPublication> '2021' }"
} | TP91 | [
"<https://dblp.org/rec/journals/agit/HoferSEHWNF21>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6287 | DISAMBIGUATION | {
"string": "In the year 2015 in International Conference on Simulation and Modeling Methodologies, Technologies and Applications, what are the titles of the research papers on Learning machines?"
} | {
"string": "In 2015 in SIMULTECH, what are the titles of the papers on Learning machines?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/simultech/GedeonO15> <https://dblp.org/rdf/schema#publishedIn> 'SIMULTECH' . <https://dblp.org/rec/conf/simultech/GedeonO15> <https://dblp.org/rdf/schema#yearOfPublication> '2015' . <https://dblp.org/rec/conf/simultech/GedeonO15> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/conf/simultech/GedeonO15>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6288 | DISAMBIGUATION | {
"string": "In INFOCOM in 2006, who are the authors that published papers about Flow throughput?"
} | {
"string": "In 2006 in INFOCOM, who are the authors that published papers about Flow throughput?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/infocom/GarettoSK06> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/infocom/GarettoSK06> <https://dblp.org/rdf/schema#publishedIn> 'INFOCOM' . <https://dblp.org/rec/conf/infocom/GarettoSK06> <https://dblp.org/rdf/schema#yearOfPublication> '2006' }"
} | TP91 | [
"<https://dblp.org/rec/conf/infocom/GarettoSK06>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6289 | DISAMBIGUATION | {
"string": "Who are the authors that published papers about Polarization crosstalk effects in Remote. Sens. in 2021?"
} | {
"string": "In 2021 in Remote. Sens., who are the authors that published papers about Polarization crosstalk effects?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/remotesensing/LuHOBVRKGLTHW21> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/remotesensing/LuHOBVRKGLTHW21> <https://dblp.org/rdf/schema#publishedIn> 'Remote. Sens.' . <https://dblp.org/rec/journals/remotesensing/LuHOBVRKGLTHW21> <https://dblp.org/rdf/schema#yearOfPublication> '2021' }"
} | TP91 | [
"<https://dblp.org/rec/journals/remotesensing/LuHOBVRKGLTHW21>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6290 | DISAMBIGUATION | {
"string": "In EMBC in 2013, who are the authors that published papers about Drugs delivery?"
} | {
"string": "In the year 2013 in EMBC, who are the authors that published research papers about Drugs delivery?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/embc/JonckheereDJKCL13> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/embc/JonckheereDJKCL13> <https://dblp.org/rdf/schema#publishedIn> 'EMBC' . <https://dblp.org/rec/conf/embc/JonckheereDJKCL13> <https://dblp.org/rdf/schema#yearOfPublication> '2013' }"
} | TP91 | [
"<https://dblp.org/rec/conf/embc/JonckheereDJKCL13>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6291 | DISAMBIGUATION | {
"string": "Who are the authors that published papers about Belief propagation in IEEE Trans. Inf. Theory in 2018?"
} | {
"string": "In IEEE Trans. Inf. Theory in 2018, who are the authors that published papers about Belief propagation?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/tit/OkOSY18> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/tit/OkOSY18> <https://dblp.org/rdf/schema#publishedIn> 'IEEE Trans. Inf. Theory' . <https://dblp.org/rec/journals/tit/OkOSY18> <https://dblp.org/rdf/schema#yearOfPublication> '2018' }"
} | TP91 | [
"<https://dblp.org/rec/journals/tit/OkOSY18>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6292 | DISAMBIGUATION | {
"string": "In Int. J. Comput. Games Technol. in 2017, what are the titles of the papers on Science education?"
} | {
"string": "What are the titles of the papers on Science education that were published in Int. J. Comput. Games Technol. in 2017?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/ijcgt/JamonnakC17> <https://dblp.org/rdf/schema#publishedIn> 'Int. J. Comput. Games Technol.' . <https://dblp.org/rec/journals/ijcgt/JamonnakC17> <https://dblp.org/rdf/schema#yearOfPublication> '2017' . <https://dblp.org/rec/journals/ijcgt/JamonnakC17> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/ijcgt/JamonnakC17>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6293 | DISAMBIGUATION | {
"string": "University of Texas at El Paso, USA published a paper on Cascade vulnerability problem in what year?"
} | {
"string": "When was the paper on Cascade vulnerability problem by University of Texas at El Paso, USA published?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/msv/ServinC08> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> 'University of Texas at El Paso, USA' . <https://dblp.org/rec/conf/msv/ServinC08> <https://dblp.org/rdf/schema#yearOfPublication> ?answer }"
} | TP93 | [
"<https://dblp.org/rec/conf/msv/ServinC08>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q6294 | DISAMBIGUATION | {
"string": "In the year 2019 in Medical Image Anal., what are the titles of the research papers on Learning agents?"
} | {
"string": "In 2019 in Medical Image Anal., what are the titles of the papers on Learning agents?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/mia/AlansaryOLFHVKV19> <https://dblp.org/rdf/schema#publishedIn> 'Medical Image Anal.' . <https://dblp.org/rec/journals/mia/AlansaryOLFHVKV19> <https://dblp.org/rdf/schema#yearOfPublication> '2019' . <https://dblp.org/rec/journals/mia/AlansaryOLFHVKV19> <https://dblp.org/rdf/schema#title> ?answer }"
} | TP92 | [
"<https://dblp.org/rec/journals/mia/AlansaryOLFHVKV19>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#title>"
] | true | false |
Q6295 | DISAMBIGUATION | {
"string": "In Robotica in 2015, who are the authors that published papers about Tracking system?"
} | {
"string": "Who are the authors that published papers about Tracking system in Robotica in 2015?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/robotica/HernandezVCHR15> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/robotica/HernandezVCHR15> <https://dblp.org/rdf/schema#publishedIn> 'Robotica' . <https://dblp.org/rec/journals/robotica/HernandezVCHR15> <https://dblp.org/rdf/schema#yearOfPublication> '2015' }"
} | TP91 | [
"<https://dblp.org/rec/journals/robotica/HernandezVCHR15>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6296 | DISAMBIGUATION | {
"string": "In SENSORNETS in 2018, who are the authors that published papers about Target recognition?"
} | {
"string": "In the year 2018 in SENSORNETS, who are the authors that published research papers about Target recognition?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/sensornets/Al-SabhanS18> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/sensornets/Al-SabhanS18> <https://dblp.org/rdf/schema#publishedIn> 'SENSORNETS' . <https://dblp.org/rec/conf/sensornets/Al-SabhanS18> <https://dblp.org/rdf/schema#yearOfPublication> '2018' }"
} | TP91 | [
"<https://dblp.org/rec/conf/sensornets/Al-SabhanS18>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6297 | DISAMBIGUATION | {
"string": "Max Planck Institute for Informatics, Saarbr\\u00FCcken, Germany published a paper on Broadcast time in what year?"
} | {
"string": "Mention the year in which Max Planck Institute for Informatics published a paper on Broadcast time."
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/stacs/ElsasserS09> <https://dblp.org/rdf/schema#authoredBy> ?x . ?x <https://dblp.org/rdf/schema#primaryAffiliation> 'Max Planck Institute for Informatics, Saarbr\\u00FCcken, Germany' . <https://dblp.org/rec/conf/stacs/ElsasserS09> <https://dblp.org/rdf/schema#yearOfPublication> ?answer }"
} | TP93 | [
"<https://dblp.org/rec/conf/stacs/ElsasserS09>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#primaryAffiliation>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q6298 | DISAMBIGUATION | {
"string": "Who are the authors that published papers about Extremity range in MMVR in 2013?"
} | {
"string": "In the year 2013 in MMVR, who are the authors that published research papers about Extremity range?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/mmvr/YanKBANJH13> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/mmvr/YanKBANJH13> <https://dblp.org/rdf/schema#publishedIn> 'MMVR' . <https://dblp.org/rec/conf/mmvr/YanKBANJH13> <https://dblp.org/rdf/schema#yearOfPublication> '2013' }"
} | TP91 | [
"<https://dblp.org/rec/conf/mmvr/YanKBANJH13>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6299 | DISAMBIGUATION | {
"string": "In CSNDSP in 2012, who are the authors that published papers about Code reservation?"
} | {
"string": "Who are the authors that published papers about Code reservation in CSNDSP in 2012?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/conf/csndsp/VardakasMLS12> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/conf/csndsp/VardakasMLS12> <https://dblp.org/rdf/schema#publishedIn> 'CSNDSP' . <https://dblp.org/rec/conf/csndsp/VardakasMLS12> <https://dblp.org/rdf/schema#yearOfPublication> '2012' }"
} | TP91 | [
"<https://dblp.org/rec/conf/csndsp/VardakasMLS12>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |
Q6300 | DISAMBIGUATION | {
"string": "In 2019 in CoRR, who are the authors that published papers about Graph labeling?"
} | {
"string": "Who are the authors that published papers about Graph labeling in CoRR in 2019?"
} | {
"sparql": "SELECT DISTINCT ?answer WHERE { <https://dblp.org/rec/journals/corr/abs-1911-03757> <https://dblp.org/rdf/schema#authoredBy> ?answer . <https://dblp.org/rec/journals/corr/abs-1911-03757> <https://dblp.org/rdf/schema#publishedIn> 'CoRR' . <https://dblp.org/rec/journals/corr/abs-1911-03757> <https://dblp.org/rdf/schema#yearOfPublication> '2019' }"
} | TP91 | [
"<https://dblp.org/rec/journals/corr/abs-1911-03757>"
] | [
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#authoredBy>"
] | true | false |