MASKER icon indicating copy to clipboard operation
MASKER copied to clipboard

MASKER: Masked Keyword Regularization for Reliable Text Classification (AAAI 2021)

Results 6 MASKER issues
Sort by recently updated
recently updated
newest added

Hello. Thank you for your good thesis and code. I have a question while comparing paper and code. I think this code is carried out in a multi-class classification method,...

In readme, there is a command : python train.py --dataset review --split_ratio 0.25 --seed 0 \ --train_type base \ --backbone bert --classifier_type softmax --optimizer adam_ood \ But in the code,...

I run the code on multiple datasets that used in the paper. But I could not achieve the precision described in the paper. Can you publish the optimal hyperparameters of...

I run the following code: python train.py --dataset foods --split_ratio 0.25 --seed 0 \ --train_type base \ --backbone bert --classifier_type softmax --optimizer adam_vanilla \ Encountered the following problem: Loading pre-trained...

Hi , I really like and appreciate what you guys are doing. Is it possible to implement the method on other languages ? etc :Chinese General-usage of language model was...

can you give a requirements.txt file? Thanks