Autonomous knowledge curation and truth maintenance for agentic ontologies

Autonomous knowledge curation and truth maintenance for agentic ontologies: deciding what to keep, resolving contradictions, and managing extraction noise

2026-07-20 · agentic-ai knowledge-graphs knowledge-management llm-reasoning governance-policy · medium · source → · wiki →
key claims
  1. Classical Justification-based Truth Maintenance System (JTMS) and Assumption-based Truth Maintenance System (ATMS) theory defines minimal-retraction dependency tracking and multi-context belief labelling, but no source in this investigation describes a production LLM-KG agent implementing this mechanism directly. (; medium confidence; source: https://doi.org/10.1016/0004-3702(79)90008-0; https://www.dekleer.org/Publications/An%20Assumption-Based%20TMS.pdf; https://arxiv.org/abs/2502.06472)Doyle (1979)
  2. Frontier LLMs evaluated against the six AGM belief-revision postulates satisfy Success and Consistency but systematically violate Inclusion and Preservation, producing belief inertia and collateral damage under iterated revisionAGM-Bench (n.d.)
  3. The Belief-R evaluation separately found that LLMs fail to suppress conclusions that should have been retracted after new evidence and, in other cases, over-update when no revision was warrantedWilie et al. (2024)
  4. A detect-then-resolve architecture that filters candidate conflicts before invoking an LLM for resolution improved recall by 56.4% and F1-score by 68.2% over resolution-only baselines on knowledge graph conflict-resolution benchmarksDetect-Then-Resolve (n.d.)
  5. Knowledge conflicts in LLM-based systems fall into three distinct types, context-memory, inter-context, and intra-memory, each requiring a different detection and resolution approach rather than one unified conflict-handling routineXu et al. (2024)
  6. A dual-memory routing architecture that shards edited facts into a separate "side memory" from original model parameters reduces interference between old and new knowledge across thousands of sequential edits, but the underlying reliability-generalisation-locality trade-off is not fully resolvedShi et al. (2024)
  7. Temporal facts introduce a distinct noise source beyond ordinary extraction error: models trained on static snapshots exhibit "averaging" and "forgetting" failure modes on time-sensitive facts, meaning a curation policy that treats every contradiction as a binary true/false conflict will mishandle facts that are simply superseded by timeDhingra et al. (2022)
  8. Multi-agent knowledge graph enrichment pipelines assign conflict resolution to a dedicated agent within a nine-agent sequence, but no accessible description of a standalone, independently evaluated retention policy (what to keep versus discard) was found separate from the extraction and conflict-resolution stagesChen et al. KARMA (n.d.)

Research Question

What mechanisms exist, or are under active research, to enable Artificial Intelligence (AI) agents to autonomously curate which extracted knowledge is worth retaining in a long-term ontology, detect and resolve contradictions when new knowledge conflicts with existing ontological facts (truth maintenance), and manage ontology noise from imperfect or ambiguous sensory inputs, without requiring continuous human supervision?

Findings

(Populated from §6 Synthesis above.)

Executive Summary

No production system autonomously runs a formal, classical-style Truth Maintenance System (TMS) at the scale of a Large Language Model (LLM)-integrated Knowledge Graph (KG); instead, current autonomous curation is achieved through narrower, purpose-built pipeline stages, explicit conflict detection followed by LLM-assisted resolution, dual-memory routing for edited facts, that substitute for, rather than implement, dependency-directed justification tracking. Benchmarked directly against the Alchourron-Gardenfors-Makinson (AGM) rationality standard that classical TMS theory targets, current LLMs systematically violate minimal-change and stability postulates during iterated belief revision, producing measurable belief inertia and collateral retraction of unrelated facts. Of the five curation sub-problems in this item's scope, conflict detection and resolution have the most developed measured evidence base, since a detect-then-resolve architecture shows double-digit percentage gains in recall and F1-score over resolution-only baselines. Retention policy (what to keep) and noise robustness against adversarially manipulated input are the least mature sub-problems: no source consulted in this investigation describes a standalone, evaluated retention policy independent of the extraction step, and no dedicated adversarial-robustness benchmark for autonomous ontology curation was located. Provenance schemas exist and are being extended for agentic workflows, but this item finds no evidence that they have been evaluated end-to-end as the backbone of an autonomous retraction mechanism.

Key Findings

  1. Classical Justification-based Truth Maintenance System (JTMS) and Assumption-based Truth Maintenance System (ATMS) theory defines minimal-retraction dependency tracking and multi-context belief labelling, but no source in this investigation describes a production LLM-KG agent implementing this mechanism directly. ([inference]; medium confidence; source: doi.org de Kleer (1986) An Assumption-Based TMS Chen et al. KARMA: Leveraging Multi-Agent LLMs for Automated Knowledge Graph Enrichment
  2. Frontier LLMs evaluated against the six AGM belief-revision postulates satisfy Success and Consistency but systematically violate Inclusion and Preservation, producing belief inertia and collateral damage under iterated revision.
  3. The Belief-R evaluation separately found that LLMs fail to suppress conclusions that should have been retracted after new evidence and, in other cases, over-update when no revision was warranted.
  4. A detect-then-resolve architecture that filters candidate conflicts before invoking an LLM for resolution improved recall by 56.4% and F1-score by 68.2% over resolution-only baselines on knowledge graph conflict-resolution benchmarks.
  5. Knowledge conflicts in LLM-based systems fall into three distinct types, context-memory, inter-context, and intra-memory, each requiring a different detection and resolution approach rather than one unified conflict-handling routine.
  6. A dual-memory routing architecture that shards edited facts into a separate "side memory" from original model parameters reduces interference between old and new knowledge across thousands of sequential edits, but the underlying reliability-generalisation-locality trade-off is not fully resolved.
  7. Temporal facts introduce a distinct noise source beyond ordinary extraction error: models trained on static snapshots exhibit "averaging" and "forgetting" failure modes on time-sensitive facts, meaning a curation policy that treats every contradiction as a binary true/false conflict will mishandle facts that are simply superseded by time.
  8. Multi-agent knowledge graph enrichment pipelines assign conflict resolution to a dedicated agent within a nine-agent sequence, but no accessible description of a standalone, independently evaluated retention policy (what to keep versus discard) was found separate from the extraction and conflict-resolution stages.
  9. No dedicated benchmark for adversarial robustness of autonomous ontology curation, as distinct from ordinary ambiguity or extraction noise, was located in this investigation.
  10. The World Wide Web Consortium (W3C) PROV Ontology (PROV-O) and its agent-specific extension, PROV-AGENT, supply a standard schema for tracking why a fact was committed to a knowledge graph, but neither source describes a system that uses this schema as the operational backbone of autonomous contradiction resolution.
  11. Knowledge-editing surveys and empirical studies independently converge on the same structural limitation, that edits intended to be local to one fact frequently disrupt logically related facts or fail to propagate consistently, corroborating the reliability-generalisation-locality trade-off from three separate research angles.

Assumptions

KARMA's retention decisions are governed by confidence thresholds and schema-alignment success rather than a separately codified retention policy. This is justified because the accessible description of KARMA's nine-agent pipeline names discovery, extraction, alignment, and conflict-resolution stages without naming a distinct retention-policy module, though the full paper text beyond the abstract was not directly consulted, so the absence could reflect incomplete access rather than an actual design gap.

No dedicated benchmark evaluates adversarial robustness of autonomous ontology curation as distinct from ordinary extraction ambiguity. This is justified because the EMNLP 2024 knowledge-conflicts survey, which is the most comprehensive taxonomy source consulted, categorises conflicts by their origin (context-memory, inter-context, intra-memory) without a category for deliberately adversarial or poisoned input, suggesting the taxonomy as currently constructed does not treat adversarial robustness as a first-class dimension.

Analysis

The strongest, most corroborated finding in this investigation is the gap between formal belief-revision theory and measured LLM behaviour: AGM-Bench and Belief-R independently measure the same class of failure (inability to perform minimal, stable belief revision), and the WISE, Yao et al., Onoe et al., and Jang et al. sources independently describe the same structural trade-off from the model-editing side. A plausible rival explanation for the detect-then-resolve pattern's success is that it works around the LLM's poor native belief revision by never asking the LLM to revise a belief unassisted; the detection stage narrows the input to cases the LLM's prompt-based resolution step can handle reliably, rather than solving the underlying minimal-change problem the AGM postulates describe. This reframes the field's apparent progress: measured gains in conflict-resolution accuracy do not indicate that LLM-KG agents have solved truth maintenance in the classical sense, only that engineered pipelines can compensate for the LLM's documented belief-revision weaknesses in the narrower cases those pipelines are designed to catch. Retention policy and adversarial robustness remain comparatively unaddressed because the reviewed literature is overwhelmingly organised around conflict detection and resolution once a candidate fact is already proposed, leaving the earlier decision of whether to admit a candidate fact at all, and the security-adjacent question of whether that candidate was adversarially crafted, without dedicated evaluation frameworks in the sources consulted.

Risks, Gaps, and Uncertainties

Open Questions


sources


cites
cites Knowledge curation governance as an enterprise AI capability in regulated financial institutions
cites What capabilities, sub-capabilities, architectural patterns, and maturity dimensions define tool-using, semi-autonomous Semantic Knowledge Management systems?
cites Autonomous forgetting and information curation for long-term agent memory
cites TBox-driven vs ABox-emergent ontology approaches in GraphRAG systems
related (frontmatter)
related Hybrid memory integration: synchronizing structured ontologies and knowledge graphs with latent Large Language Model (LLM) weight knowledge in agentic systems
related Episodic-to-semantic memory consolidation in AI agents: techniques for generalizing from experience to durable ontological knowledge
related Capability claim vs. production telemetry: arbitration mechanisms and overestimation
related Agent Memory Management and Context Injection

Connected items

Loading…

View full knowledge graph →