IRAILGSep 12, 2023

Hierarchical Multi-Task Learning Framework for Session-based Recommendations

arXiv:2309.06533v13 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses the need for more accurate and scalable session-based recommendations, though it is incremental as it applies an existing hierarchical MTL framework to a new domain.

The paper tackles the problem of improving session-based recommender systems by proposing HierSRec, a hierarchical multi-task learning framework that incorporates next-category prediction as an auxiliary task to enhance next-item prediction, achieving superior accuracy on two datasets and enabling scalable inference with a compact candidate set (e.g., 4% of total items).

While session-based recommender systems (SBRSs) have shown superior recommendation performance, multi-task learning (MTL) has been adopted by SBRSs to enhance their prediction accuracy and generalizability further. Hierarchical MTL (H-MTL) sets a hierarchical structure between prediction tasks and feeds outputs from auxiliary tasks to main tasks. This hierarchy leads to richer input features for main tasks and higher interpretability of predictions, compared to existing MTL frameworks. However, the H-MTL framework has not been investigated in SBRSs yet. In this paper, we propose HierSRec which incorporates the H-MTL architecture into SBRSs. HierSRec encodes a given session with a metadata-aware Transformer and performs next-category prediction (i.e., auxiliary task) with the session encoding. Next, HierSRec conducts next-item prediction (i.e., main task) with the category prediction result and session encoding. For scalable inference, HierSRec creates a compact set of candidate items (e.g., 4% of total items) per test example using the category prediction. Experiments show that HierSRec outperforms existing SBRSs as per next-item prediction accuracy on two session-based recommendation datasets. The accuracy of HierSRec measured with the carefully-curated candidate items aligns with the accuracy of HierSRec calculated with all items, which validates the usefulness of our candidate generation scheme via H-MTL.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes