paper-with-me

Papers

Tree Structure-Aware Graph Representation Learning via Integrated Hierarchical Aggregation and Relational Metric Learning

2020-08-23 · Ziyue Qiao, Pengyang Wang, Yanjie Fu, Yi Du, Pengfei Wang, Yuanchun Zhou

While Graph Neural Network (GNN) has shown superiority in learning node representations of homogeneous graphs, leveraging GNN on heterogeneous graphs remains a challenging problem. The dominating reason is that GNN learns node representations by aggregating neighbors' information regardless of node types. Some work is proposed to alleviate such issue by exploiting relations or meta-path to sample neighbors with distinct categories, then use attention mechanism to learn different importance for different categories. However, one limitation is that the learned representations for different types of nodes should own different feature spaces, while all the above work still project node representations into one feature space. Moreover, after exploring massive heterogeneous graphs, we identify a fact that multiple nodes with the same type always connect to a node with another type, which reveals the many-to-one schema, a.k.a. the hierarchical tree structure. But all the above work cannot preserve such tree structure, since the exact multi-hop path correlation from neighbors to the target node would be erased through aggregation. Therefore, to overcome the limitations of the literature, we propose T-GNN, a tree structure-aware graph neural network model for graph representation learning. Specifically, the proposed T-GNN consists of two modules: (1) the integrated hierarchical aggregation module and (2) the relational metric learning module. The integrated hierarchical aggregation module aims to preserve the tree structure by combining GNN with Gated Recurrent Unit to integrate the hierarchical and sequential neighborhood information on the tree structure to node representations. The relational metric learning module aims to preserve the heterogeneity by embedding each type of nodes into a type-specific space with distinct distribution based on similarity metrics.

📄 PDF Abstract BibTeX arXiv:2008.10003

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkGraph Representation LearningMetric LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Syntax-Aware Graph Attention Network for Aspect-Level Sentiment Classification

2020-12-01 · COLING 2020 8 · Lianzhe Huang, Xin Sun, Sujian Li, Linhao Zhang 외

Aspect-level sentiment classification aims to distinguish the sentiment polarities over aspect terms in a sentence. Existing approaches mostly focus on modeling the relationship between the given aspect words and their c…

ClassificationGraph AttentionLanguage ModelingLanguage Modelling+3

Graph Convolutions over Constituent Trees for Syntax-Aware Semantic Role Labeling

2019-09-21 · EMNLP 2020 11 · Diego Marcheggiani, Ivan Titov

Semantic role labeling (SRL) is the task of identifying predicates and labeling argument spans with semantic roles. Even though most semantic-role formalisms are built upon constituent syntax and only syntactic constitue…

Semantic Role Labeling

A Knowledge-Aware Sequence-to-Tree Network for Math Word Problem Solving

2020-11-01 · EMNLP 2020 11 · Qinzhuo Wu, Qi Zhang, Jinlan Fu, Xuanjing Huang

With the advancements in natural language processing tasks, math word problem solving has received increasing attention. Previous methods have achieved promising results but ignore background common-sense knowledge not d…

Common Sense ReasoningDecoderGraph AttentionMath+1

Temporal Hyperbolic Graph Representation Learning for Scale-Free Internet Routing and Delay Prediction

2026-05-27 · Yi-Ling Kuo, Hao-Yu Tien, Shih-Yu Tsai arxiv

Predicting Internet round-trip time (RTT) is critical for routing optimization, quality-of-service (QoS) provisioning, and traffic engineering, yet remains challenging due to long-term temporal dependencies, evolving rou…

Graph Representation LearningLink PredictionGraph Learning

Multivariate de Bruijn Graphs: A Symbolic Graph Framework for Time Series Forecasting

2025-05-28 · Mert Onur Cakiroglu, Idil Bilge Altun, Hasan Kurban, Elham Buxton 외

Time series forecasting remains a challenging task for foundation models due to temporal heterogeneity, high dimensionality, and the lack of inherent symbolic structure. In this work, we propose DRAGON (Discrete Represen…

Time SeriesTime Series Forecasting