paper-with-me

Papers

RAG-VR: Leveraging Retrieval-Augmented Generation for 3D Question Answering in VR Environments

2025-04-11 · Shiyi Ding, Ying Chen

Recent advances in large language models (LLMs) provide new opportunities for context understanding in virtual reality (VR). However, VR contexts are often highly localized and personalized, limiting the effectiveness of general-purpose LLMs. To address this challenge, we present RAG-VR, the first 3D question-answering system for VR that incorporates retrieval-augmented generation (RAG), which augments an LLM with external knowledge retrieved from a localized knowledge database to improve the answer quality. RAG-VR includes a pipeline for extracting comprehensive knowledge about virtual environments and user conditions for accurate answer generation. To ensure efficient retrieval, RAG-VR offloads the retrieval process to a nearby edge server and uses only essential information during retrieval. Moreover, we train the retriever to effectively distinguish among relevant, irrelevant, and hard-to-differentiate information in relation to questions. RAG-VR improves answer accuracy by 17.9%-41.8% and reduces end-to-end latency by 34.5%-47.3% compared with two baseline systems.

📄 PDF Abstract BibTeX arXiv:2504.08256

Code (1)

sding11/RAG-VR 공식 구현 pytorch

Tasks

Answer GenerationQuestion AnsweringRAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

CarExpert: Leveraging Large Language Models for In-Car Conversational Question Answering

2023-10-14 · Md Rashad Al Hasan Rony, Christian Suess, Sinchana Ramakanth Bhat, Viju Sudhi 외

Large language models (LLMs) have demonstrated remarkable performance by following natural language instructions without fine-tuning them on domain-specific tasks and data. However, leveraging LLMs for domain-specific qu…

Conversational Question AnsweringQuestion AnsweringRetrievalRetrieval-augmented Generation

Speech Retrieval-Augmented Generation without Automatic Speech Recognition

2024-12-21 · Do June Min, Karel Mundnich, Andy Lapastora, Erfan Soltanmohammadi 외

One common approach for question answering over speech data is to first transcribe speech using automatic speech recognition (ASR) and then employ text-based retrieval-augmented generation (RAG) on the transcriptions. Wh…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+7

Fine-Grained Retrieval-Augmented Generation for Visual Question Answering

2025-02-28 · Zhengxuan Zhang, Yin Wu, Yuyu Luo, Nan Tang

Visual Question Answering (VQA) focuses on providing answers to natural language questions by utilizing information from images. Although cutting-edge multimodal large language models (MLLMs) such as GPT-4o achieve stron…

Question AnsweringRAGRetrievalRetrieval-augmented Generation+2

SimRAG: Self-Improving Retrieval-Augmented Generation for Adapting Large Language Models to Specialized Domains

2024-10-23 · ran Xu, Hui Liu, Sreyashi Nag, Zhenwei Dai 외

Retrieval-augmented generation (RAG) enhances the question-answering (QA) abilities of large language models (LLMs) by integrating external knowledge. However, adapting general-purpose RAG systems to specialized fields s…

Domain AdaptationInstruction FollowingQuestion AnsweringQuestion Generation+4

ComRAG: Retrieval-Augmented Generation with Dynamic Vector Stores for Real-time Community Question Answering in Industry

2025-06-26 · Qinwen Chen, Wenbiao Tao, Zhiwei Zhu, Mingfan Xi 외

Community Question Answering (CQA) platforms can be deemed as important knowledge bases in community, but effectively leveraging historical interactions and domain knowledge in real-time remains a challenge. Existing met…

Community Question AnsweringQuestion AnsweringRetrievalRetrieval-augmented Generation