Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -82,7 +82,7 @@ The corpus is based on the dataset introduced by Pang and Lee (2005) and consist
|
|
82 |
The modifications carried out in the dataset are thought to evaluate cognitive biases in a few-shot setting and with two different task complexities.
|
83 |
We make use of 25,000 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 |
-
|
86 |
|
87 |
**Dataset Fields**
|
88 |
- `idx`: original sentence id, in the format `<original_partition>_<original_id>`.
|
|
|
82 |
The modifications carried out in the dataset are thought to evaluate cognitive biases in a few-shot setting and with two different task complexities.
|
83 |
We make use of 25,000 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 |
+
To increase the original task complexity, we also introduce an additional neutral example between the first and last two examples.
|
86 |
|
87 |
**Dataset Fields**
|
88 |
- `idx`: original sentence id, in the format `<original_partition>_<original_id>`.
|