paper-with-me

Papers

KG-Retriever: Efficient Knowledge Indexing for Retrieval-Augmented Large Language Models

2024-12-07 · WeiJie Chen, Ting Bai, Jinbo Su, Jian Luan, Wei Liu, Chuan Shi

Large language models with retrieval-augmented generation encounter a pivotal challenge in intricate retrieval tasks, e.g., multi-hop question answering, which requires the model to navigate across multiple documents and generate comprehensive responses based on fragmented information. To tackle this challenge, we introduce a novel Knowledge Graph-based RAG framework with a hierarchical knowledge retriever, termed KG-Retriever. The retrieval indexing in KG-Retriever is constructed on a hierarchical index graph that consists of a knowledge graph layer and a collaborative document layer. The associative nature of graph structures is fully utilized to strengthen intra-document and inter-document connectivity, thereby fundamentally alleviating the information fragmentation problem and meanwhile improving the retrieval efficiency in cross-document retrieval of LLMs. With the coarse-grained collaborative information from neighboring documents and concise information from the knowledge graph, KG-Retriever achieves marked improvements on five public QA datasets, showing the effectiveness and efficiency of our proposed RAG framework.

📄 PDF Abstract BibTeX arXiv:2412.05547

Code (1)

bai-lab/kg-retriever 공식 구현 pytorch

Tasks

Multi-hop Question AnsweringNavigateQuestion 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 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Imagine All The Relevance: Scenario-Profiled Indexing with Knowledge Expansion for Dense Retrieval

2025-03-29 · Sangam Lee, Ryang Heo, SeongKu Kang, Dongha Lee

Existing dense retrieval models struggle with reasoning-intensive retrieval task as they fail to capture implicit relevance that requires reasoning beyond surface-level semantic information. To address these challenges, …

AllLanguage ModelingLanguage ModellingLarge Language Model+3

SafeRAG: Benchmarking Security in Retrieval-Augmented Generation of Large Language Model

2025-01-28 · Xun Liang, Simin Niu, Zhiyu Li, Sensen Zhang 외

The indexing-retrieval-generation paradigm of retrieval-augmented generation (RAG) has been highly successful in solving knowledge-intensive tasks by integrating external knowledge into large language models (LLMs). Howe…

BenchmarkingLanguage ModelingLanguage ModellingLarge Language Model+3

LMAR: Language Model Augmented Retriever for Domain-specific Knowledge Indexing

2025-08-04 · Yao Zhao, Yantian Ding, Zhiyue Zhang, Dapeng Yao 외 arxiv

Retrieval Augmented Generation (RAG) systems often struggle with domain-specific knowledge due to performance deterioration of pre-trained embeddings and prohibitive computational costs of large language model (LLM)-base…

Data AugmentationText Clustering

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

2025-02-18 · Hao liu, Zhengren Wang, Xi Chen, Zhiyu Li 외

Retrieval-Augmented Generation (RAG) systems often struggle with imperfect retrieval, as traditional retrievers focus on lexical or semantic similarity rather than logical relevance. To address this, we propose \textbf{H…

Logical ReasoningRAGRetrievalRetrieval-augmented Generation+2

Unraveling and Mitigating Retriever Inconsistencies in Retrieval-Augmented Large Language Models

2024-05-31 · Mingda Li, Xinyu Li, Yifan Chen, Wenfeng Xuan 외

Although Retrieval-Augmented Large Language Models (RALMs) demonstrate their superiority in terms of factuality, they do not consistently outperform the original retrieval-free Language Models (LMs). Our experiments reve…

Open-Domain Question AnsweringQuestion AnsweringRetrieval