Add verified split
Browse files- README.md +36 -0
- data/verified-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,12 +1,48 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- config_name: validation
|
| 5 |
data_files:
|
| 6 |
- split: validation
|
| 7 |
path: ScienceAgentBench.csv
|
| 8 |
language:
|
| 9 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
## ScienceAgentBench
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: verified
|
| 7 |
+
path: data/verified-*
|
| 8 |
- config_name: validation
|
| 9 |
data_files:
|
| 10 |
- split: validation
|
| 11 |
path: ScienceAgentBench.csv
|
| 12 |
language:
|
| 13 |
- en
|
| 14 |
+
dataset_info:
|
| 15 |
+
features:
|
| 16 |
+
- name: instance_id
|
| 17 |
+
dtype: int64
|
| 18 |
+
- name: domain
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: subtask_categories
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: github_name
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: task_inst
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: domain_knowledge
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: dataset_folder_tree
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: dataset_preview
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: src_file_or_path
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: gold_program_name
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: output_fname
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: eval_script_name
|
| 39 |
+
dtype: string
|
| 40 |
+
splits:
|
| 41 |
+
- name: verified
|
| 42 |
+
num_bytes: 280489
|
| 43 |
+
num_examples: 102
|
| 44 |
+
download_size: 129086
|
| 45 |
+
dataset_size: 280489
|
| 46 |
---
|
| 47 |
|
| 48 |
## ScienceAgentBench
|
data/verified-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6f937863a220bd1762a00c20a0f79cc8dfca900b819bdb552150310731ae147
|
| 3 |
+
size 129086
|