paper-with-me

Papers

An Effective Approach for Node Classification in Textual Graphs

2025-08-07 · Rituparna Datta, Nibir Chandra Mandal arxiv

Textual Attribute Graphs (TAGs) are critical for modeling complex networks like citation networks, but effective node classification remains challenging due to difficulties in integrating rich semantics from text with structural graph information. Existing methods often struggle with capturing nuanced domain-specific terminology, modeling long-range dependencies, adapting to temporal evolution, and scaling to massive datasets. To address these issues, we propose a novel framework that integrates TAPE (Text-Attributed Graph Representation Enhancement) with Graphormer. Our approach leverages a large language model (LLM), specifically ChatGPT, within the TAPE framework to generate semantically rich explanations from paper content, which are then fused into enhanced node representations. These embeddings are combined with structural features using a novel integration layer with learned attention weights. Graphormer's path-aware position encoding and multi-head attention mechanisms are employed to effectively capture long-range dependencies across the citation network. We demonstrate the efficacy of our framework on the challenging ogbn-arxiv dataset, achieving state-of-the-art performance with a classification accuracy of 0.772, significantly surpassing the best GCN baseline of 0.713. Our method also yields strong results in precision (0.671), recall (0.577), and F1-score (0.610). We validate our approach through comprehensive ablation studies that quantify the contribution of each component, demonstrating the synergy between semantic and structural information. Our framework provides a scalable and robust solution for node classification in dynamic TAGs, offering a promising direction for future research in knowledge systems and scientific discovery.

📄 PDF Abstract BibTeX arXiv:2508.05836

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Similar Papers 제목 키워드 기반

Train Your Own GNN Teacher: Graph-Aware Distillation on Textual Graphs

2023-04-20 · Costas Mavromatis, Vassilis N. Ioannidis, Shen Wang, Da Zheng 외

How can we learn effective node representations on textual graphs? Graph Neural Networks (GNNs) that use Language Models (LMs) to encode textual information of graphs achieve state-of-the-art performance in many node cla…

Knowledge DistillationNode Classification

GaLoRA: Parameter-Efficient Graph-Aware LLMs for Node Classification

2026-03-11 · Mayur Choudhary, Saptarshi Sengupta, Katerina Potika arxiv

The rapid rise of large language models (LLMs) and their ability to capture semantic relationships has led to their adoption in a wide range of applications. Text-attributed graphs (TAGs) are a notable example where LLMs…

Recommendation SystemsNode Classification

Exploring the Potential of Large Language Models for Heterophilic Graphs

2024-08-26 · Yuxia Wu, Shujie Li, Yuan Fang, Chuan Shi

Large language models (LLMs) have presented significant opportunities to enhance various machine learning applications, including graph neural networks (GNNs). By leveraging the vast open-world knowledge within LLMs, we …

Node ClassificationWorld Knowledge

LLM-Enhanced Energy Contrastive Learning for Out-of-Distribution Detection in Text-Attributed Graphs

2026-03-19 · Xiaoxu Ma, Dong Li, Minglai Shao, Xintao Wu 외 arxiv

Text-attributed graphs, where nodes are enriched with textual attributes, have become a powerful tool for modeling real-world networks such as citation, social, and transaction networks. However, existing methods for lea…

Out-of-Distribution DetectionContrastive LearningNode Classification

Hierarchical Compression of Text-Rich Graphs via Large Language Models

2024-06-13 · Shichang Zhang, Da Zheng, Jiani Zhang, Qi Zhu 외

Text-rich graphs, prevalent in data mining contexts like e-commerce and academic graphs, consist of nodes with textual features linked by various relations. Traditional graph machine learning models, such as Graph Neural…

Node Classification