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

Misc-multilingual tasks #339

Merged
merged 91 commits into from
Oct 10, 2024
Merged

Misc-multilingual tasks #339

merged 91 commits into from
Oct 10, 2024

Conversation

hynky1999
Copy link
Collaborator

@hynky1999 hynky1999 commented Oct 2, 2024

Goal

Fixes

  • correct hellaswag prompt, which I didn't implement correctly (didn't work if only ctx_a was submited)
  • fixes mlmm arc (previously was accessing incorrect field)
  • fixes formulation issue (previously we were not passing the formulation to template fc so it was using mcf all the time)
  • fixes metrics used (char/token used for all mcq + pmi for mmlu/arc and csqa)
  • fixes hf_avail splits (previously they were not defined and neither were few shot splits for some tasks which was causing errors)
  • Minor changes to adapters (so that tasks don't crash)
  • Switched arabic mmlu repo to official one MBZUAI/ArabicMMLU cc @alielfilali01
  • Fixes mkqa subsets (previously all variants used the binary subset)

New tasks

GK

  • openai_mmlu_tasks
  • turkish_mmlu_tasks
  • lumi arc
  • hindi/swahili/arabic (from alghafa) arc

Math

  • cmath
  • mgsm

Continuation

  • xcodah
  • xstory
  • xwinograd + tr winograd

RC

  • mlqa

Generative GK

  • mkqa
  • mintaka
  • mlqa_tasks
  • french triviaqa
  • chegeka

BoolQ tasks

  • acva
  • french_boolq
  • hindi_boolq

@hynky1999 hynky1999 changed the title Misc tasks Misc-multilingual tasks Oct 2, 2024
@hynky1999 hynky1999 changed the base branch from multilang_mqa_tasks to main October 2, 2024 15:09
Copy link
Member

@NathanHB NathanHB left a comment

Choose a reason for hiding this comment

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

small nits, otherwise looks good !

hynky1999 and others added 3 commits October 10, 2024 14:52
Co-authored-by: Nathan Habib <30601243+NathanHB@users.noreply.github.com>
Co-authored-by: Nathan Habib <30601243+NathanHB@users.noreply.github.com>
@hynky1999 hynky1999 merged commit b018c9c into main Oct 10, 2024
2 checks passed
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.

3 participants