I am trying to recreate the Complementarity and Exchangeability metrics from this paper (https://arxiv.org/pdf/2005.10402.pdf) using a Word2Vec with baskets of products that have been sold using Gensim. An example of a possible input product_corpus and the code:
I am just wondering currently how to go about computing the following using the Gensim model:
If I look at equation 1 and 2, I can see that V and V' are the input and output product vectors:

This is giving me a number > 1 though (which you wouldn't expect for a probability), so I feel like I am making a mistake somewhere. Does someone know what exactly? Thanks in advance!