Hi,
I have a question regarding the choice of edge weight for the case of imbalanced number of edges. In particular, if I have entities A, B, and C, and two relation types AB and BC. However, there are 1 million edges for AB, but only 1000 edges for BC, I would expect relation type AB to dominate over BC if I do not adjust the edge weight accordingly. But I wasn't sure how exactly I should approach this issue here. Thank you so much!