WikiMonitor-Onto: Ontology-Aware Staleness Propagation for LLM-Maintained Knowledge Bases
Keywords:
knowledge base maintenance, LLM wiki, ontology-aware staleness, BFS propagationAbstract
Large language models are increasingly used to maintain persistent, domain-specific knowledge bases — a paradigm in which assertions must remain accurate as the field evolves. Existing staleness detection treats each assertion independently, missing a structural reality: when a foundational concept becomes outdated, every dependent concept inherits some degree of that staleness through ontology relationships. We present WikiMonitor-Onto, a lightweight propagation layer built on WikiMonitor [5] that models staleness as a signal flowing through a domain ontology graph. We extract a concept graph of 642 nodes and 487 edges from 61 AI lecture documents, define three typed propagation relations (is-a, depends-on, related-to), and propagate staleness via weighted BFS with exponential hop decay. On a human-annotated gold standard of 62 concepts (25 indirect stale, 37 fresh), the independent baseline detects zero indirect stale concepts by construction, while WikiMonitor-Onto achieves Precision 0.80 and Recall 0.48 at the optimally tuned weight configuration. Grid search reveals that is-a and depends-on carry equal optimal propagation weight (both 0.90). Propagation saturates at hop depth 1 under conservative thresholds, suggesting that one-hop propagation suffices for high-precision deployment.