From 1ac982dd524959cf0c367f85dbbc9d13589a50a8 Mon Sep 17 00:00:00 2001 From: Daniele Malitesta <57352389+danielemalitesta@users.noreply.github.com> Date: Thu, 30 Nov 2023 22:22:42 +0100 Subject: [PATCH] Update index.md --- index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.md b/index.md index 34e59aa0d5..c005fe1a48 100644 --- a/index.md +++ b/index.md @@ -2,6 +2,8 @@ layout: default --- +**\[UPDATE\]** We kindly ask you to fill in this anonymous form regarding the overall quality of the tutorial: https://docs.google.com/forms/d/1Am4LBsYtyOVzo3axIRqYOC7vHOB5BQ9aSMyvTsjjF7I/edit. As we are planning to present it to other venues, your feedback might be extremely important for us 🙏🙂 + ## Abstract Graph neural networks (GNNs) have gained prominence in recommendation systems in recent years. By representing the user-item matrix as a bipartite and undirected graph, GNNs have demonstrated their potential to capture short- and long-distance user-item interactions, thereby learning more accurate preference patterns than traditional recommendation approaches. In contrast to previous tutorials on the same topic, this tutorial aims to present and examine three key aspects that characterize GNNs for recommendation: (i) the reproducibility of state-of-the-art approaches, (ii) the potential impact of graph topological characteristics on the performance of these models, and (iii) strategies for learning node representations when training features from scratch or utilizing pre-trained embeddings as additional item information (e.g., multimodal features). The goal is to provide three novel theoretical and practical perspectives on the field, currently subject to debate in graph learning but long been overlooked in the context of recommendation systems.