Learn Before
Formula

Pointwise Mutual Information

Pointwise Mutual Information (PMI) is a measure of how often two events occur compared to what would be expected if they were independent. In natural language processing, it is used as an alternative weighting function to tf-idf for term-term matrices, particularly when the vector dimensions correspond to words rather than documents.

The Pointwise Mutual Information between a word ww and a context word cc is defined as: PMI(w,c)=log2P(w,c)P(w)P(c)PMI(w,c) = \log_{2} \frac{P(w,c)}{P(w)P(c)}

0

1

Updated 2026-06-19

Tags

Data Science