paper-with-me

Papers

Retrieval-Feedback-Driven Distillation and Preference Alignment for Efficient LLM-based Query Expansion

2026-03-14 · Minghan Li, Guodong Zhou arxiv

Large language models have recently enabled a generative paradigm for query expansion, but their high inference cost makes direct deployment difficult in practical retrieval systems. To address this issue, a retrieval-feedback-driven distillation and preference-alignment framework is proposed to transfer retrieval-friendly expansion behavior from a strong teacher model to a compact student model. Rather than relying on few-shot exemplars at inference time, the framework first leverages two complementary types of teacher-generated expansions, produced under zero-shot and few-shot prompting conditions, as supervision signals for distillation and as candidate pools for preference construction. A retrieval-metric-driven strategy is then introduced to automatically form chosen/rejected expansion pairs according to nDCG@10 differences, and Direct Preference Optimization is applied to explicitly align generation preferences with retrieval objectives. Experiments on TREC DL19/20/21 and MIRACL-zh show that the proposed approach preserves strong retrieval effectiveness while substantially reducing inference cost. In particular, the distilled Qwen3-4B model reaches about 97% of the teacher (DeepSeek-685B) model's nDCG@10 performance on DL19, and remains effective on the Chinese MIRACL-zh benchmark, demonstrating strong practicality across both English and Chinese retrieval settings.

📄 PDF Abstract BibTeX arXiv:2603.13776

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DMA: Online RAG Alignment with Human Feedback

2025-11-06 · Yu Bai, Yukai Miao, Dawei Wang, Li Chen 외 arxiv

Retrieval-augmented generation (RAG) systems often rely on static retrieval, limiting adaptation to evolving intent and content drift. We introduce Dynamic Memory Alignment (DMA), an online learning framework that system…

Knowledge Distillation

RLCD: Reinforcement Learning from Contrastive Distillation for Language Model Alignment

2023-07-24 · Kevin Yang, Dan Klein, Asli Celikyilmaz, Nanyun Peng 외

We propose Reinforcement Learning from Contrastive Distillation (RLCD), a method for aligning language models to follow principles expressed in natural language (e.g., to be more harmless) without using human feedback. R…

Language ModelingLanguage Modellingreinforcement-learningReinforcement Learning

Simultaneous Reward Distillation and Preference Learning: Get You a Language Model Who Can Do Both

2024-10-11 · Abhijnan Nath, Changsoo Jung, Ethan Seefried, Nikhil Krishnaswamy

Traditional RLHF-based LLM alignment methods explicitly maximize the expected rewards from a separate reward model. More recent supervised alignment methods like Direct Preference Optimization (DPO) circumvent this phase…

Knowledge DistillationLanguage ModelingLanguage Modelling

Multi-Faceted Self-Consistent Preference Alignment for Query Rewriting in Conversational Search

2026-04-08 · Zhiyu Cao, Peifeng Li, Qiaoming Zhu arxiv

Conversational Query Rewriting (CQR) aims to rewrite ambiguous queries to achieve more efficient conversational search. Early studies have predominantly focused on the rewriting in isolation, ignoring the feedback from q…

Response GenerationPassage Retrieval

Fine-Tuning LLMs with Fine-Grained Human Feedback on Text Spans

2025-12-29 · Sky CH-Wang, Justin Svegliato, Helen Appel, Jason Eisner arxiv

We present a method and dataset for fine-tuning language models with preference supervision using feedback-driven improvement chains. Given a model response, an annotator provides fine-grained feedback by marking ``liked…