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

Publications

  1. Extending talk on a prescribed discussion topic in a learner-native speaker eTandem learning task
  2. Knowledge Decolonization à la Grounded Theory
  3. Performance of an IMU-Based Sensor Concept for Solving the Direct Kinematics Problem of the Stewart-Gough Platform
  4. Root-root interactions: extending our perspective to be more inclusive of the range of theories in ecology and agriculture using in-vivo analyses
  5. Assessing Quality of Teaching from Different Perspectives
  6. Understanding Innovation
  7. Document assignment in multi-site search engines
  8. ZooKeys, unlocking Earth's incredible biodiversity and building a sustainable bridge into the public domain: From "print-based" to "web-based" taxonomy, systematics, and natural history ZooKeys Editorial Opening Paper
  9. Multi-Professional Support
  10. Chronic effects of a static stretching intervention program on range of motion and tissue hardness in older adults
  11. One tool to rule? – A field experimental longitudinal study on the costs and benefits of mobile device usage in public agencies
  12. Using EEG movement tagging to isolate brain responses coupled to biological movements
  13. Space Systems Cross-Compatibility
  14. Employing A-B tests for optimizing prices levels in e-commerce applications
  15. Ideas, Complexity, and Innovation
  16. Tuning kalman filter in linear systems
  17. A Comparative Study for Fisheye Image Classification
  18. An intersection test for the cointegrating rank in dependent panel data
  19. An Overview of Electro Hydraulic Full Variable Valve Train Systems to Reduce Emissions in Internal Combustion Engines
  20. Analytic reproducibility in articles receiving open data badges at the journal Psychological Science
  21. Calibration of a simple method for determining ammonia loss in the field
  22. Nonautonomous control of stable and unstable manifolds in two-dimensional flows
  23. Special issue on Variational Pragmatics
  24. Integrating teacher and student workspaces in a technology-enhanced mathematics lecture
  25. Generic functions of railway stations
  26. Lyapunov stability analysis to set up a saturating PI controller with anti-windup for a mass flow system
  27. The measurement time required for determining total NH3 losses after field application of slurries by trail hoses