CoRGi: Content-Rich Graph Neural Networks with Attention
Jooyeon Kim, Angus Lamb, Simon Woodhead, Simon Peyton Jones, Cheng, Zheng, Miltiadis Allamanis

TL;DR
CoRGi introduces a graph neural network that incorporates rich node content through personalized attention, improving edge-value prediction especially in sparse graph regions.
Contribution
This work presents CoRGi, a novel GNN that leverages node content with personalized attention, addressing information loss in traditional graph representations.
Findings
Outperforms existing methods in edge-value prediction tasks.
Achieves better results in sparse graph regions.
Effectively utilizes rich textual node information.
Abstract
Graph representations of a target domain often project it to a set of entities (nodes) and their relations (edges). However, such projections often miss important and rich information. For example, in graph representations used in missing value imputation, items - represented as nodes - may contain rich textual information. However, when processing graphs with graph neural networks (GNN), such information is either ignored or summarized into a single vector representation used to initialize the GNN. Towards addressing this, we present CoRGi, a GNN that considers the rich data within nodes in the context of their neighbors. This is achieved by endowing CoRGi's message passing with a personalized attention mechanism over the content of each node. This way, CoRGi assigns user-item-specific attention scores with respect to the words that appear in an item's content. We evaluate CoRGi on two…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Recommender Systems and Techniques
