allenai / commonsense-kg-completion

MIT License
107 stars 16 forks source link

Pretrained Full-Graph Model #14

Open petervickers opened 3 years ago

petervickers commented 3 years ago

Thank you for your very interesting paper and for releasing the code.

From a look at the code, it appears the code for training the model the full ConceptNet Graph isn't complete (for instance, reader .ConceptNetFullReader isn't implemented)..

Would it be possible for you to provide this code, or (even better) the node embeddings for the full graph?

Many thanks.

chaitanyamalaviya commented 3 years ago

Hi, thanks you for your interest.

I removed the reader for the full version of ConceptNet because it wasn't really one of the experiments presented in the paper . The reader was basically processing data from here and cleaning it up. We instead used a subset of ConceptNet released here. I don't really have a trained model on the full ConceptNet graph. You're welcome to try to train one and let me know if you run into any issues.