paper-with-me

Papers

Model Generalization on Text Attribute Graphs: Principles with Large Language Models

2025-02-17 · Haoyu Wang, Shikun Liu, Rongzhe Wei, Pan Li

Large language models (LLMs) have recently been introduced to graph learning, aiming to extend their zero-shot generalization success to tasks where labeled graph data is scarce. Among these applications, inference over text-attributed graphs (TAGs) presents unique challenges: existing methods struggle with LLMs' limited context length for processing large node neighborhoods and the misalignment between node embeddings and the LLM token space. To address these issues, we establish two key principles for ensuring generalization and derive the framework LLM-BP accordingly: (1) Unifying the attribute space with task-adaptive embeddings, where we leverage LLM-based encoders and task-aware prompting to enhance generalization of the text attribute embeddings; (2) Developing a generalizable graph information aggregation mechanism, for which we adopt belief propagation with LLM-estimated parameters that adapt across graphs. Evaluations on 11 real-world TAG benchmarks demonstrate that LLM-BP significantly outperforms existing approaches, achieving 8.10% improvement with task-conditional embeddings and an additional 1.71% gain from adaptive aggregation.

📄 PDF Abstract BibTeX arXiv:2502.11836

Code (1)

graph-com/llm_bp 공식 구현 pytorch

Tasks

AttributeGraph LearningTAGZero-shot Generalization

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

Generalization, Expressivity, and Universality of Graph Neural Networks on Attributed Graphs

2024-11-08 · Levi Rauchwerger, Stefanie Jegelka, Ron Levie

We analyze the universality and generalization of graph neural networks (GNNs) on attributed graphs, i.e., with node attributes. To this end, we propose pseudometrics over the space of all attributed graphs that describe…

Generalization Bounds

Controlled Text Generation for Large Language Model with Dynamic Attribute Graphs

2024-02-17 · Xun Liang, Hanyu Wang, Shichao Song, Mengting Hu 외

Controlled Text Generation (CTG) aims to produce texts that exhibit specific desired attributes. In this study, we introduce a pluggable CTG framework for Large Language Models (LLMs) named Dynamic Attribute Graphs-based…

AttributeLanguage ModelingLanguage ModellingLarge Language Model+1

SSTAG: Structure-Aware Self-Supervised Learning Method for Text-Attributed Graphs

2025-09-24 · Ruyue Liu, Rong Yin, Xiangzhen Bo, Xiaoshuai Hao 외 arxiv

Large scale pretrained models have revolutionized Natural Language Processing (NLP) and Computer Vision (CV), showcasing remarkable cross domain generalization abilities. However, in graph learning, models are typically …

Self-Supervised LearningKnowledge DistillationDomain GeneralizationTransfer Learning

ERAlign: Energy-based Representation Alignment of GNNs and LLMs on Text-attributed Graphs

2026-06-09 · Xianlin Zeng, Fan Xia, Xiangyu Chen arxiv

Text-attributed Graphs (TAGs) incorporate textual node attributes with graph structures to describe rich relational semantics. Recent efforts to integrate Graph Neural Networks (GNNs) and Large Language Models (LLMs) hav…

Learning on Large-scale Text-attributed Graphs via Variational Inference

2022-10-26 · Jianan Zhao, Meng Qu, Chaozhuo Li, Hao Yan 외

This paper studies learning on text-attributed graphs (TAGs), where each node is associated with a text description. An ideal solution for such a problem would be integrating both the text and graph structure information…

Variational Inference