Hashtag AI · graph retrieval · MuSiQue multi-hop example
A question that names one passage and depends on another. Watch the graph get built, then watch plain vector search stop one edge short of the answer.
What year did the publisher of Labyrinth end?Answer: 1986
The question names Labyrinth, so the Labyrinth passage is an easy semantic match. It never says Acornsoft — the word only exists inside the passage you are trying to find. Question-to-passage similarity has nothing to grip, and the second half of the evidence stays out of reach.
Graph retrieval scores facts, not just passages, then lets that score travel along the edges those facts sit on. One shared entity is all it takes.
Same embeddings on both sides. The only thing that changed is what the retriever is allowed to walk across.