Update README.md
Browse files
README.md
CHANGED
|
@@ -2,46 +2,47 @@
|
|
| 2 |
pretty_name: CARE-Bench
|
| 3 |
|
| 4 |
configs:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
---
|
|
|
|
| 42 |
# CARE-Bench v1.1 public data
|
| 43 |
|
| 44 |
-
The public release contains 439 cases and 925 labeled prefixes
|
| 45 |
|
| 46 |
| Split | Cases | Prefixes |
|
| 47 |
|---|---:|---:|
|
|
@@ -58,10 +59,15 @@ The prefix labels are distributed as follows:
|
|
| 58 |
| Nonurgent care | 342 |
|
| 59 |
| Urgent care | 172 |
|
| 60 |
|
| 61 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
|
| 63 |
-
`
|
| 64 |
|
| 65 |
-
|
| 66 |
|
| 67 |
-
Controlled-access Test 2
|
|
|
|
| 2 |
pretty_name: CARE-Bench
|
| 3 |
|
| 4 |
configs:
|
| 5 |
+
- config_name: model_inputs
|
| 6 |
+
default: true
|
| 7 |
+
data_files:
|
| 8 |
+
- split: development
|
| 9 |
+
path: "model_inputs_development.jsonl"
|
| 10 |
+
- split: validation
|
| 11 |
+
path: "model_inputs_validation.jsonl"
|
| 12 |
+
- split: public_test_1
|
| 13 |
+
path: "model_inputs_public_test_1.jsonl"
|
| 14 |
|
| 15 |
+
- config_name: cases
|
| 16 |
+
data_files:
|
| 17 |
+
- split: development
|
| 18 |
+
path: "cases_development.jsonl"
|
| 19 |
+
- split: validation
|
| 20 |
+
path: "cases_validation.jsonl"
|
| 21 |
+
- split: public_test_1
|
| 22 |
+
path: "cases_public_test_1.jsonl"
|
| 23 |
|
| 24 |
+
- config_name: evaluation_prefixes
|
| 25 |
+
data_files:
|
| 26 |
+
- split: development
|
| 27 |
+
path: "evaluation_prefixes_development.jsonl"
|
| 28 |
+
- split: validation
|
| 29 |
+
path: "evaluation_prefixes_validation.jsonl"
|
| 30 |
+
- split: public_test_1
|
| 31 |
+
path: "evaluation_prefixes_public_test_1.jsonl"
|
| 32 |
|
| 33 |
+
- config_name: submission_template
|
| 34 |
+
data_files:
|
| 35 |
+
- split: development
|
| 36 |
+
path: "submission_template_development.csv"
|
| 37 |
+
- split: validation
|
| 38 |
+
path: "submission_template_validation.csv"
|
| 39 |
+
- split: public_test_1
|
| 40 |
+
path: "submission_template_public_test_1.csv"
|
| 41 |
---
|
| 42 |
+
|
| 43 |
# CARE-Bench v1.1 public data
|
| 44 |
|
| 45 |
+
The public release contains 439 cases and 925 labeled prefixes.
|
| 46 |
|
| 47 |
| Split | Cases | Prefixes |
|
| 48 |
|---|---:|---:|
|
|
|
|
| 59 |
| Nonurgent care | 342 |
|
| 60 |
| Urgent care | 172 |
|
| 61 |
|
| 62 |
+
The Dataset Viewer includes four configurations:
|
| 63 |
+
|
| 64 |
+
- `model_inputs`: identifiers, split information, and model-facing messages
|
| 65 |
+
- `cases`: released source-grounded cases
|
| 66 |
+
- `evaluation_prefixes`: reference labels and evaluation metadata
|
| 67 |
+
- `submission_template`: submission rows for every released prefix
|
| 68 |
|
| 69 |
+
The `cases` configuration excludes internal review annotations, construction-plan fields, and target-round planning notes.
|
| 70 |
|
| 71 |
+
The `public_test_1` split contains 135 scored prefixes.
|
| 72 |
|
| 73 |
+
Controlled-access Test 2 inputs and labels are excluded from the public repository. Input-only data can be requested through the [CARE-Bench Test 2 access request form](https://forms.gle/hrmC3ciGcj46f4gW7).
|