yusanshi / news-recommendation

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

Proper combination of news representation #30

Closed yogacha closed 2 years ago

yogacha commented 2 years ago

Fusion should be done after concatenate

https://github.com/yusanshi/news-recommendation/blob/8323a4f8ca30dc91eab715b55b069cf1f981728d/src/model/LSTUR/news_encoder.py#L73-L76

yusanshi commented 2 years ago

Sorry but what's the fusion? Could you be a little more specific?