paper-with-me

홈 › Papers

Knowledge graph enhanced retrieval-augmented generation for failure mode and effects analysis

2024-06-26 · Lukas Bahr, Christoph Wehner, Judith Wewerka, José Bittencourt, Ute Schmid, Rüdiger Daub

Failure mode and effects analysis (FMEA) is an essential tool for mitigating potential failures, particularly during the ramp-up phases of new products. However, its effectiveness is often limited by the reasoning capabilities of the FMEA tools, which are usually tabular structured. Meanwhile, large language models (LLMs) offer novel prospects for advanced natural language processing tasks. However, LLMs face challenges in tasks that require factual knowledge, a gap that retrieval-augmented generation (RAG) approaches aim to fill. RAG retrieves information from a non-parametric data store and uses a language model to generate responses. Building on this concept, we propose to enhance the non-parametric data store with a knowledge graph (KG). By integrating a KG into the RAG framework, we aim to leverage analytical and semantic question-answering capabilities for FMEA data. This paper contributes by presenting set-theoretic standardization and a schema for FMEA data, an algorithm for creating vector embeddings from the FMEA-KG, and a KG-enhanced RAG framework. Our approach is validated through a user experience design study, and we measure the precision and performance of the context retrieval recall.

📄 PDF Abstract BibTeX arXiv:2406.18114

Code (1)

lukasbahr/kg-rag-fmea 공식 구현

Tasks

Language ModelingLanguage ModellingQuestion AnsweringRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Weight Decay 설명 없음
WordPiece 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

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

2023-11-29 · Chenxi Dong, Yimin Yuan, Kan Chen, Shupei Cheng 외

This paper introduces KG-RAG (Knowledge Graph-enhanced Retrieval-Augmented Generation), a novel framework that addresses two critical challenges in LLM-based tutoring systems: information hallucination and limited course…

HallucinationKnowledge GraphsLanguage ModelingLanguage Modelling+5

GFM-RAG: Graph Foundation Model for Retrieval Augmented Generation

2025-02-03 · Linhao Luo, Zicheng Zhao, Gholamreza Haffari, Dinh Phung 외

Retrieval-augmented generation (RAG) has proven effective in integrating knowledge into large language models (LLMs). However, conventional RAGs struggle to capture complex relationships between pieces of knowledge, limi…

Graph Neural NetworkKnowledge GraphsRAGRetrieval+1

SimGRAG: Leveraging Similar Subgraphs for Knowledge Graphs Driven Retrieval-Augmented Generation

2024-12-17 · Yuzheng Cai, Zhenyue Guo, Yiwen Pei, Wanrui Bian 외

Recent advancements in large language models (LLMs) have shown impressive versatility across various tasks. To eliminate its hallucinations, retrieval-augmented generation (RAG) has emerged as a powerful approach, levera…

Fact VerificationKnowledge GraphsQuestion AnsweringRAG+2

Query-Aware Graph Neural Networks for Enhanced Retrieval-Augmented Generation

2025-07-25 · Vibhor Agrawal, Fay Wang, Rishi Puri arxiv

We present a novel graph neural network (GNN) architecture for retrieval-augmented generation (RAG) that leverages query-aware attention mechanisms and learned scoring heads to improve retrieval accuracy on complex, mult…

Graph Neural NetworkQuestion AnsweringKnowledge Graphs

KERAG: Knowledge-Enhanced Retrieval-Augmented Generation for Advanced Question Answering

2025-09-05 · Yushi Sun, Kai Sun, Yifan Ethan Xu, Xiao Yang 외 arxiv

Retrieval-Augmented Generation (RAG) mitigates hallucination in Large Language Models (LLMs) by incorporating external data, with Knowledge Graphs (KGs) offering crucial information for question answering. Traditional Kn…

Graph Question AnsweringAnswer GenerationKnowledge GraphsSemantic Parsing