Update README.md
#1
by Hongbin37 - opened
README.md
CHANGED
|
@@ -2,42 +2,26 @@
|
|
| 2 |
pretty_name: CARE-Bench
|
| 3 |
|
| 4 |
configs:
|
| 5 |
-
- config_name: model_inputs
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 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
|
|
|
|
| 2 |
pretty_name: CARE-Bench
|
| 3 |
|
| 4 |
configs:
|
| 5 |
+
- config_name: model_inputs
|
| 6 |
+
default: true
|
| 7 |
+
data_files:
|
| 8 |
+
- split: public
|
| 9 |
+
path: model_inputs_public.jsonl
|
| 10 |
+
|
| 11 |
+
- config_name: cases
|
| 12 |
+
data_files:
|
| 13 |
+
- split: public
|
| 14 |
+
path: cases_public.jsonl
|
| 15 |
+
|
| 16 |
+
- config_name: evaluation_prefixes
|
| 17 |
+
data_files:
|
| 18 |
+
- split: public
|
| 19 |
+
path: evaluation_prefixes_public.jsonl
|
| 20 |
+
|
| 21 |
+
- config_name: submission_template
|
| 22 |
+
data_files:
|
| 23 |
+
- split: public
|
| 24 |
+
path: submission_template_public.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
---
|
| 26 |
|
| 27 |
# CARE-Bench v1.1 public data
|