Word Associatoin Norms Mutual Information And Lexicography

Word Association Norms, Mutual Information, and Lexicography

4 AN information Theoretic Measure

Mutual Information: Two points xx,yy have probabilities P(x)P(x) and P(y)P(y) then their mutual information is I(x,y)I(x,y) and is defined as: $I(x,y)\equiv \log_2\frac{P(x,y)}{P(x)P(y)} $ The joint probability is P(x,y)P(x,y) and then make I(x,y)>0I(x,y)>0 , if there is not strong relationship then P(x,y)P(x)P(y)P(x,y)\approx P(x)P(y) and therefore I(x,y)0I(x,y) \approx 0. If the two values are complementary (no relationship at all), then we wind upw ith I(x,y)<0I(x,y)<0

They normalize their estimates by the size of the corpus NN.

They point out that anything where f(x,y)5f(x,y)\leq 5 gives unstable (poor) results. Good to know for implementation.

Joint probabilies should be symmetric, so P(x,y)=P(y,x)P(x,y)=P(y,x). and therefore I(x,y)=I(y,x)I(x,y)=I(y,x). The association ratio however is not symmetrical.

Window Size: relationships are counted iwthin a window (since its from texts) of window ww items. Smaller window worked for fixexd expressions and larger ones were good at broader semantic realtionships.

A relationship that is I(x,y)>3I(x,y)>3 should be used to indicate an interesting assocation.

They also note that high mutual information does not automatically mean a meaningful semantic relationship. The measure only sees distributional evidence, so preprocessing and domain interpretation are still needed.