English

Read the Docs Before Rewriting: Equip Rewriter with Domain Knowledge via Continual Pre-training

Information Retrieval 2025-11-13 v2

Abstract

A Retrieval-Augmented Generation (RAG)-based question-answering (QA) system enhances a large language model's knowledge by retrieving relevant documents based on user queries. Discrepancies between user queries and document phrasings often necessitate query rewriting. However, in specialized domains, the rewriter model may struggle due to limited domain-specific knowledge. To resolve this, we propose the R\&R (Read the doc before Rewriting) rewriter, which involves continual pre-training on professional documents, akin to how students prepare for open-book exams by reviewing textbooks. Additionally, it can be combined with supervised fine-tuning for improved results. Experiments on multiple datasets demonstrate that R\&R excels in professional QA across multiple domains, effectively bridging the query-document gap, while maintaining good performance in general scenarios, thus advancing the application of RAG-based QA systems in specialized fields.

Keywords

Cite

@article{arxiv.2507.00477,
  title  = {Read the Docs Before Rewriting: Equip Rewriter with Domain Knowledge via Continual Pre-training},
  author = {Qi Wang and Yixuan Cao and Yifan Liu and Jiangtao Zhao and Ping Luo},
  journal= {arXiv preprint arXiv:2507.00477},
  year   = {2025}
}

Comments

The paper is about to undergo significant revisions

R2 v1 2026-07-01T03:40:59.859Z