LGMay 22

SeedER: Seed-and-Expand Retrieval from Knowledge Graphs

arXiv:2605.2375375.5
Predicted impact top 23% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This paper addresses the problem of efficient and accurate retrieval from knowledge graphs for knowledge-intensive reasoning systems, offering a practical solution that balances expressiveness and scalability.

SeedER introduces a seed-and-expand retrieval framework for knowledge graphs that iteratively expands a compact set of core nodes using a learned graph-aware policy, achieving substantial recall improvements over dense and graph-augmented baselines while controlling expansion cost.

Knowledge graphs (KGs) offer a rich representation for relational knowledge, but their irregular structure makes retrieval challenging: ego-graph expansion grows rapidly, and dense embedding methods struggle with multi-hop compositional queries. Existing agent-based graph exploration approaches, while expressive, are often too expensive for large-scale retrieval. We introduce SeedER (Seed-and-Expand Retrieval), a retrieval framework that explicitly leverages KG structure through iterative, low-cost expansion. SeedER first seeds a compact set of core nodes using lightweight dense and entity-based retrieval, then selectively expands this set via a learned graph-aware policy trained with reinforcement learning. This design decomposes global reasoning into reusable local decisions, enabling efficient discovery of query-relevant nodes while tightly controlling expansion cost. We show theoretical limitations of dense retrieval on compositional graph queries, and establish advantages of SeedER from both compositional generalization and graph-constrained submodular optimization perspectives. Empirically, SeedER substantially improves recall with compact candidate sets over strong dense and graph-augmented baselines, making it an effective first-stage retriever for knowledge-intensive reasoning systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes