TensorX
返回文献探索

Paper · arXiv 2410.10594

VisRAG: Vision-based Retrieval-augmented Generation on Multi-modality Documents

Shi Yu, Chaoyue Tang, Bokai Xu, Junbo Cui, Junhao Ran, Yukun Yan, Zhenghao Liu, Shuo Wang, Xu Han, Zhiyuan Liu, Maosong Sun

29 upvotesOctober 14, 2024arXiv 预印本
AI 摘要

VisRAG, a vision-language model-based RAG pipeline, enhances document generation by directly embedding multi-modal documents and outperforms traditional text-based RAG systems.

Retrieval-augmented generation (RAG)large language models (LLMs)vision informationvision-language model (VLM)multi-modality documentsdata embeddinginformation retentionperformance gaingeneralization capability

Abstract

Retrieval-augmented generation (RAG) is an effective technique that enables large language models (LLMs) to utilize external knowledge sources for generation. However, current RAG systems are solely based on text, rendering it impossible to utilize vision information like layout and images that play crucial roles in real-world multi-modality documents. In this paper, we introduce VisRAG, which tackles this issue by establishing a vision-language model (VLM)-based RAG pipeline. In this pipeline, instead of first parsing the document to obtain text, the document is directly embedded using a VLM as an image and then retrieved to enhance the generation of a VLM. Compared to traditional text-based RAG, VisRAG maximizes the retention and utilization of the data information in the original documents, eliminating the information loss introduced during the parsing process. We collect both open-source and synthetic data to train the retriever in VisRAG and explore a variety of generation methods. Experiments demonstrate that VisRAG outperforms traditional RAG in both the retrieval and generation stages, achieving a 25--39\% end-to-end performance gain over traditional text-based RAG pipeline. Further analysis reveals that VisRAG is effective in utilizing training data and demonstrates strong generalization capability, positioning it as a promising solution for RAG on multi-modality documents. Our code and data are available at https://github.com/openbmb/visrag .

北京市昌平区探索星信息技术及软件开发工作室

京ICP备2026059466号
VisRAG: Vision-based Retrieval-augmented Generation on Multi-modality Documents | TensorX