Skip to content

Commit 57a5f47

Browse files
committed
update 0.9.2 readme and doc
1 parent 380b608 commit 57a5f47

File tree

3 files changed

+58
-24
lines changed

3 files changed

+58
-24
lines changed

README.md

Lines changed: 54 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515

1616
**[Website](https://deephypergraph.com/)** | **[Documentation](https://deephypergraph.readthedocs.io/)** | **[Tutorials](https://deephypergraph.readthedocs.io/en/latest/tutorial/overview.html)** | **[中文文档](https://deephypergraph.readthedocs.io/en/latest/zh/overview.html)** | **[Official Examples](https://deephypergraph.readthedocs.io/en/latest/examples/vertex_cls/index.html)** | **[Discussions](https://github.com/iMoonLab/DeepHypergraph/discussions)**
1717

18-
<p align="center">
19-
The v0.9.2 will be released soon, which will include many structure visualizations!<br>
20-
我们很快将发布v0.9.2版本,其中包含了各种关联结构的可视化!
21-
</p>
2218

2319
## News
24-
- 2022-08-25 -> DHG's first version v0.9.1 is now available!
25-
- 2022-08-25 -> DHG的第一个版本 v0.9.1 正式发布!
20+
- 2022-09-25 -> **v0.9.2** is now available! More datasets, SOTA models, and visualizations are included!
21+
- 2022-09-25 -> **v0.9.2** 正式发布! 包含更多数据集、最新模型和可视化功能!
22+
- 2022-08-25 -> DHG's first version **v0.9.1** is now available!
23+
- 2022-08-25 -> DHG的第一个版本 **v0.9.1** 正式发布!
2624

2725

2826
**DHG** *(DeepHypergraph)* is a deep learning library built upon [PyTorch](https://pytorch.org) for learning with both Graph Neural Networks and Hypergraph Neural Networks. It is a general framework that supports both low-order and high-order message passing like **from vertex to vertex**, **from vertex in one domain to vertex in another domain**, **from vertex to hyperedge**, **from hyperedge to vertex**, **from vertex set to vertex set**.
@@ -71,13 +69,13 @@ The Optuna library endows DHG with the Auto-ML ability. DHG supports automatical
7169
## Installation
7270

7371

74-
Current, the stable version of **DHG** is 0.9.1. You can install it with ``pip`` as follows:
72+
Current, the stable version of **DHG** is 0.9.2. You can install it with ``pip`` as follows:
7573

7674
```python
7775
pip install dhg
7876
```
7977

80-
You can also try the nightly version (0.9.2) of **DHG** library with ``pip`` as follows:
78+
You can also try the nightly version (0.9.3) of **DHG** library with ``pip`` as follows:
8179

8280
```python
8381
pip install git+https://github.com/iMoonLab/DeepHypergraph.git
@@ -269,7 +267,13 @@ Currently, we have added the following datasets:
269267

270268
- **[Citeseer](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.Citeseer.html#dhg.data.Citeseer)**: A citation network dataset for vertex classification task.
271269

272-
- **[Cooking200](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.Cooking200.html#dhg.data.Cooking200)**: A cooking recipe dataset for vertex classification task.
270+
- **[BlogCatalog](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.BlogCatalog.html#dhg.data.BlogCatalog)**: A social network dataset for vertex classification task.
271+
272+
- **[Flickr](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.Flickr.html#dhg.data.Flickr)**: A social network dataset for vertex classification task.
273+
274+
- **[Github](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.Github.html#dhg.data.Github)**: A collaboration network dataset for vertex classification task.
275+
276+
- **[Facebook](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.Facebook.html#dhg.data.Facebook)**: A social network dataset for vertex classification task.
273277

274278
- **[MovieLens1M](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.MovieLens1M.html#dhg.data.MovieLens1M)**: A movie dataset for user-item recommendation task.
275279

@@ -279,6 +283,34 @@ Currently, we have added the following datasets:
279283

280284
- **[Gowalla](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.Gowalla.html#dhg.data.Gowalla)**: A location's feedback dataset for user-item recommendation task.
281285

286+
- **[TecentBiGraph](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.TencentBiGraph.html#dhg.data.TencentBiGraph)**: A social network dataset for vertex classification task.
287+
288+
- **[CoraBiGraph](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.CoraBiGraph.html#dhg.data.CoraBiGraph)**: A citation network dataset for vertex classification task.
289+
290+
- **[PubmedBiGraph](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.PubmedBiGraph.html#dhg.data.PubmedBiGraph)**: A citation network dataset for vertex classification task.
291+
292+
- **[CiteseerBiGraph](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.CiteseerBiGraph.html#dhg.data.CiteseerBiGraph)**: A citation network dataset for vertex classification task.
293+
294+
- **[Cooking200](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.Cooking200.html#dhg.data.Cooking200)**: A cooking recipe dataset for vertex classification task.
295+
296+
- **[CoauthorshipCora](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.CoauthorshipCora.html#dhg.data.CoauthorshipCora)**: A citation network dataset for vertex classification task.
297+
298+
- **[CoauthorshipDBLP](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.CoauthorshipDBLP.html#dhg.data.CoauthorshipDBLP)**: A citation network dataset for vertex classification task.
299+
300+
- **[CocitationCora](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.CocitationCora.html#dhg.data.CocitationCora)**: A citation network dataset for vertex classification task.
301+
302+
- **[CocitationPubmed](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.CocitationCiteseer.html#dhg.data.CocitationCiteseer)**: A citation network dataset for vertex classification task.
303+
304+
- **[CocitationCiteseer](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.CocitationPubmed.html#dhg.data.CocitationPubmed)**: A citation network dataset for vertex classification task.
305+
306+
- **[YelpRestaurant](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.YelpRestaurant.html#dhg.data.YelpRestaurant)**: A restaurant-review network dataset for vertex classification task.
307+
308+
- **[WalmartTrips](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.WalmartTrips.html#dhg.data.WalmartTrips)**: A user-product network dataset for vertex classification task.
309+
310+
- **[HouseCommittees](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.HouseCommittees.html#dhg.data.HouseCommittees)**: A committee network dataset for vertex classification task.
311+
312+
- **[News20](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.data.News20.html#dhg.data.News20)**: A newspaper network dataset for vertex classification task.
313+
282314
## Metrics
283315

284316
### Classification Metrics
@@ -327,6 +359,10 @@ Currently, we have added the following datasets:
327359

328360
- **[LightGCN](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.models.LightGCN.html#dhg.models.LightGCN)** model of [LightGCN: Lightweight Graph Convolutional Networks](https://arxiv.org/pdf/2002.02126) paper (SIGIR 2020).
329361

362+
- **[BGNN-Adv](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.models.BGNN_Adv.html#dhg.models.BGNN_Adv)** model of [Cascade-BGNN: Toward Efficient Self-supervised Representation Learning on Large-scale Bipartite Graphs](https://arxiv.org/pdf/1906.11994.pdf) paper (TNNLS 2020).
363+
364+
- **[BGNN-MLP](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.models.BGNN_MLP.html#dhg.models.BGNN_MLP)** model of [Cascade-BGNN: Toward Efficient Self-supervised Representation Learning on Large-scale Bipartite Graphs](https://arxiv.org/pdf/1906.11994.pdf) paper (TNNLS 2020).
365+
330366

331367
### On High-Order Structures
332368

@@ -336,9 +372,17 @@ Currently, we have added the following datasets:
336372

337373
- **[HyperGCN](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.models.HyperGCN.html#dhg.models.HyperGCN)** model of [HyperGCN: A New Method of Training Graph Convolutional Networks on Hypergraphs](https://papers.nips.cc/paper/2019/file/1efa39bcaec6f3900149160693694536-Paper.pdf) paper (NeurIPS 2019).
338374

375+
- **[DHCF](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.models.DHCF.html#dhg.models.DHCF)** model of [Dual Channel Hypergraph Collaborative Filtering](https://dl.acm.org/doi/10.1145/3394486.3403253) paper (KDD 2020).
376+
339377
- **[HNHN](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.models.HNHN.html#dhg.models.HNHN)** model of [HNHN: Hypergraph Networks with Hyperedge Neurons](https://arxiv.org/pdf/2006.12278.pdf) paper (ICML 2020).
340378

341-
- **[DHCF](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.models.DHCF.html#dhg.models.DHCF)** model of [Dual Channel Hypergraph Collaborative Filtering](https://dl.acm.org/doi/10.1145/3394486.3403253) paper (KDD 2020).
379+
- **[UniGCN](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.models.UniGCN.html#dhg.models.UniGCN)** model of [UniGNN: a Unified Framework for Graph and Hypergraph Neural Networks](https://arxiv.org/pdf/2105.00956.pdf) paper (IJCAI 2021).
380+
381+
- **[UniGAT](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.models.UniGAT.html#dhg.models.UniGAT)** model of [UniGNN: a Unified Framework for Graph and Hypergraph Neural Networks](https://arxiv.org/pdf/2105.00956.pdf) paper (IJCAI 2021).
382+
383+
- **[UniSAGE](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.models.UniSAGE.html#dhg.models.UniSAGE)** model of [UniGNN: a Unified Framework for Graph and Hypergraph Neural Networks](https://arxiv.org/pdf/2105.00956.pdf) paper (IJCAI 2021).
384+
385+
- **[UniGIN](https://deephypergraph.readthedocs.io/en/latest/generated/dhg.models.UniGIN.html#dhg.models.UniGIN)** model of [UniGNN: a Unified Framework for Graph and Hypergraph Neural Networks](https://arxiv.org/pdf/2105.00956.pdf) paper (IJCAI 2021).
342386

343387

344388

docs/source/index.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ DHG Overview
1212
\part{English}
1313
\chapter{DHG Overview}
1414

15-
.. only:: not latex
16-
17-
.. attention::
18-
19-
We are rushing the documentation and tutorials, which will be updated twice a day!
20-
2115

2216
**DHG** (*DeepHypergraph*) is a deep learning library built upon `PyTorch <https://pytorch.org/>`_ for learning with both Graph Neural Networks and Hypergraph Neural Networks.
2317
It is a general framework that supports both low-order and high-order message passing like
@@ -35,7 +29,8 @@ can help you automatically tune the hyper-parameters of your models in training
3529

3630
**News**
3731

38-
- *2022-08-25* -> The **v0.9.1 release** is now available!
32+
- 2022-09-25 -> The **v0.9.2** is now available! More datasets, SOTA models, and visualizations are included!
33+
- 2022-08-25 -> The **v0.9.1** is now available!
3934

4035
**Citing**
4136

docs/source/zh/overview.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
DHG简介
22
==============
33

4-
.. only:: not latex
5-
6-
.. attention::
7-
8-
我们正在加快文档和教程的更新,每天会在午饭和晚饭期间进行两次更新!
9-
104
**DHG** (*DeepHypergraph*) 是基于 `PyTorch <https://pytorch.org/>`_ 的深度学习包,
115
可用于图神经网络以及超图神经网络。
126
其支持 **从顶点到顶点**、**从一个域的顶点到另一个域的顶点**、 **从顶点到超边**,、**从超边到顶点**、**从顶点集到顶点集** 等低阶或高阶信息传递的通用框架。
@@ -21,7 +15,8 @@ DHG简介
2115

2216
**新闻**
2317

24-
- *2022-08-25* -> DHG的第一个版本 **v0.9.1** 正式发布!
18+
- 2022-09-25 -> **v0.9.2** 正式发布! 包含更多数据集、最新模型和可视化功能!
19+
- 2022-08-25 -> DHG的第一个版本 **v0.9.1** 正式发布!
2520

2621
**引用**
2722

0 commit comments

Comments
 (0)