paper-with-me

홈 › Papers

Multi-Level Interaction Reranking with User Behavior History

2022-04-20 · Yunjia Xi, Weiwen Liu, Jieming Zhu, Xilong Zhao, Xinyi Dai, Ruiming Tang, Weinan Zhang, Rui Zhang, Yong Yu

As the final stage of the multi-stage recommender system (MRS), reranking directly affects users' experience and satisfaction, thus playing a critical role in MRS. Despite the improvement achieved in the existing work, three issues are yet to be solved. First, users' historical behaviors contain rich preference information, such as users' long and short-term interests, but are not fully exploited in reranking. Previous work typically treats items in history equally important, neglecting the dynamic interaction between the history and candidate items. Second, existing reranking models focus on learning interactions at the item level while ignoring the fine-grained feature-level interactions. Lastly, estimating the reranking score on the ordered initial list before reranking may lead to the early scoring problem, thereby yielding suboptimal reranking performance. To address the above issues, we propose a framework named Multi-level Interaction Reranking (MIR). MIR combines low-level cross-item interaction and high-level set-to-list interaction, where we view the candidate items to be reranked as a set and the users' behavior history in chronological order as a list. We design a novel SLAttention structure for modeling the set-to-list interactions with personalized long-short term interests. Moreover, feature-level interactions are incorporated to capture the fine-grained influence among items. We design MIR in such a way that any permutation of the input items would not change the output ranking, and we theoretically prove it. Extensive experiments on three public and proprietary datasets show that MIR significantly outperforms the state-of-the-art models using various ranking and utility metrics.

📄 PDF Abstract BibTeX arXiv:2204.09370

Code (1)

YunjiaXi/Multi-Level-Interaction-Reranking 공식 구현 tf

Tasks

Recommendation SystemsReranking

Similar Papers 제목 키워드 기반

A Bird's-eye View of Reranking: from List Level to Page Level

2022-11-17 · Yunjia Xi, Jianghao Lin, Weiwen Liu, Xinyi Dai 외

Reranking, as the final stage of multi-stage recommender systems, refines the initial lists to maximize the total utility. With the development of multimedia and user interface design, the recommendation page has evolved…

Mixture-of-ExpertsRecommendation SystemsReranking

Efficient Personalized Reranking with Semi-Autoregressive Generation and Online Knowledge Distillation

2026-03-07 · Kai Cheng, Hao Wang, Wei Guo, Weiwen Liu 외 arxiv

Generative models offer a promising paradigm for the final stage reranking in multi-stage recommender systems, with the ability to capture inter-item dependencies within reranked lists. However, their practical deploymen…

Knowledge Distillation

All-domain Moveline Evolution Network for Click-Through Rate Prediction

2024-11-18 · Chen Gao, Zixin Zhao, Lv Shao, Tong Liu

E-commerce app users exhibit behaviors that are inherently logically consistent. A series of multi-scenario user behaviors interconnect to form the scene-level all-domain user moveline, which ultimately reveals the user'…

AllClick-Through Rate Prediction

Multi-Grained Preference Enhanced Transformer for Multi-Behavior Sequential Recommendation

2024-11-19 · Chuan He, Yongchao Liu, Qiang Li, Weiqiang Wang 외

Sequential recommendation (SR) aims to predict the next purchasing item according to users' dynamic preference learned from their historical user-item interactions. To improve the performance of recommendation, learning …

Recommendation SystemsSequential Recommendation

KaLM-Reranker-V1: Fast but Not Late Interaction for Compressed Document Reranking

2026-06-22 · Xinping Zhao, Jiaxin Xu, Ziqi Dai, Xin Zhang 외 arxiv

As retrieval systems scale, high-quality reranking becomes increasingly important. However, most existing rerankers, whether encoder-based or decoder-based, jointly encode the query and passage, tightly coupling their co…