Skip to content

Commit

Permalink
[Docs] TranX docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhanghyi committed Jun 26, 2022
1 parent 89fd328 commit 9f7241c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@ python main.py -m GTN -d imdb4GTN -t node_classification -g 0 --use_best_config
表格中的链接给出了模型的基本使用方法.

| 模型 | 节点分类 | 链路预测 | 推荐 |
| -------------------------------------------------------- | ------------------ | ------------------ | ------------------ |
|----------------------------------------------------------|--------------------|--------------------|--------------------|
| [TransE](./openhgnn/output/TransE)[NIPS 2013] | | :heavy_check_mark: | |
| [TransH](./openhgnn/output/TransH)[AAAI 2014] | | :heavy_check_mark: | |
| [TransR](./openhgnn/output/TransR)[AAAI 2015] | | :heavy_check_mark: | |
| [TransD](./openhgnn/output/TransD)[ACL 2015] | | :heavy_check_mark: | |
| [Metapath2vec](./openhgnn/output/metapath2vec)[KDD 2017] | :heavy_check_mark: | | |
| [RGCN](./openhgnn/output/RGCN)[ESWC 2018] | :heavy_check_mark: | :heavy_check_mark: | |
| [HERec](./openhgnn/output/HERec)[TKDE 2018] | :heavy_check_mark: | | |
Expand Down
6 changes: 5 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,11 @@ Refer to the [docs](https://openhgnn.readthedocs.io/en/latest/index.html) to get
The link will give some basic usage.

| Model | Node classification | Link prediction | Recommendation |
| --------------------------------------------------------- | ------------------- | ------------------ | ------------------ |
|-----------------------------------------------------------|---------------------|--------------------|--------------------|
| [TransE](../openhgnn/output/TransE)[NIPS 2013] | | :heavy_check_mark: | |
| [TransH](../openhgnn/output/TransH)[AAAI 2014] | | :heavy_check_mark: | |
| [TransR](../openhgnn/output/TransR)[AAAI 2015] | | :heavy_check_mark: | |
| [TransD](../openhgnn/output/TransD)[ACL 2015] | | :heavy_check_mark: | |
| [Metapath2vec](../openhgnn/output/metapath2vec)[KDD 2017] | :heavy_check_mark: | | |
| [RGCN](../openhgnn/output/RGCN)[ESWC 2018] | :heavy_check_mark: | :heavy_check_mark: | |
| [HERec](../openhgnn/output/HERec)[TKDE 2018] | :heavy_check_mark: | | |
Expand Down

0 comments on commit 9f7241c

Please sign in to comment.