paper-with-me

Papers

Cognitive-Aligned Document Selection for Retrieval-augmented Generation

2025-02-17 · Bingyu Wan, Fuxi Zhang, Zhongpeng Qi, Jiayi Ding, Jijun Li, Baoshi Fan, Yijia Zhang, Jun Zhang

Large language models (LLMs) inherently display hallucinations since the precision of generated texts cannot be guaranteed purely by the parametric knowledge they include. Although retrieval-augmented generation (RAG) systems enhance the accuracy and reliability of generative models by incorporating external documents, these retrieved documents often fail to adequately support the model's responses in practical applications. To address this issue, we propose GGatrieval (Fine-\textbf{G}rained \textbf{G}rounded \textbf{A}lignment Re\textbf{trieval} for verifiable generation), which leverages an LLM to dynamically update queries and filter high-quality, reliable retrieval documents. Specifically, we parse the user query into its syntactic components and perform fine-grained grounded alignment with the retrieved documents. For query components that cannot be individually aligned, we propose a dynamic semantic compensation mechanism that iteratively refines and rewrites the query while continuously updating the retrieval results. This iterative process continues until the retrieved documents sufficiently support the query's response. Our approach introduces a novel criterion for filtering retrieved documents, closely emulating human strategies for acquiring targeted information. This ensures that the retrieved content effectively supports and verifies the generated outputs. On the ALCE benchmark, our method significantly surpasses a wide range of baselines, achieving state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2502.11770

Code (0)

등록된 구현이 없습니다.

Tasks

RAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

MARA: A Multimodal Adaptive Retrieval-Augmented Framework for Document Question Answering

2026-02-01 · Hui Wu, Haoquan Zhai, Yuchen Li, Hengyi Cai 외 arxiv

Retrieval-based multimodal document QA aims to identify and integrate relevant information from visually rich documents with complex multimodal structures. While retrieval-augmented generation (RAG) has shown strong perf…

Question Answering

Neurosymbolic Retrievers for Retrieval-augmented Generation

2026-01-08 · Yash Saxena, Manas Gaur arxiv

Retrieval Augmented Generation (RAG) has made significant strides in overcoming key limitations of large language models, such as hallucination, lack of contextual grounding, and issues with transparency. However, tradit…

Knowledge Graphs

DR-RAG: Applying Dynamic Document Relevance to Retrieval-Augmented Generation for Question-Answering

2024-06-11 · Zijian Hei, Weiling Liu, Wenjie Ou, Juyi Qiao 외

Retrieval-Augmented Generation (RAG) has recently demonstrated the performance of Large Language Models (LLMs) in the knowledge-intensive tasks such as Question-Answering (QA). RAG expands the query context by incorporat…

Question AnsweringRAGRetrievalRetrieval-augmented Generation

Cross-Document Topic-Aligned Chunking for Retrieval-Augmented Generation

2025-11-08 · Mile Stankovic arxiv

Chunking quality determines RAG system performance. Current methods partition documents individually, but complex queries need information scattered across multiple sources: the knowledge fragmentation problem. We introd…

Not All Languages are Equal: Insights into Multilingual Retrieval-Augmented Generation

2024-10-29 · Suhang Wu, Jialong Tang, Baosong Yang, Ante Wang 외

RALMs (Retrieval-Augmented Language Models) broaden their knowledge scope by incorporating external textual resources. However, the multilingual nature of global knowledge necessitates RALMs to handle diverse languages, …

AllRetrievalRetrieval-augmented GenerationSelection bias+1