Skip to content

Commit

Permalink
new tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
sileod committed Feb 24, 2023
1 parent 720c3f2 commit c3bb1b1
Show file tree
Hide file tree
Showing 2 changed files with 293 additions and 280 deletions.
11 changes: 10 additions & 1 deletion src/tasksource/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,4 +779,13 @@ def _preprocess_chatgpt_detection(ex):

tomi_nli = Classification("premise","hypothesis","label",
dataset_name="metaeval/tomi-nli"
)
)

avicenna = Classification("Premise 1","Premise 2","Syllogistic relation",
dataset_name="metaeval/avicenna")

shp = MultipleChoice("history",
choices=['human_ref_A','human_ref_B'],
labels="labels",
dataset_name="stanfordnlp/SHP")

Loading

0 comments on commit c3bb1b1

Please sign in to comment.