paper-with-me

Papers

Thinking inside The Box: Learning Hypercube Representations for Group Recommendation

2022-04-06 · Tong Chen, Hongzhi Yin, Jing Long, Quoc Viet Hung Nguyen, Yang Wang, Meng Wang

As a step beyond traditional personalized recommendation, group recommendation is the task of suggesting items that can satisfy a group of users. In group recommendation, the core is to design preference aggregation functions to obtain a quality summary of all group members' preferences. Such user and group preferences are commonly represented as points in the vector space (i.e., embeddings), where multiple user embeddings are compressed into one to facilitate ranking for group-item pairs. However, the resulted group representations, as points, lack adequate flexibility and capacity to account for the multi-faceted user preferences. Also, the point embedding-based preference aggregation is a less faithful reflection of a group's decision-making process, where all users have to agree on a certain value in each embedding dimension instead of a negotiable interval. In this paper, we propose a novel representation of groups via the notion of hypercubes, which are subspaces containing innumerable points in the vector space. Specifically, we design the hypercube recommender (CubeRec) to adaptively learn group hypercubes from user embeddings with minimal information loss during preference aggregation, and to leverage a revamped distance metric to measure the affinity between group hypercubes and item points. Moreover, to counteract the long-standing issue of data sparsity in group recommendation, we make full use of the geometric expressiveness of hypercubes and innovatively incorporate self-supervision by intersecting two groups. Experiments on four real-world datasets have validated the superiority of CubeRec over state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2204.02592

Code (1)

jinglong0407/cuberec 공식 구현 pytorch

Tasks

Decision Making

Similar Papers 제목 키워드 기반

HyperCube: Implicit Field Representations of Voxelized 3D Models

2021-10-12 · Magdalena Proszewska, Marcin Mazur, Tomasz Trzciński, Przemysław Spurek

Recently introduced implicit field representations offer an effective way of generating 3D object shapes. They leverage implicit decoder trained to take a 3D point coordinate concatenated with a shape encoding and to out…

Decoder

Rethinking Group Recommender Systems in the Era of Generative AI: From One-Shot Recommendations to Agentic Group Decision Support

2025-07-01 · Dietmar Jannach, Amra Delić, Francesco Ricci, Markus Zanker arxiv

More than twenty-five years ago, first ideas were developed on how to design a system that can provide recommendations to groups of users instead of individual users. Since then, a rich variety of algorithmic proposals w…

Recommendation Systems

Slow Thinking for Sequential Recommendation

2025-04-13 · Junjie Zhang, Beichen Zhang, Wenqi Sun, Hongyu Lu 외

To develop effective sequential recommender systems, numerous methods have been proposed to model historical user behaviors. Despite the effectiveness, these methods share the same fast thinking paradigm. That is, for ma…

Recommendation SystemsSequential Recommendation

HoloRec: Holistic Encoding and Interleaved Reasoning for Generative Recommendation

2026-06-13 · Shuqi Zhao, Jingsong Su, Xiang Liu, Xingzhi Yao 외 arxiv

Generative recommendation models that formulate the task as sequence generation overcome the objective fragmentation problem of traditional cascade architectures, yet existing approaches still suffer from flat semantic r…

Unleashing the Power of Large Language Models for Group POI Recommendations

2024-11-20 · Jing Long, Liang Qu, Guanhua Ye, Tong Chen 외

Group Point-of-Interest (POI) recommendations aim to predict the next POI that satisfies the diverse preferences of a group of users. This task is more challenging than traditional individual POI recommendations due to c…

Large Language ModelSelf-Supervised Learning