generative-recommenders
generative-recommenders copied to clipboard
How to combine autoregressive model and classification multi-task head in ranking model?
If I understand correctly, autoregressive model has a loss, and also multi-task dense layers followed autoregressive model has a weighted loss. How to combine them? And in ranking model, how to calculate the loss of autoregressive model? It's the same as LLM which is cross-entropy? Or a softmax?