paper-with-me

Papers

Controllable Gradient Item Retrieval

2021-05-31 · Haonan Wang, Chang Zhou, Carl Yang, Hongxia Yang, Jingrui He

In this paper, we identify and study an important problem of gradient item retrieval. We define the problem as retrieving a sequence of items with a gradual change on a certain attribute, given a reference item and a modification text. For example, after a customer saw a white dress, she/he wants to buy a similar one but more floral on it. The extent of "more floral" is subjective, thus prompting one floral dress is hard to satisfy the customer's needs. A better way is to present a sequence of products with increasingly floral attributes based on the white dress, and allow the customer to select the most satisfactory one from the sequence. Existing item retrieval methods mainly focus on whether the target items appear at the top of the retrieved sequence, but ignore the demand for retrieving a sequence of products with gradual change on a certain attribute. To deal with this problem, we propose a weakly-supervised method that can learn a disentangled item representation from user-item interaction data and ground the semantic meaning of attributes to dimensions of the item representation. Our method takes a reference item and a modification as a query. During inference, we start from the reference item and "walk" along the direction of the modification in the item representation space to retrieve a sequence of items in a gradient manner. We demonstrate our proposed method can achieve disentanglement through weak supervision. Besides, we empirically show that an item sequence retrieved by our method is gradually changed on an indicated attribute and, in the item retrieval task, our method outperforms existing approaches on three different datasets.

📄 PDF Abstract BibTeX arXiv:2106.00062

Code (1)

haonan3/CGIR pytorch

Tasks

AttributeDisentanglementRetrieval

Similar Papers 제목 키워드 기반

CRM: Retrieval Model with Controllable Condition

2024-12-18 · Chi Liu, Jiangxia Cao, Rui Huang, Kuo Cai 외

Recommendation systems (RecSys) are designed to connect users with relevant items from a vast pool of candidates while aligning with the business goals of the platform. A typical industrial RecSys is composed of two main…

modelRecommendation SystemsregressionRetrieval

Fairly Recommending with Social Attributes: A Flexible and Controllable Optimization Approach

2023-09-21 · NeurIPS 2023 11

Item-side group fairness (IGF) requires a recommendation model to treat different item groups similarly, and has a crucial impact on information diffusion, consumption activity, and market equilibrium. Previous IGF notio…

Divide and Conquer: Towards Better Embedding-based Retrieval for Recommender Systems From a Multi-task Perspective

2023-02-06 · Yuan Zhang, Xue Dong, Weijie Ding, Biao Li 외

Embedding-based retrieval (EBR) methods are widely used in modern recommender systems thanks to its simplicity and effectiveness. However, along the journey of deploying and iterating on EBR in production, we still ident…

FairnessRecommendation SystemsRetrieval

MESH: Scaling Up Retrieval with Heterogeneous Content Unification

2026-07-14 · Jiaxing Qu, Yilin Chen, Junpeng Hou, Jinfeng Rao 외 arxiv

Optimizing large-scale retrieval hinges on the ability to efficiently surface candidates across diverse content tiers. However, to capture segments such as fresh and long-tail content, modern systems typically resort to …

Credit-assigned Policy Gradient for Early Stage Retrieval in Two-stage Ranking

2026-05-25 · Haruka Kiyohara, Mihaela Curmei, Ariel Evnine, Shankar Kalyanaraman 외 arxiv

Large-scale search, recommendation, and retrieval-augmented generation (RAG) systems typically employ a two-stage architecture: an early-stage ranker (ESR) generates a candidate set, which is subsequently re-ranked by a …

Reinforcement Learning