AICLDBIRLGSep 9, 2024

OneEdit: A Neural-Symbolic Collaboratively Knowledge Editing System

arXiv:2409.07497v110 citationsh-index: 37
Originality Incremental advance
AI Analysis

This addresses the challenge of scalable and reliable knowledge manipulation for AI systems, though it appears incremental as it builds on existing neural-symbolic approaches.

The paper tackles the problem of knowledge editing by introducing OneEdit, a neural-symbolic system that combines knowledge graphs and large language models for collaborative management using natural language, achieving superior performance in experiments on two new datasets.

Knowledge representation has been a central aim of AI since its inception. Symbolic Knowledge Graphs (KGs) and neural Large Language Models (LLMs) can both represent knowledge. KGs provide highly accurate and explicit knowledge representation, but face scalability issue; while LLMs offer expansive coverage of knowledge, but incur significant training costs and struggle with precise and reliable knowledge manipulation. To this end, we introduce OneEdit, a neural-symbolic prototype system for collaborative knowledge editing using natural language, which facilitates easy-to-use knowledge management with KG and LLM. OneEdit consists of three modules: 1) The Interpreter serves for user interaction with natural language; 2) The Controller manages editing requests from various users, leveraging the KG with rollbacks to handle knowledge conflicts and prevent toxic knowledge attacks; 3) The Editor utilizes the knowledge from the Controller to edit KG and LLM. We conduct experiments on two new datasets with KGs which demonstrate that OneEdit can achieve superior performance.

Code Implementations1 repo
Foundations

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

Your Notes