HighlightCurated by Aramai EditorialProceedings of the AAAI Conference on Artificial Intelligence

A Systematic Exploration of Knowledge Graph Alignment with Large Language Models in Retrieval Augmented Generation

This paper explores the alignment of knowledge graphs with large language models in retrieval augmented generation.

The authors investigate the factors affecting knowledge graph alignment with large language models, including graph transformation and linearization phases. They conduct experiments on 15 typical LLMs and three common datasets to identify optimal factors for improvement. The study finds that centrality of the KG, formats, orders, and templates significantly impact KGA.

Based on: A Systematic Exploration of Knowledge Graph Alignment with Large Language Models in Retrieval Augmented Generation · Proceedings of the AAAI Conference on Artificial Intelligence

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 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 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

HighlightCurated by Aramai EditorialKnowledge-Based Systems

Pythia-RAG: Retrieval-augmented generation over a unified multimodal knowledge graph for enhanced QA

A paper proposing Pythia-RAG, a retrieval-augmented generation model for question answering.

The authors introduce Pythia-RAG, a unified multimodal knowledge graph that combines retrieval and generation capabilities. This approach aims to enhance question-answering performance by leveraging the strengths of both methods. The paper presents experiments demonstrating the effectiveness of Pythia-RAG in various QA tasks.

Based on: Pythia-RAG: Retrieval-augmented generation over a unified multimodal knowledge graph for enhanced QA · Knowledge-Based Systems

HighlightCurated by Aramai EditorialarXiv (Cornell University)

TagRAG: Tag-guided Hierarchical Knowledge Graph Retrieval-Augmented Generation

A framework for efficient global reasoning and scalable graph maintenance in knowledge graphs.

The authors propose a tag-guided hierarchical knowledge graph retrieval-augmented generation (RAG) framework, called TagRAG. It introduces two key components: Tag Knowledge Graph Construction and Tag-Guided Retrieval-Augmented Generation. This design aims to improve efficiency and adaptability in global reasoning and graph maintenance.

Based on: TagRAG: Tag-guided Hierarchical Knowledge Graph Retrieval-Augmented Generation · arXiv (Cornell University)