I am using Gensim 4 to train a LSI model.
I tried to print some topic, and this is one of the result:
-0.246*"cancer" + -0.218*"patient" + -0.200*"risk" + -0.131*"ci" + -0.122*"associ" + -0.120*"breast" + -0.118*"women" + -0.114*"atlas" + 0.108*"system" + -0.104*"year"
How should I interpret the negative coefficients?
What is this topic about?