-
ytgui updated
3 years ago
-
Excellent work! Does the code contain all the methods you have presented in the article? Can you tell me how to reimplement the TransFT method and its augmentation version?
-
"This is to remove FewRel test set from our training data. If your need is not just reproducing the experiments,you can discard this part. The `ernie_data` is obtained from https://github.com/thunlp/E…
-
# TransE
- Random initialized token embedding, token vocabulary include every token in train set.
- LSTM as composition functions to obtain mention/relation embedding from token embedding
- `h+r~…
-
Hi,
Your work is very interesting. Can you explain to me the inductive and transductive setup of data while training and testing? How they are different in your setup in terms of dataset preparati…
-
As the title
-
Can you renew the download link? Thanks!
-
ghost updated
3 years ago
-
Hello,
Is it possible to share the code for the transductive setting?
Thank you!
-
Hi,
Thanks for the great work. I was trying to run node prediction experiment on my local machine. Was prompted key error of 'quals'. Later in the code I found that subtype="triples" if config["STA…