GlossBERT icon indicating copy to clipboard operation
GlossBERT copied to clipboard

GlossBERT: BERT for Word Sense Disambiguation with Gloss Knowledge (EMNLP 2019)

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

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

Hi, Thanks for the code. How are you dealing with class imbalance problem. There will be vastly more gloss sentence pair that have label 0 then that have label 1.

Hi, have you run into the same problem? I'm training on 8 16GB V100 GPU but got this exception (even only use 1): 

Can you please write steps on how to use the last checkpoint?

Hi! I was wondering in what order are yes/no appear in the model output. Is the first logit for `yes` or for `no`?