Rankformer: A Graph Transformer for Recommendation based on Ranking Objective

📅 2025-03-21
📈 Citations: 0
Influential: 0
📄 PDF

career value

168K/year
🤖 AI Summary
Existing recommender systems often neglect personalized ranking—the core objective—while prevailing model architectures fail to explicitly incorporate ranking optimization signals. Method: We propose Rankformer, the first graph Transformer architecture that employs ranking loss gradients as structural priors: it encodes gradient information directly into the graph structure to guide dynamic evolution of user and item embeddings toward the ranking objective; introduces a positive-sample-aware sparse attention mechanism with linear complexity to drastically reduce computational overhead; and establishes an end-to-end ranking-oriented representation learning paradigm. Contribution/Results: Rankformer consistently outperforms state-of-the-art methods across multiple public benchmarks, achieving 10×–100× speedup in training efficiency. The implementation is publicly available.

Technology Category

Application Category

📝 Abstract
Recommender Systems (RS) aim to generate personalized ranked lists for each user and are evaluated using ranking metrics. Although personalized ranking is a fundamental aspect of RS, this critical property is often overlooked in the design of model architectures. To address this issue, we propose Rankformer, a ranking-inspired recommendation model. The architecture of Rankformer is inspired by the gradient of the ranking objective, embodying a unique (graph) transformer architecture -- it leverages global information from all users and items to produce more informative representations and employs specific attention weights to guide the evolution of embeddings towards improved ranking performance. We further develop an acceleration algorithm for Rankformer, reducing its complexity to a linear level with respect to the number of positive instances. Extensive experimental results demonstrate that Rankformer outperforms state-of-the-art methods. The code is available at https://github.com/StupidThree/Rankformer.
Problem

Research questions and friction points this paper is trying to address.

Improves personalized ranking in recommender systems
Leverages global user-item data for better representations
Reduces model complexity for efficient ranking performance
Innovation

Methods, ideas, or system contributions that make the work stand out.

Graph transformer for personalized ranking recommendation
Leverages global user-item information for representations
Linear complexity acceleration algorithm for efficiency
🔎 Similar Papers
No similar papers found.