Modern Baselines for SPARQL Semantic Parsing

Research output: Contributions to collected editions/worksArticle in conference proceedingsResearchpeer-review

Standard

Modern Baselines for SPARQL Semantic Parsing. / Banerjee, Debayan; Nair, Pranav Ajit; Kaur, Jivat Neet et al.
SIGIR 2022 - Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval. ed. / Enrique Amigo; Pablo Castells; Julio Gonzalo. Association for Computing Machinery, Inc, 2022. p. 2260-2265 (SIGIR 2022 - Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval).

Research output: Contributions to collected editions/worksArticle in conference proceedingsResearchpeer-review

Harvard

Banerjee, D, Nair, PA, Kaur, JN, Usbeck, R & Biemann, C 2022, Modern Baselines for SPARQL Semantic Parsing. in E Amigo, P Castells & J Gonzalo (eds), SIGIR 2022 - Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval. SIGIR 2022 - Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval, Association for Computing Machinery, Inc, pp. 2260-2265, 45th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval - SIGIR 2022, Madrid, Spain, 11.07.22. https://doi.org/10.1145/3477495.3531841

APA

Banerjee, D., Nair, P. A., Kaur, J. N., Usbeck, R., & Biemann, C. (2022). Modern Baselines for SPARQL Semantic Parsing. In E. Amigo, P. Castells, & J. Gonzalo (Eds.), SIGIR 2022 - Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval (pp. 2260-2265). (SIGIR 2022 - Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval). Association for Computing Machinery, Inc. https://doi.org/10.1145/3477495.3531841

Vancouver

Banerjee D, Nair PA, Kaur JN, Usbeck R, Biemann C. Modern Baselines for SPARQL Semantic Parsing. In Amigo E, Castells P, Gonzalo J, editors, SIGIR 2022 - Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval. Association for Computing Machinery, Inc. 2022. p. 2260-2265. (SIGIR 2022 - Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval). doi: 10.1145/3477495.3531841

Bibtex

@inbook{611debf5b1ff4a079c5e865344a099c6,
title = "Modern Baselines for SPARQL Semantic Parsing",
abstract = "In this work, we focus on the task of generating SPARQL queries from natural language questions, which can then be executed on Knowledge Graphs (KGs). We assume that gold entity and relations have been provided, and the remaining task is to arrange them in the right order along with SPARQL vocabulary, and input tokens to produce the correct SPARQL query. Pre-trained Language Models (PLMs) have not been explored in depth on this task so far, so we experiment with BART, T5 and PGNs (Pointer Generator Networks) with BERT embeddings, looking for new baselines in the PLM era for this task, on DBpedia and Wikidata KGs. We show that T5 requires special input tokenisation, but produces state of the art performance on LC-QuAD 1.0 and LC-QuAD 2.0 datasets, and outperforms task-specific models from previous works. Moreover, the methods enable semantic parsing for questions where a part of the input needs to be copied to the output query, thus enabling a new paradigm in KG semantic parsing.",
keywords = "knowledge graph, question answering, semantic parsing, sparql, Business informatics, Informatics",
author = "Debayan Banerjee and Nair, {Pranav Ajit} and Kaur, {Jivat Neet} and Ricardo Usbeck and Chris Biemann",
note = "Publisher Copyright: {\textcopyright} 2022 ACM.; 45th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval - SIGIR 2022, ACM SIGIR 2022 ; Conference date: 11-07-2022 Through 15-07-2022",
year = "2022",
month = jul,
day = "7",
doi = "10.1145/3477495.3531841",
language = "English",
series = "SIGIR 2022 - Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval",
publisher = "Association for Computing Machinery, Inc",
pages = "2260--2265",
editor = "Enrique Amigo and Pablo Castells and Julio Gonzalo",
booktitle = "SIGIR 2022 - Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval",
address = "United States",
url = "https://sigir.org/sigir2022/",

}

RIS

TY - CHAP

T1 - Modern Baselines for SPARQL Semantic Parsing

AU - Banerjee, Debayan

AU - Nair, Pranav Ajit

AU - Kaur, Jivat Neet

AU - Usbeck, Ricardo

AU - Biemann, Chris

N1 - Conference code: 45

PY - 2022/7/7

Y1 - 2022/7/7

N2 - In this work, we focus on the task of generating SPARQL queries from natural language questions, which can then be executed on Knowledge Graphs (KGs). We assume that gold entity and relations have been provided, and the remaining task is to arrange them in the right order along with SPARQL vocabulary, and input tokens to produce the correct SPARQL query. Pre-trained Language Models (PLMs) have not been explored in depth on this task so far, so we experiment with BART, T5 and PGNs (Pointer Generator Networks) with BERT embeddings, looking for new baselines in the PLM era for this task, on DBpedia and Wikidata KGs. We show that T5 requires special input tokenisation, but produces state of the art performance on LC-QuAD 1.0 and LC-QuAD 2.0 datasets, and outperforms task-specific models from previous works. Moreover, the methods enable semantic parsing for questions where a part of the input needs to be copied to the output query, thus enabling a new paradigm in KG semantic parsing.

AB - In this work, we focus on the task of generating SPARQL queries from natural language questions, which can then be executed on Knowledge Graphs (KGs). We assume that gold entity and relations have been provided, and the remaining task is to arrange them in the right order along with SPARQL vocabulary, and input tokens to produce the correct SPARQL query. Pre-trained Language Models (PLMs) have not been explored in depth on this task so far, so we experiment with BART, T5 and PGNs (Pointer Generator Networks) with BERT embeddings, looking for new baselines in the PLM era for this task, on DBpedia and Wikidata KGs. We show that T5 requires special input tokenisation, but produces state of the art performance on LC-QuAD 1.0 and LC-QuAD 2.0 datasets, and outperforms task-specific models from previous works. Moreover, the methods enable semantic parsing for questions where a part of the input needs to be copied to the output query, thus enabling a new paradigm in KG semantic parsing.

KW - knowledge graph

KW - question answering

KW - semantic parsing

KW - sparql

KW - Business informatics

KW - Informatics

UR - http://www.scopus.com/inward/record.url?scp=85135063193&partnerID=8YFLogxK

U2 - 10.1145/3477495.3531841

DO - 10.1145/3477495.3531841

M3 - Article in conference proceedings

AN - SCOPUS:85135063193

T3 - SIGIR 2022 - Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval

SP - 2260

EP - 2265

BT - SIGIR 2022 - Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval

A2 - Amigo, Enrique

A2 - Castells, Pablo

A2 - Gonzalo, Julio

PB - Association for Computing Machinery, Inc

T2 - 45th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval - SIGIR 2022

Y2 - 11 July 2022 through 15 July 2022

ER -

DOI

Recently viewed

Activities

  1. Podiumsdiskussion zu MEDEA
  2. Policy learning and evidence-based governance in mandated participatory planning
  3. Dechema Himmelfahrtstagung "Scale-up and scale-down of bioprocesses" - 2015
  4. Renewing Sustainability Thinking in Light of the Anthropocene: Exploring the Potentials of STS
  5. Under Which Conditions Does Public Participation Really Advance Sustainability Goals? Findings of a Meta-Analysis of Stakeholder Involvement in Environmental Decision-making (with O. Fritsch)
  6. 4. Robotics Kongress 2014
  7. "10 Jahre Vertrag von Lissabon"
  8. The Fourth Joensuu Symposium on Learning and Instruction - 2001
  9. Implementing sustainability related key competencies into teacher education - Learning processes and outcomes
  10. Touching Land. Creative Practices for Planetary Be/Longings
  11. (Re)Constructing a Sociology Of the Arts In the 21th Century: Problems and Perspectives - Inserting "Space" In The Sociology Of The Arts
  12. Weltwasserwoche 2021
  13. IEEE European Intelligence and Security Informatics Conference - EISIC 2011
  14. The Fifth International Conference on Technology in Mathematics Teaching - ICTMT 2001
  15. International Journal of Conflict and Violence (Zeitschrift)
  16. Workshop im Rahmen einer Hamburger Lehrkräftefortbildung 2024
  17. Zürcher Hochschule der Künste (ZHdK)
  18. Universität Bielefeld (Externe Organisation)
  19. Internationale Konferenz “Building on the Past" - 2008
  20. International Conference on Advances in Itelligent Systems in Bioinformatics, Chem-Informatis, Business Intelligence, Social Media and Cybernetics - IntelSys 2013
  21. Salongespräch des Netzwerks Geschlechter- und Diversitätsforschung
  22. Hispanorama - Zeitschrift des Deutschen Spanischlehrerverband (Zeitschrift)
  23. XXIX Annual Conference of the Italian Political Science Association - SISP 2015
  24. College (Organisation)