-
Hi,
I find that there maybe data leakage of link predicion experiments.
As shown in the following example, the test link is [35140, 42213], but this test edge has been leaked in your input ne…
-
```
def test(feature_encoder, relation_network, samples, sample_labels, batches, batch_labels):
sample_features = feature_encoder(samples, True)
sample_features = tf.reshape(sample_features…
-
When I run the example you provided
```
python script/run.py -c config/transductive/inference.yaml --dataset CoDExSmall --epochs 0 --bpe null --gpus null --ckpt ckpts/ultra_4g.pth
```
I get the…
-
Hello,
can you spot any obvious reasons why I cannot reproduce your numbers for e.g. the fb15k-237_v1 inductive set, with the pykeen code (See below). Any help would be appreciated! (Most of the co…
-
## Keyword: metric learning
### Sparse online relative similarity learning
- **Authors:** Dezhong Yao, Peilin Zhao, Chen Yu, Hai Jin, Bin Li
- **Subjects:** Machine Learning (cs.LG); Artificial Inte…
-
Hey! Great work. I was analyzing your paper, and couldn't figure out if you had reported results from inductive learning experiments. Are Table III results from inductive experiments?
Best.
HeVLF updated
11 months ago
-
Hello, dear author, I have observed an inconsistency within your code implementation. Specifically, there appears to be an omission in which the conversion of the parameter "opt.transductive" to True …
-
The format of the datasets in [KGReasoning ](https://github.com/snap-stanford/KGReasoning)does not seem to match the code in [DataProcessing](https://github.com/WangsyGit/InductiveLR/tree/master/DataP…
-
Hi,
Thanks for sharing the code!
I was hoping you could share how to run AdaProp on the inductive setting. The README seems to only refer to the transductive setting.
Thanks!
-
The data in the original C-MAPSS dataset "test-FD00X. txt" and "RUL_FD00X. txt", namely the test data from the original dataset, were not used in this experiment. Instead, only the data from the train…