Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
valleruizf commited on
Commit
ce1f82a
·
verified ·
1 Parent(s): e090673

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -41,19 +41,19 @@ configs:
41
 
42
  This dataset is a modification of the original [SST-2](https://huggingface.co/datasets/stanfordnlp/sst2) dataset for LLM cognitive bias evaluation.
43
 
44
- - **Language(s):** English (<en>)
45
 
46
  ## Dataset Structure
47
 
48
- - **idx**: original id in SST-2 dataset in the format <\<partition\>_\<id\>>.
49
  - **sentence**: test sentence.
50
  - **few_shot_string**: 4-shot string with examples from the original training split.
51
- - **few_shot_hard_string**: 5-shot string with the same examples as in <few_shot_string>, but with a neutral example inserted between the first and the last 2.
52
 
53
  The modifications carried out in the dataset are thought to evaluate cognitive biases in a few-shot setting and with different task complexities.
54
  We make use of 25k instances from the original dataset, while the remaining ones serve as few-shot examples.
55
- Each instance is prompted with all possible unbalanced 4-shot distributions (<few_shot_string>), i.e. balanced distributions are not considered.
56
- We also increase task complexity by introducing an additional neutral example between the first and last wo examples (<few_shot_hard_string>).
57
 
58
  ## Citation
59
 
 
41
 
42
  This dataset is a modification of the original [SST-2](https://huggingface.co/datasets/stanfordnlp/sst2) dataset for LLM cognitive bias evaluation.
43
 
44
+ - **Language(s):** English (`en`)
45
 
46
  ## Dataset Structure
47
 
48
+ - **idx**: original id in SST-2 dataset in the format `\<partition\>_\<id\>`.
49
  - **sentence**: test sentence.
50
  - **few_shot_string**: 4-shot string with examples from the original training split.
51
+ - **few_shot_hard_string**: 5-shot string with the same examples as in `few_shot_string`, but with a neutral example inserted between the first and the last 2.
52
 
53
  The modifications carried out in the dataset are thought to evaluate cognitive biases in a few-shot setting and with different task complexities.
54
  We make use of 25k instances from the original dataset, while the remaining ones serve as few-shot examples.
55
+ Each instance is prompted with all possible unbalanced 4-shot distributions (`few_shot_string`), i.e. balanced distributions are not considered.
56
+ We also increase task complexity by introducing an additional neutral example between the first and last wo examples (`few_shot_hard_string`).
57
 
58
  ## Citation
59