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

Question about data pre-processing #7

Open
xlk369293141 opened this issue Mar 3, 2023 · 0 comments
Open

Question about data pre-processing #7

xlk369293141 opened this issue Mar 3, 2023 · 0 comments

Comments

@xlk369293141
Copy link

First of all, thank you for sharing.

I am working on the future link prediction of TKG. I would like to reproduce the results of 4 other datasets and compare them, is it possible to share the rest of the datasets and their preprocessing code?

I notice that mapping.py recombines the training set, the validation set and the test set using the following code.
len_train, len_val = int(file.shape[0] * 0.8)+41, int(file.shape[0] * 0.1)+56
Do the other datasets also use this segmentation criteria?

Looking forward to your reply, 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

1 participant