Learning Multiplex Representations on Text-Attributed Graphs with One Language Model Encoder
Bowen Jin, Wentao Zhang, Yu Zhang, Yu Meng, Han Zhao, Jiawei Han

TL;DR
This paper introduces METAG, a framework that uses a single language model encoder with relation-specific parameters to effectively learn multiplex representations on text-attributed graphs, outperforming existing methods.
Contribution
METAG is the first approach to combine a shared language model encoder with relation-specific parameters for multiplex graph representation learning.
Findings
METAG outperforms baseline methods on nine downstream tasks.
The framework effectively captures multiplex structures with parameter efficiency.
Experiments demonstrate significant and consistent improvements across multiple domains.
Abstract
In real-world scenarios, texts in a graph are often linked by multiple semantic relations (e.g., papers in an academic graph are referenced by other publications, written by the same author, or published in the same venue), where text documents and their relations form a multiplex text-attributed graph. Mainstream text representation learning methods use pretrained language models (PLMs) to generate one embedding for each text unit, expecting that all types of relations between texts can be captured by these single-view embeddings. However, this presumption does not hold particularly in multiplex text-attributed graphs. Along another line of work, multiplex graph neural networks (GNNs) directly initialize node attributes as a feature vector for node representation learning, but they cannot fully capture the semantics of the nodes' associated texts. To bridge these gaps, we propose…
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.
Code & Models
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
