paper-with-me

Papers

Aligning Web Query Generation with Ranking Objectives via Direct Preference Optimization

2025-05-25 · João Coelho, Bruno Martins, João Magalhães, Chenyan Xiong

Neural retrieval models excel in Web search, but their training requires substantial amounts of labeled query-document pairs, which are costly to obtain. With the widespread availability of Web document collections like ClueWeb22, synthetic queries generated by large language models offer a scalable alternative. Still, synthetic training queries often vary in quality, which leads to suboptimal downstream retrieval performance. Existing methods typically filter out noisy query-document pairs based on signals from an external re-ranker. In contrast, we propose a framework that leverages Direct Preference Optimization (DPO) to integrate ranking signals into the query generation process, aiming to directly optimize the model towards generating high-quality queries that maximize downstream retrieval effectiveness. Experiments show higher ranker-assessed relevance between query-document pairs after DPO, leading to stronger downstream performance on the MS~MARCO benchmark when compared to baseline models trained with synthetic data.

📄 PDF Abstract BibTeX arXiv:2505.19307

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

KARMA: Knowledge-Action Regularized Multimodal Alignment for Personalized Search at Taobao

2026-03-24 · Zhi Sun, Wenming Zhang, Yi Wei, Liren Yu 외 arxiv

Large Language Models (LLMs) are equipped with profound semantic knowledge, making them a natural choice for injecting semantic generalization into personalized search systems. However, in practice we find that directly …

MOBIUS: Towards the Next Generation of Query-Ad Matching in Baidu's Sponsored Search

2024-09-05 · Miao Fan, Jiacheng Guo, Shuai Zhu, Shuo Miao 외

Baidu runs the largest commercial web search engine in China, serving hundreds of millions of online users every day in response to a great variety of queries. In order to build a high-efficiency sponsored search engine,…

Active Learning

Aligning Large Language Models with Searcher Preferences

2026-03-11 · Wei Wu, Peilun Zhou, Liyi Chen, Qimeng Wang 외 arxiv

The paradigm shift from item-centric ranking to answer-centric synthesis is redefining the role of search engines. While recent industrial progress has applied generative techniques to closed-set item ranking in e-commer…

RaFe: Ranking Feedback Improves Query Rewriting for RAG

2024-05-23 · Shengyu Mao, Yong Jiang, Boli Chen, Xiao Li 외

As Large Language Models (LLMs) and Retrieval Augmentation Generation (RAG) techniques have evolved, query rewriting has been widely incorporated into the RAG system for downstream tasks like open-domain QA. Many works h…

RAGRetrieval

Bridging Language Gaps: Advances in Cross-Lingual Information Retrieval with Multilingual LLMs

2025-10-01 · Roksana Goworek, Olivia Macmillan-Scott, Eda B. Özyiğit arxiv

Cross-lingual information retrieval (CLIR) addresses the challenge of retrieving relevant documents written in languages different from that of the original query. Research in this area has typically framed the task as m…

Information RetrievalQuestion AnsweringAnswer Generation