PulseAugur
EN
LIVE 21:44:37

MARS system integrates LLMs with knowledge graphs for KGQA without fine-tuning

Researchers have developed MARS, a novel approach for knowledge graph question answering (KGQA) that integrates large language models (LLMs) with knowledge graphs (KGs) without requiring model fine-tuning. MARS employs a structured retrieval process to link question entities to the KG and iteratively fetches relevant information. The system adaptively decides when to continue graph traversal or generate a final SPARQL query, offering a more predictable alternative to fully agentic methods. MARS has demonstrated competitive performance on KGQA benchmarks, proving efficient and scalable. AI

IMPACT This approach could improve the reliability of LLMs in knowledge-intensive tasks by grounding them with continuously updated knowledge graphs.

RANK_REASON The cluster contains an academic paper detailing a new research approach.

Read on arXiv cs.CL →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

MARS system integrates LLMs with knowledge graphs for KGQA without fine-tuning

COVERAGE [2]

  1. arXiv cs.CL TIER_1 English(EN) · Nikit Srivastava, Daniel Vollmers, Ren\'e Speck, Nikolaos Karalis, Hamada M. Zahera, Axel-Cyrille Ngonga Ngomo ·

    MARS: Multi-hop Adaptive Retrieval and SPARQL Generation for KGQA

    arXiv:2607.14561v1 Announce Type: new Abstract: Large language models (LLMs) have demonstrated strong reasoning performance, but their tendency to hallucinate limits their reliability in knowledge-intensive tasks requiring up-to-date and grounded information. Combining knowledge …

  2. arXiv cs.CL TIER_1 English(EN) · Axel-Cyrille Ngonga Ngomo ·

    MARS: Multi-hop Adaptive Retrieval and SPARQL Generation for KGQA

    Large language models (LLMs) have demonstrated strong reasoning performance, but their tendency to hallucinate limits their reliability in knowledge-intensive tasks requiring up-to-date and grounded information. Combining knowledge graphs (KGs) with LLMs facilitates the use of ex…