Search papers, labs, and topics across Lattice.
LLM-Wiki is introduced as an agent-native retrieval system that treats external knowledge as a structured, compilable, and self-evolving Wiki, moving beyond static retrieval indices. It compiles documents into Wiki pages with bidirectional links, offering search, read, and link-following operations via tool-calling, and incorporates an Error Book for self-correction. Experiments on HotpotQA, MuSiQue, 2WikiMultiHopQA, and AuthTrace show LLM-Wiki outperforms several baselines, demonstrating its effectiveness in multi-hop reasoning and structured queries.
LLM-Wiki shows that structuring external knowledge as a self-evolving Wiki, rather than a flat index, unlocks significant gains in LLM reasoning and multi-document query accuracy.
LLM agents require retrieval to behave less like one-shot context fetching and more like reasoning: searching, reading, traversing, and deciding when evidence is sufficient. However, Retrieval-Augmented Generation (RAG) typically organizes external knowledge as flat chunks retrieved by embedding similarity, exposing a retrieval-as-lookup interface that is poorly aligned with tool-using agents. We propose LLM-Wiki, an agent-native retrieval system that operationalizes the Retrieval-as-Reasoning paradigm by treating external knowledge as a compilable, composable, and self-evolving structure rather than a static retrieval index. LLM-Wiki compiles documents into structured Wiki pages with bidirectional links, exposes search, read, and link-following operations through standard tool-calling interfaces, and introduces an Error Book for persistent structural and semantic self-correction. On HotpotQA, MuSiQue, and 2WikiMultiHopQA, LLM-Wiki outperforms seven baselines, including HippoRAG 2, LightRAG, and GraphRAG, with gains of 2.0-8.1 F1 points over the strongest graph-based baseline and larger gains over Dense RAG. On AuthTrace, LLM-Wiki achieves the best overall accuracy, with especially strong gains on multi-document structured queries, showing that compilation-based knowledge organization generalizes beyond chain-style multi-hop reasoning.