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

SuperGLUE (excluding WSC) #91

Merged
merged 1 commit into from
Jan 24, 2021
Merged

SuperGLUE (excluding WSC) #91

merged 1 commit into from
Jan 24, 2021

Conversation

zphang
Copy link
Contributor

@zphang zphang commented Jan 24, 2021

  • All SuperGLUE tasks have been updated to the new format (excluding SGWinogradSchemaChallenge)
  • SGWinogradSchemaChallenge requires free-form generation to be implemented.
  • Some tasks do no have few-shot descriptions, while some do. I'm going by the GPT-3 appendix here: in cases where no instructions are shown in the example, we assume there was no description at all.
  • RTE is already implemented in GLUE

# Hence, we one "doc" for each (context + passage, answer) pair.
# Moreover, we only use the correct answers for context packing
# (This is not an issue for evaluation, where we can directly score multiple candidates at once).
if self.has_training_docs():
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has_training_docs call looks a bit redundant but it's not a big deal since it's always true here anyways

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a blocking issue though

@leogao2 leogao2 merged commit 38892f0 into EleutherAI:master Jan 24, 2021
@zphang zphang mentioned this pull request Jan 26, 2021
2 tasks
@StellaAthena StellaAthena linked an issue Jan 26, 2021 that may be closed by this pull request
2 tasks
qmdnls pushed a commit to qmdnls/lm-evaluation-harness that referenced this pull request Aug 17, 2023
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

Successfully merging this pull request may close these issues.

Implement the SuperGLUE evaluation
2 participants