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)

HighlightCurated by Aramai EditorialApplied Sciences

KA-RAG: Integrating Knowledge Graphs and Agentic Retrieval-Augmented Generation for an Intelligent Educational Question-Answering Model

A course-oriented question answering framework that integrates a structured Knowledge Graph with an Agentic Retrieval-Augmented Generation workflow.

The paper introduces KA-RAG, a QA framework combining symbolic graph reasoning with dense semantic retrieval. It achieves high retrieval accuracy and semantic consistency on a graduate-level Pattern Recognition course. User surveys show improvements in learning efficiency and satisfaction.

Based on: KA-RAG: Integrating Knowledge Graphs and Agentic Retrieval-Augmented Generation for an Intelligent Educational Question-Answering Model · Applied Sciences

HighlightCurated by Aramai Editorialopenalex.org

Integrating Knowledge Graphs with Retrieval-Augmented Generation to Automate IoT Device Security Compliance

A study on integrating knowledge graphs and retrieval-augmented generation for automating IoT device security compliance.

The authors built a knowledge graph to represent NISTIR 8259A standards and integrated it with Retrieval-Augmented Generation (RAG) techniques. They evaluated the performance of RAG using multiple large language models, demonstrating improved query precision and contextual relevance compared to unstructured vector-based retrieval methods.

Based on: Integrating Knowledge Graphs with Retrieval-Augmented Generation to Automate IoT Device Security Compliance

HighlightCurated by Aramai Editorialopenalex.org

Natural Language Interface for Goal-Oriented Knowledge Graphs Using Retrieval-Augmented Generation

A paper proposing a natural language interface for goal-oriented knowledge graphs using retrieval-augmented generation.

The authors present a method to enable users to interact with knowledge graphs through natural language queries. They use a retrieval-augmented generation approach, which combines the strengths of both retrieval-based and generation-based methods. This allows for more accurate and efficient querying of knowledge graphs.

Based on: Natural Language Interface for Goal-Oriented Knowledge Graphs Using Retrieval-Augmented Generation

HighlightCurated by Aramai EditorialCommunications in computer and information science

UKRAG: A Unified Knowledge Graph to Enhance Retrieval Augmented Generation Performance

A unified knowledge graph for enhancing retrieval augmented generation performance.

The paper introduces UKRAG, a unified knowledge graph designed to improve the performance of retrieval augmented generation. It aims to provide a comprehensive and structured representation of knowledge to enhance the capabilities of AI models. The proposed approach combines multiple knowledge sources into a single graph structure, enabling more effective information retrieval and generation.

Based on: UKRAG: A Unified Knowledge Graph to Enhance Retrieval Augmented Generation Performance · Communications in computer and information science

HighlightCurated by Aramai Editorialopenalex.org

Enhancing Large Language Models (LLMs) for Telecommunications using Knowledge Graphs and Retrieval-Augmented Generation

A paper proposing a framework that combines knowledge graphs and retrieval-augmented generation to enhance large language models in the telecommunications

The authors present a novel framework combining knowledge graph and retrieval-augmented generation techniques to improve large language model performance in telecommunications. The framework leverages a knowledge graph to capture structured information about network protocols, standards, and entities. Results demonstrate the effectiveness of the KG-RAG framework in addressing complex technical queries with precision.

Based on: Enhancing Large Language Models (LLMs) for Telecommunications using Knowledge Graphs and Retrieval-Augmented Generation

HighlightCurated by Aramai EditorialLecture notes in computer science

EcoRAG: A Multi-hop Economic QA Benchmark for Retrieval Augmented Generation Using Knowledge Graphs

A multi-hop economic question answering benchmark for retrieval augmented generation using knowledge graphs.

EcoRAG is a benchmark designed to evaluate the performance of retrieval augmented generation models on multi-hop economic question answering tasks. It uses knowledge graphs and aims to improve the accuracy and efficiency of these models. The benchmark provides a comprehensive evaluation framework for researchers and developers working in this area.

Based on: EcoRAG: A Multi-hop Economic QA Benchmark for Retrieval Augmented Generation Using Knowledge Graphs · Lecture notes in computer science

HighlightCurated by Aramai EditorialIEEE Wireless Communications

When Knowledge Graph Meets Retrieval Augmented Generation for Wireless Networks: A Tutorial and Case Study

A tutorial and case study on integrating knowledge graphs into the Retrieval-Augmented Generation architecture.

This paper proposes a GraphRAG framework that combines knowledge graphs with RAG to enhance networking applications. It reviews existing RAG applications in networking, identifies their limitations, and presents a domain-adapted GraphRAG framework for wireless network optimization. A case study demonstrates the effectiveness of GraphRAG in channel gain prediction.

Based on: When Knowledge Graph Meets Retrieval Augmented Generation for Wireless Networks: A Tutorial and Case Study · IEEE Wireless Communications

HighlightCurated by Aramai EditorialarXiv (Cornell University)

A Survey of Graph Retrieval-Augmented Generation for Customized Large Language Models

Survey on Graph-based Retrieval-Augmented Generation (GraphRAG) for customizing large language models.

This survey presents a systematic analysis of GraphRAG, a paradigm that addresses traditional RAG limitations through graph-structured knowledge representation and efficient retrieval techniques. It examines current implementations across various professional domains and identifies key technical challenges and research directions. The survey aims to revolutionize domain-specific LLM applications by seamlessly integrating external knowledge bases.

Based on: A Survey of Graph Retrieval-Augmented Generation for Customized Large Language Models · arXiv (Cornell University)

HighlightCurated by Aramai EditorialIEEE Transactions on Artificial Intelligence

TrumorGPT: Graph-Based Retrieval-Augmented Large Language Model for Fact-Checking

A generative AI solution designed for fact-checking in the health domain using a large language model and graph-based retrieval-augmented generation.

TrumorGPT is a novel AI system that leverages a large language model with few-shot learning to construct semantic health knowledge graphs and perform fact-checking. It addresses hallucination issues common in LLMs by accessing regularly updated semantic health knowledge graphs. Evaluations demonstrate superior performance in fact-checking for public health claims.

Based on: TrumorGPT: Graph-Based Retrieval-Augmented Large Language Model for Fact-Checking · IEEE Transactions on Artificial Intelligence

HighlightCurated by Aramai Editorialopenalex.org

GNN-RAG: Graph Neural Retrieval for Efficient Large Language Model Reasoning on Knowledge Graphs

A framework that uses graph neural networks to enhance retrieval in knowledge graph question answering.

The GNN-RAG framework utilizes lightweight graph neural networks for efficient graph retrieval. It learns to assign importance weights to nodes and their neighboring nodes, enabling effective handling of context from distant nodes. Experimental results show improved retrieval performance on two widely used KGQA benchmarks, outperforming or matching GPT-4 performance.

Based on: GNN-RAG: Graph Neural Retrieval for Efficient Large Language Model Reasoning on Knowledge Graphs