paper-with-me

Papers

Introducing Self-Attention to Target Attentive Graph Neural Networks

2021-07-04 · Sai Mitheran, Abhinav Java, Surya Kant Sahu, Arshad Shaikh

Session-based recommendation systems suggest relevant items to users by modeling user behavior and preferences using short-term anonymous sessions. Existing methods leverage Graph Neural Networks (GNNs) that propagate and aggregate information from neighboring nodes i.e., local message passing. Such graph-based architectures have representational limits, as a single sub-graph is susceptible to overfit the sequential dependencies instead of accounting for complex transitions between items in different sessions. We propose a new technique that leverages a Transformer in combination with a target attentive GNN. This allows richer representations to be learnt, which translates to empirical performance gains in comparison to a vanilla target attentive GNN. Our experimental results and ablation show that our proposed method is competitive with the existing methods on real-world benchmark datasets, improving on graph-based hypotheses. Code is available at https://github.com/The-Learning-Machines/SBR

📄 PDF Abstract BibTeX arXiv:2107.01516

Code (1)

The-Learning-Machines/SBR 공식 구현 pytorch

Tasks

Recommendation SystemsRepresentation LearningSession-Based Recommendations

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Improving Graph Representation for Point Cloud Segmentation via Attentive Filtering

2023-01-01 · CVPR 2023 1 · Nan Zhang, Zhiyi Pan, Thomas H. Li, Wei Gao 외

Recently, self-attention networks achieve impressive performance in point cloud segmentation due to their superiority in modeling long-range dependencies. However, compared to self-attention mechanism, we find graph …

Point Cloud Segmentation

Latent Tree Decomposition Parsers for AMR-to-Text Generation

2021-08-27 · Lisa Jin, Daniel Gildea

Graph encoders in AMR-to-text generation models often rely on neighborhood convolutions or global vertex attention. While these approaches apply to general graphs, AMRs may be amenable to encoders that target their tree-…

AMR-to-Text GenerationClusteringMolecular Property PredictionProperty Prediction+2

Attentive Graph Neural Networks for Few-Shot Learning

2020-07-14 · Hao Cheng, Joey Tianyi Zhou, Wee Peng Tay, Bihan Wen

Graph Neural Networks (GNN) has demonstrated the superior performance in many challenging applications, including the few-shot learning tasks. Despite its powerful capacity to learn and generalize the model from few samp…

Few-Shot Learning

Modeling Sequences as Star Graphs to Address Over-smoothing in Self-attentive Sequential Recommendation

2023-11-13 · Bo Peng, Ziqi Chen, Srinivasan Parthasarathy, Xia Ning

Self-attention (SA) mechanisms have been widely used in developing sequential recommendation (SR) methods, and demonstrated state-of-the-art performance. However, in this paper, we show that self-attentive SR methods sub…

Sequential Recommendation

A Structured Self-attentive Sentence Embedding

2017-03-09 · Zhouhan Lin, Minwei Feng, Cicero Nogueira dos santos, Mo Yu 외

This paper proposes a new model for extracting an interpretable sentence embedding by introducing self-attention. Instead of using a vector, we use a 2-D matrix to represent the embedding, with each row of the matrix att…

Author ProfilingGeneral ClassificationNatural Language InferenceSentence+4