FeverSymmetric icon indicating copy to clipboard operation
FeverSymmetric copied to clipboard

instance reweighting mechanism

Open xfen974 opened this issue 4 years ago • 0 comments

Dear author,

Thanks for sharing your code. We have traced through the reweighting mechanism in the repository(pytorch_transformers). In modeling_bert.py, we found the weighted_loss objective function with the hardcoded weights in the input fever training dataset. Unfortunately, we can not find the instance reweighting mechanism with learnable instance weights in both repositories. Can you kindly point us to the right segment in the code that implements this logic in your repository? Thanks for your help!

xfen974 avatar Feb 23 '22 05:02 xfen974