Reinforcement Graph Clustering with Unknown Cluster Number logo

Reinforcement Graph Clustering with Unknown Cluster Number

To enable the deep graph clustering algorithms to work without the guidance of the predefined cluster number, we propose a new deep graph clustering method termed Reinforcement Graph Clustering (RGC).

GitHub Link

The GitHub link is https://github.com/yueliu1999/awesome-deep-graph-clustering

Introduce

The GitHub repository "Awesome Deep Graph Clustering" (ADGC) contains a comprehensive collection of state-of-the-art deep graph clustering methods, including papers, codes, and datasets. The repository covers various aspects of deep graph clustering, aiming to reveal underlying graph structures and group nodes into different clusters. It offers survey papers, taxonomy, challenge explanations, and applications. The methods span across different categories like Reconstructive, Adversarial, and Contrastive deep graph clustering, each having numerous papers, codes, and papers. Various benchmark datasets, both graph and non-graph types, are also included. The repository is curated by yueliu1999 and provides a valuable resource for researchers and practitioners interested in deep graph clustering techniques. To enable the deep graph clustering algorithms to work without the guidance of the predefined cluster number, we propose a new deep graph clustering method termed Reinforcement Graph Clustering (RGC).

Content

ADGC is a collection of state-of-the-art (SOTA), novel deep graph clustering methods (papers, codes and datasets). Any other interesting papers and codes are welcome. Any problems, please contact yueliu19990731@163.com. If you find this repository useful to your research or work, it is really appreciated to star this repository. _ If you use our code or the processed datasets in this repository for your research, please cite 1-2 papers in the citation part here. __ Deep graph clustering, which aims to reveal the underlying graph structure and divide the nodes into different groups, has attracted intensive attention in recent years. More details can be found in the survey paper. Link We divide the datasets into two categories, i.e. graph datasets and non-graph datasets. Graph datasets are some graphs in real-world, such as citation networks, social networks and so on. Non-graph datasets are NOT graph type. However, if necessary, we could construct "adjacency matrices" by K-Nearest Neighbors (KNN) algorithm. About the introduction of each dataset, please check here Edges: Here, we just count the number of undirected edges. A Unified Framework for Deep Attribute Graph Clustering

Alternatives & Similar Tools

LongLLaMA-handle very long text contexts, up to 256,000 tokens logo

LongLLaMA is a large language model designed to handle very long text contexts, up to 256,000 tokens. It's based on OpenLLaMA and uses a technique called Focused Transformer (FoT) for training. The repository provides a smaller 3B version of LongLLaMA for free use. It can also be used as a replacement for LLaMA models with shorter contexts.