Normalized Pointwise Mutual Information In Collocation Extraction
Normalized (Pointwise) Mutual Information in Collocation Extraction
1 Intro
association measure is a measure of how well two features can be said to be associated. There are many existing measures. To be effective relevant relationships shoulda rise over irrelevant ones. These different measures can show different relationship qualities.
2 Mutual Information
2.1 Definitions
Mutual Informatoin (MI) is the measure of information that overlaps between two random variables. For variables X,Y, its deined as: Thus the overlap is 0 when the variables do not overlap and X determines Y when: And the expected value of pointwise mutual infromation: Which is the measure of how much thea ctual probability of a particular cooccurrence differs from expected probabilities if independent.
2.2 Mutual Information in Collocation extraction
Pointwise MI is an assocation measure in collocation extraction. PMI was originally introduced in lexicography. PMI will give low frequency events higher scores vs MI.
3 Normalizing MI and PMI
A fixed upper bound of 1 is used in this paper to normalize the values. and with PMI they aim to lower the low frequency event scors that can be too prevalent.
3.1 Normalized PMI
The chance of seeing a pair of events together is equal to the chance of seeing the other, equalling the chance of seeing them together, as PMI its: The authors choose to normalize like: so if two events always occur together it is: , if they never occur together it is and if there is no relationship then . Which is a much smaller rane than before normalization. Called NPMI
3.2 An aside:
Can normalize also as as: Not as neat as NPMI, and gives