Word Disambiguration by Active Learning

Intro

Word Disambiguration

Word disambiguration is a fun classification problem in natrual language processing, which enables the machine to distinguish the different meaning of the same word given the corpus of the word.

Active Learning

Active learning is an interesting division in machine learning, which enable the machine to require the data most uncertainty to be labeled, the uncertainty is measured by entropy.


NLP

Experiment Results:

I compire the active learning accuracy with the traditional uncertainty sampling which introduce the


NLP