paper-with-me

홈 › Papers

Agent4Ranking: Semantic Robust Ranking via Personalized Query Rewriting Using Multi-agent LLM

2023-12-24 · Xiaopeng Li, Lixin Su, Pengyue Jia, Xiangyu Zhao, Suqi Cheng, Junfeng Wang, Dawei Yin

Search engines are crucial as they provide an efficient and easy way to access vast amounts of information on the internet for diverse information needs. User queries, even with a specific need, can differ significantly. Prior research has explored the resilience of ranking models against typical query variations like paraphrasing, misspellings, and order changes. Yet, these works overlook how diverse demographics uniquely formulate identical queries. For instance, older individuals tend to construct queries more naturally and in varied order compared to other groups. This demographic diversity necessitates enhancing the adaptability of ranking models to diverse query formulations. To this end, in this paper, we propose a framework that integrates a novel rewriting pipeline that rewrites queries from various demographic perspectives and a novel framework to enhance ranking robustness. To be specific, we use Chain of Thought (CoT) technology to utilize Large Language Models (LLMs) as agents to emulate various demographic profiles, then use them for efficient query rewriting, and we innovate a robust Multi-gate Mixture of Experts (MMoE) architecture coupled with a hybrid loss function, collectively strengthening the ranking models' robustness. Our extensive experimentation on both public and industrial datasets assesses the efficacy of our query rewriting approach and the enhanced accuracy and robustness of the ranking model. The findings highlight the sophistication and effectiveness of our proposed model.

📄 PDF Abstract BibTeX arXiv:2312.15450

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-Experts

Similar Papers 제목 키워드 기반

Learning User-Aware Recall: Personalized Retrieval in Long-Term Conversational Memory

2026-05-28 · ZhiShu Jiang, Haibo Liu, Xin Shen, Guanqiang QI 외 arxiv

Long-term conversational agents are expected to remember past interactions, but memory is useful only when the right evidence is recalled for the right user. Existing memory-augmented LLM agents have made progress in bui…

Personalized Search Via Neural Contextual Semantic Relevance Ranking

2023-09-10 · Deguang Kong, Daniel Zhou, Zhiheng Huang, Steph Sigalas

Existing neural relevance models do not give enough consideration for query and item context information which diversifies the search results to adapt for personal preference. To bridge this gap, this paper presents a ne…

Document Ranking

From Semantic Retrieval to Pairwise Ranking: Applying Deep Learning in E-commerce Search

2021-03-24 · Rui Li, Yunjiang Jiang, WenYun Yang, Guoyu Tang 외

We introduce deep learning models to the two most important stages in product search at JD.com, one of the largest e-commerce platforms in the world. Specifically, we outline the design of a deep learning system that ret…

Deep LearningRe-RankingRetrievalSemantic Retrieval

Personalized Product Search Ranking: A Multi-Task Learning Approach with Tabular and Non-Tabular Data

2025-08-13 · Lalitesh Morishetti, Abhay Kumar, Jonathan Scott, Kaushiki Nag 외 arxiv

In this paper, we present a novel model architecture for optimizing personalized product search ranking using a multi-task learning (MTL) framework. Our approach uniquely integrates tabular and non-tabular data, leveragi…

Semantic SimilarityMulti-Task Learning

The Retriever Should Remember: Experience-Amortized Reranking for Long-Term Agent Memory

2026-08-24 · Qi Feng, Chris Ding, Jicong Fan arxiv

Long-term language-model agents accumulate memories across interactions, but their retrievers typically do not accumulate retrieval experience. Semantic retrieval is efficient, but embedding similarity does not always re…

Semantic Retrieval