Unverified Commit a2af2101 authored by Yen-Ting Lin's avatar Yen-Ting Lin Committed by GitHub
Browse files

Merge branch 'EleutherAI:main' into main

parents 82cb25c1 d5f39bf8
include: arc_challenge_mt_fi.yaml
task: arc_challenge_mt_hu
dataset_name: hu
group:
- arc_challenge_mt
task: arc_challenge_mt_is
dataset_path: mideind/icelandic-arc-challenge
output_type: multiple_choice
training_split: train
validation_split: validation
test_split: test
doc_to_text: "Question: {{question}}\nAnswer:"
doc_to_target: "{{choices.label.index(answerKey)}}"
doc_to_choice: "{{choices.text}}"
should_decontaminate: true
doc_to_decontamination_query: "Question: {{question}}\nAnswer:"
metric_list:
- metric: acc
aggregation: mean
higher_is_better: true
- metric: acc_norm
aggregation: mean
higher_is_better: true
metadata:
version: 1.0
include: arc_challenge_mt_fi.yaml
task: arc_challenge_mt_it
dataset_name: it
include: arc_challenge_mt_fi.yaml
task: arc_challenge_mt_nb
dataset_name: nb
include: arc_challenge_mt_fi.yaml
task: arc_challenge_mt_pl
dataset_name: pl
include: arc_challenge_mt_fi.yaml
task: arc_challenge_mt_pt
dataset_name: pt
include: arc_challenge_mt_fi.yaml
task: arc_challenge_mt_sv
dataset_name: sv
...@@ -27,9 +27,9 @@ Homepage: https://github.com/openai/gpt-3/tree/master/data ...@@ -27,9 +27,9 @@ Homepage: https://github.com/openai/gpt-3/tree/master/data
} }
``` ```
### Groups and Tasks ### Groups, Tags, and Tasks
#### Groups #### Tags
* `arithmetic`: Evaluates `1dc` to `5ds` * `arithmetic`: Evaluates `1dc` to `5ds`
......
group: tag:
- arithmetic - arithmetic
task: arithmetic_1dc task: arithmetic_1dc
dataset_path: EleutherAI/arithmetic dataset_path: EleutherAI/arithmetic
......
...@@ -32,7 +32,7 @@ Homepage: https://github.com/chaochun/nlu-asdiv-dataset ...@@ -32,7 +32,7 @@ Homepage: https://github.com/chaochun/nlu-asdiv-dataset
} }
``` ```
### Groups and Tasks ### Groups, Tags, and Tasks
#### Groups #### Groups
......
...@@ -21,12 +21,16 @@ Homepage: https://github.com/facebookarchive/bAbI-tasks ...@@ -21,12 +21,16 @@ Homepage: https://github.com/facebookarchive/bAbI-tasks
} }
``` ```
### Groups and Tasks ### Groups, Tags, and Tasks
#### Groups #### Groups
* Not part of a group yet * Not part of a group yet
#### Tags
* No tags applied.
#### Tasks #### Tasks
* `babi` * `babi`
......
...@@ -43,20 +43,24 @@ Homepage: `https://github.com/hitz-zentroa/latxa` ...@@ -43,20 +43,24 @@ Homepage: `https://github.com/hitz-zentroa/latxa`
} }
``` ```
### Groups and Tasks ### Groups, Tags, and Tasks
#### Groups #### Groups
* `basque-glue`: First version of the implementation None.
#### Tags
* `basque-glue`: First version of the implementation. Calls all subtasks, but does not average.
#### Tasks #### Tasks
* `bhtc_v2`: Topic classification of news extracts with 12 categories. * `bhtc_v2`: Topic classification of news extracts with 12 categories.
* `bec`: Sentiment analysis on tweets about the campaign for the 2016 Basque elections. * `bec2016eu`: Sentiment analysis on tweets about the campaign for the 2016 Basque elections.
* `vaxx_stance`: Stance detection on tweets around the anti-vaccine movement. * `vaxx_stance`: Stance detection on tweets around the anti-vaccine movement.
* `qnlieu`: Q&A NLI as in [glue/qnli](../glue/qnli). * `qnlieu`: Q&A NLI as in [glue/qnli](../glue/qnli).
* `wiceu`: Word-in-Context as in [super_glue/wic](../super_glue/wic). * `wiceu`: Word-in-Context as in [super_glue/wic](../super_glue/wic).
* `epec_korref_bin`: Correference detection as in [super_glue/wsc](../super_glue/wsc). * `epec_koref_bin`: Correference detection as in [super_glue/wsc](../super_glue/wsc).
### Checklist ### Checklist
......
group: basque-glue tag: basque-glue
task: bec2016eu task: bec2016eu
dataset_path: orai-nlp/basqueGLUE dataset_path: orai-nlp/basqueGLUE
dataset_name: bec dataset_name: bec
...@@ -13,4 +13,4 @@ metric_list: ...@@ -13,4 +13,4 @@ metric_list:
aggregation: !function utils.micro_f1_score aggregation: !function utils.micro_f1_score
higher_is_better: true higher_is_better: true
metadata: metadata:
- version: 1.0 version: 1.0
group: basque-glue tag: basque-glue
task: bhtc_v2 task: bhtc_v2
dataset_path: orai-nlp/basqueGLUE dataset_path: orai-nlp/basqueGLUE
dataset_name: bhtc dataset_name: bhtc
...@@ -13,4 +13,4 @@ metric_list: ...@@ -13,4 +13,4 @@ metric_list:
aggregation: !function utils.micro_f1_score aggregation: !function utils.micro_f1_score
higher_is_better: true higher_is_better: true
metadata: metadata:
- version: 1.0 version: 1.0
group: basque-glue tag: basque-glue
task: epec_koref_bin task: epec_koref_bin
dataset_path: orai-nlp/basqueGLUE dataset_path: orai-nlp/basqueGLUE
dataset_name: coref dataset_name: coref
...@@ -13,4 +13,4 @@ metric_list: ...@@ -13,4 +13,4 @@ metric_list:
aggregation: mean aggregation: mean
higher_is_better: true higher_is_better: true
metadata: metadata:
- version: 1.0 version: 1.0
group: basque-glue tag: basque-glue
task: qnlieu task: qnlieu
dataset_path: orai-nlp/basqueGLUE dataset_path: orai-nlp/basqueGLUE
dataset_name: qnli dataset_name: qnli
...@@ -13,4 +13,4 @@ metric_list: ...@@ -13,4 +13,4 @@ metric_list:
aggregation: mean aggregation: mean
higher_is_better: true higher_is_better: true
metadata: metadata:
- version: 1.0 version: 1.0
group: basque-glue tag: basque-glue
task: vaxx_stance task: vaxx_stance
dataset_path: orai-nlp/basqueGLUE dataset_path: orai-nlp/basqueGLUE
dataset_name: vaxx dataset_name: vaxx
...@@ -13,4 +13,4 @@ metric_list: ...@@ -13,4 +13,4 @@ metric_list:
aggregation: !function utils.vaxx_f1_score aggregation: !function utils.vaxx_f1_score
higher_is_better: true higher_is_better: true
metadata: metadata:
- version: 1.0 version: 1.0
group: basque-glue tag: basque-glue
task: wiceu task: wiceu
dataset_path: orai-nlp/basqueGLUE dataset_path: orai-nlp/basqueGLUE
dataset_name: wic dataset_name: wic
...@@ -14,4 +14,4 @@ metric_list: ...@@ -14,4 +14,4 @@ metric_list:
aggregation: mean aggregation: mean
higher_is_better: true higher_is_better: true
metadata: metadata:
- version: 1.0 version: 1.0
...@@ -21,15 +21,19 @@ Homepage: https://github.com/suzgunmirac/BIG-Bench-Hard ...@@ -21,15 +21,19 @@ Homepage: https://github.com/suzgunmirac/BIG-Bench-Hard
} }
``` ```
### Groups and Tasks ### Groups, Tags, and Tasks
#### Groups #### Groups
- `bbh`: is the same as `bbh_cot_fewshot`.
- `bbh_zeroshot` - `bbh_zeroshot`
- `bbh_fewshot` - `bbh_fewshot`
- `bbh_cot_fewshot` - `bbh_cot_fewshot`
- `bbh_cot_zeroshot` - `bbh_cot_zeroshot`
#### Tags
None.
#### Tasks #### Tasks
......
""" """
Take in a YAML, and output all other splits with this YAML Take in a YAML, and output all other splits with this YAML
""" """
import argparse import argparse
import os import os
import re import re
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment