Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Details about training pre-trained embeddings using TransE #18

Closed
izuna385 opened this issue Jun 27, 2019 · 2 comments
Closed

Details about training pre-trained embeddings using TransE #18

izuna385 opened this issue Jun 27, 2019 · 2 comments

Comments

@izuna385
Copy link

izuna385 commented Jun 27, 2019

Thanks for developing/opening code.
I have a question about the original paper.

In the original paper,

To be specific, we sample part of Wikidata which contains 5, 040, 986 entities and 24, 267, 796 fact triples.

Is there any plan for giving description about sampling facts and training embeddings?
For example, how long it takes, how to tune, and so on.

@izuna385 izuna385 changed the title Details about Training pre-trained embeddings using TransE Details about training pre-trained embeddings using TransE Jun 27, 2019
@zzy14
Copy link
Member

zzy14 commented Jun 27, 2019

According to the entities occurring in the pre-training corpus, we sample a subgraph which consists of these entities. Then, we use TransE to train these embeddings which takes about several hours with 8 CPUs.

@zzy14 zzy14 closed this as completed Jun 27, 2019
@izuna385
Copy link
Author

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants