SiyuanWangw / LReasoner

The code of Paper "Logic-Driven Context Extension and Data Augmentation for Logical Reasoning of Text".
45 stars 9 forks source link

Do you provide the code for the ensemble methods? #3

Closed 14H034160212 closed 3 years ago

14H034160212 commented 3 years ago

Hi,

I am interested in your methods. Have you provided the code for the ensemble methods?

Kind regardes, Qiming

SiyuanWangw commented 3 years ago

We directly save the preds (logits) at line 550 as the logit scores of each option. We then sum the logits of LReasoner_ALBERT, LReasoner_ALBERT+RACE, DeBERTa and LReasoner_DeBERTa as the ensemble model for answer prediction.

14H034160212 commented 3 years ago

Thanks a lot!