yusanshi / news-recommendation

Implementations of some methods in news recommendation.
MIT License
241 stars 50 forks source link

Entity Embedding #8

Closed findoctor closed 3 years ago

findoctor commented 3 years ago

How do you generate entity embeddings? I noticed that you set it as 'None' and leave it to nn.Embedding while they are supposed to be learned from knowledge graph.