NVIDIA-Merlin / Transformers4Rec

Transformers4Rec is a flexible and efficient library for sequential and session-based recommendation and works with PyTorch.
https://nvidia-merlin.github.io/Transformers4Rec/main
Apache License 2.0
1.06k stars 144 forks source link

[FEA] Post context fusion using T4rec api #764

Open vivpra89 opened 6 months ago

vivpra89 commented 6 months ago

🚀 Feature request

https://github.com/NVIDIA-Merlin/competitions/blob/3734d8aef94c73f5f8a572789aca1a17f69b12a5/SIGIR_eCommerce_Challenge_2021/task1_session_based_rec/2-models/sigir_ecom_transformers/recsys_meta_model.py#L605

Motivation

SIGIR_eCommerce_Challenge_2021 solution from nvidia used a post-context fusion of search embeddings. Is there a way to introduce post context fusion using t4rec api and package.

karunaahuja commented 3 months ago

+1, could be very helpful!