paper-with-me

홈 › Papers

Heterformer: Transformer-based Deep Node Representation Learning on Heterogeneous Text-Rich Networks

2022-05-20 · Bowen Jin, Yu Zhang, Qi Zhu, Jiawei Han

Representation learning on networks aims to derive a meaningful vector representation for each node, thereby facilitating downstream tasks such as link prediction, node classification, and node clustering. In heterogeneous text-rich networks, this task is more challenging due to (1) presence or absence of text: Some nodes are associated with rich textual information, while others are not; (2) diversity of types: Nodes and edges of multiple types form a heterogeneous network structure. As pretrained language models (PLMs) have demonstrated their effectiveness in obtaining widely generalizable text representations, a substantial amount of effort has been made to incorporate PLMs into representation learning on text-rich networks. However, few of them can jointly consider heterogeneous structure (network) information as well as rich textual semantic information of each node effectively. In this paper, we propose Heterformer, a Heterogeneous Network-Empowered Transformer that performs contextualized text encoding and heterogeneous structure encoding in a unified model. Specifically, we inject heterogeneous structure information into each Transformer layer when encoding node texts. Meanwhile, Heterformer is capable of characterizing node/edge type heterogeneity and encoding nodes with or without texts. We conduct comprehensive experiments on three tasks (i.e., link prediction, node classification, and node clustering) on three large-scale datasets from different domains, where Heterformer outperforms competitive baselines significantly and consistently.

📄 PDF Abstract BibTeX arXiv:2205.10282

Code (1)

petergriffinjin/heterformer 공식 구현 pytorch

Tasks

ClusteringGraph AttentionLink PredictionNode ClassificationNode ClusteringRepresentation LearningRetrieval

Similar Papers 제목 키워드 기반

AGHINT: Attribute-Guided Representation Learning on Heterogeneous Information Networks with Transformer

2024-04-16 · Jinhui Yuan, Shan Lu, Peibo Duan, Jieyue He

Recently, heterogeneous graph neural networks (HGNNs) have achieved impressive success in representation learning by capturing long-range dependencies and heterogeneity at the node level. However, few existing studies ha…

AttributeNode ClassificationRepresentation Learning

HeSRN: Representation Learning On Heterogeneous Graphs via Slot-Aware Retentive Network

2025-10-10 · Yifan Lu, Ziyun Zou, Belal Alsinglawi, Islam Al-Qudah 외 arxiv

Graph Transformers have recently achieved remarkable progress in graph representation learning by capturing long-range dependencies through self-attention. However, their quadratic computational complexity and inability …

Graph Representation LearningNode Classification

HHGT: Hierarchical Heterogeneous Graph Transformer for Heterogeneous Graph Representation Learning

2024-07-18 · Qiuyu Zhu, Liang Zhang, Qianxiong Xu, Kaijun Liu 외

Despite the success of Heterogeneous Graph Neural Networks (HGNNs) in modeling real-world Heterogeneous Information Networks (HINs), challenges such as expressiveness limitations and over-smoothing have prompted research…

Graph Representation LearningNode ClusteringRepresentation Learning

Heterogeneous Graph Transformer for Graph-to-Sequence Learning

2020-07-01 · ACL 2020 6 · Shaowei Yao, Tianming Wang, Xiaojun Wan

The graph-to-sequence (Graph2Seq) learning aims to transduce graph-structured representations to word sequences for text generation. Recent studies propose various models to encode graph structure. However, most previous…

AMR-to-Text GenerationGraph-to-SequenceMachine TranslationText Generation+1

HINormer: Representation Learning On Heterogeneous Information Networks with Graph Transformer

2023-02-22 · Qiheng Mao, Zemin Liu, Chenghao Liu, Jianling Sun

Recent studies have highlighted the limitations of message-passing based graph neural networks (GNNs), e.g., limited model expressiveness, over-smoothing, over-squashing, etc. To alleviate these issues, Graph Transformer…

Representation Learning