Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

RoBERTa on SuperGLUE's 'Winogender Schema Diagnostics' task #4994

Open
dirkgr opened this issue Feb 18, 2021 · 0 comments
Open

RoBERTa on SuperGLUE's 'Winogender Schema Diagnostics' task #4994

dirkgr opened this issue Feb 18, 2021 · 0 comments
Labels
Contributions welcome easy Tasks that are relatively easy. Models Issues related to the allennlp-models repo

Comments

@dirkgr
Copy link
Member

dirkgr commented Feb 18, 2021

Winogender Schema Diagnostics (AX-g) is one of the tasks of the SuperGLUE benchmark. The task is to re-trace the steps of Facebook's RoBERTa paper (https://arxiv.org/pdf/1907.11692.pdf) and build an AllenNLP config that reads the AX-g data and fine-tunes a model on it. We expect scores in the range of their entry on the SuperGLUE leaderboard.

This can be formulated as a classification task, using the TransformerClassificationTT model, analogous to the IMDB model. You can start with the experiment config and dataset reading step from IMDB, and adapt them to your needs.

@dirkgr dirkgr added Good First Issue A great place to start for first time contributors Contributions welcome Models Issues related to the allennlp-models repo GSoC easy Tasks that are relatively easy. and removed Good First Issue A great place to start for first time contributors labels Feb 18, 2021
@dirkgr dirkgr added this to Not Started in Google Summer of Code Feb 26, 2021
@dirkgr dirkgr removed the GSoC label Mar 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Contributions welcome easy Tasks that are relatively easy. Models Issues related to the allennlp-models repo
Projects
No open projects
Development

No branches or pull requests

1 participant