# This is to append predicted confidence scores to the training data. The generated training data will be the input of Conf-MPU model. Replace dataset
 and embedding for other cases.
python pu_main.py --type bnPU --dataset BC5CDR_Dict_1.0 --add_probs True --flag ALL --added_suffix entity_prob --embedding bio-embedding
python pu_main.py --type bnPU --dataset CoNLL2003_Dict_1.0 --add_probs True --flag ALL --added_suffix entity_prob
