-
win18rr_transductive Report an error:
10:41:03 Random seed: 1024
10:41:03 Config file: config/transductive/wn18rr.yaml
10:41:03 Delta: 0
10:41:03 {'dataset': {'class': 'WN18RR', 'root': '~…
-
## 一言でいうと
文書分類にGraph Convolutionを適用した研究。ノードとして文書・単語双方をとっており、文書=>単語の重みはTF-IDF、単語=>単語の重みはコーパス全体の共起(PMI)をとっている。単語分散表現なしにCNNやLSTMのモデルを上回る効果を出せている。ただ、テストセットのノードが既知であるTransductive設定
![image](https://u…
-
Hi im new to this field and i have a minor question about TRZSL setting.
At first, I thought that in TRZSL, only images corresponding to unseen classes could be accessed during training. But after re…
-
Hi,
I have allx but i do not have ally (tagged labels) in this case how to make model train in semi-supervised (inductive learning) as mentioned in https://github.com/kimiyoung/planetoid way. Pleas…
-
```bash
(astarnet) [AStarNet]$ python3 script/run.py -c config/transductive/fb15k237_astarnet.yaml --gpus [0]
12:22:42 Config file: config/transductive/fb15k237_astarnet.yaml
12:22:42 {'output_…
-
Hello, I'd like to ask a question. In many previous papers, the adjacency matrix of GCN includes all nodes, while in this paper, it seems to only include the nodes of the training set. So, isn't this …
-
### 🐛 Describe the bug
When setting up a configuration for graph classification with a dataset in PyG format an error message is received during loading of the dataset.
Error message:
```
Traceb…
-
### Description
We have two sorts of knowledge graph algorithms:
1. ComplEx, DistMult, ...: using `KGTripleGenerator`, which passes in node and edge type ilocs to look up in embedding layers
2.…
huonw updated
3 years ago
-
Hi Yao,
I applied your model to my own data,and it perform very well.This is a great model.
If i use this model to predict unlabeled documents' category,which part of the codes i should change?
…
-
There are some issues I am not sure about after reading the paper and the codes.
1. Semantic labels, also class names are used to generate word vectors in the training phase.
2. And semantic labels …