Graph Mining

70 papers with code • 0 benchmarks • 6 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Graph Mining models and implementations

Graph-Skeleton: ~1% Nodes are Sufficient to Represent Billion-Scale Graph

zjunet/graphskeleton 14 Feb 2024

In this paper, we argue that properly fetching and condensing the background nodes from massive web graph data might be a more economical shortcut to tackle the obstacles fundamentally.

2
14 Feb 2024

Fine-tuning Graph Neural Networks by Preserving Graph Generative Patterns

zjunet/G-Tuning 21 Dec 2023

In this paper, we identify the fundamental cause of structural divergence as the discrepancy of generative patterns between the pre-training and downstream graphs.

4
21 Dec 2023

DGCLUSTER: A Neural Framework for Attributed Graph Clustering via Modularity Maximization

pyrobits/dgcluster 20 Dec 2023

Graph clustering is a fundamental and challenging task in the field of graph mining where the objective is to group the nodes into clusters taking into consideration the topology of the graph.

4
20 Dec 2023

Survey on Trustworthy Graph Neural Networks: From A Causal Perspective

usail-hkust/causality-inspired-gnns 19 Dec 2023

Moreover, we introduce a taxonomy of Causality-Inspired GNNs (CIGNNs) based on the type of causal learning capability they are equipped with, i. e., causal reasoning and causal representation learning.

25
19 Dec 2023

User Modeling in the Era of Large Language Models: Current Research and Future Directions

tamsiuhin/llm-um-reading 11 Dec 2023

Two common types of user data are text and graph, as the data usually contain a large amount of user-generated content (UGC) and online interactions.

53
11 Dec 2023

Fast Graph Condensation with Structure-based Neural Tangent Kernel

wanglin0126/gcsntk 17 Oct 2023

The rapid development of Internet technology has given rise to a vast amount of graph-structured data.

1
17 Oct 2023

Independent Distribution Regularization for Private Graph Embedding

hkust-knowcomp/privategraphencoder 16 Aug 2023

Additionally, we introduce a novel regularization to enforce the independence of the encoders.

1
16 Aug 2023

Contrastive Meta-Learning for Few-shot Node Classification

songw-sw/cosmic 27 Jun 2023

First, we propose to enhance the intra-class generalizability by involving a contrastive two-step optimization in each episode to explicitly align node embeddings in the same classes.

7
27 Jun 2023

Fast Maximum $k$-Plex Algorithms Parameterized by Small Degeneracy Gaps

joey001/kplex_degen_gap 23 Jun 2023

We define a novel parameter of the input instance, $g_k(G)$, the gap between the degeneracy bound and the size of the maximum $k$-plex in the given graph, and present an exact algorithm parameterized by this $g_k(G)$, which has a worst-case running time polynomial in the size of the input graph and exponential in $g_k(G)$.

2
23 Jun 2023

Connecting the Dots: What Graph-Based Text Representations Work Best for Text Classification Using Graph Neural Networks?

buguemar/grtc_gnns 23 May 2023

Given the success of Graph Neural Networks (GNNs) for structure-aware machine learning, many studies have explored their use for text classification, but mostly in specific domains with limited data characteristics.

2
23 May 2023