paper-with-me

Papers

Text2Bundle: Towards Personalized Query-based Bundle Generation

2023-10-27 · Shixuan Zhu, Chuan Cui, JunTong Hu, Qi Shen, Yu Ji, Zhihua Wei

Bundle generation aims to provide a bundle of items for the user, and has been widely studied and applied on online service platforms. Existing bundle generation methods mainly utilized user's preference from historical interactions in common recommendation paradigm, and ignored the potential textual query which is user's current explicit intention. There can be a scenario in which a user proactively queries a bundle with some natural language description, the system should be able to generate a bundle that exactly matches the user's intention through the user's query and preferences. In this work, we define this user-friendly scenario as Query-based Bundle Generation task and propose a novel framework Text2Bundle that leverages both the user's short-term interests from the query and the user's long-term preferences from the historical interactions. Our framework consists of three modules: (1) a query interest extractor that mines the user's fine-grained interests from the query; (2) a unified state encoder that learns the current bundle context state and the user's preferences based on historical interaction and current query; and (3) a bundle generator that generates personalized and complementary bundles using a reinforcement learning with specifically designed rewards. We conduct extensive experiments on three real-world datasets and demonstrate the effectiveness of our framework compared with several state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2310.18004

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Accurate Bundle Matching and Generation via Multitask Learning with Partially Shared Parameters

2022-10-19 · Hyunsik Jeon, Jun-Gi Jang, Taehun Kim, U Kang

How can we recommend existing bundles to users accurately? How can we generate new tailored bundles for users? Recommending a bundle, or a group of various items, has attracted widespread attention in e-commerce owing to…

Multi-Task Learning

Towards Personalized Bundle Creative Generation with Contrastive Non-Autoregressive Decoding

2022-05-30 · Penghui Wei, Shaoguo Liu, Xuanhua Yang, Liang Wang 외

Current bundle generation studies focus on generating a combination of items to improve user experience. In real-world applications, there is also a great need to produce bundle creatives that consist of mixture types of…

Non-autoregressive Personalized Bundle Generation

2024-06-11 · Wenchuan Yang, Cheng Yang, Jichao Li, Yuejin Tan 외

The personalized bundle generation problem, which aims to create a preferred bundle for user from numerous candidate items, receives increasing attention in recommendation. However, existing works ignore the order-invari…

DecoderGraph Neural NetworkInductive Bias

Personalized Bundle List Recommendation

2019-04-03 · Jinze Bai, Chang Zhou, Junshuai Song, Xiaoru Qu 외

Product bundling, offering a combination of items to customers, is one of the marketing strategies commonly used in online e-commerce and offline retailers. A high-quality bundle generalizes frequent items of interest, a…

DecoderDiversityMarketingPoint Processes+1

Cost-Aware Query Routing in RAG: Empirical Analysis of Retrieval Depth Tradeoffs

2026-03-26 · Sanjay Mishra arxiv

Retrieval-augmented generation (RAG) faces a fundamental three-way tension: deeper retrieval improves factual grounding but inflates token costs and end-to-end latency. Static retrieval configurations cannot resolve this…