#5000·allennlp

RoBERTa on SuperGLUE's 'Multi-Sentence Reading Comprehension' task

Author: dirkgrCreated Feb 18, 2021Updated Mar 14, 2022
LabelsContributions welcomeModelseasy

MultiRC 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 MultiRC 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 multiple choice task, using the TransformerMCTransformerToolkit model, analogous to the PIQA model. You can start with the experiment config and dataset reading step from PIQA, and adapt them to your needs.