Papers › Everyone's Preference Changes Differently: Weighted Multi-Interest Retrieval Model

Everyone's Preference Changes Differently: Weighted Multi-Interest Retrieval Model

14 Jul 2022arXiv:2207.06652archive 2025-07-28

Hui Shi, Yupeng Gu, Yitong Zhou, Bo Zhao, Sicun Gao, Jishen Zhao

User embeddings (vectorized representations of a user) are essential in recommendation systems. Numerous approaches have been proposed to construct a representation for the user in order to find similar items for retrieval tasks, and they have been proven effective in industrial recommendation systems as well. Recently people have discovered the power of using multiple embeddings to represent a user, with the hope that each embedding represents the user's interest in a certain topic. With multi-interest representation, it's important to model the user's preference over the different topics and how the preference change with time. However, existing approaches either fail to estimate the user's affinity to each interest or unreasonably assume every interest of every user fades with an equal rate with time, thus hurting the recall of candidate retrieval. In this paper, we propose the Multi-Interest Preference (MIP) model, an approach that not only produces multi-interest for users by using the user's sequential engagement more effectively but also automatically learns a set of weights to represent the preference over each embedding so that the candidates can be retrieved from each interest proportionally. Extensive experiments have been done on various industrial-scale datasets to demonstrate the effectiveness of our approach.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2207.06652")

Code

Syntology Ran 14 of 17 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 1 ran · fixture could not drive it; 9 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

shihui2010/mip officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 14 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

4ran · our draft was wrong
1ran · fixture could not drive it
9ran
3unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from shihui2010/mip. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

CrossEntropyLoss shihui2010/mip/modules/named_models.py official repository ran MIT (permissive) · 9f6f6b5018897446 · report
MaxAggregator shihui2010/mip/modules/named_models.py official repository ran MIT (permissive) · a57219c4a4a3794e · report
MultiHeadAttention shihui2010/mip/modules/named_models.py official repository ran MIT (permissive) · 208c6661bc2229c7 · report
OneHot shihui2010/mip/modules/named_models.py official repository ran MIT (permissive) · 37b02f4c45d97cb2 · report
RelValue shihui2010/mip/modules/named_models.py official repository ran fingerprinted MIT (permissive) · 06e82cb3cef17ea6 · report
SimilarityOutputLayer shihui2010/mip/modules/named_models.py official repository ran fingerprinted MIT (permissive) · 7d07c4265897e12f · report
SineEnc shihui2010/mip/modules/named_models.py official repository ran MIT (permissive) · 5e6495bd6abbe5f5 · report
SingleAttention shihui2010/mip/modules/named_models.py official repository ran MIT (permissive) · ab7fba4b5a28b231 · report
TripletLoss shihui2010/mip/modules/named_models.py official repository ran fingerprinted MIT (permissive) · bad0b84ee7c194b1 · report
_get_cluster_m shihui2010/mip/modules/named_models.py official repository ran · our draft was wrong MIT (permissive) · 3272442123d20c03 · report
_log shihui2010/mip/modules/named_models.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 2b6ce7681447068e · report
_sims shihui2010/mip/modules/named_models.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · a80cf919b13904f1 · report
_timestamp_to_intervals shihui2010/mip/modules/named_models.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 6caadc02749ca1c6 · report
masked_softmax shihui2010/mip/modules/named_models.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 27a750666daf5a7f · report
WeightedMaxAggregator shihui2010/mip/modules/named_models.py official repository unverified MIT (permissive) · c0e9529199099257 · report
WeightedPinnerSagePlus shihui2010/mip/modules/named_models.py official repository unverified MIT (permissive) · 1a497f47346c2715 · report
_AttentionModel shihui2010/mip/modules/named_models.py official repository unverified MIT (permissive) · 7b08c36ccda6a574 · report

Tasks

Recommendation SystemsRetrieval

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections