HazyResearch / bootleg

Self-Supervision for Named Entity Disambiguation at the Tail
http://hazyresearch.stanford.edu/bootleg
Apache License 2.0
212 stars 27 forks source link

Do you update the knowledge graph periodically ? #115

Closed coolcoder001 closed 2 years ago

coolcoder001 commented 2 years ago

Hi @lorr1 / @chanind / @xiaoling / @stephenbach / @senwu / @vincentschen ,

When you update/push new version of bootleg, do you also publish a new dataset (KG dataset to be precise)?

Basically , how frequently do you update the entity_db file ? Do you scrape wikidata periodically and append to the entity_db?

lorr1 commented 2 years ago

So if I release a model again, it will be over a newer version of the KG data, too. However, I don't have any immediate plans to retrain and release a new version of teh model.

coolcoder001 commented 2 years ago

So if I release a model again, it will be over a newer version of the KG data, too. However, I don't have any immediate plans to retrain and release a new version of teh model.

Hi @lorr1 , so, in that case, I should use your other project (https://github.com/lorr1/bootleg_data_prep) , to download the data and retrain the model. Right ?

lorr1 commented 2 years ago

Yes, that's correct!