benjamhc commited on
Commit
aadf43f
·
verified ·
1 Parent(s): bbd9164

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -7
README.md CHANGED
@@ -6,11 +6,43 @@
6
 
7
  # Dataset Card for carps
8
 
9
- This dataset contains several optimizer runs on a subselection of blackbox tasks (test subset).
10
- The entries already are normalized.
11
 
12
- Repo: https://github.com/automl/CARP-S/tree/main/carps
13
- Paper: https://arxiv.org/abs/2506.06143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  ## Dataset Structure
16
 
@@ -64,6 +96,4 @@ benchmark_id: The identifier of the benchmark collection the task belongs to.
64
  task_type: The task type, either blackbox, multi-fidelity, multi-objective, or multi-fidelity-objective / momf.
65
  subset_id: The subset id, mostly `None`, `dev` or `test`.
66
  set: Another name for `subset_id`.
67
- task.optimization_resources.n_trials: The optimization resources for the tasks in terms of number of trials.
68
- ```
69
-
 
6
 
7
  # Dataset Card for carps
8
 
9
+ This dataset contains several optimizer runs on a subselection of blackbox tasks.
 
10
 
11
+ ## Dataset Details
12
+
13
+ ### Dataset Description
14
+
15
+ This dataset contains several optimizer runs on a subselection of blackbox tasks (test subset). The entries already are normalized.
16
+
17
+
18
+ - **Curated by:** C. Benjamins, H. Graf, S. Segel, D. Deng, T. Ruhkopf, L. Hennig, S. Basu, N. Mallik, E. Bergman,
19
+ D. Chen, F. Clément, A. Tornede, M. Feurer, K. Eggensperger, F. Hutter, C. Doerr, M. Lindauer
20
+ - **License:** BSD License
21
+
22
+ ### Dataset Sources [optional]
23
+
24
+ <!-- Provide the basic links for the dataset. -->
25
+
26
+ - **Repository:** https://github.com/automl/CARP-S
27
+ - **Paper:** https://arxiv.org/abs/2506.06143
28
+ - **Tutorial:** [[More Information Needed]](https://colab.research.google.com/drive/1WPqyk-RLd-xLeG68BkoUSQ03k-CAh6tk?usp=sharing&authuser=1#scrollTo=C5OTUSthJIt8)
29
+
30
+ ## Uses
31
+
32
+ <!-- Address questions around how the dataset is intended to be used. -->
33
+
34
+ ### Direct Use
35
+
36
+ - **Meta learning for sequential optimization:** Learning patterns across optimization trajectories to build better models
37
+ - **Algorithm Selection:** Using previous runs to learn which optimizer works best on which type of task
38
+ - **Performance Prediction (Surrogate Modeling):** Training surrogate models that approximate the objective function of a task, the performance curves of different optimizers, or the distribution of costs/time across trials.
39
+ - **Benchmarking and comparing optimizers**
40
+
41
+ ### Out-of-Scope Use
42
+
43
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
44
+
45
+ N/A
46
 
47
  ## Dataset Structure
48
 
 
96
  task_type: The task type, either blackbox, multi-fidelity, multi-objective, or multi-fidelity-objective / momf.
97
  subset_id: The subset id, mostly `None`, `dev` or `test`.
98
  set: Another name for `subset_id`.
99
+ task.optimization_resources.n_trials: The optimization resources for the tasks in terms of number of trials.