Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -56,32 +56,37 @@ dataset_info:
|
|
56 |
download_size: 47727501
|
57 |
dataset_size: 286790625
|
58 |
splits:
|
59 |
-
- name:
|
60 |
configs:
|
61 |
- config_name: default
|
62 |
data_files:
|
63 |
-
- split:
|
64 |
-
path: data/
|
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 |
-
|
73 |
|
74 |
-
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
-
|
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
|
84 |
-
We
|
|
|
|
|
|
|
|
|
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 |
|