paper-with-me

Papers

Node Level Graph Autoencoder: Unified Pretraining for Textual Graph Learning

2024-08-09 · Wenbin Hu, Huihao Jing, Qi Hu, Haoran Li, Yangqiu Song

Textual graphs are ubiquitous in real-world applications, featuring rich text information with complex relationships, which enables advanced research across various fields. Textual graph representation learning aims to generate low-dimensional feature embeddings from textual graphs that can improve the performance of downstream tasks. A high-quality feature embedding should effectively capture both the structural and the textual information in a textual graph. However, most textual graph dataset benchmarks rely on word2vec techniques to generate feature embeddings, which inherently limits their capabilities. Recent works on textual graph representation learning can be categorized into two folds: supervised and unsupervised methods. Supervised methods finetune a language model on labeled nodes, which have limited capabilities when labeled data is scarce. Unsupervised methods, on the other hand, extract feature embeddings by developing complex training pipelines. To address these limitations, we propose a novel unified unsupervised learning autoencoder framework, named Node Level Graph AutoEncoder (NodeGAE). We employ language models as the backbone of the autoencoder, with pretraining on text reconstruction. Additionally, we add an auxiliary loss term to make the feature embeddings aware of the local graph structure. Our method maintains simplicity in the training process and demonstrates generalizability across diverse textual graphs and downstream tasks. We evaluate our method on two core graph representation learning downstream tasks: node classification and link prediction. Comprehensive experiments demonstrate that our approach substantially enhances the performance of diverse graph neural networks (GNNs) across multiple textual graph datasets.

📄 PDF Abstract BibTeX arXiv:2408.07091

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningGraph Representation LearningLanguage ModellingLink PredictionNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Diffusion-Guided Pretraining for Brain Graph Foundation Models

2026-02-10 · Xinxu Wei, Rong Zhou, Lifang He, Yu Zhang arxiv

With the growing interest in foundation models for brain signals, graph-based pretraining has emerged as a promising paradigm for learning transferable representations from connectome data. However, existing contrastive …

A Pure Transformer Pretraining Framework on Text-attributed Graphs

2024-06-19 · Yu Song, Haitao Mao, Jiachen Xiao, Jingzhe Liu 외

Pretraining plays a pivotal role in acquiring generalized knowledge from large-scale data, achieving remarkable successes as evidenced by large models in CV and NLP. However, progress in the graph domain remains limited …

Link PredictionNode Classification

Variational Graph Autoencoding as Cheap Supervision for AMR Coreference Resolution

2022-05-01 · ACL 2022 5 · Irene Li, Linfeng Song, Kun Xu, Dong Yu

Coreference resolution over semantic graphs like AMRs aims to group the graph nodes that represent the same entity. This is a crucial step for making document-level formal semantic representations. With annotated data on…

coreference-resolutionCoreference Resolution

UGMAE: A Unified Framework for Graph Masked Autoencoders

2024-02-12 · Yijun Tian, Chuxu Zhang, Ziyi Kou, Zheyuan Liu 외

Generative self-supervised learning on graphs, particularly graph masked autoencoders, has emerged as a popular learning paradigm and demonstrated its efficacy in handling non-Euclidean data. However, several remaining i…

Self-Supervised Learning

Graph Context Encoder: Graph Feature Inpainting for Graph Generation and Self-supervised Pretraining

2021-06-18 · Oriel Frigo, Rémy Brossard, David Dehaene

We propose the Graph Context Encoder (GCE), a simple but efficient approach for graph representation learning based on graph feature masking and reconstruction. GCE models are trained to efficiently reconstruct input gra…

Graph GenerationGraph Representation LearningRepresentation Learning