Unverified Commit fb2e4b59 authored by zxcvuser's avatar zxcvuser Committed by GitHub
Browse files

Modify label errors in catcola and paws-x (#2434)



* Modify label errors in catcola and paws

* Update version to 1.0 in pawsx_template_yaml

* add changelog

---------
Co-authored-by: default avatarBaber <baber@hey.com>
parent 0b8358ec
......@@ -5,7 +5,7 @@ training_split: train
validation_split: validation
test_split: null
doc_to_text: "{{Sentence}}\nPregunta: sentit aquesta frase?\nResposta:"
doc_to_target: label
doc_to_target: Label
doc_to_choice: ["no", "sí"]
metric_list:
- metric: mcc
......
......@@ -77,3 +77,7 @@ If other tasks on this dataset are already supported:
* [ ] Is the "Main" variant of this task clearly denoted?
* [ ] Have you provided a short sentence in a README on what each new variant adds / evaluates?
* [ ] Have you noted which, if any, published evaluation setups are matched by this variant?
### Changelog
* v1 (2024-11-05) PR #2434 corrected doc_to_choice labels to the correct order
# Generated by utils.py
dataset_name: de
doc_to_choice: '{{[sentence1+", richtig? Ja, "+sentence2, sentence1+", richtig? Nein,
doc_to_choice: '{{[sentence1+", richtig? Nein, "+sentence2, sentence1+", richtig? Ja,
"+sentence2]}}'
doc_to_text: ''
include: pawsx_template_yaml
......
# Generated by utils.py
dataset_name: en
doc_to_choice: '{{[sentence1+", right? Yes, "+sentence2, sentence1+", right? No, "+sentence2]}}'
doc_to_choice: '{{[sentence1+", right? No, "+sentence2, sentence1+", right? Yes, "+sentence2]}}'
doc_to_text: ''
include: pawsx_template_yaml
task: paws_en
# Generated by utils.py
dataset_name: es
doc_to_choice: '{{[sentence1+", verdad? , "+sentence2, sentence1+", verdad? No,
doc_to_choice: '{{[sentence1+", verdad? No, "+sentence2, sentence1+", verdad? ,
"+sentence2]}}'
doc_to_text: ''
include: pawsx_template_yaml
......
# Generated by utils.py
dataset_name: fr
doc_to_choice: '{{[sentence1+", n''est-ce pas? Oui, "+sentence2, sentence1+", n''est-ce
pas? No, "+sentence2]}}'
doc_to_choice: '{{[sentence1+", n''est-ce pas? Non, "+sentence2, sentence1+", n''est-ce
pas? Oui, "+sentence2]}}'
doc_to_text: ''
include: pawsx_template_yaml
task: paws_fr
# Generated by utils.py
dataset_name: ja
doc_to_choice: '{{[sentence1+", ですね? い, "+sentence2, sentence1+", ですね? いえ, "+sentence2]}}'
doc_to_choice: '{{[sentence1+", ですね? いえ, "+sentence2, sentence1+", ですね? い, "+sentence2]}}'
doc_to_text: ''
include: pawsx_template_yaml
task: paws_ja
# Generated by utils.py
dataset_name: ko
doc_to_choice: '{{[sentence1+", 맞죠? , "+sentence2, sentence1+", 맞죠? 아니요, "+sentence2]}}'
doc_to_choice: '{{[sentence1+", 맞죠? 아니요, "+sentence2, sentence1+", 맞죠? , "+sentence2]}}'
doc_to_text: ''
include: pawsx_template_yaml
task: paws_ko
# Generated by utils.py
dataset_name: zh
doc_to_choice: '{{[sentence1+", 对吧? 是, "+sentence2, sentence1+", 对吧? 是, "+sentence2]}}'
doc_to_choice: '{{[sentence1+", 对吧? 是, "+sentence2, sentence1+", 对吧? 是, "+sentence2]}}'
doc_to_text: ''
include: pawsx_template_yaml
task: paws_zh
......@@ -16,4 +16,4 @@ metric_list:
aggregation: mean
higher_is_better: true
metadata:
version: 0.0
version: 1.0
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