paper-with-me

홈 › Papers

Autoregressive Generation Strategies for Top-K Sequential Recommendations

2024-09-26 · Anna Volodkevich, Danil Gusak, Anton Klenitskiy, Alexey Vasilev

The goal of modern sequential recommender systems is often formulated in terms of next-item prediction. In this paper, we explore the applicability of generative transformer-based models for the Top-K sequential recommendation task, where the goal is to predict items a user is likely to interact with in the "near future". We explore commonly used autoregressive generation strategies, including greedy decoding, beam search, and temperature sampling, to evaluate their performance for the Top-K sequential recommendation task. In addition, we propose novel Reciprocal Rank Aggregation (RRA) and Relevance Aggregation (RA) generation strategies based on multi-sequence generation with temperature sampling and subsequent aggregation. Experiments on diverse datasets give valuable insights regarding commonly used strategies' applicability and show that suggested approaches improve performance on longer time horizons compared to widely-used Top-K prediction approach and single-sequence autoregressive generation strategies.

📄 PDF Abstract BibTeX arXiv:2409.17730

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsSequential Recommendation

Similar Papers 제목 키워드 기반

Speculative Decoding and Beyond: An In-Depth Review of Techniques

2025-02-27 · Yunhai Hu, Zining Liu, Zhenyuan Dong, Tianfan Peng 외

Sequential dependencies present a fundamental bottleneck in deploying large-scale autoregressive models, particularly for real-time applications. While traditional optimization approaches like pruning and quantization of…

Quantization

Flow caching for autoregressive video generation

2026-02-11 · Yuexiao Ma, Xuzhe Zheng, Jing Xu, Xiwei Xu 외 arxiv

Autoregressive models, often built on Transformer architectures, represent a powerful paradigm for generating ultra-long videos by synthesizing content in sequential chunks. However, this sequential generation process is…

Video Generation

Visual Autoregressive Models Beat Diffusion Models on Inference Time Scaling

2025-10-19 · Erik Riise, Mehmet Onurcan Kaya, Dim P. Papadopoulos arxiv

While inference-time scaling through search has revolutionized Large Language Models, translating these gains to image generation has proven difficult. Recent attempts to apply search strategies to continuous diffusion m…

Text-to-Image Generation

FLAGG: Flexible Autoregressive Graph Generation

2026-06-03 · Samuel Cognolato, Alessandro Sperduti, Luciano Serafini arxiv

The Deep Graph Generation's panorama spans two extremes: one-shot and sequential models. The former generates nodes and edges jointly, while the latter samples them autoregressively. Each method performs better in differ…

Graph Generation

Time to Split: Exploring Data Splitting Strategies for Offline Evaluation of Sequential Recommenders

2025-07-22 · Danil Gusak, Anna Volodkevich, Anton Klenitskiy, Alexey Vasilev 외 arxiv

Modern sequential recommender systems, ranging from lightweight transformer-based variants to large language models, have become increasingly prominent in academia and industry due to their strong performance in the next…