English

PreQRAG -- Classify and Rewrite for Enhanced RAG

Information Retrieval 2025-06-24 v1

Abstract

This paper presents the submission of the UDInfo team to the SIGIR 2025 LiveRAG Challenge. We introduce PreQRAG, a Retrieval Augmented Generation (RAG) architecture designed to improve retrieval and generation quality through targeted question preprocessing. PreQRAG incorporates a pipeline that first classifies each input question as either single-document or multi-document type. For single-document questions, we employ question rewriting techniques to improve retrieval precision and generation relevance. For multi-document questions, we decompose complex queries into focused sub-questions that can be processed more effectively by downstream components. This classification and rewriting strategy improves the RAG performance. Experimental evaluation of the LiveRAG Challenge dataset demonstrates the effectiveness of our question-type-aware architecture, with PreQRAG achieving the preliminary second place in Session 2 of the LiveRAG challenge.

Keywords

Cite

@article{arxiv.2506.17493,
  title  = {PreQRAG -- Classify and Rewrite for Enhanced RAG},
  author = {Damian Martinez and Catalina Riano and Hui Fang},
  journal= {arXiv preprint arXiv:2506.17493},
  year   = {2025}
}

Comments

7 pages, SIGIR 2025 LiveRAG

R2 v1 2026-07-01T03:27:30.116Z