-
Notifications
You must be signed in to change notification settings - Fork 296
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
Adding arc_easy, arc_challenge, mutual, mutual_plus #1206
Conversation
Updating my own forked jiant v1 to v2
Updating jiant
Codecov Report
@@ Coverage Diff @@
## master #1206 +/- ##
==========================================
+ Coverage 56.91% 57.12% +0.21%
==========================================
Files 133 137 +4
Lines 9696 9862 +166
==========================================
+ Hits 5518 5634 +116
- Misses 4178 4228 +50
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge from master and we should be good to go.
After some discussion, we decided to implement different versions of a task (e.g., ARC) as two separate tasks. All the tasks in this PR (arc_easy, arc_challenge, mutual, mutual_plus) have the multiple choice formats.
To make things easier I used colabs to experiment. Here are the scripts: arc_easy, arc_challenge, mutual, mutual_plus.
Accuracies with RoBERTa-base:
Papers
ARC caveats
Please let me know if you need me to edit anything / if you need more info.