paper-with-me

Papers

Task-Guided Pair Embedding in Heterogeneous Network

2019-06-04 · Chanyoung Park, Donghyun Kim, Qi Zhu, Jiawei Han, Hwanjo Yu

Many real-world tasks solved by heterogeneous network embedding methods can be cast as modeling the likelihood of pairwise relationship between two nodes. For example, the goal of author identification task is to model the likelihood of a paper being written by an author (paper-author pairwise relationship). Existing task-guided embedding methods are node-centric in that they simply measure the similarity between the node embeddings to compute the likelihood of a pairwise relationship between two nodes. However, we claim that for task-guided embeddings, it is crucial to focus on directly modeling the pairwise relationship. In this paper, we propose a novel task-guided pair embedding framework in heterogeneous network, called TaPEm, that directly models the relationship between a pair of nodes that are related to a specific task (e.g., paper-author relationship in author identification). To this end, we 1) propose to learn a pair embedding under the guidance of its associated context path, i.e., a sequence of nodes between the pair, and 2) devise the pair validity classifier to distinguish whether the pair is valid with respect to the specific task at hand. By introducing pair embeddings that capture the semantics behind the pairwise relationships, we are able to learn the fine-grained pairwise relationship between two nodes, which is paramount for task-guided embedding methods. Extensive experiments on author identification task demonstrate that TaPEm outperforms the state-of-the-art methods, especially for authors with few publication records.

📄 PDF Abstract BibTeX arXiv:1906.01546

Code (1)

pcy1302/TapEM 공식 구현 pytorch

Tasks

Network Embedding

Similar Papers 제목 키워드 기반

HeteSpaceyWalk: A Heterogeneous Spacey Random Walk for Heterogeneous Information Network Embedding

2019-09-07 · Yu He, Yangqiu Song, Jian-Xin Li, Cheng Ji 외

Heterogeneous information network (HIN) embedding has gained increasing interests recently. However, the current way of random-walk based HIN embedding methods have paid few attention to the higher-order Markov chain nat…

Network Embedding

FHGE: A Fast Heterogeneous Graph Embedding with Ad-hoc Meta-paths

2025-02-22 · Xuqi Mao, Zhenying He, X. Sean Wang

Graph neural networks (GNNs) have emerged as the state of the art for a variety of graph-related tasks and have been widely used in Heterogeneous Graphs (HetGs), where meta-paths help encode specific semantics between va…

Graph EmbeddingLink PredictionNode Classification

Task-Guided and Path-Augmented Heterogeneous Network Embedding for Author Identification

2016-12-08 · Ting Chen, Yizhou Sun

In this paper, we study the problem of author identification under double-blind review setting, which is to identify potential authors given information of an anonymized paper. Different from existing approaches that rel…

Feature EngineeringNetwork Embedding

Embedding Heterogeneous Networks into Hyperbolic Space Without Meta-path

2021-06-18 · Lili Wang, Chongyang Gao, Chenghan Huang, Ruibo Liu 외

Networks found in the real-world are numerous and varied. A common type of network is the heterogeneous network, where the nodes (and edges) can be of different types. Accordingly, there have been efforts at learning rep…

AnatomyLink PredictionNetwork Embedding

Metapaths guided Neighbors aggregated Network for?Heterogeneous Graph Reasoning

2021-03-11 · Bang Lin, Xiuchong Wang, Yu Dong, Chengfu Huo 외

Most real-world datasets are inherently heterogeneous graphs, which involve a diversity of node and relation types. Heterogeneous graph embedding is to learn the structure and semantic information from the graph, and the…

DiversityGraph EmbeddingGraph Neural NetworkLink Prediction+2