Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reproducing the result on Winogrande #7

Closed
BunnyNoBugs opened this issue Dec 3, 2021 · 1 comment
Closed

Reproducing the result on Winogrande #7

BunnyNoBugs opened this issue Dec 3, 2021 · 1 comment

Comments

@BunnyNoBugs
Copy link

BunnyNoBugs commented Dec 3, 2021

Hi there!

I am trying to reproduce the results reported in WINOGRANDE: An Adversarial Winograd Schema Challenge at Scale, namely the score of RoBERTa trained and evaluated on Winogrande. Right now I am dissatisfied with the score I get and I suspect that the thing is with how I train the model. Do I get it right that the training objective for Winogrande was multiple choice of two options based on the sentence with _? So, is this correct that the input to RoBERTa is a plain sentence with _ and two options?

Also, would you mind sharing training details such as maximum sequence length and best hyperparameters found by grid-search?

Thanks!

@keisks
Copy link
Contributor

keisks commented Dec 3, 2021

Hi, thank you for your questions!

Do I get it right that the training objective for Winogrande was multiple choice of two options based on the sentence with _? So, is this correct that the input to RoBERTa is a plain sentence with _ and two options?

You can find how the input is processed below.

class WinograndeProcessor(DataProcessor):

Also, would you mind sharing training details such as maximum sequence length and best hyperparameters found by grid-search?

It's answered in #2

@keisks keisks closed this as completed Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants