paper-with-me

Papers

Jointly Modeling Intra- and Inter-transaction Dependencies with Hierarchical Attentive Transaction Embeddings for Next-item Recommendation

2020-05-30 · Shoujin Wang, Longbing Cao, Liang Hu, Shlomo Berkovsky, Xiaoshui Huang, Lin Xiao, Wenpeng Lu

A transaction-based recommender system (TBRS) aims to predict the next item by modeling dependencies in transactional data. Generally, two kinds of dependencies considered are intra-transaction dependency and inter-transaction dependency. Most existing TBRSs recommend next item by only modeling the intra-transaction dependency within the current transaction while ignoring inter-transaction dependency with recent transactions that may also affect the next item. However, as not all recent transactions are relevant to the current and next items, the relevant ones should be identified and prioritized. In this paper, we propose a novel hierarchical attentive transaction embedding (HATE) model to tackle these issues. Specifically, a two-level attention mechanism integrates both item embedding and transaction embedding to build an attentive context representation that incorporates both intraand inter-transaction dependencies. With the learned context representation, HATE then recommends the next item. Experimental evaluations on two real-world transaction datasets show that HATE significantly outperforms the state-ofthe-art methods in terms of recommendation accuracy.

📄 PDF Abstract BibTeX arXiv:2006.04530

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Speaker-Guided Encoder-Decoder Framework for Emotion Recognition in Conversation

2022-06-07 · Yinan Bao, Qianwen Ma, Lingwei Wei, Wei Zhou 외

The emotion recognition in conversation (ERC) task aims to predict the emotion label of an utterance in a conversation. Since the dependencies between speakers are complex and dynamic, which consist of intra- and inter-s…

DecoderEmotion RecognitionEmotion Recognition in Conversation

Jointly Modeling Inter- & Intra-Modality Dependencies for Multi-modal Learning

2024-05-27 · Divyam Madaan, Taro Makino, Sumit Chopra, Kyunghyun Cho

Supervised multi-modal learning involves mapping multiple modalities to a target label. Previous studies in this field have concentrated on capturing in isolation either the inter-modality dependencies (the relationships…

Partially Observed Exchangeable Modeling

2021-02-11 · Yang Li, Junier B. Oliva

Modeling dependencies among features is fundamental for many machine learning tasks. Although there are often multiple related instances that may be leveraged to inform conditional dependencies, typical approaches only m…

Imputation

ST-Hyper: Learning High-Order Dependencies Across Multiple Spatial-Temporal Scales for Multivariate Time Series Forecasting

2025-09-02 · Binqing Wu, Jianlong Huang, Zongjiang Shang, Ling Chen arxiv

In multivariate time series (MTS) forecasting, many deep learning based methods have been proposed for modeling dependencies at multiple spatial (inter-variate) or temporal (intra-variate) scales. However, existing metho…

Multivariate Time Series Forecasting

Temporal Contrastive Graph Learning for Video Action Recognition and Retrieval

2021-01-04 · Yang Liu, Keze Wang, Haoyuan Lan, Liang Lin

Attempt to fully discover the temporal diversity and chronological characteristics for self-supervised video representation learning, this work takes advantage of the temporal dependencies within videos and further propo…

Action RecognitionContrastive LearningGraph LearningRepresentation Learning+3