paper-with-me

홈 › Papers

WeKnow-RAG: An Adaptive Approach for Retrieval-Augmented Generation Integrating Web Search and Knowledge Graphs

2024-08-14 · Weijian Xie, Xuefeng Liang, Yuhui Liu, Kaihua Ni, Hong Cheng, Zetian Hu

Large Language Models (LLMs) have greatly contributed to the development of adaptive intelligent agents and are positioned as an important way to achieve Artificial General Intelligence (AGI). However, LLMs are prone to produce factually incorrect information and often produce "phantom" content that undermines their reliability, which poses a serious challenge for their deployment in real-world scenarios. Enhancing LLMs by combining external databases and information retrieval mechanisms is an effective path. To address the above challenges, we propose a new approach called WeKnow-RAG, which integrates Web search and Knowledge Graphs into a "Retrieval-Augmented Generation (RAG)" system. First, the accuracy and reliability of LLM responses are improved by combining the structured representation of Knowledge Graphs with the flexibility of dense vector retrieval. WeKnow-RAG then utilizes domain-specific knowledge graphs to satisfy a variety of queries and domains, thereby improving performance on factual information and complex reasoning tasks by employing multi-stage web page retrieval techniques using both sparse and dense retrieval methods. Our approach effectively balances the efficiency and accuracy of information retrieval, thus improving the overall retrieval process. Finally, we also integrate a self-assessment mechanism for the LLM to evaluate the trustworthiness of the answers it generates. Our approach proves its outstanding effectiveness in a wide range of offline experiments and online submissions.

📄 PDF Abstract BibTeX arXiv:2408.07611

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalKnowledge GraphsRAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Adaptive Guidance for Retrieval-Augmented Masked Diffusion Models

2026-03-18 · Jaemin Kim, Jong Chul Ye arxiv

Retrieval-Augmented Generation (RAG) improves factual grounding by incorporating external knowledge into language model generation. However, when retrieved context is noisy, unreliable, or inconsistent with the model's p…

DeepRAG: Thinking to Retrieval Step by Step for Large Language Models

2025-02-03 · Xinyan Guan, Jiali Zeng, Fandong Meng, Chunlei Xin 외

Large Language Models (LLMs) have shown remarkable potential in reasoning while they still suffer from severe factual hallucinations due to timeliness, accuracy, and coverage of parametric knowledge. Meanwhile, integrati…

RAGRetrievalRetrieval-augmented Generation

Adaptive Retrieval-Augmented Generation for Conversational Systems

2024-07-31 · Xi Wang, Procheta Sen, Ruizhe Li, Emine Yilmaz

Despite the success of integrating large language models into the development of conversational systems, many studies have shown the effectiveness of retrieving and augmenting external knowledge for informative responses…

RAGRetrievalRetrieval-augmented Generation

Beyond the Embedding Bottleneck: Adaptive Retrieval-Augmented 3D CT Report Generation

2026-03-16 · Renjie Liang, Yiling Ma, Yang Xing, Zhengkang Fan 외 arxiv

Automated radiology report generation from 3D CT volumes often suffers from incomplete pathology coverage. We provide empirical evidence that this limitation stems from a representational bottleneck: contrastive 3D CT em…

Towards Adaptive Memory-Based Optimization for Enhanced Retrieval-Augmented Generation

2025-02-19 · Qitao Qin, Yucong Luo, Yihang Lu, Zhibo Chu 외

Retrieval-Augmented Generation (RAG), by integrating non-parametric knowledge from external knowledge bases into models, has emerged as a promising approach to enhancing response accuracy while mitigating factual errors …

Question AnsweringRAGRetrievalRetrieval-augmented Generation