Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -88,7 +88,7 @@ We also increase task complexity by introducing an additional neutral example be
|
|
88 |
- `idx`: original sentence id, in the format `<original_partition>_<original_id>`.
|
89 |
- `sentence`: test sentence.
|
90 |
- `label`: sentiment of the test sentence, either "negative" (`0`) or "positive" (`1`).
|
91 |
-
- `dist`: few-shot distribution (`0000`, `1111`, `0001`, `0010`, `0100
|
92 |
- `shot<n>_idx`: original id of the example sentence, in the format `<original_partition>_<original_id>`.
|
93 |
- `shot<n>_sent`: example sentence.
|
94 |
- `shot<n>_label`: sentiment of the example sentence.
|
|
|
88 |
- `idx`: original sentence id, in the format `<original_partition>_<original_id>`.
|
89 |
- `sentence`: test sentence.
|
90 |
- `label`: sentiment of the test sentence, either "negative" (`0`) or "positive" (`1`).
|
91 |
+
- `dist`: few-shot distribution (`0000`, `1111`, `0001`, `0010`, `0100`, `1000`, `1110`, `1101`, `1011`, `0111`).
|
92 |
- `shot<n>_idx`: original id of the example sentence, in the format `<original_partition>_<original_id>`.
|
93 |
- `shot<n>_sent`: example sentence.
|
94 |
- `shot<n>_label`: sentiment of the example sentence.
|