Datasets:
Fix typo of README
#3
by
mmjr
- opened
README.md
CHANGED
|
@@ -611,7 +611,7 @@ An example from the PlatinumBench GSM8K subset looks as follows:
|
|
| 611 |
|
| 612 |
### Data Fields
|
| 613 |
- **cleaning_status** (`str`): One of:
|
| 614 |
-
1. *
|
| 615 |
2. *verified*: the original target was maually verified to be correct (`platinum_target` == `original_target`).
|
| 616 |
3. *revised*: the label is updated from the original label (`platinum_target` != `original_target`).
|
| 617 |
4. *rejected*: the example is removed due to issues such as ambiguity.
|
|
|
|
| 611 |
|
| 612 |
### Data Fields
|
| 613 |
- **cleaning_status** (`str`): One of:
|
| 614 |
+
1. *consensus*: all LLMs agreed with the label, so the example was not manually reviewed (`platinum_target` == `original_target` by default).
|
| 615 |
2. *verified*: the original target was maually verified to be correct (`platinum_target` == `original_target`).
|
| 616 |
3. *revised*: the label is updated from the original label (`platinum_target` != `original_target`).
|
| 617 |
4. *rejected*: the example is removed due to issues such as ambiguity.
|