paper-with-me

홈 › Papers

Efficient Rationale-based Retrieval: On-policy Distillation from Generative Rerankers based on JEPA

2026-04-25 · Teng Chen, Sheng Xu, Feixiang Guo, Xiaoyu Wang, Qingqing Gu, Hongyan Li, Luo Ji arxiv

Unlike traditional fact-based retrieval, rationale-based retrieval typically necessitates cross-encoding of query-document pairs using large language models, incurring substantial computational costs. To address this limitation, we propose Rabtriever, which independently encodes queries and documents, while providing comparable cross query-document comprehension capabilities to rerankers. We start from training a LLM-based generative reranker, which puts the document prior to the query and prompts the LLM to generate the relevance score by log probabilities. We then employ it as the teacher of an on-policy distillation framework, with Rabtriever as the student to reconstruct the teacher's contextual-aware query embedding. To achieve this effect, Rabtriever is first initialized from the teacher, with parameters frozen. The Joint-Embedding Predictive Architecture (JEPA) paradigm is then adopted, which integrates a lightweight, trainable predictor between LLM layers and heads, projecting the query embedding into a new hidden space, with the document embedding as the latent vector. JEPA then minimizes the distribution difference between this projected embedding and the teacher embedding. To strengthen the sampling efficiency of on-policy distillation, we also add an auxiliary loss on the reverse KL of LLM logits, to reshape the student's logit distribution. Rabtriever optimizes the teacher's quadratic complexity on the document length to linear, verified both theoretically and empirically. Experiments show that Rabtriever outperforms different retriever baselines across diverse rationale-based tasks, including empathetic conversations and robotic manipulations, with minor accuracy degradation from the reranker. Rabtriever also generalizes well on traditional retrieval benchmarks such as MS MARCO and BEIR, with comparable performance to the best retriever baseline.

📄 PDF Abstract BibTeX arXiv:2604.23336

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Distillation versus Contrastive Learning: How to Train Your Rerankers

2025-07-11 · Zhichao Xu, Zhiqi Huang, Shengyao Zhuang, Vivek Srikumar arxiv

Training effective text rerankers is crucial for information retrieval. Two strategies are widely used: contrastive learning (optimizing directly on ground-truth labels) and knowledge distillation (transferring knowledge…

Knowledge DistillationInformation RetrievalContrastive Learning

PairDistill: Pairwise Relevance Distillation for Dense Retrieval

2024-10-02 · Chao-Wei Huang, Yun-Nung Chen

Effective information retrieval (IR) from vast datasets relies on advanced techniques to extract relevant information in response to queries. Recent advancements in dense retrieval have showcased remarkable efficacy comp…

Information RetrievalKnowledge DistillationRerankingRetrieval

TabRank: Chain-of-Thought Distillation for Table Re-Rankers

2026-07-28 · Adarsh Singh, Kushal Raj Bhandari, Jianxi Gao, Soham Dan 외 arxiv

The ability to retrieve relevant tables for answering questions is a key task for structured information retrieval. Multi-stage retrieval systems rely heavily on rerankers to refine candidate lists produced by efficient …

Information RetrievalNatural QuestionsPassage RetrievalTable Retrieval

Bridging Relevance and Reasoning: Rationale Distillation in Retrieval-Augmented Generation

2024-12-11 · Pengyue Jia, Derong Xu, Xiaopeng Li, Zhaocheng Du 외

The reranker and generator are two critical components in the Retrieval-Augmented Generation (i.e., RAG) pipeline, responsible for ranking relevant documents and generating responses. However, due to differences in pre-t…

RAGRetrievalRetrieval-augmented Generation

UDAPDR: Unsupervised Domain Adaptation via LLM Prompting and Distillation of Rerankers

2023-03-01 · Jon Saad-Falcon, Omar Khattab, Keshav Santhanam, Radu Florian 외

Many information retrieval tasks require large labeled datasets for fine-tuning. However, such datasets are often unavailable, and their utility for real-world applications can diminish quickly due to domain shifts. To a…

Domain AdaptationInformation RetrievalRerankingRetrieval+1