ACL 2025finding0 citations

SPOT: Zero-Shot Semantic Parsing Over Property Graphs

Francesco Cazzaro, Justin Kleindienst, Sofia Márquez Gomez, Ariadna Quattoni

Abstract

Knowledge Graphs (KGs) have gained popularity as a means of storing structured data, with property graphs, in particular, gaining traction in recent years. Consequently, the task of semantic parsing remains crucial in enabling access to the information in these graphs via natural language queries. However, annotated data is scarce, requires significant effort to create, and is not easily transferable between different graphs. To address these challenges we introduce SPOT, a method to generate training data for semantic parsing over Property Graphs without human annotations. We generate tree patterns, match them to the KG to obtain a query program, and use a finite-state transducer to produce a proto-natural language realization of the query. Finally, we paraphrase the proto-NL with an LLM to generate samples for training a semantic parser. We demonstrate the effectiveness of SPOT on two property graph benchmarks utilizing the Cypher query language. In addition, we show that our approach can also be applied effectively to RDF graphs.

BibTeX
@inproceedings{cazzaro-etal-2025-spot,
    title = "{SPOT}: Zero-Shot Semantic Parsing Over Property Graphs",
    author = "Cazzaro, Francesco  and
      Kleindienst, Justin  and
      Gomez, Sofia M{\'a}rquez  and
      Quattoni, Ariadna",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2025",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.findings-acl.524/",
    doi = "10.18653/v1/2025.findings-acl.524",
    pages = "10057--10073",
    ISBN = "979-8-89176-256-5"
}