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

Add ConceptNet #15

Closed
cthoyt opened this issue Jun 27, 2020 · 0 comments · Fixed by #160
Closed

Add ConceptNet #15

cthoyt opened this issue Jun 27, 2020 · 0 comments · Fixed by #160
Assignees
Labels

Comments

@cthoyt
Copy link
Member

cthoyt commented Jun 27, 2020

Issue #2 brought attention to the ConceptNet as a possible dataset to include with PyKEEN. They provide a tab-separated dump of the database here. It is not pre-stratified into training/testing/evaluation sets.

Because this file has additional columns besides head, relation, and tail, its inclusion will also require an updated to the SingleTabbedDataset such that the usecols keyword argument can be specified in the dataset's __init__()

Blocked by #196 because splitting algorithm is currently too slow for big datasets (with more than ~5 million triples)

@cthoyt cthoyt added the 💾 Dataset Related to datasets label Jun 27, 2020
@cthoyt cthoyt self-assigned this Jun 27, 2020
cthoyt added a commit that referenced this issue Nov 21, 2020
@cthoyt cthoyt mentioned this issue Nov 21, 2020
5 tasks
cthoyt added a commit that referenced this issue Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant