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

IBM Enterprise Scenarios #3064

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
<!--intro-start-->
# Notes on this forked version
This is a fork from the original HELM for a study of enterprise benchmarking of LLMs using domain-specific datasets.

The following scenarios are added. Please refer to the docstring of the source code of each scenario, or the page shown by `helm-server` for the details.
- Finance
- financial_phrasebank
- kpi_edgar
- conv_fin_qa
- news_headline
- Legal
- legal_opinion
- echr_judge
- casehold_qa
- legal_contract
- Climate
- sumosum
- Cyber security
- cti_mitre

The following metrics are added or modified.
- kpi_edgar_metrics
- classification_metrics (weighted_f1)
- basic_metrics (float_equiv, a bug fix for f1_score)

This study will be published elsewhere.
- Citation: TBD

# Holistic Evaluation of Language Models

Expand Down
Loading
Loading