paper-with-me

홈 › Papers

Hybrid Graph: A Unified Graph Representation with Datasets and Benchmarks for Complex Graphs

2023-06-08 · Zehui Li, Xiangyu Zhao, Mingzhu Shen, Guy-Bart Stan, Pietro Liò, Yiren Zhao

Graphs are widely used to encapsulate a variety of data formats, but real-world networks often involve complex node relations beyond only being pairwise. While hypergraphs and hierarchical graphs have been developed and employed to account for the complex node relations, they cannot fully represent these complexities in practice. Additionally, though many Graph Neural Networks (GNNs) have been proposed for representation learning on higher-order graphs, they are usually only evaluated on simple graph datasets. Therefore, there is a need for a unified modelling of higher-order graphs, and a collection of comprehensive datasets with an accessible evaluation framework to fully understand the performance of these algorithms on complex graphs. In this paper, we introduce the concept of hybrid graphs, a unified definition for higher-order graphs, and present the Hybrid Graph Benchmark (HGB). HGB contains 23 real-world hybrid graph datasets across various domains such as biology, social media, and e-commerce. Furthermore, we provide an extensible evaluation framework and a supporting codebase to facilitate the training and evaluation of GNNs on HGB. Our empirical study of existing GNNs on HGB reveals various research opportunities and gaps, including (1) evaluating the actual performance improvement of hypergraph GNNs over simple graph GNNs; (2) comparing the impact of different sampling strategies on hybrid graph learning methods; and (3) exploring ways to integrate simple graph and hypergraph information. We make our source code and full datasets publicly available at https://zehui127.github.io/hybrid-graph-benchmark/.

📄 PDF Abstract BibTeX arXiv:2306.05108

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Advancing Medical Radiograph Representation Learning: A Hybrid Pre-training Paradigm with Multilevel Semantic Granularity

2024-10-01 · Hanqi Jiang, Xixuan Hao, Yuzhou Huang, Chong Ma 외

This paper introduces an innovative approach to Medical Vision-Language Pre-training (Med-VLP) area in the specialized context of radiograph representation learning. While conventional methods frequently merge textual an…

DecoderKnowledge DistillationRepresentation Learning

Hybrid Transformer with Multi-level Fusion for Multimodal Knowledge Graph Completion

2022-05-04 · Xiang Chen, Ningyu Zhang, Lei LI, Shumin Deng 외

Multimodal Knowledge Graphs (MKGs), which organize visual-text factual knowledge, have recently been successfully applied to tasks such as information retrieval, question answering, and recommendation system. Since most …

Information RetrievalKnowledge Graph CompletionKnowledge GraphsLink Prediction+4

Text Representation Enrichment Utilizing Graph based Approaches: Stock Market Technical Analysis Case Study

2022-11-29 · Sara Salamat, Nima Tavassoli, Behnam Sabeti, reza fahmi

Graph neural networks (GNNs) have been utilized for various natural language processing (NLP) tasks lately. The ability to encode corpus-wide features in graph representation made GNN models popular in various tasks such…

ClassificationDocument ClassificationLink PredictionNode Classification+1

Scalable and Explainable Enterprise Knowledge Discovery Using Graph-Centric Hybrid Retrieval

2025-10-13 · Nilima Rao, Jagriti Srivastava, Pradeep Kumar Sharma, Hritvik Shrivastava arxiv

Modern enterprises manage vast knowledge distributed across heterogeneous systems such as Jira, Git repositories, Confluence, and wikis. Conventional retrieval methods based on keyword search or static embeddings often f…

Semantic Similarity

MAGNET: A Multi-Graph Attentional Network for Code Clone Detection

2025-10-28 · Zixian Zhang, Takfarinas Saber arxiv

Code clone detection is a fundamental task in software engineering that underpins refactoring, debugging, plagiarism detection, and vulnerability analysis. Existing methods often rely on singular representations such as …