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 |
---|---|---|---|---|---|---|---|---|---|
Q0801 | DOUBLE_INTENT | {
"string": "List the titles of the papers that Yuan, B. published in the last two years and in which venues."
} | {
"string": "In which venues did Bo Yuan publish papers in the last 2 years and what are the titles of these papers?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/41/1662-2> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/41/1662-2>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0802 | DOUBLE_INTENT | {
"string": "Mention the papers published by Ioannis K. and in which year."
} | {
"string": "Which papers did author Ioannis Krikidis publish and in which year?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/79/5692> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/79/5692>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0803 | DOUBLE_INTENT | {
"string": "List the titles of the papers that Esra \\u00C7etin published in the last 2 years and in which venues."
} | {
"string": "List the venues in which Esra \\u00C7etin published papers in the last two years and the titles of these papers."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/151/2443> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/151/2443>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0804 | DOUBLE_INTENT | {
"string": "Mention the other authors with whom Naiyan W. has co-authored papers in the last 6 years and where are they affiliated."
} | {
"string": "Who are the co-authors of Naiyan W. in the last six years and where are they affiliated?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/31/9922> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/31/9922>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/31/9922>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0805 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that Jingfa Liu published and in which venues?"
} | {
"string": "In which venues did Liu, Jingfa publish papers and what are the titles of these papers?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/90/7079> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/90/7079>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0806 | DOUBLE_INTENT | {
"string": "Which publications did J. Kim author and in which year?"
} | {
"string": "Which papers did author Jinwook Kim publish and in which year?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/19/615> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/19/615>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0807 | DOUBLE_INTENT | {
"string": "List the venues in which Zhuang, B. published papers and the titles of these papers."
} | {
"string": "In which venues did Zhuang, B. publish papers and what are the titles of these papers?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/51/8081> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/51/8081>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0808 | DOUBLE_INTENT | {
"string": "In which venues did G. Tong Zhou publish papers in the last 2 years and what are the titles of these papers?"
} | {
"string": "List the titles of the papers that G. Tong Zhou published in the last 2 years and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/29/4910> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/29/4910>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0809 | DOUBLE_INTENT | {
"string": "Mention the papers published by Meng Lee and in which year."
} | {
"string": "Which papers did author Meng L. publish and in which year?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/91/10920> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/91/10920>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0810 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that Nair, Suku published and in which venues?"
} | {
"string": "List the titles of the papers that Nair, Suku published and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/n/VSSNair> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/n/VSSNair>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0811 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that Diomidis S. Michalopoulos published and in which venues?"
} | {
"string": "List the titles of the papers that Michalopoulos, D. S. published and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/84/3023> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/84/3023>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0812 | DOUBLE_INTENT | {
"string": "Mention the other authors with whom Ron Sun has co-authored papers in the last 9 years and where are they affiliated."
} | {
"string": "Who are the co-authors of Ron Sun in the last 9 years and where are they affiliated?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/s/RSun> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/s/RSun>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/s/RSun>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0813 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that Kwok-Yan Lam published in the last six years and in which venues?"
} | {
"string": "List the titles of the papers that Lam, Kwok-Yan published in the last six years and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/10/1993> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/10/1993>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0814 | DOUBLE_INTENT | {
"string": "In which venues did Huang, Fukeng publish papers and what are the titles of these papers?"
} | {
"string": "List the titles of the papers that Fukeng Huang published and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/274/7895> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/274/7895>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0815 | DOUBLE_INTENT | {
"string": "Which publications did Prathima Agrawal author and in which year?"
} | {
"string": "Mention the papers published by Prathima Agrawal and in which year."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/65/6018> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/65/6018>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0816 | DOUBLE_INTENT | {
"string": "In which venues did Canfield, E. Rodney publish papers in the last 7 years and what are the titles of these papers?"
} | {
"string": "What are the titles of the papers that Canfield, E. Rodney published in the last 7 years and in which venues?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/c/ERodneyCanfield> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-7) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/c/ERodneyCanfield>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0817 | DOUBLE_INTENT | {
"string": "Mention the other authors with whom Giorgio Di Natale has co-authored papers in the last 4 years and where are they affiliated."
} | {
"string": "Name the co-authors of Giorgio Di Natale in the last four years and where are they affiliated?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/71/5847> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/71/5847>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/71/5847>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0818 | DOUBLE_INTENT | {
"string": "Which papers did author Valentin Montmirail publish and in which year?"
} | {
"string": "Which publications did Valentin Montmirail author and in which year?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/183/0871> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/183/0871>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0819 | DOUBLE_INTENT | {
"string": "Mention the papers published by Margherita Peruzzini and in which year."
} | {
"string": "Which papers did author Margherita P. publish and in which year?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/76/8777> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/76/8777>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0820 | DOUBLE_INTENT | {
"string": "Mention the papers published by Bonnie Stewart and in which year."
} | {
"string": "Which papers did author Bonnie Stewart publish and in which year?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/170/2475> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/170/2475>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0821 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that J. John Kim published in the last 7 years and in which venues?"
} | {
"string": "In which venues did Joung-woo John Kim publish papers in the last 7 years and what are the titles of these papers?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/38/11092> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-7) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/38/11092>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0822 | DOUBLE_INTENT | {
"string": "List the titles of the papers that Derick Wood published and in which venues."
} | {
"string": "List the venues in which D. Wood published papers and the titles of these papers."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/w/DerickWood> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/w/DerickWood>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0823 | DOUBLE_INTENT | {
"string": "List the titles of the papers that J\\u00F6rg Henseler published in the last 3 years and in which venues."
} | {
"string": "What are the titles of the papers that Henseler, J. published in the last three years and in which venues?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/25/10867> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/25/10867>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0824 | DOUBLE_INTENT | {
"string": "Which publications did Seitz, Peter author and in which year?"
} | {
"string": "Which papers did author Seitz, Peter publish and in which year?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/90/6929> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/90/6929>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0825 | DOUBLE_INTENT | {
"string": "List the venues in which Hai Liu published papers and the titles of these papers."
} | {
"string": "In which venues did Liu, H. publish papers and what are the titles of these papers?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/46/2375-4> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/46/2375-4>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0826 | DOUBLE_INTENT | {
"string": "Which publications did Su\\u00E1rez, Antonio J. author and in which year?"
} | {
"string": "Which papers did author Antonio J. Su\\u00E1rez publish and in which year?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/71/2089> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/71/2089>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0827 | DOUBLE_INTENT | {
"string": "In which venues did Luj\\u00E1n, Mikel publish papers and what are the titles of these papers?"
} | {
"string": "What are the titles of the papers that Mikel Luj\\u00E1n published and in which venues?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/32/3102> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/32/3102>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0828 | DOUBLE_INTENT | {
"string": "Who are the co-authors of Mike W. in the last five years and where are they affiliated?"
} | {
"string": "Name the co-authors of Mike Wald in the last five years and where are they affiliated?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/99/3> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-5) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/99/3>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/99/3>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0829 | DOUBLE_INTENT | {
"string": "Which publications did Thad Starner author and in which year?"
} | {
"string": "Mention the papers published by Thad Starner and in which year."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/s/ThadStarner> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/s/ThadStarner>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0830 | DOUBLE_INTENT | {
"string": "List the venues in which Kallas, Maya published papers and the titles of these papers."
} | {
"string": "What are the titles of the papers that Maya Kallas published and in which venues?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/09/10617> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/09/10617>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0831 | DOUBLE_INTENT | {
"string": "List the titles of the papers that Bansal, T. published and in which venues."
} | {
"string": "In which venues did Tarun Bansal publish papers and what are the titles of these papers?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/76/5260> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/76/5260>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0832 | DOUBLE_INTENT | {
"string": "List the titles of the papers that Karol Draszawka published and in which venues."
} | {
"string": "What are the titles of the papers that Karol Draszawka published and in which venues?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/47/10537> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/47/10537>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0833 | DOUBLE_INTENT | {
"string": "Which publications did Kaoru Saito author and in which year?"
} | {
"string": "Mention the papers published by Saito, Kaoru and in which year."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/02/5485> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/02/5485>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0834 | DOUBLE_INTENT | {
"string": "List the venues in which Yuri Demchenko published papers and the titles of these papers."
} | {
"string": "List the titles of the papers that Demchenko, Y. published and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/95/2010> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/95/2010>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0835 | DOUBLE_INTENT | {
"string": "Which papers did author B. Ommer publish and in which year?"
} | {
"string": "Which publications did Bj\\u00F6rn Ommer author and in which year?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/11/4098> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/11/4098>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0836 | DOUBLE_INTENT | {
"string": "List the titles of the papers that H. Barki published in the last 2 years and in which venues."
} | {
"string": "List the venues in which H. Barki published papers in the last 2 years and the titles of these papers."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/97/8074> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/97/8074>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0837 | DOUBLE_INTENT | {
"string": "In which venues did Vicente P. Guerrero-Bote publish papers and what are the titles of these papers?"
} | {
"string": "List the venues in which Vicente P. Guerrero-Bote published papers and the titles of these papers."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/83/3581> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/83/3581>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0838 | DOUBLE_INTENT | {
"string": "Mention the other authors with whom Toshiyuki Sakai has co-authored papers in the last nine years and where are they affiliated."
} | {
"string": "Who are the co-authors of Toshiyuki Sakai in the last 9 years and where are they affiliated?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/64/118> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/64/118>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/64/118>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0839 | DOUBLE_INTENT | {
"string": "List the venues in which N\\u00E9stor \\u00C1lvarez-D\\u00EDaz published papers and the titles of these papers."
} | {
"string": "List the titles of the papers that N\\u00E9stor \\u00C1lvarez-D\\u00EDaz published and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/196/7168> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/196/7168>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0840 | DOUBLE_INTENT | {
"string": "In which venues did Dong-Hee Lee publish papers and what are the titles of these papers?"
} | {
"string": "List the titles of the papers that Dong-Hee Lee published and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/62/2294> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/62/2294>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0841 | DOUBLE_INTENT | {
"string": "Which publications did James M. author and in which year?"
} | {
"string": "Mention the papers published by James MacKrill and in which year."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/165/0359> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/165/0359>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0842 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that Tao, J. published and in which venues?"
} | {
"string": "In which venues did Jia Tao publish papers and what are the titles of these papers?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/25/6764-1> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/25/6764-1>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0843 | DOUBLE_INTENT | {
"string": "In which venues did Xiuli Zhang publish papers and what are the titles of these papers?"
} | {
"string": "List the titles of the papers that X. Zhang published and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/23/289> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/23/289>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0844 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that Raufdeen R. published and in which venues?"
} | {
"string": "List the venues in which Raufdeen Rameezdeen published papers and the titles of these papers."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/319/8191> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/319/8191>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0845 | DOUBLE_INTENT | {
"string": "List the venues in which M. A. Neerincx published papers and the titles of these papers."
} | {
"string": "What are the titles of the papers that Mark A. Neerincx published and in which venues?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/97/1468> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/97/1468>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0846 | DOUBLE_INTENT | {
"string": "Mention the other authors with whom C. Qian has co-authored papers in the last four years and where are they affiliated."
} | {
"string": "Who are the co-authors of C. Qian in the last four years and where are they affiliated?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/147/2276> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/147/2276>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/147/2276>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0847 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that Wei Zhang published in the last seven years and in which venues?"
} | {
"string": "List the titles of the papers that Wei Z. published in the last seven years and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/10/4661-56> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-7) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/10/4661-56>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0848 | DOUBLE_INTENT | {
"string": "List the titles of the papers that M. Mortensen published and in which venues."
} | {
"string": "List the venues in which Mikael Mortensen published papers and the titles of these papers."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/05/9223> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/05/9223>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0849 | DOUBLE_INTENT | {
"string": "Name the co-authors of Zdralek, J. in the last six years and where are they affiliated?"
} | {
"string": "Mention the other authors with whom Jaroslav Zdralek has co-authored papers in the last six years and where are they affiliated."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/67/10427> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/67/10427>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/67/10427>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0850 | DOUBLE_INTENT | {
"string": "Mention the other authors with whom Olaf Burkart has co-authored papers in the last nine years and where are they affiliated."
} | {
"string": "Name the co-authors of Olaf Burkart in the last 9 years and where are they affiliated?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/95/2924> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/95/2924>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/95/2924>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0851 | DOUBLE_INTENT | {
"string": "Which publications did T. Green author and in which year?"
} | {
"string": "Mention the papers published by T. Green and in which year."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/99/4334> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/99/4334>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0852 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that Geiger, Greg published and in which venues?"
} | {
"string": "List the venues in which Greg Geiger published papers and the titles of these papers."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/146/6625> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/146/6625>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0853 | DOUBLE_INTENT | {
"string": "List the venues in which N. Nishida published papers in the last 3 years and the titles of these papers."
} | {
"string": "List the titles of the papers that N. Nishida published in the last three years and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/30/519> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/30/519>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0854 | DOUBLE_INTENT | {
"string": "List the venues in which Eugene L. Wachspress published papers and the titles of these papers."
} | {
"string": "In which venues did Eugene L. Wachspress publish papers and what are the titles of these papers?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/16/5280> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/16/5280>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0855 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that Urban, K. published and in which venues?"
} | {
"string": "In which venues did Karsten Urban publish papers and what are the titles of these papers?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/36/4952> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/36/4952>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0856 | DOUBLE_INTENT | {
"string": "Mention the other authors with whom Klimeck, Gerhard has co-authored papers in the last three years and where are they affiliated."
} | {
"string": "Who are the co-authors of Klimeck, Gerhard in the last 3 years and where are they affiliated?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/78/1556> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/78/1556>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/78/1556>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0857 | DOUBLE_INTENT | {
"string": "In which venues did Sezer, Mehmet publish papers and what are the titles of these papers?"
} | {
"string": "What are the titles of the papers that Mehmet Sezer published and in which venues?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/61/4336> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/61/4336>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0858 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that Yasunori Yamamoto published in the last 9 years and in which venues?"
} | {
"string": "List the titles of the papers that Yasunori Y. published in the last nine years and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/23/640> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/23/640>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0859 | DOUBLE_INTENT | {
"string": "Which publications did Rajeevardhan Gopalan author and in which year?"
} | {
"string": "Which papers did author Rajeevardhan Gopalan publish and in which year?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/180/7205> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/180/7205>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0860 | DOUBLE_INTENT | {
"string": "Mention the papers published by Prantner, K. and in which year."
} | {
"string": "Which papers did author Kathrin Prantner publish and in which year?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/39/6735> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/39/6735>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0861 | DOUBLE_INTENT | {
"string": "Mention the other authors with whom Fouzi Harrag has co-authored papers in the last four years and where are they affiliated."
} | {
"string": "Name the co-authors of Fouzi Harrag in the last 4 years and where are they affiliated?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/30/7709> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/30/7709>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/30/7709>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0862 | DOUBLE_INTENT | {
"string": "List the titles of the papers that Tian He published in the last five years and in which venues."
} | {
"string": "What are the titles of the papers that T. He published in the last 5 years and in which venues?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/h/TianHe> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-5) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/h/TianHe>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0863 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that B. Jeannet published and in which venues?"
} | {
"string": "In which venues did Bertrand Jeannet publish papers and what are the titles of these papers?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/03/5344> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/03/5344>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0864 | DOUBLE_INTENT | {
"string": "Name the co-authors of Bixio Rimoldi in the last two years and where are they affiliated?"
} | {
"string": "Who are the co-authors of Bixio Rimoldi in the last 2 years and where are they affiliated?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/11/2041> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/11/2041>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/11/2041>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0865 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that C. P. Ravikumar published in the last six years and in which venues?"
} | {
"string": "List the titles of the papers that C. P. Ravikumar published in the last 6 years and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/21/3666> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/21/3666>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0866 | DOUBLE_INTENT | {
"string": "In which venues did Alexandre Megretski publish papers and what are the titles of these papers?"
} | {
"string": "List the titles of the papers that Megretski, Alexandre published and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/05/1361> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/05/1361>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0867 | DOUBLE_INTENT | {
"string": "Who are the co-authors of H. Yannakoudakis in the last nine years and where are they affiliated?"
} | {
"string": "Mention the other authors with whom H. Yannakoudakis has co-authored papers in the last nine years and where are they affiliated."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/60/9768> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/60/9768>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/60/9768>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0868 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that Varma, V. published in the last four years and in which venues?"
} | {
"string": "List the titles of the papers that Varma, V. published in the last four years and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/03/4045> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/03/4045>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0869 | DOUBLE_INTENT | {
"string": "Mention the other authors with whom J. Chen has co-authored papers in the last 4 years and where are they affiliated."
} | {
"string": "Name the co-authors of Jyh-Horng Chen in the last 4 years and where are they affiliated?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/65/3494> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/65/3494>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/65/3494>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0870 | DOUBLE_INTENT | {
"string": "Which papers did author Alantha Newman publish and in which year?"
} | {
"string": "Which publications did Alantha Newman author and in which year?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/n/AlanthaNewman> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/n/AlanthaNewman>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0871 | DOUBLE_INTENT | {
"string": "Who are the co-authors of Fiorin, Leandro in the last seven years and where are they affiliated?"
} | {
"string": "Mention the other authors with whom Leandro Fiorin has co-authored papers in the last seven years and where are they affiliated."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/86/4319> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-7) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/86/4319>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/86/4319>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0872 | DOUBLE_INTENT | {
"string": "List the venues in which Erland Jonsson published papers and the titles of these papers."
} | {
"string": "List the titles of the papers that Jonsson, E. published and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/66/3855> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/66/3855>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0873 | DOUBLE_INTENT | {
"string": "Who are the co-authors of Shangwei Ning in the last four years and where are they affiliated?"
} | {
"string": "Mention the other authors with whom Shangwei N. has co-authored papers in the last 4 years and where are they affiliated."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/145/8546> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/145/8546>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/145/8546>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0874 | DOUBLE_INTENT | {
"string": "List the venues in which Simpson, A. K. published papers and the titles of these papers."
} | {
"string": "List the titles of the papers that Simpson, A. K. published and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/s/AlexKSimpson> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/s/AlexKSimpson>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0875 | DOUBLE_INTENT | {
"string": "List the venues in which Peiqi Su published papers and the titles of these papers."
} | {
"string": "In which venues did P. Su publish papers and what are the titles of these papers?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/144/5468> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/144/5468>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0876 | DOUBLE_INTENT | {
"string": "Who are the co-authors of M. A. Khan in the last 2 years and where are they affiliated?"
} | {
"string": "Mention the other authors with whom M. A. Khan has co-authored papers in the last 2 years and where are they affiliated."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/80/2292> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/80/2292>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/80/2292>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0877 | DOUBLE_INTENT | {
"string": "In which venues did Lakshya publish papers in the last three years and what are the titles of these papers?"
} | {
"string": "List the venues in which Lakshya published papers in the last 3 years and the titles of these papers."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/252/1462> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/252/1462>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0878 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that K. Muchtar published in the last six years and in which venues?"
} | {
"string": "List the venues in which Kahlil Muchtar published papers in the last 6 years and the titles of these papers."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/144/0617> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/144/0617>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0879 | DOUBLE_INTENT | {
"string": "List the venues in which Bondavalli, A. published papers in the last four years and the titles of these papers."
} | {
"string": "List the titles of the papers that Andrea Bondavalli published in the last 4 years and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/31/4416> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-4) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/31/4416>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0880 | DOUBLE_INTENT | {
"string": "Mention the papers published by Camps, O. I. and in which year."
} | {
"string": "Which publications did Octavia I. Camps author and in which year?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/69/6960> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/69/6960>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0881 | DOUBLE_INTENT | {
"string": "Mention the other authors with whom Hamid Jafarkhani has co-authored papers in the last 3 years and where are they affiliated."
} | {
"string": "Who are the co-authors of Hamid Jafarkhani in the last three years and where are they affiliated?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/73/5832> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/73/5832>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/73/5832>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0882 | DOUBLE_INTENT | {
"string": "Mention the papers published by Kuroda, Ichiro and in which year."
} | {
"string": "Which publications did Kuroda, Ichiro author and in which year?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/04/4772> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/04/4772>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0883 | DOUBLE_INTENT | {
"string": "Who are the co-authors of M. Bode in the last seven years and where are they affiliated?"
} | {
"string": "Name the co-authors of Mathias Bode in the last seven years and where are they affiliated?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/59/4054> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-7) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/59/4054>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/59/4054>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0884 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that Li Guo published in the last 5 years and in which venues?"
} | {
"string": "List the titles of the papers that Li Guo published in the last five years and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/02/929-1> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-5) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/02/929-1>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0885 | DOUBLE_INTENT | {
"string": "Mention the papers published by Pieters, R. and in which year."
} | {
"string": "Which papers did author Roel Pieters publish and in which year?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/68/7414> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/68/7414>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0886 | DOUBLE_INTENT | {
"string": "List the venues in which Y. Zhu published papers in the last eight years and the titles of these papers."
} | {
"string": "In which venues did Y. Zhu publish papers in the last eight years and what are the titles of these papers?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/67/4972> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/67/4972>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0887 | DOUBLE_INTENT | {
"string": "Name the co-authors of R. Bart\\u00E1k in the last 2 years and where are they affiliated?"
} | {
"string": "Mention the other authors with whom R. Bart\\u00E1k has co-authored papers in the last 2 years and where are they affiliated."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/04/5344> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-2) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/04/5344>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/04/5344>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0888 | DOUBLE_INTENT | {
"string": "Name the co-authors of Sherman B. in the last 3 years and where are they affiliated?"
} | {
"string": "Who are the co-authors of Sherman Braganza in the last 3 years and where are they affiliated?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/24/4940> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-3) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/24/4940>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/24/4940>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0889 | DOUBLE_INTENT | {
"string": "Which publications did R. Mester author and in which year?"
} | {
"string": "Mention the papers published by Rudolf Mester and in which year."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/04/2727> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/04/2727>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0890 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that Grossman, L. published in the last nine years and in which venues?"
} | {
"string": "List the titles of the papers that Lev Grossman published in the last 9 years and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/247/5831> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/247/5831>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0891 | DOUBLE_INTENT | {
"string": "In which venues did Lada A. Adamic publish papers and what are the titles of these papers?"
} | {
"string": "List the venues in which L. A. Adamic published papers and the titles of these papers."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/a/LadaAAdamic> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/a/LadaAAdamic>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0892 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that Emina Soljanin published in the last 9 years and in which venues?"
} | {
"string": "List the venues in which Emina S. published papers in the last nine years and the titles of these papers."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/00/6219> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/00/6219>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0893 | DOUBLE_INTENT | {
"string": "Mention the papers published by Gutflaish, Eyal and in which year."
} | {
"string": "Which publications did Eyal Gutflaish author and in which year?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?firstanswer <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/200/8579> . ?firstanswer <https://dblp.org/rdf/schema#yearOfPublication> ?secondanswer }"
} | TC21 | [
"<https://dblp.org/pid/200/8579>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | false | false |
Q0894 | DOUBLE_INTENT | {
"string": "Mention the other authors with whom A. Akbariazirani has co-authored papers in the last six years and where are they affiliated."
} | {
"string": "Name the co-authors of A. Akbariazirani in the last 6 years and where are they affiliated?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/36/9367> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-6) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/36/9367>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/36/9367>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0895 | DOUBLE_INTENT | {
"string": "List the titles of the papers that Servi\\u00E8re, C. published in the last 8 years and in which venues."
} | {
"string": "In which venues did Servi\\u00E8re, C. publish papers in the last 8 years and what are the titles of these papers?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/30/6286> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-8) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/30/6286>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0896 | DOUBLE_INTENT | {
"string": "What are the titles of the papers that Trung Quang Duong published and in which venues?"
} | {
"string": "List the titles of the papers that Trung Quang Duong published and in which venues."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/129/9743> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/129/9743>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0897 | DOUBLE_INTENT | {
"string": "Name the co-authors of Kurt Mehlhorn in the last 9 years and where are they affiliated?"
} | {
"string": "Who are the co-authors of Mehlhorn, Kurt in the last nine years and where are they affiliated?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/m/KurtMehlhorn> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/m/KurtMehlhorn>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/m/KurtMehlhorn>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0898 | DOUBLE_INTENT | {
"string": "List the titles of the papers that A. Takei published in the last 9 years and in which venues."
} | {
"string": "What are the titles of the papers that A. Takei published in the last nine years and in which venues?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/249/0425> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC25 | [
"<https://dblp.org/pid/249/0425>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |
Q0899 | DOUBLE_INTENT | {
"string": "Who are the co-authors of Thanh Nguyen in the last nine years and where are they affiliated?"
} | {
"string": "Mention the other authors with whom Thanh Nguyen has co-authored papers in the last 9 years and where are they affiliated."
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/07/6674-4> . ?x <https://dblp.org/rdf/schema#yearOfPublication> ?y . FILTER(?y > YEAR(NOW())-9) . ?x <https://dblp.org/rdf/schema#authoredBy> ?firstanswer FILTER(?firstanswer != <https://dblp.org/pid/07/6674-4>) . ?firstanswer <https://dblp.org/rdf/schema#primaryAffiliation> ?secondanswer }"
} | TC23 | [
"<https://dblp.org/pid/07/6674-4>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#yearOfPublication>"
] | true | false |
Q0900 | DOUBLE_INTENT | {
"string": "List the venues in which Kundur, Deepa published papers and the titles of these papers."
} | {
"string": "What are the titles of the papers that Kundur, Deepa published and in which venues?"
} | {
"sparql": "SELECT DISTINCT ?firstanswer ?secondanswer WHERE { ?x <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/05/3714> . ?x <https://dblp.org/rdf/schema#publishedIn> ?firstanswer . ?x <https://dblp.org/rdf/schema#title> ?secondanswer }"
} | TC24 | [
"<https://dblp.org/pid/05/3714>"
] | [
"<https://dblp.org/rdf/schema#authoredBy>",
"<https://dblp.org/rdf/schema#publishedIn>",
"<https://dblp.org/rdf/schema#title>"
] | false | false |