PU LEarning: cosine-rocchio PU algorithm, Li et al 2010 EMNLP
Use cosine similarity and KNN (rochio classification) to filter likely false negatives from negative class to construct a "reliable negatives" dataset. Train SVM to further filter data. rinse and repeat
Perplexity based PU learning (stephen wan)
use perplexity to find |pos_class| most dissimilar unlabeled instances to positive class
PU Learning: positive + unlabeled data
PU LEarning: cosine-rocchio PU algorithm, Li et al 2010 EMNLP
Perplexity based PU learning (stephen wan)