HighlightCurated by Aramai Editorialopenalex.org

How to Build an Adaptive AI Tutor for Any Course Using Knowledge Graph-Enhanced Retrieval-Augmented Generation (KG-RAG)

A paper introducing a novel framework for developing adaptable AI tutoring systems using knowledge graphs and retrieval-augmented generation.

The paper presents a framework called KG-RAG, which integrates structured knowledge representation with context-aware retrieval to improve AI tutoring. It addresses challenges in maintaining factual accuracy and delivering coherent instruction. The authors provide empirical validation through controlled experiments demonstrating significant learning improvements.

Based on: How to Build an Adaptive AI Tutor for Any Course Using Knowledge Graph-Enhanced Retrieval-Augmented Generation (KG-RAG)

HighlightCurated by Aramai Editorialopenalex.org

HopRAG: Multi-Hop Reasoning for Logic-Aware Retrieval-Augmented Generation

A novel RAG framework that augments retrieval with logical reasoning through graph-structured knowledge exploration.

The paper proposes HopRAG, a framework that constructs a passage graph and employs a retriever-reason-prune mechanism to identify relevant passages based on logical connections. Experiments demonstrate improved final answer quality on multi-hop benchmarks. The framework expands the retrieval scope by exploring multi-hop neighbors guided by pseudo-queries and LLM reasoning.

Based on: HopRAG: Multi-Hop Reasoning for Logic-Aware Retrieval-Augmented Generation

HighlightCurated by Aramai Editorialopenalex.org

MedRAG: Enhancing Retrieval-augmented Generation with Knowledge Graph-Elicited Reasoning for Healthcare Copilot

A retrieval-augmented generation model enhanced by knowledge graph-elicited reasoning for healthcare copilots.

This paper proposes MedRAG, a RAG model that integrates knowledge graphs and large language models to improve diagnostic accuracy in healthcare. It constructs a hierarchical diagnostic KG and retrieves EHRs to provide more accurate decision support. Experimental results show that MedRAG outperforms state-of-the-art models in reducing misdiagnosis rates.

Based on: MedRAG: Enhancing Retrieval-augmented Generation with Knowledge Graph-Elicited Reasoning for Healthcare Copilot

HighlightCurated by Aramai EditorialApplied Intelligence

Knowledge graph-extended retrieval augmented generation for question answering

A paper proposing a system that integrates Large Language Models and Knowledge Graphs for robust question answering.

The paper presents a system, called KG-RAG, which combines Large Language Models and Knowledge Graphs to improve question answering. It includes a question decomposition module and uses In-Context Learning and Chain-of-Thought prompting to generate explicit reasoning chains. Experiments show improved accuracy for multi-hop questions compared to baselines.

Based on: Knowledge graph-extended retrieval augmented generation for question answering · Applied Intelligence

HighlightCurated by Aramai Editorialopenalex.org

Personalizing Large Language Models using Retrieval Augmented Generation and Knowledge Graph

A paper proposing an approach to personalize large language models using retrieval augmented generation with knowledge graphs.

The authors propose a method to address over-fitting in large language models by incorporating knowledge graphs for personalized response generation. They use calendar data as an example of frequently updated personal information. Experimental results show improved accuracy and response time compared to baseline LLMs.

Based on: Personalizing Large Language Models using Retrieval Augmented Generation and Knowledge Graph

HighlightCurated by Aramai Editorialopenalex.org

Fusion-Based Retrieval-Augmented Generation for Complex Question Answering with LLMs

A paper proposing a Retrieval-Augmented Generation model that integrates structured and unstructured knowledge.

The paper presents a dual-channel knowledge retrieval mechanism that targets structured and unstructured sources. A unified knowledge fusion network integrates both types of information into a coherent generation context, enhancing the accuracy and linguistic quality of generated outputs. The method shows strong stability and generalization in cross-domain tasks.

Based on: Fusion-Based Retrieval-Augmented Generation for Complex Question Answering with LLMs

HighlightCurated by Aramai EditorialarXiv (Cornell University)

SkewRoute: Training-Free LLM Routing for Knowledge Graph Retrieval-Augmented Generation via Score Skewness of Retrieved Context

A training-free routing framework for knowledge graph retrieval-augmented generation.

The authors propose a simple and effective routing framework, SkewRoute, which balances performance and cost in knowledge graph retrieval-augmented generation. The framework is designed to direct queries to the most suitable language models based on score skewness of retrieved contexts. It achieves over 3x higher routing effectiveness while reducing runtime compared to existing methods.

Based on: SkewRoute: Training-Free LLM Routing for Knowledge Graph Retrieval-Augmented Generation via Score Skewness of Retrieved Context · arXiv (Cornell University)

HighlightCurated by Aramai Editorialopenalex.org

Knowledge Graph-Guided Retrieval Augmented Generation

Paper proposing a method for retrieval augmented generation using knowledge graphs.

This paper presents a method that combines knowledge graph-guided retrieval with augmented generation to improve the performance of language models.,The proposed approach uses a knowledge graph to guide the retrieval process and augment the generated text.,Experimental results demonstrate the effectiveness of the proposed method in improving the accuracy and coherence of generated text.

Based on: Knowledge Graph-Guided Retrieval Augmented Generation

HighlightCurated by Aramai Editorialopenalex.org

FRAG: A Flexible Modular Framework for Retrieval-Augmented Generation based on Knowledge Graphs

A novel flexible modular framework for retrieval-augmented generation using knowledge graphs.

The paper proposes a flexible modular framework, FRAG, which improves retrieval quality while maintaining flexibility in knowledge graph-based retrieval-augmented generation. FRAG estimates the hop range of reasoning paths and applies tailored pipelines to ensure efficient and accurate reasoning path retrieval. The method does not require extra LLM fine-tuning or calls, significantly boosting efficiency and conserving resources.

Based on: FRAG: A Flexible Modular Framework for Retrieval-Augmented Generation based on Knowledge Graphs

HighlightCurated by Aramai EditorialApplied Sciences

Hybrid Multi-Agent GraphRAG for E-Government: Towards a Trustworthy AI Assistant

A modular framework integrating standard RAG, embedding-based retrieval, and LLM-generated structured graphs for e-government question answering.

This paper introduces a hybrid multi-agent graph retrieval-augmented generation (GraphRAG) framework designed to enhance policy-focused question answering in e-government settings. The framework integrates standard RAG, embedding-based retrieval, real-time web search, and LLM-generated structured Graphs to optimize knowledge discovery from public e-government data. This approach aims to provide an overview of a hybrid architecture for operational deployment in e-government settings.

Based on: Hybrid Multi-Agent GraphRAG for E-Government: Towards a Trustworthy AI Assistant · Applied Sciences

HighlightCurated by Aramai EditorialAutomation in Construction

Automating construction contract review using knowledge graph-enhanced large language models

A paper that explores the use of knowledge graphs and large language models to automate construction contract review.

The authors propose a method for automating construction contract review using knowledge graphs and large language models. They enhance a pre-trained LLM with a knowledge graph, which is used to extract relevant information from contracts. The enhanced model is then evaluated on its ability to accurately identify issues in construction contracts.

Based on: Automating construction contract review using knowledge graph-enhanced large language models · Automation in Construction

HighlightCurated by Aramai Editorialopenalex.org

DO-RAG: A Domain-Specific QA Framework Using Knowledge Graph-Enhanced Retrieval-Augmented Generation

Proposes a hybrid QA framework integrating knowledge graph construction and semantic vector retrieval.

DO-RAG is a scalable and customizable QA framework that integrates multi-level knowledge graph construction with semantic vector retrieval. It employs an agentic chain-of-thought architecture to extract structured relationships from unstructured documents, constructing dynamic knowledge graphs. The system fuses graph and vector retrieval results to generate context-aware responses.

Based on: DO-RAG: A Domain-Specific QA Framework Using Knowledge Graph-Enhanced Retrieval-Augmented Generation