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

Support HELMET #182

Merged
merged 15 commits into from
Nov 1, 2024
Merged

Support HELMET #182

merged 15 commits into from
Nov 1, 2024

Conversation

howard-yen
Copy link
Contributor

Description

Added HELMET to evaluation. HELMET is a comprehensive evaluation benchmark for long-context language models with application-centric tasks. It covers seven different categories: Retrieval-augmented Generation, Passage Re-ranking, Generation with Citations, ICL, Long-document QA, Summarization, and Synthetic Recall. These datasets are complemented with controllable length and robust evaluation.

Details and instructions for running the benchmark are in HELMET/README.md.

Paper link.

Issues

n/a

Type of change

List the type of change like below. Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would break existing design and interface)

Dependencies

n/a

Tests

Describe the tests that you ran to verify your changes.

To test running the HELMET benchmark, we use python eval.py --config configs/icl.yaml in the HELMET directory.
We also tested the whole suite with bash scripts/run_eval.sh.

Copy link
Collaborator

@minmin-intel minmin-intel left a comment

Choose a reason for hiding this comment

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

LGTM

@lkk12014402
Copy link
Collaborator

please fix the pre-commit.ci issues

howard-yen and others added 13 commits November 1, 2024 13:50
Signed-off-by: Howard Yen <hyen@princeton.edu>
Signed-off-by: Howard Yen <hyen@princeton.edu>
* add longbench

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* refine readme

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Howard Yen <hyen@princeton.edu>
Signed-off-by: Howard Yen <hyen@princeton.edu>
Signed-off-by: Howard Yen <hyen@princeton.edu>
Signed-off-by: Howard Yen <hyen@princeton.edu>
Signed-off-by: Howard Yen <hyen@princeton.edu>
Signed-off-by: Howard Yen <hyen@princeton.edu>
@minmin-intel minmin-intel merged commit 4c8f048 into opea-project:main Nov 1, 2024
11 checks passed
@joshuayao joshuayao added this to the v1.1 milestone Nov 7, 2024
@joshuayao joshuayao added the r1.1 v1.1 release label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
r1.1 v1.1 release
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants