paper-with-me

홈 › Papers

Evo-DKD: Dual-Knowledge Decoding for Autonomous Ontology Evolution in Large Language Models

2025-07-29 · Vishal Raman, Vijai Aravindh R arxiv

Ontologies and knowledge graphs require continuous evolution to remain comprehensive and accurate, but manual curation is labor intensive. Large Language Models (LLMs) possess vast unstructured knowledge but struggle with maintaining structured consistency. We propose Evo-DKD, a novel dual-decoder framework for autonomous ontology evolution that combines structured ontology traversal with unstructured text reasoning. Evo-DKD introduces two parallel decoding streams within an LLM: one decoder generates candidate ontology edits (e.g., new concepts or relations) while the other produces natural-language justifications. A dynamic attention-based gating mechanism coordinates the two streams, deciding at each step how to blend structured and unstructured knowledge. Due to GPU constraints, we simulate the dual-decoder behavior using prompt-based mode control to approximate coordinated decoding in a single-stream mode. The system operates in a closed reasoning loop: proposed ontology edits are validated (via consistency checks and cross-verification with the text explanations) and then injected into the knowledge base, which in turn informs subsequent reasoning. We demonstrate Evo-DKD's effectiveness on use cases including healthcare ontology refinement, semantic search improvement, and cultural heritage timeline modeling. Experiments show that Evo-DKD outperforms baselines using structured-only or unstructured-only decoding in both precision of ontology updates and downstream task performance. We present quantitative metrics and qualitative examples, confirming the contributions of the dual-decoder design and gating router. Evo-DKD offers a new paradigm for LLM-driven knowledge base maintenance, combining the strengths of symbolic and neural reasoning for sustainable ontology evolution.

📄 PDF Abstract BibTeX arXiv:2507.21438

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Automatic Knowledge Base Evolution by Learning Instances

2016-04-04 · Sundong Kim

Knowledge base is the way to store structured and unstructured data throughout the web. Since the size of the web is increasing rapidly, there are huge needs to structure the knowledge in a fully automated way. However f…

Comprehensive Review on Semantic Information Retrieval and Ontology Engineering

2023-07-25 · Sumit Sharma, Sarika Jain

Situation awareness is a crucial cognitive skill that enables individuals to perceive, comprehend, and project the current state of their environment accurately. It involves being conscious of relevant information, under…

Information RetrievalRetrieval

Domain Knowledge Distillation from Large Language Model: An Empirical Study in the Autonomous Driving Domain

2023-07-17 · Yun Tang, Antonio A. Bruto da Costa, Jason Zhang, Irvine Patrick 외

Engineering knowledge-based (or expert) systems require extensive manual effort and domain knowledge. As Large Language Models (LLMs) are trained using an enormous amount of cross-domain knowledge, it becomes possible to…

Autonomous DrivingKnowledge DistillationLanguage ModelingLanguage Modelling+2

Evontree: Ontology Rule-Guided Self-Evolution of Large Language Models

2025-10-30 · Mingchen Tu, Zhiqiang Liu, Juan Li, Liangyurui Liu 외 arxiv

Although Large Language Models (LLMs) perform exceptionally well in general domains, the problem of hallucinations poses significant risks in specialized fields such as healthcare and law, where high interpretability is …

Latent Knowledge as a Predictor of Fact Acquisition in Fine-Tuned Large Language Models

2026-01-26 · Daniel B. Hier, Tayo Obafemi-Ajayi arxiv

Large language models store biomedical facts with uneven strength after pretraining: some facts are present in the weights but are not reliably accessible under deterministic decoding (latent knowledge), while others are…