Datasets:
update README
Browse files
README.md
CHANGED
|
@@ -30,8 +30,7 @@ meant for rubric-based grading (human or LLM-as-a-judge), not exact match.
|
|
| 30 |
Single wide-format CSV, one item per row:
|
| 31 |
|
| 32 |
- `benchmark_id`, `prompt`, `use_case`, `instruction_type`, `prompt_style`
|
| 33 |
-
- For each criterion *i* (1–40): `criterion_{i}`
|
| 34 |
-
`criterion_{i}_necessity` (Explicit/Implicit). Unused criterion columns are empty.
|
| 35 |
|
| 36 |
## Loading
|
| 37 |
|
|
|
|
| 30 |
Single wide-format CSV, one item per row:
|
| 31 |
|
| 32 |
- `benchmark_id`, `prompt`, `use_case`, `instruction_type`, `prompt_style`
|
| 33 |
+
- For each criterion *i* (1–40): `criterion_{i}`. Unused criterion columns are empty.
|
|
|
|
| 34 |
|
| 35 |
## Loading
|
| 36 |
|