paper-with-me

Papers

Interacting Attention-gated Recurrent Networks for Recommendation

2017-09-05 · Wenjie Pei, Jie Yang, Zhu Sun, Jie Zhang, Alessandro Bozzon, David M. J. Tax

Capturing the temporal dynamics of user preferences over items is important for recommendation. Existing methods mainly assume that all time steps in user-item interaction history are equally relevant to recommendation, which however does not apply in real-world scenarios where user-item interactions can often happen accidentally. More importantly, they learn user and item dynamics separately, thus failing to capture their joint effects on user-item interactions. To better model user and item dynamics, we present the Interacting Attention-gated Recurrent Network (IARN) which adopts the attention model to measure the relevance of each time step. In particular, we propose a novel attention scheme to learn the attention scores of user and item history in an interacting way, thus to account for the dependencies between user and item dynamics in shaping user-item interactions. By doing so, IARN can selectively memorize different time steps of a user's history when predicting her preferences over different items. Our model can therefore provide meaningful interpretations for recommendation results, which could be further enhanced by auxiliary features. Extensive validation on real-world datasets shows that IARN consistently outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1709.01532

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SinkRec: Mitigating Semantic State Sink in Long Sequence Recommendation with Memory-Conditioned Gated Delta Networks

2026-06-03 · Zhuang Zhuang, Zhipeng Wei, Ji Dai, Jie Chen 외 arxiv

Linear attention provides an efficient backbone for long-sequence recommendation by avoiding the quadratic cost of standard Transformers, but its compressed recurrent state can be dominated by repetitive behavior pattern…

Transition Relation Aware Self-Attention for Session-based Recommendation

2022-03-12 · Guanghui Zhu, Haojun Hou, Jingfan Chen, Chunfeng Yuan 외

Session-based recommendation is a challenging problem in the real-world scenes, e.g., ecommerce, short video platforms, and music platforms, which aims to predict the next click action based on the anonymous session. Rec…

RelationSession-Based Recommendations

Arabic Offensive Language Detection with Attention-based Deep Neural Networks

2020-05-01 · LREC 2020 5 · Bushr Haddad, Zoher Orabe, Anas Al-Abood, Nada Ghneim

In this paper, we tackle the problem of offensive language and hate speech detection. We proposed our methods for data preprocessing and balancing, and then we presented our Convolutional Neural Network (CNN) and bidirec…

Abusive LanguageBIG-bench Machine LearningHate Speech Detection

Explainable Outfit Recommendation with Joint Outfit Matching and Comment Generation

2018-06-23 · Yujie Lin, Pengjie Ren, Zhumin Chen, Zhaochun Ren 외

Most previous work on outfit recommendation focuses on designing visual features to enhance recommendations. Existing work neglects user comments of fashion items, which have been proved to be effective in generating exp…

Comment GenerationMulti-Task LearningSentence

Provably Shorter Scratchpads in Hybrid DeltaNet-Attention Decoders

2026-05-15 · Tomasz Steifer arxiv

We investigate the expressive power of hybrid recurrent-attention decoders, a class of architectures used in recent open-source language models such as Qwen3-Next and its successors. These models combine Gated Attention …