Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -12
README.md CHANGED
@@ -56,32 +56,37 @@ dataset_info:
56
  download_size: 47727501
57
  dataset_size: 286790625
58
  splits:
59
- - name: test
60
  configs:
61
  - config_name: default
62
  data_files:
63
- - split: test
64
- path: data/test-*
65
  ---
66
 
67
  # Dataset Card for sst2_cognitive-bias
68
- <!-- Provide a quick summary of the dataset. -->
69
 
70
  This dataset is a modification of the original [SST-2](https://huggingface.co/datasets/stanfordnlp/sst2) dataset for LLM cognitive bias evaluation.
71
 
72
- - **Language(s):** English (`en`)
73
 
74
- ## Dataset Structure
 
 
 
 
 
75
 
76
- - **idx**: original id in SST-2 dataset in the format `\<partition\>_\<id\>`.
77
- - **sentence**: test sentence.
78
- - **few_shot_string**: 4-shot string with examples from the original training split.
79
- - **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.
80
 
81
  The modifications carried out in the dataset are thought to evaluate cognitive biases in a few-shot setting and with different task complexities.
82
  We make use of 25k instances from the original dataset, while the remaining ones serve as few-shot examples.
83
- Each instance is prompted with all possible unbalanced 4-shot distributions (`few_shot_string`), i.e. balanced distributions are not considered.
84
- We also increase task complexity by introducing an additional neutral example between the first and last two examples (`few_shot_hard_string`).
 
 
 
 
85
 
86
  ## Citation
87
 
 
56
  download_size: 47727501
57
  dataset_size: 286790625
58
  splits:
59
+ - name: train
60
  configs:
61
  - config_name: default
62
  data_files:
63
+ - split: train
64
+ path: data/train-*
65
  ---
66
 
67
  # Dataset Card for sst2_cognitive-bias
 
68
 
69
  This dataset is a modification of the original [SST-2](https://huggingface.co/datasets/stanfordnlp/sst2) dataset for LLM cognitive bias evaluation.
70
 
71
+ ## Language(s)
72
 
73
+ - English (`en`)
74
+
75
+ ## Dataset Summary
76
+
77
+ The Stanford Sentiment Treebank is a corpus with fully labeled parse trees that allows for a complete analysis of the compositional effects of sentiment in language.
78
+ The corpus is based on the dataset introduced by Pang and Lee (2005) and consists of 11,855 single sentences extracted from movie reviews. It was parsed with the Stanford parser and includes a total of 215,154 unique phrases from those parse trees, each annotated by 3 human judges.
79
 
80
+ ## Dataset Structure
 
 
 
81
 
82
  The modifications carried out in the dataset are thought to evaluate cognitive biases in a few-shot setting and with different task complexities.
83
  We make use of 25k instances from the original dataset, while the remaining ones serve as few-shot examples.
84
+ Each instance is prompted with all possible unbalanced 4-shot distributions.
85
+ We increase task complexity by introducing an additional neutral example between the first and last two examples.
86
+
87
+ ## Supported Tasks and Leaderboards
88
+
89
+ - `sentiment-classification`
90
 
91
  ## Citation
92