paper-with-me

Papers

Positional encoding is not the same as context: A study on positional encoding for sequential recommendation

2024-05-16 · Alejo Lopez-Avila, Jinhua Du, Abbas Shimary, Ze Li

The rapid growth of streaming media and e-commerce has driven advancements in recommendation systems, particularly Sequential Recommendation Systems (SRS). These systems employ users' interaction histories to predict future preferences. While recent research has focused on architectural innovations like transformer blocks and feature extraction, positional encodings, crucial for capturing temporal patterns, have received less attention. These encodings are often conflated with contextual, such as the temporal footprint, which previous works tend to treat as interchangeable with positional information. This paper highlights the critical distinction between temporal footprint and positional encodings, demonstrating that the latter offers unique relational cues between items, which the temporal footprint alone cannot provide. Through extensive experimentation on eight Amazon datasets and subsets, we assess the impact of various encodings on performance metrics and training stability. We introduce new positional encodings and investigate integration strategies that improve both metrics and stability, surpassing state-of-the-art results at the time of this work's initial preprint. Importantly, we demonstrate that selecting the appropriate encoding is not only key to better performance but also essential for building robust, reliable SRS models.

📄 PDF Abstract BibTeX arXiv:2405.10436

Code (1)

researcher1741/position_encoding_srs 공식 구현 pytorch

Tasks

Recommendation SystemsSequential Recommendation

Methods 이 논문이 사용한 방법론

SRS Sticker Response Selector, or SRS, is a model for multi-turn dialog that automatically selects a sticker response. SRS first employs a convolutional based sticker image…

Similar Papers 제목 키워드 기반

OPRO: Orthogonal Panel-Relative Operators for Panel-Aware In-Context Image Generation

2026-03-29 · Sanghyeon Lee, Minwoo Lee, Euijin Shin, Kangyeol Kim 외 arxiv

We introduce a parameter-efficient adaptation method for panel-aware in-context image generation with pre-trained diffusion transformers. The key idea is to compose learnable, panel-specific orthogonal operators onto the…

Image Generation

Spiking Sequence Machines and Transformers

2026-05-01 · Joy Bose arxiv

Sequence learning reduces to similarity-based retrieval over a temporally indexed representation space, a constraint on any sequence model, not a property of a specific architecture. We show that a spiking Sparse Distrib…

Vocabulary In-Context Learning in Transformers: Benefits of Positional Encoding

2025-11-09 · Qian Ma, Ruoxiang Xu, Yongqiang Cai arxiv

Numerous studies have demonstrated that the Transformer architecture possesses the capability for in-context learning (ICL). In scenarios involving function approximation, context can serve as a control parameter for the…

Positional Encoding Helps Recurrent Neural Networks Handle a Large Vocabulary

2024-01-31 · Takashi Morita

This study reports an unintuitive finding that positional encoding enhances learning of recurrent neural networks (RNNs). Positional encoding is a high-dimensional representation of time indices on input data. Most famou…

Time Series

Rethinking Positional Encoding in Language Pre-training

2020-06-28 · ICLR 2021 1 · Guolin Ke, Di He, Tie-Yan Liu

In this work, we investigate the positional encoding methods used in language pre-training (e.g., BERT) and identify several problems in the existing formulations. First, we show that in the absolute positional encoding,…

Natural Language UnderstandingSentenceWord Embeddings