paper-with-me

Papers

Graph Exploration Matters: Improving both individual-level and system-level diversity in WeChat Feed Recommender

2023-05-29 · Shuai Yang, Lixin Zhang, Feng Xia, Leyu Lin

There are roughly three stages in real industrial recommendation systems, candidates generation (retrieval), ranking and reranking. Individual-level diversity and system-level diversity are both important for industrial recommender systems. The former focus on each single user's experience, while the latter focus on the difference among users. Graph-based retrieval strategies are inevitably hijacked by heavy users and popular items, leading to the convergence of candidates for users and the lack of system-level diversity. Meanwhile, in the reranking phase, Determinantal Point Process (DPP) is deployed to increase individual-level diverisity. Heavily relying on the semantic information of items, DPP suffers from clickbait and inaccurate attributes. Besides, most studies only focus on one of the two levels of diversity, and ignore the mutual influence among different stages in real recommender systems. We argue that individual-level diversity and system-level diversity should be viewed as an integrated problem, and we provide an efficient and deployable solution for web-scale recommenders. Generally, we propose to employ the retrieval graph information in diversity-based reranking, by which to weaken the hidden similarity of items exposed to users, and consequently gain more graph explorations to improve the system-level diveristy. Besides, we argue that users' propensity for diversity changes over time in content feed recommendation. Therefore, with the explored graph, we also propose to capture the user's real-time personalized propensity to the diversity. We implement and deploy the combined system in WeChat App's Top Stories used by hundreds of millions of users. Offline simulations and online A/B tests show our solution can effectively improve both user engagement and system revenue.

📄 PDF Abstract BibTeX arXiv:2306.00009

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityRecommendation SystemsRerankingRetrieval

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Everyone's Voice Matters: Quantifying Annotation Disagreement Using Demographic Information

2023-01-12 · Ruyuan Wan, Jaehyung Kim, Dongyeop Kang

In NLP annotation, it is common to have multiple annotators label the text and then obtain the ground truth labels based on the agreement of major annotators. However, annotators are individuals with different background…

Proximity Matters: Analyzing the Role of Geographical Proximity in Shaping AI Research Collaborations

2024-06-10 · Mohammadmahdi Toobaee, Andrea Schiffauerova, Ashkan Ebadi

The role of geographical proximity in facilitating inter-regional or inter-organizational collaborations has been studied thoroughly in recent years. However, the effect of geographical proximity on forming scientific co…

Evolution of cooperation in deme-structured populations on graphs

2023-09-18 · Alix Moawad, Alia Abbara, Anne-Florence Bitbol

Understanding how cooperation can evolve in populations despite its cost to individual cooperators is an important challenge. Models of spatially structured populations with one individual per node of a graph have shown …

Is It All in the Phrasing? Computational Explorations in How We Say What We Say, and Why It Matters

2014-06-01 · WS 2014 6 · Lillian Lee
All

Embarrassingly Simple Self-Distillation Improves Code Generation

2026-04-01 · Ruixiang Zhang, Richard He Bai, Huangjie Zheng, Navdeep Jaitly 외 arxiv

Can a large language model (LLM) improve at code generation using only its own raw outputs, without a verifier, a teacher model, or reinforcement learning? We answer in the affirmative with simple self-distillation (SSD)…

Reinforcement LearningCode Generation