TL;DR
EvoRAG is a self-evolving knowledge graph framework that uses feedback from generated responses to refine its reasoning paths, significantly improving accuracy in real-world tasks.
Contribution
It introduces a feedback-driven backpropagation mechanism that links response feedback to triplet-level knowledge updates in KG-RAG models.
Findings
EvoRAG improves reasoning accuracy by 7.34% over state-of-the-art methods.
The framework effectively adapts to task-specific requirements through continuous knowledge refinement.
Experimental results demonstrate enhanced robustness and performance in real-world scenarios.
Abstract
Knowledge Graph-based Retrieval-Augmented Generation (KG-RAG) has emerged as a promising paradigm for enhancing LLM reasoning by retrieving multi-hop paths from KGs. However, existing KG-RAG frameworks often underperform in real-world scenarios because the pre-captured knowledge dependencies are not tailored to the downstream task or its evolving requirements. These frameworks struggle to adapt to task-specific requirements and lack mechanisms to filter low-contribution knowledge during generation. We observe that feedback on generated responses offers effective supervision for improving KG quality, as it directly reflects user expectations and provides insights into the correctness and usefulness of the output. However, a key challenge lies in effectively linking response-level feedback to triplet-level contribution evaluation and knowledge updates in the KG. In this work, we propose…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
