paper-with-me

Papers

Pretraining Language Models with Text-Attributed Heterogeneous Graphs

2023-10-19 · Tao Zou, Le Yu, Yifei HUANG, Leilei Sun, Bowen Du

In many real-world scenarios (e.g., academic networks, social platforms), different types of entities are not only associated with texts but also connected by various relationships, which can be abstracted as Text-Attributed Heterogeneous Graphs (TAHGs). Current pretraining tasks for Language Models (LMs) primarily focus on separately learning the textual information of each entity and overlook the crucial aspect of capturing topological connections among entities in TAHGs. In this paper, we present a new pretraining framework for LMs that explicitly considers the topological and heterogeneous information in TAHGs. Firstly, we define a context graph as neighborhoods of a target node within specific orders and propose a topology-aware pretraining task to predict nodes involved in the context graph by jointly optimizing an LM and an auxiliary heterogeneous graph neural network. Secondly, based on the observation that some nodes are text-rich while others have little text, we devise a text augmentation strategy to enrich textless nodes with their neighbors' texts for handling the imbalance issue. We conduct link prediction and node classification tasks on three datasets from various domains. Experimental results demonstrate the superiority of our approach over existing methods and the rationality of each design. Our code is available at https://github.com/Hope-Rita/THLM.

📄 PDF Abstract BibTeX arXiv:2310.12580

Code (1)

hope-rita/thlm 공식 구현 pytorch

Tasks

Graph Neural NetworkLink PredictionNode ClassificationText Augmentation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

CITE: A Comprehensive Benchmark for Heterogeneous Text-Attributed Graphs on Catalytic Materials

2025-08-21 · Chenghao Zhang, Qingqing Long, Ludi Wang, Wenjuan Cui 외 arxiv

Text-attributed graphs(TAGs) are pervasive in real-world systems,where each node carries its own textual features. In many cases these graphs are inherently heterogeneous, containing multiple node types and diverse edge …

Representation LearningNode Classification

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

GraphCLIP: Enhancing Transferability in Graph Foundation Models for Text-Attributed Graphs

2024-10-14 · Yun Zhu, Haizhou Shi, Xiaotang Wang, Yongchao Liu 외

Recently, research on Text-Attributed Graphs (TAGs) has gained significant attention due to the prevalence of free-text node features in real-world applications and the advancements in Large Language Models (LLMs) that b…

Few-Shot LearningTAG

Large Language Models Meet Text-Attributed Graphs: A Survey of Integration Frameworks and Applications

2025-10-24 · Guangxin Su, Hanchen Wang, Jianwei Wang, Wenjie Zhang 외 arxiv

Large Language Models (LLMs) have achieved remarkable success in natural language processing through strong semantic understanding and generation. However, their black-box nature limits structured and multi-hop reasoning…

parameter-efficient fine-tuningRepresentation LearningRecommendation SystemsQuestion Answering

Multi-Scale Heterogeneous Text-Attributed Graph Datasets From Diverse Domains

2024-12-12 · Yunhui Liu, Qizhuo Xie, Jinwei Shi, Jiaxu Shen 외

Heterogeneous Text-Attributed Graphs (HTAGs), where different types of entities are not only associated with texts but also connected by diverse relationships, have gained widespread popularity and application across var…

Community Question AnsweringGraph LearningQuestion Answering