paper-with-me

Papers

HypeRS: Building a Hypergraph-driven ensemble Recommender System

2023-06-22 · Alireza Gharahighehi, Celine Vens, Konstantinos Pliakos

Recommender systems are designed to predict user preferences over collections of items. These systems process users' previous interactions to decide which items should be ranked higher to satisfy their desires. An ensemble recommender system can achieve great recommendation performance by effectively combining the decisions generated by individual models. In this paper, we propose a novel ensemble recommender system that combines predictions made by different models into a unified hypergraph ranking framework. This is the first time that hypergraph ranking has been employed to model an ensemble of recommender systems. Hypergraphs are generalizations of graphs where multiple vertices can be connected via hyperedges, efficiently modeling high-order relations. We differentiate real and predicted connections between users and items by assigning different hyperedge weights to individual recommender systems. We perform experiments using four datasets from the fields of movie, music and news media recommendation. The obtained results show that the ensemble hypergraph ranking method generates more accurate recommendations compared to the individual models and a weighted hybrid approach. The assignment of different hyperedge weights to the ensemble hypergraph further improves the performance compared to a setting with identical hyperedge weights.

📄 PDF Abstract BibTeX arXiv:2306.12800

Code (1)

alirezagharahi/ensemble_hypergraph 공식 구현

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

HyperSAGE: Generalizing Inductive Representation Learning on Hypergraphs

2020-10-09 · Devanshu Arya, Deepak K. Gupta, Stevan Rudinac, Marcel Worring

Graphs are the most ubiquitous form of structured data representation used in machine learning. They model, however, only pairwise relations between nodes and are not designed for encoding the higher-order relations foun…

Representation Learning

HyperSMOTE: A Hypergraph-based Oversampling Approach for Imbalanced Node Classifications

2024-09-09 · Ziming Zhao, Tiehua Zhang, Zijian Yi, Zhishu Shen

Hypergraphs are increasingly utilized in both unimodal and multimodal data scenarios due to their superior ability to model and extract higher-order relationships among nodes, compared to traditional graphs. However, cur…

HyperSF: Spectral Hypergraph Coarsening via Flow-based Local Clustering

2021-08-17 · Ali Aghdaei, Zhiqiang Zhao, Zhuo Feng

Hypergraphs allow modeling problems with multi-way high-order relationships. However, the computational cost of most existing hypergraph-based algorithms can be heavily dependent upon the input hypergraph sizes. To addre…

Clusteringhypergraph partitioning

HyperSAT: Unsupervised Hypergraph Neural Networks for Weighted MaxSAT Problems

2025-04-16 · Qiyue Chen, Shaolin Tan, Suixiang Gao, Jinhu Lü

Graph neural networks (GNNs) have shown promising performance in solving both Boolean satisfiability (SAT) and Maximum Satisfiability (MaxSAT) problems due to their ability to efficiently model and capture the structural…

HyperSkill: Self-Evolving LLM Agents via Hypergraph-Structured Skill Memory

2026-08-17 · Ruiyao Xu, Tiankai Yang, Wei-Chieh Huang arxiv

As agentic tasks grow in complexity, LLM agents increasingly rely on experiential memory to reuse procedural knowledge across tasks. Effective memory design must jointly address what to store, how memory is structured an…