Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -44,12 +44,12 @@ This dataset is a modification of the original [SST-2](https://huggingface.co/da
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.
 
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.