for using shared semantics
python shared_semantics.pyIf you want to specify the number of the shared semantics, or adapt another sentence embedding model,
python shared_semantics.py \
--cluster_num 10 \
--load_dataset ihc_pure \
--load_sent_emb_model simcsefor proximal anchor experiment
python noisy_positive.pypython preprocess_dataset.pyAdjust the hyperparameters with train_config.py
then execute train.py
Adjust the directories and test datasets with eval_config.py
then execute eval.py