paper-with-me

홈 › Papers

Integrating Structural and Semantic Signals in Text-Attributed Graphs with BiGTex

2025-04-16 · Azadeh Beiranvand, Seyed Mehdi Vahidipour

Text-attributed graphs (TAGs) present unique challenges in representation learning by requiring models to capture both the semantic richness of node-associated texts and the structural dependencies of the graph. While graph neural networks (GNNs) excel at modeling topological information, they lack the capacity to process unstructured text. Conversely, large language models (LLMs) are proficient in text understanding but are typically unaware of graph structure. In this work, we propose BiGTex (Bidirectional Graph Text), a novel architecture that tightly integrates GNNs and LLMs through stacked Graph-Text Fusion Units. Each unit allows for mutual attention between textual and structural representations, enabling information to flow in both directions, text influencing structure and structure guiding textual interpretation. The proposed architecture is trained using parameter-efficient fine-tuning (LoRA), keeping the LLM frozen while adapting to task-specific signals. Extensive experiments on five benchmark datasets demonstrate that BiGTex achieves state-of-the-art performance in node classification and generalizes effectively to link prediction. An ablation study further highlights the importance of soft prompting and bi-directional attention in the model's success.

📄 PDF Abstract BibTeX arXiv:2504.12474

Code (1)

Azadeh297/BiGTex 공식 구현 pytorch

Tasks

Link PredictionNode Classificationparameter-efficient fine-tuningRepresentation Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

SaVe-TAG: Semantic-aware Vicinal Risk Minimization for Long-Tailed Text-Attributed Graphs

2024-10-22 · Leyao Wang, Yu Wang, Bo Ni, Yuying Zhao 외

Real-world graph data often follows long-tailed distributions, making it difficult for Graph Neural Networks (GNNs) to generalize well across both head and tail classes. Recent advances in Vicinal Risk Minimization (VRM)…

ClassificationData AugmentationLanguage ModelingLanguage Modelling+3

When Structure Doesn't Help: LLMs Do Not Read Text-Attributed Graphs as Effectively as We Expected

2025-11-20 · Haotian Xu, Yuning You, Tengfei Ma arxiv

Graphs provide a unified representation of semantic content and relational structure, making them a natural fit for domains such as molecular modeling, citation networks, and social graphs. Meanwhile, large language mode…

Graph Learning

Dual Refinement Cycle Learning: Unsupervised Text Classification of Mamba and Community Detection on Text Attributed Graph

2025-12-08 · Hong Wang, Yinglong Zhang, Hanhan Guo, Xuewen Xia 외 arxiv

Pretrained language models offer strong text understanding capabilities but remain difficult to deploy in real-world text-attributed networks due to their heavy dependence on labeled data. Meanwhile, community detection …

Unsupervised Text ClassificationRepresentation LearningCommunity Detection

S2Aligner: Pair-Efficient and Transferable Pre-Training for Sparse Text-Attributed Graphs

2026-05-18 · Yuhan Wang, Haopeng Zhang, Yibo Ding, Jiaqi Yu 외 arxiv

Pre-training on text-attributed graphs (TAGs) is central to building transferable graph foundation models, where LLM-as-Aligner methods align graph and text representations through the semantic knowledge of large languag…

Domain Generalization

TAGA: Text-Attributed Graph Self-Supervised Learning by Synergizing Graph and Text Mutual Transformations

2024-05-27 · Zheng Zhang, Yuntong Hu, Bo Pan, Chen Ling 외

Text-Attributed Graphs (TAGs) enhance graph structures with natural language descriptions, enabling detailed representation of data and their relationships across a broad spectrum of real-world scenarios. Despite the pot…

Representation LearningSelf-Supervised LearningTAG