paper-with-me

Papers

Learning Multiplex Representations on Text-Attributed Graphs with One Language Model Encoder

2023-10-10 · Bowen Jin, Wentao Zhang, Yu Zhang, Yu Meng, Han Zhao, Jiawei Han

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 METAG, a new framework for learning Multiplex rEpresentations on Text-Attributed Graphs. In contrast to existing methods, METAG uses one text encoder to model the shared knowledge across relations and leverages a small number of parameters per relation to derive relation-specific representations. This allows the encoder to effectively capture the multiplex structures in the graph while also preserving parameter efficiency. We conduct experiments on nine downstream tasks in five graphs from both academic and e-commerce domains, where METAG outperforms baselines significantly and consistently. The code is available at https://github.com/PeterGriffinJin/METAG.

📄 PDF Abstract BibTeX arXiv:2310.06684

Code (1)

petergriffinjin/metag 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingRepresentation Learning

Similar Papers 제목 키워드 기반

A Versatile Framework for Attributed Network Clustering via K-Nearest Neighbor Augmentation

2024-08-10 · Yiran Li, Gongyao Guo, Jieming Shi, Renchi Yang 외

Attributed networks containing entity-specific information in node attributes are ubiquitous in modeling social networks, e-commerce, bioinformatics, etc. Their inherent network topology ranges from simple graphs to hype…

AttributeClusteringGPUGraph Clustering+2

GRENADE: Graph-Centric Language Model for Self-Supervised Representation Learning on Text-Attributed Graphs

2023-10-23 · Yichuan Li, Kaize Ding, Kyumin Lee

Self-supervised representation learning on text-attributed graphs, which aims to create expressive and generalizable representations for various downstream tasks, has received increasing research attention lately. Howeve…

Contrastive LearningGraph Neural NetworkLanguage ModelingLanguage Modelling+2

Representation learning in multiplex graphs: Where and how to fuse information?

2024-02-27 · Piotr Bielak, Tomasz Kajdanowicz

In recent years, unsupervised and self-supervised graph representation learning has gained popularity in the research community. However, most proposed methods are focused on homogeneous networks, whereas real-world grap…

Graph Representation LearningRepresentation Learning

Unsupervised Attributed Multiplex Network Embedding

2019-11-15 · Chanyoung Park, Donghyun Kim, Jiawei Han, Hwanjo Yu

Nodes in a multiplex network are connected by multiple types of relations. However, most existing network embedding methods assume that only a single type of relation exists between nodes. Even for those that consider th…

Network EmbeddingRelation

Semi-Supervised Deep Learning for Multiplex Networks

2021-10-05 · Anasua Mitra, Priyesh Vijayan, Ranbir Sanasam, Diganta Goswami 외

Multiplex networks are complex graph structures in which a set of entities are connected to each other via multiple types of relations, each relation representing a distinct layer. Such graphs are used to investigate man…

Deep LearningRepresentation Learning