1. 24 Feb, 2025 2 commits
  2. 23 Feb, 2025 1 commit
  3. 21 Feb, 2025 3 commits
    • Farhan Ahmed's avatar
      fix missing dataset repo (#2719) · 0bf9f4ea
      Farhan Ahmed authored
      0bf9f4ea
    • Lintang Sutawika's avatar
      Logging (#2203) · 1ba35e62
      Lintang Sutawika authored
      
      
      * changed source of eval_logger
      
      * allow eval_logger to be set from args
      
      * removed verbosity arg from non-main methods
      
      * fix logging
      
      * pre-commit
      
      * set verbosity in eval logger
      
      * replace utils.eval_logger
      
      * fix logging in main
      
      * add logging to docs
      
      * add logging message
      
      * nit
      
      * add logging to docs
      
      * refactor setup_logging to utils
      
      ---------
      Co-authored-by: default avatarBaber <baber@hey.com>
      1ba35e62
    • Baber Abbasi's avatar
      add math_verify to some tasks (#2686) · 358adaf7
      Baber Abbasi authored
      * add math_verify to minerva math
      
      * add math_verify to benchmark
      
      * fix error
      
      * increment version
      358adaf7
  4. 14 Feb, 2025 2 commits
  5. 13 Feb, 2025 1 commit
  6. 12 Feb, 2025 1 commit
  7. 11 Feb, 2025 2 commits
    • Baber Abbasi's avatar
    • Michele Resta's avatar
      Adding the Evalita-LLM benchmark (#2681) · b7fccef5
      Michele Resta authored
      
      
      * feat: initial commit with templates for evalita evaluation
      
      * fix: change rule for generate_until
      
      * feat: modified yaml to use reduced version of NER test datasets
      
      * feat: added templates to use reduced dataset for summarization (fanpage and ilpost)
      
      * Add Six Prompts for Each Multiple-Choice Task
      
      * feat: modified fewshot split for textual entailment task
      
      * fix: new doc_to_target function for NER tasks
      
      * Update prompt
      
      * Add partition for few-shot evaluation
      
      * Add partition for few-shot evaluation
      
      * Add partition for few-shot evaluation
      
      * Add partition for few-shot evaluatio
      
      * Update prompt
      
      * Add partition for few-shot evaluation
      
      * Rename file
      
      Rename file from _evalita-mp_ner_adg_p1 .yaml to _evalita-mp_ner_adg_p1.yaml
      
      * Add partition for few-shot evaluation
      
      * Add partition for few-shot evaluation
      
      * Enhance lexical substitution management
      
      - Improve scorer calculation for better accuracy
      - Update model output postprocessing for clearer results
      - Add support for few-shot relation extraction task
      
      * Add F1 macro measure for the document dating task
      
      * Add F1-macro measure to evaluate document dating
      
      * Use the whole dataset
      
      * Small changes
      
      * Add the two prompts for the task of lexical substitution
      
      * Add few-shot split configuration
      
      * Add few-shot split configuration
      
      * Add function for handling few-shot learning setup
      
      * Fix prompt
      
      * Remove configuration file
      
      * Update dataset from test_same to test_cross for evaluations
      
      * Remove whitespace at end of prompt
      
      * Fix configuration error: corrected parameter name for the dataset used in few-shot
      
      * Fix: Check if results is not empty before processing in lexical substitution task
      
      * added the prompts and functions for correct NER and RE execution
      
      * Add accuracy measure
      
      * Add tasks for the EVALITA-LLM benchmark evaluation
      
      * Small changes
      
      Add the alias of the task name that will be printed in the final table results.
      
      * Updated the prompts to reflect changes made to the extended dataset for the Admission Test task
      
      * chore: cleaned templates before PR; feat: add configuration to run generation/ppl tasks.
      
      * fix: add information on Evalita-LLM for PR
      
      * fix: rename folders and files
      
      * fix: remove unused imports
      
      * chore: run pre-commit
      
      * chore: add task description
      
      ---------
      Co-authored-by: default avatarrzanoli <zanoli@fbk.eu>
      Co-authored-by: default avatarMarco Madeddu <marco.madeddu.bra@gmail.com>
      b7fccef5
  8. 07 Feb, 2025 1 commit
  9. 31 Jan, 2025 1 commit
  10. 29 Jan, 2025 2 commits
  11. 28 Jan, 2025 3 commits
  12. 24 Jan, 2025 1 commit
  13. 21 Jan, 2025 2 commits
  14. 20 Jan, 2025 6 commits
  15. 19 Jan, 2025 1 commit
  16. 17 Jan, 2025 1 commit
  17. 15 Jan, 2025 4 commits
    • Baber Abbasi's avatar
      assistant prefill (#2615) · 703fbffd
      Baber Abbasi authored
      * add assistant prefix
      
      * add arc_challenge from llama
      
      * nit
      
      * nit
      
      * nit
      
      * add assistant prefix
      
      * add mmlu_llama
      
      * nit
      
      * nit
      
      * Revert "nit"
      
      This reverts commit 6a97f8356237305e375212b966b30e8de59dd4bc.
      
      * fix regex bug
      
      * add assistant_prefix to vllm
      
      * add `Question:`
      
      * add mmlu_pro
      
      * add fewshot assistant_prefix
      
      * use `assistant_prefill`
      
      * typehints
      
      * nits
      
      * nits
      
      * add to docs
      
      * add readme
      703fbffd
    • Shivansh Pachnanda's avatar
      Add MLQA (#2622) · e86cece6
      Shivansh Pachnanda authored
      * Add MLQA
      * add mlqa_common_yaml
      
      * add 49 tests of mlqa family
      
      * update tasks/README.md
      
      ---------
      
      * fix: mlqa ast error
      
      * nit: removed .yaml ext from template_yaml
      
      * nit changes: minor modifications generate_tasks.py
      
      * deleted    lm_eval/tasks/mlqa/mlqa_common_yaml.yaml
      
      * tests updated
      
      * nit
      e86cece6
    • Hojin Lee's avatar
      Add MBPP (#2247) · 5db23e2c
      Hojin Lee authored
      
      
      * add mbpp
      
      * fix some bugs
      
      * add README for mbpp
      
      * update README
      
      * nits
      
      ---------
      Co-authored-by: default avatarHojin Lee <19949034+hjlee1371@users.noreply.github.com>
      Co-authored-by: default avatarBaber <baber@hey.com>
      5db23e2c
    • Hojin Lee's avatar
      Add HumanEval (#1992) · 4c11206b
      Hojin Lee authored
      
      
      * add custom filter
      
      * fix type casting of references
      
      * add humaneval
      
      * fix a bug in humaneval
      
      * add greedy version of humaneval
      
      * update tasks README
      
      * test humaneval
      
      * return multiple metrics
      
      * nit
      
      * add confirmation to run code tasks
      
      * nit
      
      * nit
      
      ---------
      Co-authored-by: default avatarHojin Lee <19949034+hjlee1371@users.noreply.github.com>
      Co-authored-by: default avatarBaber <baber@hey.com>
      4c11206b
  18. 07 Jan, 2025 1 commit
  19. 04 Jan, 2025 1 commit
    • Baber Abbasi's avatar
      some minor logging nits (#2609) · 888ac292
      Baber Abbasi authored
      * remove yaml extension from phraes_va_common
      
      * remove yaml extension from winogenerated
      
      * remove yaml extension from phrases_es
      
      * no cache debug logging when not used
      888ac292
  20. 02 Jan, 2025 1 commit
    • Baber Abbasi's avatar
      update scrolls (#2602) · 1044db95
      Baber Abbasi authored
      * update evaluate; update construct requests
      
      * update construct requests to handle `apply_chat_template` kwarg
      1044db95
  21. 24 Dec, 2024 1 commit
    • Firoj Alam, Scientist, QCRI's avatar
      AraDICE task config file (#2507) · 932e8f9e
      Firoj Alam, Scientist, QCRI authored
      
      
      * added aradice
      
      * Added ArabicMMLU Lev Configs
      
      * added ArabicMMLU egy configs
      
      * Added boolq configs
      
      * Added cultural bench configs
      
      * added openbookqa configs
      
      * Added PiQA configs
      
      * added winogrande configs
      
      * Added truthfulQA configs
      
      * Added aradice group config
      
      * Remove deleted files from repository
      
      * modified arabimmlu configs
      
      * modified metadata versions
      
      * fixed formatting using ruff
      
      * added aradice tasks information
      
      * pre-commit
      
      * Uptaded openbookqa utils
      
      * fixed formatting on obqa
      
      ---------
      Co-authored-by: default avatarBasel Mousi <bmousi@hbku.edu.qa>
      Co-authored-by: default avatarBaber <baber@hey.com>
      932e8f9e
  22. 19 Dec, 2024 1 commit
  23. 16 Dec, 2024 1 commit
    • Rima Shahbazyan's avatar
      Adding new subtask to SCORE tasks: non greedy robustness (#2558) · 976d8a0b
      Rima Shahbazyan authored
      * score readme added
      
      * generate until task's "until" parameter's default value fixed.
      
      * score mmlu-pro and agieval added
      
      * changed macro accuracy to micro for agieval
      
      * Always E removed from agi eval
      
      * redundancies removed
      
      * MATH added
      
      * minor cosmetic changes for math
      
      * Licenses added Readme updated
      
      * changes for flake8 + license header on math
      
      * Score added to readme and precommit was run.
      
      * Score added to readme and precommit was run.
      
      * Import error fixed
      
      * math task bugfix
      postprocess minor fix
      
      * CR for math added
      
      * math CR
      
      * math task bugfix
      postprocess minor fix
      
      CR for math added
      
      * Math cr fixed
      
      * mmlu_pro non_greedy task added
      
      * non greedy summarizer added
      
      * Non greedy for all score tasks
      
      * Bugfixes for non-greedy
      
      * fixing the until argument
      
      * undoing the change to "until" arguments default behaviour
      
      * minor fix in summarizer
      
      * log naming changes for better readability
      
      * math subtasks naming fix
      
      * agieval subtask naming fix
      
      * logging added for debugging
      
      * path issue fixed
      
      * minor fix
      
      * path fix
      
      * path fix
      
      * non_greedy_math minor fix
      
      * final changes
      
      * changed readme for non-greedy
      added Nvidia header
      added wxample script for non_greedy
      changed prompts to match that fo trt runs
      
      * non greedy summarizer bugfix
      
      * non_greedy summarizer fixed
      976d8a0b