paper-with-me

Papers

Ontology-Guided, Hybrid Prompt Learning for Generalization in Knowledge Graph Question Answering

2025-02-06 · Longquan Jiang, Junbo Huang, Cedric Möller, Ricardo Usbeck

Most existing Knowledge Graph Question Answering (KGQA) approaches are designed for a specific KG, such as Wikidata, DBpedia or Freebase. Due to the heterogeneity of the underlying graph schema, topology and assertions, most KGQA systems cannot be transferred to unseen Knowledge Graphs (KGs) without resource-intensive training data. We present OntoSCPrompt, a novel Large Language Model (LLM)-based KGQA approach with a two-stage architecture that separates semantic parsing from KG-dependent interactions. OntoSCPrompt first generates a SPARQL query structure (including SPARQL keywords such as SELECT, ASK, WHERE and placeholders for missing tokens) and then fills them with KG-specific information. To enhance the understanding of the underlying KG, we present an ontology-guided, hybrid prompt learning strategy that integrates KG ontology into the learning process of hybrid prompts (e.g., discrete and continuous vectors). We also present several task-specific decoding strategies to ensure the correctness and executability of generated SPARQL queries in both stages. Experimental results demonstrate that OntoSCPrompt performs as well as SOTA approaches without retraining on a number of KGQA datasets such as CWQ, WebQSP and LC-QuAD 1.0 in a resource-efficient manner and can generalize well to unseen domain-specific KGs like DBLP-QuAD and CoyPu KG Code: \href{https://github.com/LongquanJiang/OntoSCPrompt}{https://github.com/LongquanJiang/OntoSCPrompt}

📄 PDF Abstract BibTeX arXiv:2502.03992

Code (1)

longquanjiang/ontoscprompt 공식 구현 pytorch

Tasks

Graph Question AnsweringKnowledge GraphsLarge Language ModelPrompt LearningQuestion AnsweringSemantic Parsing

Methods 이 논문이 사용한 방법론

Ontology 설명 없음

Similar Papers 제목 키워드 기반

Ontology-Guided Neuro-Symbolic Inference: Grounding Language Models with Mathematical Domain Knowledge

2026-02-19 · Marcelo Labre arxiv

Language models exhibit fundamental limitations -- hallucination, brittleness, and lack of formal grounding -- that are particularly problematic in high-stakes specialist fields requiring verifiable reasoning. I investig…

ODKE+: Ontology-Guided Open-Domain Knowledge Extraction with LLMs

2025-09-04 · Samira Khorshidi, Azadeh Nikfarjam, Suprita Shankar, Yisi Sang 외 arxiv

Knowledge graphs (KGs) are foundational to many AI applications, but maintaining their freshness and completeness remains costly. We present ODKE+, a production-grade system that automatically extracts and ingests millio…

Knowledge Graphs

Ontology-Guided Diffusion for Zero-Shot Visual Sim2Real Transfer

2026-03-19 · Mohamed Youssef, Mayar Elfares, Anna-Maria Meer, Matteo Bortoletto 외 arxiv

Bridging the simulation-to-reality (sim2real) gap remains challenging as labelled real-world data is scarce. Existing diffusion-based approaches rely on unstructured prompts or statistical alignment, which do not capture…

Graph Neural NetworkGraph Embedding

TextMineX: Data, Evaluation Framework and Ontology-guided LLM Pipeline for Humanitarian Mine Action

2025-09-18 · Chenyue Zhou, Gürkan Solmaz, Flavio Cirillo, Kiril Gashteovski 외 arxiv

Humanitarian Mine Action (HMA) addresses the challenge of detecting and removing landmines from conflict regions. Much of the life-saving operational knowledge produced by HMA agencies is buried in unstructured reports, …

Enriching Ontologies with Disjointness Axioms using Large Language Models

2024-10-04 · Elias Crum, Antonio De Santis, Manon Ovide, Jiaxin Pan 외

Ontologies often lack explicit disjointness declarations between classes, despite their usefulness for sophisticated reasoning and consistency checking in Knowledge Graphs. In this study, we explore the potential of Larg…

Knowledge GraphsPrompt Engineering