paper-with-me

홈 › Papers

OpenGSL: A Comprehensive Benchmark for Graph Structure Learning

2023-06-17 · NeurIPS 2023 11 · Zhiyao Zhou, Sheng Zhou, Bochao Mao, Xuanyi Zhou, Jiawei Chen, Qiaoyu Tan, Daochen Zha, Yan Feng, Chun Chen, Can Wang

Graph Neural Networks (GNNs) have emerged as the de facto standard for representation learning on graphs, owing to their ability to effectively integrate graph topology and node attributes. However, the inherent suboptimal nature of node connections, resulting from the complex and contingent formation process of graphs, presents significant challenges in modeling them effectively. To tackle this issue, Graph Structure Learning (GSL), a family of data-centric learning approaches, has garnered substantial attention in recent years. The core concept behind GSL is to jointly optimize the graph structure and the corresponding GNN models. Despite the proposal of numerous GSL methods, the progress in this field remains unclear due to inconsistent experimental protocols, including variations in datasets, data processing techniques, and splitting strategies. In this paper, we introduce OpenGSL, the first comprehensive benchmark for GSL, aimed at addressing this gap. OpenGSL enables a fair comparison among state-of-the-art GSL methods by evaluating them across various popular datasets using uniform data processing and splitting strategies. Through extensive experiments, we observe that existing GSL methods do not consistently outperform vanilla GNN counterparts. We also find that there is no significant correlation between the homophily of the learned structure and task performance, challenging the common belief. Moreover, we observe that the learned graph structure demonstrates a strong generalization ability across different GNN models, despite the high computational and space consumption. We hope that our open-sourced library will facilitate rapid and equitable evaluation and inspire further innovative research in this field. The code of the benchmark can be found in https://github.com/OpenGSL/OpenGSL.

📄 PDF Abstract BibTeX arXiv:2306.10280

Code (1)

opengsl/opengsl 공식 구현 pytorch

Tasks

Graph structure learningRepresentation Learning

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

When to use Graphs in RAG: A Comprehensive Analysis for Graph Retrieval-Augmented Generation

2025-06-06 · Zhishang Xiang, Chuanjie Wu, Qinggang Zhang, Shengyuan Chen 외

Graph retrieval-augmented generation (GraphRAG) has emerged as a powerful paradigm for enhancing large language models (LLMs) with external knowledge. It leverages graphs to model the hierarchical structure between speci…

RAGRetrievalRetrieval-augmented Generation

GraphICL: Unlocking Graph Learning Potential in LLMs through Structured Prompt Design

2025-01-27 · Yuanfu Sun, Zhengnan Ma, Yi Fang, Jing Ma 외

The growing importance of textual and relational systems has driven interest in enhancing large language models (LLMs) for graph-structured data, particularly Text-Attributed Graphs (TAGs), where samples are represented …

Graph LearningGraph Neural NetworkIn-Context LearningPrompt Engineering

GSLB: The Graph Structure Learning Benchmark

2023-10-08 · NeurIPS 2023 11 · ZHIXUN LI, Xin Sun, Yifan Luo, Yanqiao Zhu 외

Graph Structure Learning (GSL) has recently garnered considerable attention due to its ability to optimize both the parameters of Graph Neural Networks (GNNs) and the computation graph structure simultaneously. Despite t…

Graph structure learning

DTGB: A Comprehensive Benchmark for Dynamic Text-Attributed Graphs

2024-06-17 · Jiasheng Zhang, Jialin Chen, Menglin Yang, Aosong Feng 외

Dynamic text-attributed graphs (DyTAGs) are prevalent in various real-world scenarios, where each node and edge are associated with text descriptions, and both the graph structure and text descriptions evolve over time. …

Dynamic graph embeddingEdge ClassificationGraph LearningLink Prediction+2

TEG-DB: A Comprehensive Dataset and Benchmark of Textual-Edge Graphs

2024-06-14 · Zhuofeng Li, Zixing Gou, Xiangnan Zhang, Zhongyuan Liu 외

Text-Attributed Graphs (TAGs) augment graph structures with natural language descriptions, facilitating detailed depictions of data and their interconnections across various real-world settings. However, existing TAG dat…

TAG