Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanmai committed Jan 22, 2025
1 parent cc14493 commit 34898bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

class LegalOpinionSentimentClassificationScenario(Scenario):
"""
A legal opinion sentiment classificaiton task based on the paper
A legal opinion sentiment classification task based on the paper
Effective Approach to Develop a Sentiment Annotator For Legal Domain in a Low Resource Setting
[(Ratnayaka et al., 2020)](https://arxiv.org/pdf/2011.00318.pdf).
Expand Down
2 changes: 1 addition & 1 deletion src/helm/benchmark/static/schema_enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ run_groups:

- name: legal_opinion_sentiment_classification
display_name: Legal Opinion Sentiment Classification
description: A legal opinion sentiment classificaiton task based on the paper Effective Approach to Develop a Sentiment Annotator For Legal Domain in a Low Resource Setting [(Ratnayaka et al., 2020)](https://arxiv.org/pdf/2011.00318.pdf).
description: A legal opinion sentiment classification task based on the paper Effective Approach to Develop a Sentiment Annotator For Legal Domain in a Low Resource Setting [(Ratnayaka et al., 2020)](https://arxiv.org/pdf/2011.00318.pdf).
metric_groups:
- accuracy
- general_information
Expand Down

0 comments on commit 34898bd

Please sign in to comment.