JuneFeng / RelationClassification-RL

Reinforcement Learning for Relation Classification from Noisy Data(AAAI2018)
134 stars 37 forks source link

Questiton about the number of entity2vec #5

Open FrankWork opened 6 years ago

FrankWork commented 6 years ago

There are 49,828 entities in the training set, but there are only 39,528 pre-trained entity embeddings.

xuyanfu commented 6 years ago

In init.cpp, the entityMapping will return the wrong id if the entity is not in the RE/entity2id.txt.