← Latest papers
💬 NLP

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

The paper introduces MARS, a scalable, fine-tuning-free framework for Knowledge Graph Question Answering that combines Large Language Models with a structured, multi-hop adaptive retrieval process to generate accurate SPARQL queries while minimizing hallucinations and maintaining efficiency.

Original authors: Nikit Srivastava, Daniel Vollmers, René Speck, Nikolaos Karalis, Hamada M. Zahera, Axel-Cyrille Ngonga Ngomo

Published 2026-07-17
📖 3 min read☕ Coffee break read

Original authors: Nikit Srivastava, Daniel Vollmers, René Speck, Nikolaos Karalis, Hamada M. Zahera, Axel-Cyrille Ngonga Ngomo

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to solve a massive, multi-layered mystery, but instead of a single detective, you have a brilliant, super-fast brain that sometimes makes things up when it doesn't know the answer. This is the world of Large Language Models (LLMs): they are incredibly smart at understanding language and reasoning, but they have a nasty habit of "hallucinating," or confidently stating facts that aren't true. To fix this, scientists often pair these brains with a "Knowledge Graph" (KG). Think of a KG not as a messy pile of books, but as a giant, perfectly organized web of facts where every piece of information is connected to others by clear, logical lines, like a subway map of the entire world's knowledge. The challenge is getting the super-brain to read this map correctly without getting lost or making up stops that don't exist. This is the core puzzle of Knowledge Graph Question Answering (KGQA): how do we ask a complex question and get a perfectly accurate answer from this web, especially when the answer requires hopping from one fact to another, like following a trail of clues?

Enter MARS, a new approach that acts like a very disciplined, step-by-step detective rather than a wild, free-roaming explorer. The researchers behind MARS, led by Nikit Srivastava and colleagues, wanted to solve the problem of asking complex questions that require "multi-hop" reasoning—questions where you can't just look up one fact; you have to find a person, then find where they live, then find what's near their home, and so on. Previous methods tried to let the AI wander through the knowledge graph like an agent with a map, but this often led to confusion and made-up facts. MARS takes a different path. Instead of letting the AI guess the whole route at once, MARS breaks the journey down. It starts by finding the specific "station" (entity) mentioned in the question, then it carefully looks at the immediate "tracks" (patterns) connected to that station. It asks the AI: "Based on these tracks, do we have enough info to solve the puzzle, or do we need to hop to the next station?" If the answer is "not yet," MARS hops to the next set of facts, enriches the context, and tries again. It repeats this structured loop until it has gathered enough evidence to write a precise, executable instruction (a SPARQL query) that the computer can run to get the exact answer.

The paper finds that this structured, "stop-and-think" approach works remarkably well. When tested on three different sets of difficult questions (including some with over 29% requiring multiple hops), MARS performed as well as, or better than, the most advanced systems available, even without needing to be retrained on specific data. It showed particular strength in handling complex, multi-step questions and worked across ten different languages, including some that are rarely used in technology. The researchers also discovered that while letting an AI agent wander freely can be powerful, a guided pipeline that forces the AI to verify its path at every step is more reliable and less prone to making things up. They also noted that some previous benchmarks had issues with missing data, so they released their own clean, updated versions of the test data to ensure everyone is playing on a fair field. Ultimately, MARS suggests that for complex reasoning tasks, a methodical, pattern-based guide is often a better partner for a super-brain than a free-roaming agent, offering a way to get accurate, grounded answers without the risk of hallucination.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →