StarThomas1002 commited on
Commit
7ce68e5
·
verified ·
1 Parent(s): 8669460

Add ARC-Bench: 55-topic autonomous-research benchmark across 5 domains

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -3
  2. .gitignore +4 -0
  3. LICENSE +21 -0
  4. README.md +183 -0
  5. data/arc_bench.jsonl +0 -0
  6. data/biology.jsonl +7 -0
  7. data/ml.jsonl +0 -0
  8. data/physics.jsonl +0 -0
  9. data/quantum.jsonl +0 -0
  10. data/statistics.jsonl +3 -0
  11. tasks/biology/manifests/B01.yaml +164 -0
  12. tasks/biology/manifests/B02.yaml +100 -0
  13. tasks/biology/manifests/B03.yaml +90 -0
  14. tasks/biology/manifests/B04.yaml +87 -0
  15. tasks/biology/manifests/B05.yaml +90 -0
  16. tasks/biology/manifests/B06.yaml +85 -0
  17. tasks/biology/manifests/B07.yaml +92 -0
  18. tasks/biology/rubrics/B01.json +166 -0
  19. tasks/biology/rubrics/B02.json +166 -0
  20. tasks/biology/rubrics/B03.json +166 -0
  21. tasks/biology/rubrics/B04.json +166 -0
  22. tasks/biology/rubrics/B05.json +166 -0
  23. tasks/biology/rubrics/B06.json +166 -0
  24. tasks/biology/rubrics/B07.json +166 -0
  25. tasks/biology/topics.yaml +99 -0
  26. tasks/meta_paper_quality.json +211 -0
  27. tasks/ml/manifests/ML01.yaml +89 -0
  28. tasks/ml/manifests/ML02.yaml +98 -0
  29. tasks/ml/manifests/ML03.yaml +95 -0
  30. tasks/ml/manifests/ML04.yaml +95 -0
  31. tasks/ml/manifests/ML05.yaml +95 -0
  32. tasks/ml/manifests/ML06.yaml +100 -0
  33. tasks/ml/manifests/ML07.yaml +92 -0
  34. tasks/ml/manifests/ML08.yaml +102 -0
  35. tasks/ml/manifests/ML09.yaml +101 -0
  36. tasks/ml/manifests/ML10.yaml +98 -0
  37. tasks/ml/manifests/ML11.yaml +98 -0
  38. tasks/ml/manifests/ML12.yaml +96 -0
  39. tasks/ml/manifests/ML13.yaml +95 -0
  40. tasks/ml/manifests/ML14.yaml +96 -0
  41. tasks/ml/manifests/ML15.yaml +96 -0
  42. tasks/ml/manifests/ML16.yaml +95 -0
  43. tasks/ml/manifests/ML17.yaml +97 -0
  44. tasks/ml/manifests/ML18.yaml +95 -0
  45. tasks/ml/manifests/ML19.yaml +95 -0
  46. tasks/ml/manifests/ML20.yaml +102 -0
  47. tasks/ml/manifests/ML21.yaml +97 -0
  48. tasks/ml/manifests/ML22.yaml +101 -0
  49. tasks/ml/manifests/ML23.yaml +98 -0
  50. tasks/ml/manifests/ML24.yaml +98 -0
.gitattributes CHANGED
@@ -1,6 +1,5 @@
1
  *.7z filter=lfs diff=lfs merge=lfs -text
2
  *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.avro filter=lfs diff=lfs merge=lfs -text
4
  *.bin filter=lfs diff=lfs merge=lfs -text
5
  *.bz2 filter=lfs diff=lfs merge=lfs -text
6
  *.ckpt filter=lfs diff=lfs merge=lfs -text
@@ -10,7 +9,6 @@
10
  *.joblib filter=lfs diff=lfs merge=lfs -text
11
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
  *.lz4 filter=lfs diff=lfs merge=lfs -text
13
- *.mds filter=lfs diff=lfs merge=lfs -text
14
  *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
  *.model filter=lfs diff=lfs merge=lfs -text
16
  *.msgpack filter=lfs diff=lfs merge=lfs -text
@@ -35,7 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
35
  *.xz filter=lfs diff=lfs merge=lfs -text
36
  *.zip filter=lfs diff=lfs merge=lfs -text
37
  *.zst filter=lfs diff=lfs merge=lfs -text
38
- *tfevents* filter=lfs diff=lfs merge=lfs -text
39
  # Audio files - uncompressed
40
  *.pcm filter=lfs diff=lfs merge=lfs -text
41
  *.sam filter=lfs diff=lfs merge=lfs -text
 
1
  *.7z filter=lfs diff=lfs merge=lfs -text
2
  *.arrow filter=lfs diff=lfs merge=lfs -text
 
3
  *.bin filter=lfs diff=lfs merge=lfs -text
4
  *.bz2 filter=lfs diff=lfs merge=lfs -text
5
  *.ckpt filter=lfs diff=lfs merge=lfs -text
 
9
  *.joblib filter=lfs diff=lfs merge=lfs -text
10
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
  *.lz4 filter=lfs diff=lfs merge=lfs -text
 
12
  *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
  *.model filter=lfs diff=lfs merge=lfs -text
14
  *.msgpack filter=lfs diff=lfs merge=lfs -text
 
33
  *.xz filter=lfs diff=lfs merge=lfs -text
34
  *.zip filter=lfs diff=lfs merge=lfs -text
35
  *.zst filter=lfs diff=lfs merge=lfs -text
36
+ *.tfevents* filter=lfs diff=lfs merge=lfs -text
37
  # Audio files - uncompressed
38
  *.pcm filter=lfs diff=lfs merge=lfs -text
39
  *.sam filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ .DS_Store
4
+ .ipynb_checkpoints/
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Aiming Lab
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ pretty_name: ARC-Bench
6
+ size_categories:
7
+ - n<1K
8
+ task_categories:
9
+ - other
10
+ tags:
11
+ - autonomous-research
12
+ - ai-agents
13
+ - llm-agents
14
+ - scientific-discovery
15
+ - benchmark
16
+ - machine-learning
17
+ - high-energy-physics
18
+ - quantum-computing
19
+ - systems-biology
20
+ - statistics
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: test
25
+ path: data/arc_bench.jsonl
26
+ - config_name: ml
27
+ data_files:
28
+ - split: test
29
+ path: data/ml.jsonl
30
+ - config_name: physics
31
+ data_files:
32
+ - split: test
33
+ path: data/physics.jsonl
34
+ - config_name: quantum
35
+ data_files:
36
+ - split: test
37
+ path: data/quantum.jsonl
38
+ - config_name: biology
39
+ data_files:
40
+ - split: test
41
+ path: data/biology.jsonl
42
+ - config_name: statistics
43
+ data_files:
44
+ - split: test
45
+ path: data/statistics.jsonl
46
+ ---
47
+
48
+ # ARC-Bench
49
+
50
+ **ARC-Bench** is a **55-topic, open-ended autonomous-research benchmark** spanning
51
+ five scientific domains. Each topic is not a fixed-input/fixed-output task — it is a
52
+ *research question* plus a structured briefing. A research agent (or a human) must
53
+ take a topic from question → experiment design → code → measurements → claims →
54
+ write-up, and the deliverable is graded against a weighted, multi-criteria rubric.
55
+
56
+ | Domain | Count | IDs | Typical execution |
57
+ |---|---|---|---|
58
+ | Machine learning | 25 | `ML01`–`ML25` | CPU, `numpy`/`scipy`/`sklearn`/`statsmodels` |
59
+ | High-energy physics | 10 | `P01`–`P10` | Lagrangian → MadGraph MC → analysis → figure (paper reproduction) |
60
+ | Quantum | 10 | `Q01`–`Q10` | CPU, Qiskit 2.x statevector / VQE / QML |
61
+ | Systems biology | 7 | `B01`–`B07` | Constraint-based modelling (COBRApy / BiGG) |
62
+ | Statistics | 3 | `S01`–`S03` | Simulation studies (`numpy`/`scipy`/`statsmodels`) |
63
+
64
+ The ML, quantum, and statistics topics are **open research questions** (the agent
65
+ designs the experiment); the physics topics are **published-paper reproductions**
66
+ (each scoped to a specific reference figure); the biology topics are
67
+ **constraint-based metabolic-modelling** studies.
68
+
69
+ ## Load it
70
+
71
+ ```python
72
+ from datasets import load_dataset
73
+
74
+ # all 55 topics
75
+ ds = load_dataset("AIMING-Lab-UNC/ARC-Bench", split="test")
76
+
77
+ # a single domain subset
78
+ ml = load_dataset("AIMING-Lab-UNC/ARC-Bench", "ml", split="test")
79
+
80
+ row = ds[0]
81
+ print(row["id"], row["title"])
82
+ print(row["metric_key"], row["metric_direction"])
83
+ ```
84
+
85
+ Available config names: `default` (all 55), `ml`, `physics`, `quantum`,
86
+ `biology`, `statistics`.
87
+
88
+ ## Schema
89
+
90
+ Each row describes one benchmark topic. Deeply-nested / variable-shape fields are
91
+ stored as **JSON-encoded strings** so the table schema is stable across all
92
+ domains; parse them with `json.loads`.
93
+
94
+ | Column | Type | Description |
95
+ |---|---|---|
96
+ | `id` | string | Topic id (`ML01`, `P03`, `Q07`, `B01`, `S02`, …) |
97
+ | `domain` | string | One of `ml` / `physics` / `quantum` / `biology` / `statistics` |
98
+ | `title` | string | Human-readable topic title |
99
+ | `topic` | string | One-line topic statement (from the domain registry) |
100
+ | `domains` | list[string] | Subfield tags (e.g. `["machine-learning","calibration"]`) |
101
+ | `arxiv_id` | string \| null | Source paper (physics reproductions; null for open questions) |
102
+ | `venue` | string | Benchmark venue label |
103
+ | `metric_key` | string | Headline metric name |
104
+ | `metric_direction` | string | `maximize` / `minimize` / `match_reference` |
105
+ | `gpu_required` | bool | Whether a GPU is needed (all topics are CPU-friendly → `false`) |
106
+ | `est_wall_clock_sec` | int | Rough single-run wall-clock budget |
107
+ | `synthesis` | string | The research briefing: background + what a credible study includes |
108
+ | `num_hypotheses` | int | Number of pre-registered hypotheses |
109
+ | `hypotheses` | string (JSON) | List of `{id, statement, measurable}` |
110
+ | `experiment_design` | string (JSON) | `research_question`, `conditions`, `baselines`, `metrics`, `datasets`, `compute_requirements` |
111
+ | `requirements` | string (JSON) | Agent-mode pass/fail gating items (physics + biology; `""` otherwise) |
112
+ | `rubric` | string (JSON) | Hierarchical weighted scoring rubric (code / execution / results buckets) |
113
+ | `rubric_num_leaves` | int | Number of leaf criteria in the rubric |
114
+ | `manifest_file` | string | Path to the raw manifest inside this repo (`tasks/…`) |
115
+ | `rubric_file` | string | Path to the raw rubric inside this repo (`tasks/…`) |
116
+
117
+ ### Raw inputs
118
+
119
+ The flattened `data/*.jsonl` is convenient for `load_dataset`. The authoritative,
120
+ human-readable benchmark inputs are also shipped verbatim under `tasks/`:
121
+
122
+ ```
123
+ tasks/
124
+ ├── meta_paper_quality.json # shared paper-quality meta-rubric (manual grading)
125
+ └── <domain>/
126
+ ├── topics.yaml # the domain topic registry
127
+ ├── manifests/<ID>.yaml # full per-topic briefing
128
+ └── rubrics/<ID>.json # weighted scoring rubric
129
+ ```
130
+
131
+ ## How a topic is scored
132
+
133
+ Each topic carries a hierarchical rubric. For ML / quantum / statistics it has
134
+ three buckets — **Code Development**, **Code Execution**, **Result Analysis**
135
+ (weighted roughly 25 : 25 : 50). Physics and biology add a fourth
136
+ **Reproducibility** bucket. Leaf criteria are graded on scientific substance and
137
+ directional correctness of the evidence, not on rigid threshold matching (see each
138
+ rubric's `judging_note`).
139
+
140
+ A second, optional layer — `tasks/meta_paper_quality.json` — grades the **paper
141
+ output** (writing, code orchestration, figure quality, factual accuracy) and is
142
+ intended for manual / vision-equipped grading rather than fast automated scoring.
143
+
144
+ ## Intended use
145
+
146
+ - Evaluating autonomous-research / AI-scientist agents end-to-end.
147
+ - Studying agent behavior across heterogeneous scientific domains with a *single*
148
+ task format.
149
+ - As a stimulus set for human-in-the-loop or framework-comparison studies.
150
+
151
+ The runner harness, baseline adapters, and judges are **not** part of this dataset;
152
+ they live in the source repository (link below).
153
+
154
+ ## Attribution
155
+
156
+ The benchmark glue (manifests, rubrics, registries) is the authors' own work. Some
157
+ domain pipelines are driven by **external Claude-Code agents**, which should be
158
+ credited when reporting domain results:
159
+
160
+ | Topic family | External agent | Upstream |
161
+ |---|---|---|
162
+ | `P01`–`P10` (HEP) | ColliderAgent | <https://github.com/HET-AGI/ColliderAgent> |
163
+ | `B01`–`B07` (metabolic) | Biology-Agent | constraint-based modelling pipeline |
164
+
165
+ ## Links
166
+
167
+ - **Code / harness:** <https://github.com/aiming-lab/AutoResearchClaw>
168
+ - **Paper page:** <https://huggingface.co/papers/2605.20025>
169
+
170
+ ## Citation
171
+
172
+ ```bibtex
173
+ @misc{arcbench2026,
174
+ title = {ARC-Bench: An Open-Ended Autonomous-Research Benchmark Across Five Scientific Domains},
175
+ author = {Qiu, Shi and others},
176
+ year = {2026},
177
+ note = {https://huggingface.co/datasets/AIMING-Lab-UNC/ARC-Bench}
178
+ }
179
+ ```
180
+
181
+ ## License
182
+
183
+ Released under the [MIT License](LICENSE).
data/arc_bench.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/biology.jsonl ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"id": "B01", "domain": "biology", "title": "E. coli succinate-production strain optimization via constraint-based knockout screen", "topic": "E. coli succinate-production strain optimization via constraint-based knockout screen on iAF1260", "domains": ["systems-biology", "metabolic-engineering", "constraint-based-modelling"], "arxiv_id": null, "venue": "ARC-Bench Biology 2026", "metric_key": "primary_metric", "metric_direction": "maximize", "gpu_required": false, "est_wall_clock_sec": 1800, "synthesis": "Succinate is a top-12 platform chemical and a recurring case study in\nmetabolic engineering. The standard genome-scale model E. coli iAF1260\n(2382 reactions, 1668 metabolites, 1261 genes) provides a well-validated\ntestbed for in-silico strain design: from a fixed glucose-minimal medium\none can predict (a) the maximum aerobic biomass growth rate, (b) the\nmaximum theoretical succinate secretion flux once growth is held at a feasible\nfraction of optimum, (c) the set of single- and double-gene knockouts\nthat decouple biomass from succinate secretion enough to push the strain\ntoward a high-secretion non-growth-coupled phenotype.\n\nA credible CPU-scale study of this topic (a) loads iAF1260 from BIGG and\nvalidates aerobic biomass > 0.7 1/h on glucose-minimal medium, (b) runs\nparsimonious FBA (pFBA) at the wild-type optimum and reports the central\ncarbon flux distribution, (c) sweeps the production envelope (biomass vs\nsuccinate secretion) using flux variability analysis (FVA) on the\nsuccinate exchange across a grid of biomass-fraction-of-optimum values,\n(d) runs a single-gene knockout screen (≤100 candidate genes drawn from\ncentral carbon metabolism, fermentation, and TCA cycle) and ranks each KO\nby post-KO succinate secretion flux at 50% of WT growth, (e) reports the top three\nKO strains with mechanistic explanation tied to the network topology.\n\nThe research question is: *which single-gene knockouts of central carbon\nmetabolism in E. coli iAF1260 produce the largest predicted succinate\nsecretion flux while preserving at least 50% of wild-type biomass growth, and what\nis the mechanistic role of each in shifting flux toward succinate?*", "num_hypotheses": 3, "hypotheses": "[{\"id\": \"H1\", \"statement\": \"Wild-type aerobic E. coli iAF1260 on glucose-minimal medium predicts a biomass growth rate within ±10% of 0.736 1/h (the published BIGG iAF1260 reference value).\", \"measurable\": true}, {\"id\": \"H2\", \"statement\": \"The biomass-vs-succinate production envelope, computed via FVA at biomass fractions from 0.1 to 1.0 of WT optimum, is monotonically non-increasing in succinate as biomass approaches the WT optimum (i.e., succinate is growth-competing under aerobic glucose conditions).\", \"measurable\": true}, {\"id\": \"H3\", \"statement\": \"At least 3 of the top-5 single-gene knockouts identified by the screen as maximizing succinate secretion flux at 50% WT-growth disrupt canonical competing by-product or respiration pathways described in the metabolic-engineering literature (e.g., pyruvate-formate-lyase pflB, lactate dehydrogenase ldhA, alcohol dehydrogenase adhE, acetate kinase ackA, phosphate acetyltransferase pta, or their isozymes), or are accompanied by a mechanistic explanation for why the knockout redirects flux toward succinate under the chosen medium.\", \"measurable\": true}]", "experiment_design": "{\"research_question\": \"Which single-gene knockouts of central carbon metabolism in E. coli iAF1260 produce the largest predicted succinate secretion flux while preserving at least 50% of wild-type biomass growth, and what is the mechanistic role of each in shifting flux toward succinate?\", \"conditions\": [{\"name\": \"wt_aerobic_glucose\", \"description\": \"Wild-type iAF1260 on glucose-minimal medium with O2 unconstrained. Reference condition.\"}, {\"name\": \"wt_aerobic_glucose_pfba\", \"description\": \"Same as wt_aerobic_glucose but with pFBA (parsimonious FBA) for unique flux distribution.\"}, {\"name\": \"production_envelope_succinate\", \"description\": \"FVA on succinate exchange across biomass-fraction-of-optimum grid {0.1, 0.2, ..., 1.0}.\"}, {\"name\": \"single_ko_screen_central_carbon\", \"description\": \"Single-gene knockouts on a curated set of ≤100 central-carbon / fermentation / TCA genes (glycolysis, PPP, TCA, anaplerotic, fermentation by-products); for each, FBA at fixed biomass = 0.5 × WT optimum; record succinate exchange flux.\"}], \"baselines\": [\"wt_aerobic_glucose (no perturbation) is the no-engineering baseline\", \"Published BIGG iAF1260 reference growth rate (0.736 1/h on glucose-minimal aerobic) — the model-validity gate\"], \"metrics\": [{\"name\": \"wt_growth_rate\", \"direction\": \"match_reference\", \"description\": \"Wild-type biomass exchange flux (1/h) on glucose-minimal aerobic; reference value 0.736.\"}, {\"name\": \"max_succinate_flux_mmol_gDW_h_at_zero_growth\", \"direction\": \"maximize\", \"description\": \"Succinate exchange flux (mmol/gDW/h) at biomass = 0 (theoretical maximum).\"}, {\"name\": \"succinate_flux_mmol_gDW_h_at_half_growth\", \"direction\": \"maximize\", \"description\": \"Succinate exchange flux at biomass = 0.5 × WT optimum, wild-type strain.\"}, {\"name\": \"best_ko_succinate_flux_mmol_gDW_h\", \"direction\": \"maximize\", \"description\": \"Maximum succinate exchange flux over the single-KO screen at biomass = 0.5 × WT optimum.\"}], \"datasets\": [{\"name\": \"iAF1260\", \"source\": \"BIGG database (http://bigg.ucsd.edu/models/iAF1260) via cobra.io.load_model('iAF1260')\"}], \"compute_requirements\": {\"gpu_required\": false, \"estimated_wall_clock_sec\": 1800}}", "requirements": "[{\"id\": \"req_results_json\", \"type\": \"artifact\", \"description\": \"A canonical results.json file exists at the workspace root with at least the keys: primary_metric (number), metrics (object of numeric keys), hypotheses (object with h1/h2/h3 entries each carrying a `supported` boolean), summary (non-empty string).\", \"must_pass\": true}, {\"id\": \"req_wt_growth_value\", \"type\": \"numeric\", \"description\": \"results.json metrics MUST contain a numeric value for `wt_growth_observed_1_per_h` (or an equivalent wt_growth_*_1_per_h key) that is non-null and finite. The wild-type growth rate must be reported, otherwise H1 cannot be evaluated.\", \"must_pass\": true}, {\"id\": \"req_top5_ko\", \"type\": \"discussion\", \"description\": \"results.json structured_results MUST contain a list of the top 5 ranked single-gene knockouts with at least {gene_id, gene_name, ko_succinate_flux_mmol_gDW_h, is_canonical} fields each. The list need not include the textbook canonical genes — but it MUST exist and identify at least 5 candidates.\", \"must_pass\": true}, {\"id\": \"req_envelope_figure\", \"type\": \"artifact\", \"description\": \"A production-envelope figure (biomass-vs-succinate, or analogous) must exist under figures/ or analysis/ in PDF or PNG format with axes labeled and units shown. Either a single multi-curve figure or per-condition figures both qualify.\", \"must_pass\": true}, {\"id\": \"req_h1_h2_h3_supported_flags\", \"type\": \"discussion\", \"description\": \"Each of hypotheses.h1, hypotheses.h2, hypotheses.h3 in results.json MUST have an explicit `supported` boolean and a `details` string of at least 40 characters describing the evidence used to reach that verdict.\", \"must_pass\": true}, {\"id\": \"req_mechanistic_writeup\", \"type\": \"discussion\", \"description\": \"Top-3 KO targets are discussed mechanistically — naming the pathway each KO disables and a one-sentence rationale for why the disruption redirects flux to succinate. Acceptable inside summary, structured_results, or a separate writeup field.\", \"must_pass\": false}, {\"id\": \"req_seed_documented\", \"type\": \"discussion\", \"description\": \"The solver backend (cobra optlang interface name + version) and any RNG seeds used (e.g. for sampling) are reported in results.json. Required for reproducibility but not for scientific correctness.\", \"must_pass\": false}]", "rubric": "{\"id\": \"B01\", \"requirements\": \"A credible constraint-based experiment on E. coli iAF1260 that (a) loads the BIGG model and validates wild-type growth, (b) computes a flux distribution under the standard objective, (c) characterises the biomass-vs-succinate production envelope, (d) runs a single-gene knockout screen targeted at central carbon metabolism, and (e) ties the top-ranked knockouts to the network mechanism. Partial but well-motivated evidence deserves partial credit; rigid wording or naming should not penalize a substantively correct experiment.\", \"judging_note\": \"Score on biological substance and quantitative correctness, not exact threshold satisfaction. Reproducing canonical FBA numbers (WT growth ~0.7, well-known knockouts like pflB/ldhA/adhE/ackA-pta) is strong evidence; novel-but-coherent design choices are acceptable.\", \"weight\": 1, \"sub_tasks\": [{\"id\": \"b01-code\", \"requirements\": \"The constraint-based pipeline is implemented with COBRApy and a BIGG genome-scale model.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b01-code-model\", \"requirements\": \"The submission loads E. coli iAF1260 (or a comparable validated genome-scale metabolic model) from BIGG via COBRApy, with the medium constraints (glucose uptake, O2 availability) explicitly set and the biomass objective explicitly named.\", \"weight\": 8.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"b01-code-fba\", \"requirements\": \"FBA and pFBA are invoked correctly to obtain wild-type growth and a unique flux distribution; output flux table covers exchange + central-carbon reactions at minimum.\", \"weight\": 6.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"b01-code-envelope\", \"requirements\": \"The biomass-vs-succinate production envelope is computed by sweeping a fraction-of-optimum biomass constraint and running FVA (or two-step FBA) on the succinate exchange at each grid point.\", \"weight\": 4.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Experimental Setup\"}, {\"id\": \"b01-code-koscreen\", \"requirements\": \"The single-gene knockout screen iterates over a curated central-carbon / fermentation / TCA gene set (≤100), applies model.genes.<g>.knock_out() (or equivalent reaction-bound deletion), and records succinate flux at fixed biomass = 0.5 × WT optimum.\", \"weight\": 4.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b01-exec\", \"requirements\": \"Execution produces the FBA / FVA / KO numbers needed to evaluate the hypotheses without crashing.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b01-exec-validity\", \"requirements\": \"Solver returns optimal status for the wild-type FBA and at least 90% of the KO conditions; no negative biomass or non-physical fluxes (succinate secretion negative under aerobic glucose, etc.) appear without explanation.\", \"weight\": 8.0, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"b01-exec-physics\", \"requirements\": \"Mass balance, charge balance, and biomass-positive checks pass for the loaded model; this is the biology-validity gate analogous to physics-validity (gauge invariance, unitarity) in the physics rubric.\", \"weight\": 8.0, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"b01-exec-results\", \"requirements\": \"A machine-readable results artifact (results.json or simulations/*.csv) records WT growth rate, the production-envelope grid (biomass fraction → succinate secretion flux in mmol/gDW/h), and a per-KO succinate-flux table. If yield is reported, define it separately as succinate secretion flux divided by glucose uptake flux.\", \"weight\": 6.0, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b01-results\", \"requirements\": \"The results analysis addresses the three hypotheses with quantitative evidence and a clear narrative tied to network mechanism.\", \"weight\": 3, \"sub_tasks\": [{\"id\": \"b01-result-h1-quant\", \"requirements\": \"Quantitative test of H1: predicted WT aerobic growth rate is reported and compared to the published BIGG reference 0.736 1/h. Score 100% if relative error < 3%, 67% if < 10%, 33% if < 30%, 0% otherwise.\", \"weight\": 12.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b01-result-h2-quant\", \"requirements\": \"Quantitative test of H2: production envelope shows succinate is growth-competing — succinate flux is non-increasing as biomass approaches WT optimum. Score 100% if monotonic over ≥8 of 10 grid points, 67% if ≥6 of 10, 33% if ≥4 of 10.\", \"weight\": 10.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b01-result-h3-quant\", \"requirements\": \"Quantitative test of H3: among the top-5 KO ranked by succinate secretion flux at 0.5 × WT growth, count how many disrupt canonical competing by-product or respiration pathways for succinate-overproduction logic, such as {pflB, ldhA, adhE, ackA, pta, acetate/ethanol/lactate branch competitors, oxygen-respiration competitors}, or include a specific mechanistic explanation for redirecting flux toward succinate under the chosen medium. Score 100% if ≥3 of 5 meet this canonical-or-mechanistic criterion, 67% if 2 of 5, 33% if 1 of 5, 0% otherwise.\", \"weight\": 10.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b01-result-figure\", \"requirements\": \"At least one publication-quality figure is produced — typically the production envelope (biomass on x, succinate secretion flux on y, with WT and best KO overlaid) and/or the KO essentiality / flux heatmap. Axes labeled with units (1/h, mmol/gDW/h), legend present.\", \"weight\": 8.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b01-result-writeup\", \"requirements\": \"The README or results writeup discusses each hypothesis outcome, names the top knockouts with their gene/enzyme identity, and gives a one-paragraph mechanistic interpretation (which competing pathways the KOs disable, why this redirects flux to succinate).\", \"weight\": 6.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b01-repro\", \"requirements\": \"Reproducibility: the model, run cards, and seeds are checked into artifacts so a fresh clone can rerun and obtain matching numbers.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b01-repro-model\", \"requirements\": \"The loaded GSMM is either persisted (models/iAF1260.json) or pinned by version + BIGG URL in the writeup; a downstream user can locate the exact model object used.\", \"weight\": 5.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}, {\"id\": \"b01-repro-runcards\", \"requirements\": \"The medium definition (exchange bounds), objective function, FVA fraction-of-optimum, and KO gene list are saved to a config / params file (not only inline in code).\", \"weight\": 5.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}, {\"id\": \"b01-repro-seeds\", \"requirements\": \"Solver settings (LP backend name + version, tolerance) are recorded; if any sampling step is used, the RNG seed is logged. A second run reproduces the central WT growth rate to within solver tolerance.\", \"weight\": 5.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}], \"task_category\": null, \"finegrained_task_category\": null}], \"task_category\": null, \"finegrained_task_category\": null}", "rubric_num_leaves": 15, "manifest_file": "tasks/biology/manifests/B01.yaml", "rubric_file": "tasks/biology/rubrics/B01.json"}
2
+ {"id": "B02", "domain": "biology", "title": "E. coli acetate overflow metabolism phase map under glucose and oxygen limitation", "topic": "E. coli acetate overflow metabolism phase map under glucose and oxygen limitation", "domains": ["systems-biology", "constraint-based-modelling", "phase-plane-analysis"], "arxiv_id": null, "venue": "ARC-Bench Biology 2026", "metric_key": "primary_metric", "metric_direction": "maximize", "gpu_required": false, "est_wall_clock_sec": 1800, "synthesis": "Overflow acetate secretion in E. coli is a canonical constraint-based\nmodelling phenotype. A credible CPU-scale study loads a validated E. coli\ngenome-scale model, fixes a glucose-minimal medium, sweeps glucose and oxygen\nuptake bounds, computes growth and major secretion products, and identifies\nthe transition from respiratory growth to overflow/fermentative by-product\nsecretion.\n\nThe research question is: under which glucose and oxygen uptake regimes does\nE. coli switch from primarily respiratory growth to acetate-secreting overflow\nmetabolism, and how robust is that regime boundary across FBA and pFBA?", "num_hypotheses": 3, "hypotheses": "[{\"id\": \"H1\", \"statement\": \"The selected E. coli BIGG model grows on aerobic glucose-minimal medium with a positive biomass objective and no infeasible solver status.\", \"measurable\": true}, {\"id\": \"H2\", \"statement\": \"A two-dimensional glucose-vs-oxygen phase plane contains distinct regimes with high oxygen/low acetate and low oxygen/high acetate secretion.\", \"measurable\": true}, {\"id\": \"H3\", \"statement\": \"pFBA reduces total internal flux while preserving the same growth-rate regime boundaries to within a small tolerance.\", \"measurable\": true}]", "experiment_design": "{\"research_question\": \"Under which glucose and oxygen uptake regimes does E. coli switch from respiratory growth to acetate overflow?\", \"conditions\": [{\"name\": \"aerobic_glucose_reference\", \"description\": \"Wild-type E. coli iJO1366 or iAF1260 on glucose-minimal medium with oxygen available.\"}, {\"name\": \"glucose_oxygen_phase_plane\", \"description\": \"Grid over glucose uptake and oxygen uptake bounds; compute biomass, acetate, ethanol, lactate, succinate, and CO2 exchange fluxes.\"}, {\"name\": \"pfba_phase_plane_check\", \"description\": \"Run pFBA on the same grid or a representative subset and compare growth plus secretion regimes.\"}], \"baselines\": [\"High-oxygen glucose condition is the respiratory baseline.\", \"Zero-oxygen glucose condition is the fermentative baseline.\"], \"metrics\": [{\"name\": \"growth_rate_1_per_h\", \"direction\": \"maximize\", \"description\": \"Biomass objective flux for each nutrient grid point.\"}, {\"name\": \"acetate_flux_mmol_gDW_h\", \"direction\": \"characterize\", \"description\": \"Acetate exchange secretion flux.\"}, {\"name\": \"overflow_boundary_o2_bound\", \"direction\": \"estimate\", \"description\": \"Approximate oxygen bound below which acetate secretion exceeds a chosen threshold.\"}, {\"name\": \"pfba_total_flux_norm\", \"direction\": \"minimize\", \"description\": \"Total absolute flux under pFBA.\"}], \"datasets\": [{\"name\": \"E. coli GSMM\", \"source\": \"BIGG iJO1366 or iAF1260 via cobra.io.load_model\"}], \"compute_requirements\": {\"gpu_required\": false, \"estimated_wall_clock_sec\": 1800}}", "requirements": "[{\"id\": \"req_results_json\", \"type\": \"artifact\", \"description\": \"A results.json file exists with primary_metric, metrics, hypotheses, summary, and structured_results.\", \"must_pass\": true}, {\"id\": \"req_phase_plane_table\", \"type\": \"artifact\", \"description\": \"A machine-readable phase-plane table exists with glucose_bound, oxygen_bound, growth_rate, and acetate_flux columns.\", \"must_pass\": true}, {\"id\": \"req_phase_plane_figure\", \"type\": \"artifact\", \"description\": \"A PNG or PDF heatmap/phase-plane figure exists with glucose and oxygen axes and units.\", \"must_pass\": true}, {\"id\": \"req_aerobic_ref_growth\", \"type\": \"numeric\", \"description\": \"results.json metrics MUST contain a numeric value for `aerobic_glucose_growth_rate_1_per_h` (or an equivalent aerobic_growth_*_1_per_h key) that is non-null, finite, and positive. The aerobic reference growth rate must be reported, otherwise H1 cannot be evaluated.\", \"must_pass\": true}, {\"id\": \"req_h1_h2_h3_supported_flags\", \"type\": \"discussion\", \"description\": \"Each of hypotheses.h1, hypotheses.h2, hypotheses.h3 in results.json MUST have an explicit `supported` boolean and a `details` string of at least 40 characters describing the evidence used to reach that verdict.\\n\", \"must_pass\": true}, {\"id\": \"req_mechanistic_writeup\", \"type\": \"discussion\", \"description\": \"The overflow boundary and its mechanistic basis are discussed — why E. coli switches to acetate-secreting overflow at the identified nutrient threshold. Acceptable inside summary, phase_plane_interpretation, or a separate writeup field.\", \"must_pass\": false}, {\"id\": \"req_seed_documented\", \"type\": \"discussion\", \"description\": \"The solver backend (cobra optlang interface name + version) and COBRApy version are reported in results.json. Required for reproducibility but not for scientific correctness.\", \"must_pass\": false}]", "rubric": "{\"id\": \"B02\", \"requirements\": \"A credible constraint-based E. coli acetate-overflow phase-plane study that loads a validated BIGG model, sets glucose and oxygen medium bounds, sweeps a two-dimensional nutrient grid, reports growth and by-product secretion, and interprets the acetate overflow boundary.\", \"judging_note\": \"Score biological substance and quantitative reproducibility over exact thresholds. iJO1366, iAF1260, or a comparable curated E. coli GSMM are acceptable.\", \"weight\": 1, \"sub_tasks\": [{\"id\": \"b02-code\", \"requirements\": \"The COBRApy implementation defines the model, medium, phase-plane grid, FBA/pFBA runs, and secretion extraction.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b02-code-model\", \"requirements\": \"Loads a validated E. coli BIGG model, explicitly sets glucose and oxygen exchange bounds, and names the biomass objective.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"b02-code-grid\", \"requirements\": \"Constructs a two-dimensional glucose-by-oxygen grid with at least 8 values per axis and restores model state between conditions.\", \"weight\": 6, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Experimental Setup\"}, {\"id\": \"b02-code-products\", \"requirements\": \"Extracts biomass plus acetate, ethanol, lactate, succinate, CO2, and O2/glucose exchange fluxes where present.\", \"weight\": 5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"b02-code-pfba\", \"requirements\": \"Runs pFBA on the full grid or a justified representative subset and records total absolute flux.\", \"weight\": 4, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b02-exec\", \"requirements\": \"Execution produces stable phase-plane artifacts without infeasible or missing-condition failures dominating the study.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b02-exec-status\", \"requirements\": \"At least 90% of grid points solve to optimal or biologically expected zero-growth status with explicit handling.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"b02-exec-physics\", \"requirements\": \"Mass-balance check passes for the loaded model; no non-physical secretion fluxes appear under aerobic conditions without explicit justification (e.g. acetate secretion is zero under high-oxygen/low-glucose conditions in the reference FBA); biomass flux is positive under aerobic glucose reference. This is the biology-validity gate equivalent to physics-validity checks in the physics rubric.\", \"weight\": 7.0, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"b02-exec-artifacts\", \"requirements\": \"Writes results.json and a CSV/TSV phase-plane table with nutrient bounds, growth, and secretion fluxes.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b02-results\", \"requirements\": \"The analysis identifies and explains acetate-overflow regimes with figures and quantitative criteria.\", \"weight\": 3, \"sub_tasks\": [{\"id\": \"b02-result-h1\", \"requirements\": \"Reports reference aerobic glucose growth and confirms model feasibility and positive biomass production. Score 100% if a positive finite biomass flux is reported for aerobic glucose with optimal solver status; 67% if growth is positive but solver status is not verified; 33% if only feasibility is stated without a numeric growth value; 0% otherwise.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b02-result-h2\", \"requirements\": \"Quantifies an acetate secretion boundary or threshold across oxygen/glucose regimes and distinguishes respiratory vs overflow conditions. Score 100% if an acetate-overflow boundary is quantified (O2 or glucose uptake threshold stated) with ≥2 distinct secretion regimes visible in the phase-plane table; 67% if overflow is identified without a quantified boundary; 33% if only one secretion regime is described; 0% otherwise.\", \"weight\": 12, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b02-result-h3\", \"requirements\": \"Compares FBA and pFBA growth/secretion regimes and explains where they agree or differ. Score 100% if FBA and pFBA growth rates are numerically compared and total flux norms are reported for both; 67% if only growth rates are compared without flux-norm comparison; 33% if pFBA was run but not compared to FBA; 0% otherwise.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b02-result-figure\", \"requirements\": \"Produces at least one labelled heatmap or contour plot for growth and acetate secretion with units.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b02-result-writeup\", \"requirements\": \"The README or results writeup discusses each hypothesis outcome, characterises the acetate-overflow regime boundary with quantitative support, and gives a one-paragraph mechanistic interpretation of why E. coli shifts from respiratory to acetate-secreting overflow metabolism at the identified nutrient threshold.\", \"weight\": 6.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b02-repro\", \"requirements\": \"The model ID, medium, grid values, solver, and thresholds are recorded for rerun reproducibility.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b02-repro-model\", \"requirements\": \"The loaded E. coli GSMM is either persisted (models/<model_id>.json) or pinned by BIGG model ID and source URL in the writeup; a downstream user can locate the exact model object used.\", \"weight\": 5.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}, {\"id\": \"b02-repro-config\", \"requirements\": \"Saves model ID, objective reaction, nutrient grid, and secretion threshold in config or results metadata.\", \"weight\": 6, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}, {\"id\": \"b02-repro-solver\", \"requirements\": \"Records solver backend, tolerance, COBRApy version, and rerun consistency for the aerobic reference point.\", \"weight\": 5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}], \"task_category\": null, \"finegrained_task_category\": null}], \"task_category\": null, \"finegrained_task_category\": null}", "rubric_num_leaves": 15, "manifest_file": "tasks/biology/manifests/B02.yaml", "rubric_file": "tasks/biology/rubrics/B02.json"}
3
+ {"id": "B03", "domain": "biology", "title": "Anaerobic E. coli lactate-overproduction knockout screen", "topic": "Anaerobic E. coli lactate-overproduction knockout screen", "domains": ["systems-biology", "metabolic-engineering", "constraint-based-modelling"], "arxiv_id": null, "venue": "ARC-Bench Biology 2026", "metric_key": "primary_metric", "metric_direction": "maximize", "gpu_required": false, "est_wall_clock_sec": 1800, "synthesis": "Lactate production under anaerobic glucose conditions is a tractable\nmetabolic-engineering task for constraint-based modelling. A credible study\nloads an E. coli BIGG model, validates anaerobic growth, computes WT lactate\nsecretion, screens central-carbon and fermentation knockouts, and ranks\ninterventions that increase lactate secretion while preserving growth.", "num_hypotheses": 3, "hypotheses": "[{\"id\": \"H1\", \"statement\": \"The model supports positive anaerobic glucose growth after oxygen uptake is closed.\", \"measurable\": true}, {\"id\": \"H2\", \"statement\": \"The lactate production envelope shows a tradeoff between biomass growth and maximum lactate secretion.\", \"measurable\": true}, {\"id\": \"H3\", \"statement\": \"Top lactate-improving knockouts disable competing ethanol, formate, acetate, or succinate by-product routes, or have a specific mechanistic explanation.\", \"measurable\": true}]", "experiment_design": "{\"research_question\": \"Which single-gene knockouts increase anaerobic lactate secretion in E. coli while preserving at least 30-50% of WT growth?\", \"conditions\": [{\"name\": \"wt_anaerobic_glucose\", \"description\": \"E. coli iJO1366 or iAF1260 on glucose-minimal medium with oxygen uptake closed.\"}, {\"name\": \"lactate_production_envelope\", \"description\": \"Sweep biomass fraction and optimize lactate secretion.\"}, {\"name\": \"single_ko_screen_fermentation\", \"description\": \"Screen central-carbon and fermentation genes; rank by lactate flux at fixed growth fraction.\"}], \"baselines\": [\"Wild-type anaerobic glucose lactate secretion.\", \"No-knockout lactate envelope.\"], \"metrics\": [{\"name\": \"anaerobic_wt_growth_1_per_h\", \"direction\": \"maximize\", \"description\": \"WT biomass flux with oxygen uptake set to zero.\"}, {\"name\": \"lactate_flux_mmol_gDW_h\", \"direction\": \"maximize\", \"description\": \"Lactate exchange secretion flux.\"}, {\"name\": \"lactate_yield_per_glucose\", \"direction\": \"maximize\", \"description\": \"Lactate secretion divided by glucose uptake.\"}, {\"name\": \"growth_fraction\", \"direction\": \"threshold\", \"description\": \"KO biomass relative to WT anaerobic growth.\"}], \"datasets\": [{\"name\": \"E. coli GSMM\", \"source\": \"BIGG iJO1366 or iAF1260 via cobra.io.load_model\"}], \"compute_requirements\": {\"gpu_required\": false, \"estimated_wall_clock_sec\": 1800}}", "requirements": "[{\"id\": \"req_results_json\", \"type\": \"artifact\", \"description\": \"results.json contains primary_metric, metrics, hypotheses, summary, and top KO structured results.\", \"must_pass\": true}, {\"id\": \"req_anaerobic_medium\", \"type\": \"numeric\", \"description\": \"Oxygen uptake is explicitly closed and anaerobic WT growth is reported.\", \"must_pass\": true}, {\"id\": \"req_top5_ko\", \"type\": \"discussion\", \"description\": \"Top 5 lactate-ranked knockouts are reported with gene_id, gene_name, growth_fraction, lactate_flux, and mechanism/canonical flag.\", \"must_pass\": true}, {\"id\": \"req_envelope_figure\", \"type\": \"artifact\", \"description\": \"A biomass-vs-lactate production envelope figure exists with labelled axes and units.\", \"must_pass\": true}, {\"id\": \"req_h1_h2_h3_supported_flags\", \"type\": \"discussion\", \"description\": \"Each of hypotheses.h1, hypotheses.h2, hypotheses.h3 in results.json MUST have an explicit `supported` boolean and a `details` string of at least 40 characters describing the evidence used to reach that verdict.\\n\", \"must_pass\": true}, {\"id\": \"req_mechanistic_writeup\", \"type\": \"discussion\", \"description\": \"Top-3 lactate-improving KO targets are discussed mechanistically — naming the pathway each KO disables and a one-sentence rationale for why the disruption redirects anaerobic flux to lactate. Acceptable inside summary, structured_results, or a separate writeup field.\", \"must_pass\": false}, {\"id\": \"req_seed_documented\", \"type\": \"discussion\", \"description\": \"The solver backend (cobra optlang interface name + version) and COBRApy version are reported in results.json. Required for reproducibility but not for scientific correctness.\", \"must_pass\": false}]", "rubric": "{\"id\": \"B03\", \"requirements\": \"A credible anaerobic E. coli lactate-overproduction study using COBRApy that validates anaerobic growth, computes a lactate production envelope, screens a focused central-carbon/fermentation knockout set, and explains top candidates mechanistically.\", \"judging_note\": \"Accept iJO1366, iAF1260, or comparable curated E. coli models. Score coherent anaerobic setup and mechanistic KO interpretation over exact gene names.\", \"weight\": 1, \"sub_tasks\": [{\"id\": \"b03-code\", \"requirements\": \"COBRApy code implements anaerobic medium, lactate objective/envelope, and knockout screening.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b03-code-medium\", \"requirements\": \"Loads an E. coli BIGG model, sets glucose uptake, closes oxygen uptake, and names biomass and lactate exchange reactions.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Experimental Setup\"}, {\"id\": \"b03-code-envelope\", \"requirements\": \"Computes biomass-vs-lactate production envelope by constraining biomass fractions and optimizing or FVA-bounding lactate secretion.\", \"weight\": 6, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"b03-code-ko\", \"requirements\": \"Screens a focused set of no more than 100 central-carbon and fermentation genes with model state restored between knockouts.\", \"weight\": 6, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"b03-code-yield\", \"requirements\": \"Computes lactate yield as lactate secretion divided by absolute glucose uptake, separate from flux.\", \"weight\": 4, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b03-exec\", \"requirements\": \"Execution produces valid anaerobic WT, envelope, and KO tables.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b03-exec-validity\", \"requirements\": \"WT anaerobic FBA is optimal with positive biomass and at least 85% of KO simulations solve or are explicitly labelled infeasible/lethal.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"b03-exec-physics\", \"requirements\": \"Mass-balance check passes for the loaded anaerobic model; no aerobic by-products (O2 uptake or CO2 via respiration) appear under strictly anaerobic conditions without explanation; biomass flux is positive under anaerobic glucose reference. This is the biology-validity gate equivalent to physics-validity checks in the physics rubric.\", \"weight\": 7.0, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"b03-exec-artifacts\", \"requirements\": \"Writes results.json plus machine-readable envelope and KO-ranking tables.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b03-results\", \"requirements\": \"Results quantify lactate production, growth tradeoffs, and KO mechanisms.\", \"weight\": 3, \"sub_tasks\": [{\"id\": \"b03-result-h1\", \"requirements\": \"Reports anaerobic WT growth and confirms oxygen uptake is zero or bounded closed. Score 100% if positive anaerobic WT biomass flux is reported with O2 exchange confirmed ≤0 mmol/gDW/h; 67% if growth is positive but O2 status is not explicitly confirmed; 33% if anaerobic feasibility is stated without a numeric growth value; 0% otherwise.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b03-result-h2\", \"requirements\": \"Shows lactate secretion changes across biomass fractions and identifies whether production is growth-coupled, competing, or partially coupled. Score 100% if lactate secretion flux is non-decreasing as biomass fraction decreases across ≥8 of 10 envelope grid points; 67% if non-decreasing over ≥6 of 10 points; 33% if ≥4 of 10 points; 0% otherwise.\", \"weight\": 10, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b03-result-h3\", \"requirements\": \"Top 5 KO list includes growth fraction, lactate flux/yield, and pathway-level rationale for at least top 3 targets. Score 100% if ≥3 of the top-5 KOs disrupt canonical competing by-product pathways (acetate, ethanol, formate, or succinate routes) or include a specific mechanistic explanation; 67% if 2 of 5 meet this criterion; 33% if 1 of 5; 0% otherwise.\", \"weight\": 12, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b03-result-figure\", \"requirements\": \"Produces a labelled lactate envelope or KO ranking figure with units.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b03-result-writeup\", \"requirements\": \"The README or results writeup discusses each hypothesis outcome, names the top lactate-improving knockouts with their gene/enzyme identity, and gives a one-paragraph mechanistic interpretation (which competing pathways the KOs disable, why this redirects anaerobic flux to lactate).\", \"weight\": 6.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b03-repro\", \"requirements\": \"Medium, model, gene set, solver, and thresholds are reproducibly recorded.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b03-repro-model\", \"requirements\": \"The loaded E. coli GSMM is either persisted (models/<model_id>.json) or pinned by BIGG model ID and source URL in the writeup; a downstream user can locate the exact model object and reproduce the anaerobic medium setup.\", \"weight\": 5.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}, {\"id\": \"b03-repro-runcard\", \"requirements\": \"Saves anaerobic medium bounds, biomass threshold, KO gene set, and lactate reaction ID.\", \"weight\": 6, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}, {\"id\": \"b03-repro-solver\", \"requirements\": \"Records COBRApy/solver versions and confirms rerun consistency for WT growth.\", \"weight\": 5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}], \"task_category\": null, \"finegrained_task_category\": null}], \"task_category\": null, \"finegrained_task_category\": null}", "rubric_num_leaves": 15, "manifest_file": "tasks/biology/manifests/B03.yaml", "rubric_file": "tasks/biology/rubrics/B03.json"}
4
+ {"id": "B04", "domain": "biology", "title": "S. cerevisiae ethanol yield under oxygen limitation and carbon-source changes", "topic": "S. cerevisiae ethanol yield under oxygen limitation and carbon-source changes", "domains": ["systems-biology", "metabolic-engineering", "constraint-based-modelling"], "arxiv_id": null, "venue": "ARC-Bench Biology 2026", "metric_key": "primary_metric", "metric_direction": "maximize", "gpu_required": false, "est_wall_clock_sec": 1800, "synthesis": "Yeast ethanol fermentation is a natural extension beyond E. coli while still\nstaying inside BIGG/COBRApy constraint-based modelling. A credible study\nloads iMM904 or a comparable yeast GSMM, validates growth on glucose, sweeps\noxygen availability, compares glucose and alternative carbon sources, and\nquantifies ethanol secretion and yield.", "num_hypotheses": 3, "hypotheses": "[{\"id\": \"H1\", \"statement\": \"The yeast model grows on glucose-minimal medium and produces a feasible FBA solution.\", \"measurable\": true}, {\"id\": \"H2\", \"statement\": \"Ethanol secretion/yield increases as oxygen uptake is restricted relative to fully aerobic growth.\", \"measurable\": true}, {\"id\": \"H3\", \"statement\": \"Carbon-source swaps produce distinct growth and ethanol-yield profiles, with glucose supporting stronger fermentation than at least one alternative carbon source.\", \"measurable\": true}]", "experiment_design": "{\"research_question\": \"How do oxygen limitation and carbon source alter predicted ethanol secretion and yield in S. cerevisiae?\", \"conditions\": [{\"name\": \"yeast_glucose_reference\", \"description\": \"S. cerevisiae iMM904 or comparable model on glucose-minimal medium.\"}, {\"name\": \"oxygen_sweep\", \"description\": \"Sweep oxygen uptake from anaerobic/low oxygen to aerobic while glucose uptake is fixed.\"}, {\"name\": \"carbon_source_swap\", \"description\": \"Compare glucose, fructose, galactose, glycerol, and acetate when supported by the model.\"}], \"baselines\": [\"Aerobic glucose condition.\", \"Anaerobic or oxygen-limited glucose condition.\"], \"metrics\": [{\"name\": \"growth_rate_1_per_h\", \"direction\": \"maximize\", \"description\": \"Biomass flux.\"}, {\"name\": \"ethanol_flux_mmol_gDW_h\", \"direction\": \"maximize\", \"description\": \"Ethanol exchange secretion flux.\"}, {\"name\": \"ethanol_yield_per_carbon_uptake\", \"direction\": \"maximize\", \"description\": \"Ethanol secretion divided by substrate uptake.\"}], \"datasets\": [{\"name\": \"S. cerevisiae iMM904\", \"source\": \"BIGG iMM904 via cobra.io.load_model if available, or documented local SBML/JSON yeast model.\"}], \"compute_requirements\": {\"gpu_required\": false, \"estimated_wall_clock_sec\": 1800}}", "requirements": "[{\"id\": \"req_results_json\", \"type\": \"artifact\", \"description\": \"results.json contains yeast model ID, metrics, hypotheses, and structured oxygen/carbon-source results.\", \"must_pass\": true}, {\"id\": \"req_oxygen_sweep\", \"type\": \"artifact\", \"description\": \"A machine-readable oxygen-sweep table exists with oxygen bound, growth, ethanol flux, and yield.\", \"must_pass\": true}, {\"id\": \"req_carbon_source_table\", \"type\": \"artifact\", \"description\": \"A carbon-source comparison table exists, including unsupported sources marked explicitly.\", \"must_pass\": true}, {\"id\": \"req_figure\", \"type\": \"artifact\", \"description\": \"At least one oxygen-vs-ethanol or carbon-source yield figure exists with units.\", \"must_pass\": true}, {\"id\": \"req_h1_h2_h3_supported_flags\", \"type\": \"discussion\", \"description\": \"Each of hypotheses.h1, hypotheses.h2, hypotheses.h3 in results.json MUST have an explicit `supported` boolean and a `details` string of at least 40 characters describing the evidence used to reach that verdict.\\n\", \"must_pass\": true}, {\"id\": \"req_mechanistic_writeup\", \"type\": \"discussion\", \"description\": \"The ethanol-yield response to oxygen and carbon source is discussed mechanistically — why oxygen restriction increases ethanol yield and how carbon-source metabolism shapes fermentation. Acceptable inside summary, structured_results, or a separate writeup field.\", \"must_pass\": false}, {\"id\": \"req_seed_documented\", \"type\": \"discussion\", \"description\": \"The solver backend (cobra optlang interface name + version) and COBRApy version are reported in results.json. Required for reproducibility but not for scientific correctness.\", \"must_pass\": false}]", "rubric": "{\"id\": \"B04\", \"requirements\": \"A credible S. cerevisiae ethanol-yield study that loads a yeast GSMM, validates growth, sweeps oxygen uptake, swaps carbon sources, and reports ethanol secretion/yield with interpretable figures.\", \"judging_note\": \"The main challenge is adapting the pipeline beyond E. coli while remaining within COBRApy/BIGG capabilities. Accept iMM904 or another documented yeast GSMM.\", \"weight\": 1, \"sub_tasks\": [{\"id\": \"b04-code\", \"requirements\": \"The code implements yeast model loading, medium setup, oxygen sweep, carbon-source swap, and ethanol-yield calculations.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b04-code-model\", \"requirements\": \"Loads iMM904 or comparable yeast model, identifies biomass, glucose, oxygen, and ethanol exchange reactions, and validates positive reference growth.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"b04-code-o2\", \"requirements\": \"Sweeps oxygen uptake across at least 8 values while keeping substrate uptake defined and restoring state between runs.\", \"weight\": 6, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Experimental Setup\"}, {\"id\": \"b04-code-carbon\", \"requirements\": \"Compares at least 4 carbon sources where model reactions exist and explicitly records unsupported sources.\", \"weight\": 5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Experimental Setup\"}, {\"id\": \"b04-code-yield\", \"requirements\": \"Calculates ethanol yield using absolute substrate uptake and separates yield from raw secretion flux.\", \"weight\": 5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b04-exec\", \"requirements\": \"Execution produces oxygen-sweep and carbon-source artifacts without crashing.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b04-exec-status\", \"requirements\": \"Reference glucose condition is optimal and at least 80% of supported oxygen/carbon conditions solve or are clearly marked infeasible.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"b04-exec-physics\", \"requirements\": \"Mass-balance check passes for the yeast GSMM; no non-physical fluxes appear under aerobic glucose reference (e.g. ethanol secretion should be low under full aerobic conditions); biomass flux is positive under yeast glucose-minimal reference. This is the biology-validity gate equivalent to physics-validity checks in the physics rubric.\", \"weight\": 7.0, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"b04-exec-artifacts\", \"requirements\": \"Writes results.json, oxygen_sweep.csv, and carbon_source_comparison.csv or equivalent structured outputs.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b04-results\", \"requirements\": \"Results quantify oxygen and substrate effects on ethanol secretion/yield.\", \"weight\": 3, \"sub_tasks\": [{\"id\": \"b04-result-h1\", \"requirements\": \"Reports yeast reference growth with model ID and medium definition. Score 100% if positive yeast biomass flux and ethanol secretion are both reported under aerobic glucose-minimal medium with optimal solver status and a named model ID; 67% if growth is positive but ethanol is not reported; 33% if feasibility is stated without numeric values; 0% otherwise.\", \"weight\": 7, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b04-result-h2\", \"requirements\": \"Quantifies how ethanol flux or yield changes as oxygen decreases and identifies the low-oxygen fermentation regime. Score 100% if ethanol flux or yield is non-decreasing as oxygen uptake decreases across ≥6 of 8 oxygen-sweep points; 67% if non-decreasing over ≥4 of 8 points; 33% if the trend is described without a quantitative grid; 0% otherwise.\", \"weight\": 12, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b04-result-h3\", \"requirements\": \"Compares growth and ethanol yield across carbon sources with a biological interpretation. Score 100% if at least 3 carbon sources are compared with distinct numeric ethanol yields and a biological interpretation; 67% if 2 sources are compared with numeric differences; 33% if the comparison is qualitative or only one carbon source produces positive growth; 0% otherwise.\", \"weight\": 10, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b04-result-figure\", \"requirements\": \"Produces labelled figures for oxygen sweep and/or carbon-source yield comparison.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b04-result-writeup\", \"requirements\": \"The README or results writeup discusses each hypothesis outcome, names the oxygen regime and carbon source that maximise ethanol yield, and gives a one-paragraph mechanistic interpretation of why oxygen restriction switches yeast from respiratory growth to fermentative ethanol production.\", \"weight\": 6.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b04-repro\", \"requirements\": \"Model source, medium, oxygen grid, carbon-source reactions, solver, and versions are documented.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b04-repro-model\", \"requirements\": \"The loaded yeast GSMM is either persisted (models/<model_id>.json) or pinned by BIGG model ID, version, and source URL in the writeup; a downstream user can locate the exact model object used.\", \"weight\": 5.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}, {\"id\": \"b04-repro-config\", \"requirements\": \"Saves reaction IDs, bounds, grid values, and carbon-source list in config or results metadata.\", \"weight\": 6, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}, {\"id\": \"b04-repro-version\", \"requirements\": \"Records COBRApy, solver, model source/version, and rerun consistency for reference growth.\", \"weight\": 5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}], \"task_category\": null, \"finegrained_task_category\": null}], \"task_category\": null, \"finegrained_task_category\": null}", "rubric_num_leaves": 15, "manifest_file": "tasks/biology/manifests/B04.yaml", "rubric_file": "tasks/biology/rubrics/B04.json"}
5
+ {"id": "B05", "domain": "biology", "title": "M. tuberculosis condition-specific essentiality and metabolic drug-target prioritisation", "topic": "M. tuberculosis condition-specific essentiality and metabolic drug-target prioritisation", "domains": ["systems-biology", "drug-target-prioritisation", "constraint-based-modelling"], "arxiv_id": null, "venue": "ARC-Bench Biology 2026", "metric_key": "primary_metric", "metric_direction": "maximize", "gpu_required": false, "est_wall_clock_sec": 2400, "synthesis": "Constraint-based essentiality analysis can prioritise metabolic drug-target\nhypotheses in pathogen models. A credible study loads an M. tuberculosis GSMM\nsuch as iNJ661 when available, validates biomass production under a documented\nmedium, performs single-gene and/or single-reaction deletion, and ranks\nessential targets by growth impact and subsystem interpretability.", "num_hypotheses": 3, "hypotheses": "[{\"id\": \"H1\", \"statement\": \"The selected M. tuberculosis model produces positive biomass under the documented reference medium.\", \"measurable\": true}, {\"id\": \"H2\", \"statement\": \"Single-gene or single-reaction deletion identifies a non-empty set of essential metabolic targets under the reference condition.\", \"measurable\": true}, {\"id\": \"H3\", \"statement\": \"Prioritised targets are enriched in interpretable core metabolic subsystems such as cell-wall precursor, cofactor, lipid, energy, or amino-acid metabolism.\", \"measurable\": true}]", "experiment_design": "{\"research_question\": \"Which condition-specific metabolic genes or reactions are predicted essential in M. tuberculosis and are plausible drug-target hypotheses?\", \"conditions\": [{\"name\": \"mtb_reference_medium\", \"description\": \"M. tuberculosis iNJ661 or comparable model under a documented reference medium.\"}, {\"name\": \"single_gene_deletion\", \"description\": \"Single-gene deletion screen when GPR rules are available.\"}, {\"name\": \"single_reaction_deletion\", \"description\": \"Single-reaction deletion screen as a fallback or complementary target set.\"}], \"baselines\": [\"Wild-type reference growth.\", \"Nonessential deletion growth distribution.\"], \"metrics\": [{\"name\": \"wt_growth_rate_1_per_h\", \"direction\": \"maximize\", \"description\": \"Reference biomass flux.\"}, {\"name\": \"growth_fraction_after_deletion\", \"direction\": \"minimize\", \"description\": \"Deletion biomass divided by WT biomass.\"}, {\"name\": \"essential_target_count\", \"direction\": \"characterize\", \"description\": \"Count of genes/reactions below essentiality threshold.\"}, {\"name\": \"subsystem_enrichment\", \"direction\": \"characterize\", \"description\": \"Subsystem distribution among essential targets.\"}], \"datasets\": [{\"name\": \"M. tuberculosis GSMM\", \"source\": \"BIGG iNJ661 or documented local SBML/JSON model.\"}], \"compute_requirements\": {\"gpu_required\": false, \"estimated_wall_clock_sec\": 2400}}", "requirements": "[{\"id\": \"req_results_json\", \"type\": \"artifact\", \"description\": \"results.json contains model ID, WT growth, essential target counts, top targets, and hypothesis verdicts.\", \"must_pass\": true}, {\"id\": \"req_deletion_table\", \"type\": \"artifact\", \"description\": \"A gene or reaction deletion table exists with target ID, status, growth, growth_fraction, and essential flag.\", \"must_pass\": true}, {\"id\": \"req_top_targets\", \"type\": \"discussion\", \"description\": \"Top 10 prioritised essential targets are reported with subsystem/pathway and rationale.\", \"must_pass\": true}, {\"id\": \"req_figure\", \"type\": \"artifact\", \"description\": \"At least one essentiality distribution or subsystem-enrichment figure exists.\", \"must_pass\": true}, {\"id\": \"req_h1_h2_h3_supported_flags\", \"type\": \"discussion\", \"description\": \"Each of hypotheses.h1, hypotheses.h2, hypotheses.h3 in results.json MUST have an explicit `supported` boolean and a `details` string of at least 40 characters describing the evidence used to reach that verdict.\\n\", \"must_pass\": true}, {\"id\": \"req_mechanistic_writeup\", \"type\": \"discussion\", \"description\": \"Top-3 essential target hypotheses are framed mechanistically — naming the metabolic subsystem each target belongs to and why its disruption is predicted lethal under the reference medium. Claims must be framed as computational hypotheses, not validated drugs. Acceptable inside summary, structured_results, or a separate writeup field.\", \"must_pass\": false}, {\"id\": \"req_seed_documented\", \"type\": \"discussion\", \"description\": \"The solver backend (cobra optlang interface name + version) and COBRApy version are reported in results.json. Required for reproducibility but not for scientific correctness.\", \"must_pass\": false}]", "rubric": "{\"id\": \"B05\", \"requirements\": \"A credible M. tuberculosis essentiality study using COBRApy that validates a pathogen GSMM, runs single-gene and/or single-reaction deletions, identifies essential targets, and prioritises interpretable drug-target hypotheses.\", \"judging_note\": \"Accept gene deletions, reaction deletions, or both depending on model GPR support. Penalize unsupported biological claims more than absence of external drug databases.\", \"weight\": 1, \"sub_tasks\": [{\"id\": \"b05-code\", \"requirements\": \"The code loads the pathogen model, validates medium, runs deletion screens, and annotates essential targets.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b05-code-model\", \"requirements\": \"Loads iNJ661 or a documented M. tuberculosis GSMM, defines medium/objective, and validates positive WT biomass.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"b05-code-deletion\", \"requirements\": \"Runs single-gene deletion when GPR rules are usable, or single-reaction deletion as an explicit fallback/complement.\", \"weight\": 7, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"b05-code-threshold\", \"requirements\": \"Defines essentiality threshold such as growth <5% or <10% of WT and applies it consistently.\", \"weight\": 5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"b05-code-annotation\", \"requirements\": \"Extracts subsystem, reaction name, gene name, GPR, or other model-native annotations for top targets.\", \"weight\": 5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b05-exec\", \"requirements\": \"Deletion runs complete with interpretable status handling and structured outputs.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b05-exec-status\", \"requirements\": \"WT reference condition is optimal and at least 85% of deletion simulations solve or are explicitly marked infeasible/lethal.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"b05-exec-physics\", \"requirements\": \"Mass-balance check passes for the loaded pathogen GSMM; WT biomass is positive under the documented medium; deletion table contains no negative growth values; model GPR rules produce logically consistent essential gene predictions. This is the biology-validity gate equivalent to physics-validity checks in the physics rubric.\", \"weight\": 7.0, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"b05-exec-artifacts\", \"requirements\": \"Writes results.json plus deletion table with growth, growth_fraction, status, and essential flag.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b05-results\", \"requirements\": \"Results identify essential targets and provide conservative biological interpretation.\", \"weight\": 3, \"sub_tasks\": [{\"id\": \"b05-result-h1\", \"requirements\": \"Reports WT growth, medium, model ID, and validation caveats. Score 100% if positive WT biomass flux is reported under the documented medium with optimal solver status and model ID named; 67% if growth is positive but medium is not explicitly documented; 33% if feasibility is stated without a numeric value; 0% otherwise.\", \"weight\": 7, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b05-result-h2\", \"requirements\": \"Reports essential target count and distribution of growth fractions after deletion. Score 100% if ≥5 essential genes/reactions are identified with growth fractions below the stated threshold and the deletion table covers ≥50 candidates; 67% if essential targets are identified but the candidate set covers fewer than 50 entries; 33% if essential targets are named without a deletion table; 0% otherwise.\", \"weight\": 10, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b05-result-h3\", \"requirements\": \"Top 10 targets include subsystem/pathway and one-sentence rationale; claims are framed as modelling hypotheses, not validated drugs. Score 100% if ≥3 of the top-10 prioritised targets belong to named core metabolic subsystems (cell-wall precursor, cofactor, lipid, energy, or amino-acid biosynthesis) with at least a one-sentence pathway rationale; 67% if 2 of 10 with rationale; 33% if 1 of 10 with rationale; 0% otherwise.\", \"weight\": 12, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b05-result-figure\", \"requirements\": \"Produces a labelled essentiality histogram, target ranking plot, or subsystem enrichment chart.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b05-result-writeup\", \"requirements\": \"The README or results writeup discusses each hypothesis outcome, names the top prioritised essential targets with subsystem/enzyme identity, and gives a one-paragraph mechanistic rationale for why each target's disruption is lethal. Claims are explicitly framed as computational hypotheses requiring wet-lab validation.\", \"weight\": 6.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b05-repro\", \"requirements\": \"Model, medium, deletion type, threshold, solver, and annotations are reproducibly recorded.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b05-repro-model\", \"requirements\": \"The loaded M. tuberculosis GSMM is either persisted (models/<model_id>.json) or pinned by BIGG model ID, version, or local file hash in the writeup; a downstream user can locate the exact model object used.\", \"weight\": 5.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}, {\"id\": \"b05-repro-config\", \"requirements\": \"Saves model source, medium bounds, objective, deletion mode, and essentiality threshold.\", \"weight\": 6, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}, {\"id\": \"b05-repro-version\", \"requirements\": \"Records COBRApy/solver versions and confirms rerun consistency for WT growth and essential count.\", \"weight\": 5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}], \"task_category\": null, \"finegrained_task_category\": null}], \"task_category\": null, \"finegrained_task_category\": null}", "rubric_num_leaves": 15, "manifest_file": "tasks/biology/manifests/B05.yaml", "rubric_file": "tasks/biology/rubrics/B05.json"}
6
+ {"id": "B06", "domain": "biology", "title": "E. coli carbon-source robustness and condition-dependent essential genes", "topic": "E. coli carbon-source robustness and condition-dependent essential genes", "domains": ["systems-biology", "essentiality-analysis", "constraint-based-modelling"], "arxiv_id": null, "venue": "ARC-Bench Biology 2026", "metric_key": "primary_metric", "metric_direction": "maximize", "gpu_required": false, "est_wall_clock_sec": 2400, "synthesis": "Carbon-source swaps are a direct mfa-agent capability and produce interpretable\ncondition-dependent phenotypes. A credible study loads an E. coli GSMM, defines\na base minimal medium, tests multiple single-carbon sources, runs essentiality\nanalysis on a focused gene set under each feasible source, and identifies genes\nwhose essentiality changes with carbon source.", "num_hypotheses": 3, "hypotheses": "[{\"id\": \"H1\", \"statement\": \"The model predicts positive growth on glucose and at least two additional supported carbon sources.\", \"measurable\": true}, {\"id\": \"H2\", \"statement\": \"Growth rates and secretion profiles differ substantially across carbon sources.\", \"measurable\": true}, {\"id\": \"H3\", \"statement\": \"A focused central-carbon gene set contains condition-dependent essential genes whose deletion effects vary by carbon source.\", \"measurable\": true}]", "experiment_design": "{\"research_question\": \"Which E. coli metabolic vulnerabilities are carbon-source dependent across glucose, glycerol, acetate, succinate, and fructose-like conditions?\", \"conditions\": [{\"name\": \"carbon_source_panel\", \"description\": \"Close background carbon uptake, open one carbon source at a time, and run FBA/pFBA.\"}, {\"name\": \"focused_gene_essentiality_by_carbon\", \"description\": \"For feasible carbon sources, delete a focused set of central-carbon genes and record growth fractions.\"}], \"baselines\": [\"Glucose-minimal medium.\", \"Wild-type growth for each carbon source.\"], \"metrics\": [{\"name\": \"growth_rate_by_carbon\", \"direction\": \"characterize\", \"description\": \"WT biomass flux per carbon source.\"}, {\"name\": \"major_secretions_by_carbon\", \"direction\": \"characterize\", \"description\": \"Positive exchange fluxes under pFBA.\"}, {\"name\": \"condition_dependent_essential_count\", \"direction\": \"maximize\", \"description\": \"Genes essential under one source but not another.\"}], \"datasets\": [{\"name\": \"E. coli GSMM\", \"source\": \"BIGG iJO1366 or iAF1260 via cobra.io.load_model\"}], \"compute_requirements\": {\"gpu_required\": false, \"estimated_wall_clock_sec\": 2400}}", "requirements": "[{\"id\": \"req_results_json\", \"type\": \"artifact\", \"description\": \"results.json contains carbon-source growth table summary, essentiality counts, hypothesis verdicts, and summary.\", \"must_pass\": true}, {\"id\": \"req_carbon_table\", \"type\": \"artifact\", \"description\": \"A carbon-source comparison table exists with source, exchange reaction, status, growth, and secretion profile fields.\", \"must_pass\": true}, {\"id\": \"req_essentiality_matrix\", \"type\": \"artifact\", \"description\": \"A gene-by-carbon essentiality/growth-fraction matrix exists for feasible carbon sources.\", \"must_pass\": true}, {\"id\": \"req_heatmap\", \"type\": \"artifact\", \"description\": \"A heatmap or clustered plot of condition-dependent gene essentiality exists with labelled axes.\", \"must_pass\": true}, {\"id\": \"req_h1_h2_h3_supported_flags\", \"type\": \"discussion\", \"description\": \"Each of hypotheses.h1, hypotheses.h2, hypotheses.h3 in results.json MUST have an explicit `supported` boolean and a `details` string of at least 40 characters describing the evidence used to reach that verdict.\\n\", \"must_pass\": true}, {\"id\": \"req_mechanistic_writeup\", \"type\": \"discussion\", \"description\": \"Top-3 condition-dependent essential genes are explained mechanistically — why each gene is essential under one carbon source but not another, referencing the metabolic pathway context. Acceptable inside summary, structured_results, or a separate writeup field.\", \"must_pass\": false}, {\"id\": \"req_seed_documented\", \"type\": \"discussion\", \"description\": \"The solver backend (cobra optlang interface name + version) and COBRApy version are reported in results.json. Required for reproducibility but not for scientific correctness.\", \"must_pass\": false}]", "rubric": "{\"id\": \"B06\", \"requirements\": \"A credible E. coli carbon-source robustness study that loads a validated GSMM, swaps carbon sources, reports growth/secretion profiles, and identifies condition-dependent essential genes from a focused gene set.\", \"judging_note\": \"Score explicit medium handling and condition-dependent interpretation. It is acceptable if some carbon sources are unsupported, provided they are recorded and not silently dropped.\", \"weight\": 1, \"sub_tasks\": [{\"id\": \"b06-code\", \"requirements\": \"The code implements carbon-source medium swaps, FBA/pFBA, and focused essentiality comparison.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b06-code-model\", \"requirements\": \"Loads E. coli BIGG model, identifies biomass and candidate carbon exchange reactions, and defines a minimal medium policy.\", \"weight\": 7, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Experimental Setup\"}, {\"id\": \"b06-code-swap\", \"requirements\": \"Closes background carbon uptake and opens one carbon source at a time with documented uptake bounds.\", \"weight\": 7, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Experimental Setup\"}, {\"id\": \"b06-code-secretion\", \"requirements\": \"Runs FBA/pFBA per source and records major positive exchange fluxes.\", \"weight\": 5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"b06-code-essentiality\", \"requirements\": \"Runs focused single-gene deletions for feasible carbon sources and computes growth fractions relative to each source-specific WT.\", \"weight\": 7, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b06-exec\", \"requirements\": \"Execution produces carbon-source and essentiality artifacts.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b06-exec-validity\", \"requirements\": \"Glucose reference is optimal and at least two non-glucose sources are either feasible or clearly marked unsupported/infeasible.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"b06-exec-physics\", \"requirements\": \"Mass-balance check passes for the E. coli GSMM under each tested carbon source; no carbon source produces negative biomass or non-physical secretion without explicit handling; model state is restored between carbon-source conditions. This is the biology-validity gate equivalent to physics-validity checks in the physics rubric.\", \"weight\": 7.0, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"b06-exec-artifacts\", \"requirements\": \"Writes results.json, carbon-source table, and gene-by-condition growth-fraction matrix.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b06-results\", \"requirements\": \"Results compare carbon sources and identify condition-dependent vulnerabilities.\", \"weight\": 3, \"sub_tasks\": [{\"id\": \"b06-result-h1\", \"requirements\": \"Reports feasible carbon-source count and growth rates, including unsupported-source handling. Score 100% if ≥3 carbon sources including glucose support positive biomass growth with explicit exchange bounds documented; 67% if 2 sources support positive growth; 33% if only glucose is feasible with explicit confirmation that other sources are infeasible or unsupported; 0% otherwise.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b06-result-h2\", \"requirements\": \"Compares secretion profiles and growth rates across sources with quantitative differences. Score 100% if growth rates differ by >10% between at least 2 feasible carbon sources AND major secretion fluxes differ qualitatively across sources; 67% if growth rate differences are reported without secretion-profile comparison; 33% if differences are noted qualitatively without quantification; 0% otherwise.\", \"weight\": 9, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b06-result-h3\", \"requirements\": \"Identifies genes with large growth-fraction changes across carbon sources and explains pathway context for top hits. Score 100% if ≥3 genes with condition-dependent essentiality changes (essential under one carbon source but not another) are identified with pathway context; 67% if 2 genes are identified; 33% if 1 gene is identified with pathway context; 0% otherwise.\", \"weight\": 12, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b06-result-figure\", \"requirements\": \"Produces labelled bar plots and/or heatmaps for growth, secretion, and condition-dependent essentiality.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b06-result-writeup\", \"requirements\": \"The README or results writeup discusses each hypothesis outcome, names supported and unsupported carbon sources, identifies condition-dependent essential genes, and gives a one-paragraph mechanistic interpretation linking carbon-source specific metabolism to the observed vulnerability changes.\", \"weight\": 6.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b06-repro\", \"requirements\": \"Carbon-source definitions, gene set, thresholds, solver, and model are documented.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b06-repro-model\", \"requirements\": \"The loaded E. coli GSMM is either persisted (models/<model_id>.json) or pinned by BIGG model ID and source URL in the writeup; a downstream user can locate the exact model object and reproduce each carbon-source medium setup.\", \"weight\": 5.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}, {\"id\": \"b06-repro-runcard\", \"requirements\": \"Saves carbon exchange IDs, uptake bounds, oxygen setting, gene list, and essentiality threshold.\", \"weight\": 6, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}, {\"id\": \"b06-repro-version\", \"requirements\": \"Records COBRApy/solver versions and rerun consistency for glucose and at least one non-glucose source.\", \"weight\": 5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}], \"task_category\": null, \"finegrained_task_category\": null}], \"task_category\": null, \"finegrained_task_category\": null}", "rubric_num_leaves": 15, "manifest_file": "tasks/biology/manifests/B06.yaml", "rubric_file": "tasks/biology/rubrics/B06.json"}
7
+ {"id": "B07", "domain": "biology", "title": "Reproducible FBA protocol benchmark: FBA vs pFBA vs loopless/FVA on E. coli", "topic": "Reproducible FBA protocol benchmark: FBA vs pFBA vs loopless/FVA on E. coli", "domains": ["systems-biology", "method-benchmarking", "constraint-based-modelling"], "arxiv_id": null, "venue": "ARC-Bench Biology 2026", "metric_key": "primary_metric", "metric_direction": "maximize", "gpu_required": false, "est_wall_clock_sec": 1800, "synthesis": "A method benchmark is well matched to mfa-agent because it tests robust use of\nCOBRApy APIs rather than biological novelty alone. A credible study loads a\nvalidated E. coli GSMM, runs standard FBA, pFBA, loopless FBA when available,\nand FVA at a fixed fraction of optimum, then compares growth, flux sparsity,\nruntime, and reaction-level variability.", "num_hypotheses": 3, "hypotheses": "[{\"id\": \"H1\", \"statement\": \"FBA, pFBA, and loopless FBA preserve the same biomass optimum within solver tolerance under the same medium.\", \"measurable\": true}, {\"id\": \"H2\", \"statement\": \"pFBA produces a lower total absolute flux norm and/or fewer active reactions than unconstrained FBA.\", \"measurable\": true}, {\"id\": \"H3\", \"statement\": \"FVA reveals that only a subset of central-carbon reactions are tightly constrained near optimum while others remain variable.\", \"measurable\": true}]", "experiment_design": "{\"research_question\": \"How do standard FBA, pFBA, loopless FBA, and FVA differ in flux parsimony and variability while preserving E. coli growth predictions?\", \"conditions\": [{\"name\": \"standard_fba\", \"description\": \"Maximize biomass on aerobic glucose-minimal medium.\"}, {\"name\": \"pfba\", \"description\": \"Maximize biomass then minimize total absolute flux.\"}, {\"name\": \"loopless_fba\", \"description\": \"Run loopless solution when available and compare objective/fluxes.\"}, {\"name\": \"fva_95_percent_growth\", \"description\": \"Run FVA at 95% of optimum and classify rigid vs flexible reactions.\"}], \"baselines\": [\"Standard FBA biomass optimum.\", \"COBRApy solver status and runtime.\"], \"metrics\": [{\"name\": \"growth_rate_1_per_h\", \"direction\": \"match\", \"description\": \"Biomass flux for each method.\"}, {\"name\": \"total_abs_flux\", \"direction\": \"minimize\", \"description\": \"Sum of absolute reaction fluxes.\"}, {\"name\": \"active_reaction_count\", \"direction\": \"minimize\", \"description\": \"Number of reactions with absolute flux above tolerance.\"}, {\"name\": \"fva_width\", \"direction\": \"characterize\", \"description\": \"Maximum minus minimum FVA interval per reaction.\"}], \"datasets\": [{\"name\": \"E. coli GSMM\", \"source\": \"BIGG iJO1366 or iAF1260 via cobra.io.load_model\"}], \"compute_requirements\": {\"gpu_required\": false, \"estimated_wall_clock_sec\": 1800}}", "requirements": "[{\"id\": \"req_results_json\", \"type\": \"artifact\", \"description\": \"results.json contains method-level metrics, hypotheses, summary, and solver/version metadata.\", \"must_pass\": true}, {\"id\": \"req_method_table\", \"type\": \"artifact\", \"description\": \"A method-comparison table exists with method, status, growth, total_abs_flux, active_reactions, and runtime.\", \"must_pass\": true}, {\"id\": \"req_fva_table\", \"type\": \"artifact\", \"description\": \"An FVA table exists with reaction ID, minimum, maximum, width, and rigid/flexible classification.\", \"must_pass\": true}, {\"id\": \"req_figures\", \"type\": \"artifact\", \"description\": \"At least one labelled figure compares methods or FVA variability.\", \"must_pass\": true}, {\"id\": \"req_h1_h2_h3_supported_flags\", \"type\": \"discussion\", \"description\": \"Each of hypotheses.h1, hypotheses.h2, hypotheses.h3 in results.json MUST have an explicit `supported` boolean and a `details` string of at least 40 characters describing the evidence used to reach that verdict.\\n\", \"must_pass\": true}, {\"id\": \"req_mechanistic_writeup\", \"type\": \"discussion\", \"description\": \"The protocol comparison is summarised with a method recommendation — which method is most reproducible and why, referencing flux-norm and FVA evidence. Acceptable inside summary, method_comparison, or a separate writeup field.\", \"must_pass\": false}, {\"id\": \"req_seed_documented\", \"type\": \"discussion\", \"description\": \"The solver backend (cobra optlang interface name + version) and COBRApy version are reported in results.json. Required for reproducibility but not for scientific correctness.\", \"must_pass\": false}]", "rubric": "{\"id\": \"B07\", \"requirements\": \"A reproducible FBA-method benchmark on E. coli that compares standard FBA, pFBA, loopless FBA when available, and FVA near optimum using consistent medium, metrics, runtime logging, and interpretable figures.\", \"judging_note\": \"This is a protocol-quality task. Reward robust implementation, structured outputs, and careful handling of unavailable loopless solvers over biological novelty.\", \"weight\": 1, \"sub_tasks\": [{\"id\": \"b07-code\", \"requirements\": \"The code implements method comparison with consistent model state and metrics.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b07-code-model\", \"requirements\": \"Loads E. coli BIGG model, sets medium and biomass objective, and validates reference FBA.\", \"weight\": 7, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"b07-code-methods\", \"requirements\": \"Runs standard FBA, pFBA, and loopless FBA or records a justified loopless-unavailable status.\", \"weight\": 7, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"b07-code-fva\", \"requirements\": \"Runs FVA at a documented fraction of optimum and computes interval widths and rigid/flexible labels.\", \"weight\": 6, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"b07-code-metrics\", \"requirements\": \"Computes total absolute flux, active reaction count, objective value, solver status, and runtime for each method.\", \"weight\": 6, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b07-exec\", \"requirements\": \"Execution produces complete benchmark artifacts and handles optional method failures explicitly.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b07-exec-status\", \"requirements\": \"Standard FBA and pFBA solve optimally; loopless and FVA either solve or have explicit, non-crashing failure records.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"b07-exec-physics\", \"requirements\": \"Mass-balance check passes for the loaded model under the benchmark medium; FBA, pFBA, and loopless FBA all return non-negative biomass fluxes; no negative flux norms or ill-conditioned solver status appear without explicit logging. This is the biology-validity gate equivalent to physics-validity checks in the physics rubric.\", \"weight\": 7.0, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"b07-exec-artifacts\", \"requirements\": \"Writes results.json, method comparison table, FVA table, and method flux tables.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b07-results\", \"requirements\": \"Results compare objective preservation, parsimony, and reaction variability.\", \"weight\": 3, \"sub_tasks\": [{\"id\": \"b07-result-h1\", \"requirements\": \"Reports objective differences among methods and checks agreement within solver tolerance where methods succeed. Score 100% if FBA and pFBA biomass objectives agree within 1% relative error and any available loopless FBA also agrees within 1%; 67% if FBA and pFBA agree but loopless comparison is missing or failed with explicit explanation; 33% if only qualitative agreement is stated; 0% otherwise.\", \"weight\": 9, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"b07-result-h2\", \"requirements\": \"Quantifies pFBA parsimony using total flux norm and active reaction count compared with standard FBA. Score 100% if pFBA total absolute flux norm is numerically lower than FBA AND active reaction count is lower under pFBA; 67% if flux norm is lower but active reaction count is not compared; 33% if pFBA parsimony is stated qualitatively without numeric comparison; 0% otherwise.\", \"weight\": 10, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b07-result-h3\", \"requirements\": \"Summarizes FVA width distribution and names central-carbon reactions that are rigid or flexible near optimum. Score 100% if FVA interval widths are reported for all model reactions and ≥5 central-carbon reactions are classified as rigid (interval width < 1 mmol/gDW/h) with subsystem identification; 67% if rigid/flexible classification is reported without central-carbon specifics; 33% if FVA results are reported without classification; 0% otherwise.\", \"weight\": 10, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b07-result-figure\", \"requirements\": \"Produces labelled method-comparison and/or FVA-width figures with units and clear legends.\", \"weight\": 8, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"b07-result-writeup\", \"requirements\": \"The README or results writeup discusses each hypothesis outcome, summarises the method-level comparison (parsimony, variability, runtime), and gives a one-paragraph protocol recommendation stating which method is most suitable for reproducible phenotype prediction and why.\", \"weight\": 6.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"b07-repro\", \"requirements\": \"The benchmark is reproducible with pinned model, medium, tolerance, solver, and code path.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"b07-repro-model\", \"requirements\": \"The loaded E. coli GSMM is either persisted (models/<model_id>.json) or pinned by BIGG model ID and source URL in the writeup; a downstream user can locate the exact model object and reproduce the benchmark medium.\", \"weight\": 5.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}, {\"id\": \"b07-repro-config\", \"requirements\": \"Saves model ID, objective, medium bounds, FVA fraction, active-flux tolerance, and method list.\", \"weight\": 6, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}, {\"id\": \"b07-repro-version\", \"requirements\": \"Records COBRApy, optlang, solver backend/version, and runtime environment.\", \"weight\": 6, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Reproducibility\"}], \"task_category\": null, \"finegrained_task_category\": null}], \"task_category\": null, \"finegrained_task_category\": null}", "rubric_num_leaves": 15, "manifest_file": "tasks/biology/manifests/B07.yaml", "rubric_file": "tasks/biology/rubrics/B07.json"}
data/ml.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/physics.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/quantum.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/statistics.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"id": "S01", "domain": "statistics", "title": "Bootstrap confidence intervals under non-Gaussian data", "topic": "Bootstrap confidence interval coverage under light-tailed, skewed, and heavy-tailed data", "domains": ["statistics", "resampling-methods", "simulation-study"], "arxiv_id": null, "venue": "ARC-Bench Statistics 2026", "metric_key": "primary_metric", "metric_direction": "maximize", "gpu_required": false, "est_wall_clock_sec": 300, "synthesis": "Bootstrap confidence intervals are widely used when analytic standard errors\nare inconvenient, but their finite-sample coverage can change substantially\nwith skewness, heavy tails, contamination, and the choice of statistic. A\ncredible study of this topic should simulate data-generating processes with\nknown estimands, compare several bootstrap confidence interval methods, and\nevaluate empirical coverage and interval width.\n\nThe study should not only report whether nominal 95% intervals contain the\ntruth, but also explain when wider intervals, robust estimators, or\nstudentized intervals improve reliability. The research question is: *how do\nbootstrap interval choices and estimator choices affect empirical coverage\nunder light-tailed, skewed, and heavy-tailed data?*", "num_hypotheses": 3, "hypotheses": "[{\"id\": \"H1\", \"statement\": \"Percentile bootstrap intervals for the sample mean achieve near-nominal coverage under light-tailed Gaussian data, especially at moderate sample sizes.\", \"measurable\": true}, {\"id\": \"H2\", \"statement\": \"Percentile bootstrap intervals for the sample mean under-cover under heavy-tailed or contaminated data.\", \"measurable\": true}, {\"id\": \"H3\", \"statement\": \"Robust location estimators, such as the median or trimmed mean, improve coverage stability or interval behavior under heavy-tailed or contaminated data.\", \"measurable\": true}]", "experiment_design": "{\"research_question\": \"How do bootstrap confidence interval methods behave across light-tailed, skewed, and heavy-tailed distributions?\", \"estimands\": [{\"name\": \"population_mean\", \"description\": \"The true mean of each simulated data-generating process when it exists.\"}, {\"name\": \"robust_location\", \"description\": \"A robust target such as the median or trimmed mean, used when heavy tails or contamination make mean-based inference unstable.\"}], \"conditions\": [{\"name\": \"normal_theory_mean_ci\", \"description\": \"Classical normal or t-based interval for the sample mean.\"}, {\"name\": \"percentile_bootstrap_mean\", \"description\": \"Percentile bootstrap interval for the sample mean.\"}, {\"name\": \"studentized_bootstrap_mean\", \"description\": \"Studentized or bootstrap-t interval for the sample mean, or a justified bootstrap alternative.\"}, {\"name\": \"robust_estimator_bootstrap\", \"description\": \"Bootstrap interval for a robust estimator such as the median or trimmed mean.\"}], \"data_generating_conditions\": [{\"name\": \"gaussian\", \"description\": \"Light-tailed data where standard mean inference should work well.\"}, {\"name\": \"lognormal_skewed\", \"description\": \"Skewed data where percentile intervals may show asymmetric finite-sample behavior.\"}, {\"name\": \"student_t_heavy_tailed\", \"description\": \"Heavy-tailed data with unstable sample means.\"}, {\"name\": \"contaminated_normal\", \"description\": \"Mostly normal data with a small fraction of extreme outliers.\"}], \"metrics\": [{\"name\": \"coverage\", \"direction\": \"target_0.95\", \"description\": \"Empirical fraction of intervals containing the true estimand.\"}, {\"name\": \"coverage_error\", \"direction\": \"minimize_abs\", \"description\": \"Absolute deviation from nominal 95% coverage.\"}, {\"name\": \"interval_width\", \"direction\": \"minimize_given_coverage\", \"description\": \"Average interval width, interpreted jointly with coverage.\"}, {\"name\": \"failure_rate\", \"direction\": \"minimize\", \"description\": \"Fraction of simulation runs where an interval could not be computed or produced invalid values.\"}], \"simulation_settings\": {\"sample_sizes\": [30, 100, 500], \"monte_carlo_repetitions\": 500, \"bootstrap_resamples\": 1000, \"seeds\": [0, 1, 2, 3, 4]}, \"expected_artifacts\": [{\"path\": \"src/experiment.py\", \"description\": \"Executable simulation code implementing confidence interval methods and data-generating processes.\"}, {\"path\": \"results/metrics.json\", \"description\": \"Machine-readable coverage, coverage error, interval width, and failure rate by method, distribution, and sample size.\"}, {\"path\": \"results/figures/\", \"description\": \"Diagnostic plots comparing coverage and interval width across methods and data-generating conditions.\"}, {\"path\": \"report/paper.md\", \"description\": \"Paper-style report explaining the setup, methods, results, limitations, and per-hypothesis conclusions.\"}], \"dependencies\": {\"python\": [\"numpy\", \"pandas\", \"scipy\", \"matplotlib\"]}, \"compute_requirements\": {\"gpu_required\": false, \"estimated_wall_clock_sec\": 300}}", "requirements": "[{\"id\": \"req_results_json\", \"type\": \"artifact\", \"description\": \"A canonical results.json file exists at the workspace root with at least the keys: primary_metric (number), metric_key (string), metrics (object with numeric keys), hypotheses (object with h1/h2/h3 entries each carrying a `supported` boolean), summary (non-empty string).\", \"must_pass\": true}, {\"id\": \"req_coverage_metrics_table\", \"type\": \"artifact\", \"description\": \"A machine-readable metrics artifact (e.g. results/metrics.json) exists reporting empirical coverage AND interval width broken down by CI method, data-generating distribution, and sample size.\", \"must_pass\": true}, {\"id\": \"req_coverage_numeric\", \"type\": \"numeric\", \"description\": \"results.json metrics MUST contain at least 3 numeric (non-null, finite) empirical coverage values in [0, 1] for distinct (method, distribution) cells, including at least one Gaussian cell and one heavy-tailed or contaminated cell so H1 and H2 can be evaluated.\", \"must_pass\": true}, {\"id\": \"req_hypotheses_supported_flags\", \"type\": \"discussion\", \"description\": \"results.json hypotheses.h1/h2/h3 each MUST have an explicit `supported` boolean AND a `details` string ≥ 40 characters quoting the numerical coverage / interval-width evidence (specific values + their source artifact) used to reach the verdict.\", \"must_pass\": true}, {\"id\": \"req_diagnostic_figure\", \"type\": \"artifact\", \"description\": \"At least one figure file (PNG or PDF, ≥150 DPI for raster) exists under results/figures/ comparing coverage and/or interval width across methods and data-generating conditions, with axes labeled and a legend.\", \"must_pass\": false}, {\"id\": \"req_width_tradeoff_writeup\", \"type\": \"discussion\", \"description\": \"The report discusses the coverage-versus-interval-width tradeoff — recognising that higher coverage may simply come from wider intervals and that width must be read jointly with coverage. Nice-to-have, not blocking.\", \"must_pass\": false}, {\"id\": \"req_seed_documented\", \"type\": \"discussion\", \"description\": \"results.json or a sibling reproducibility section names the Monte Carlo repetition count, bootstrap resample count, and at least one explicit random seed. Required for full reproducibility but not for scientific correctness.\", \"must_pass\": false}]", "rubric": "{\"id\": \"s01-root\", \"requirements\": \"A credible simulation study evaluating whether bootstrap confidence interval choice affects empirical coverage under light-tailed, skewed, and heavy-tailed data. The submission should implement multiple CI methods, simulate several data-generating distributions and sample sizes, report coverage and interval width over repeated trials, and connect the numeric findings to the three hypotheses.\", \"judging_note\": \"Score on statistical substance, correct simulation design, and directional correctness of evidence. Do not require exact repetition counts if the submission is computationally reasonable. Partial but well-motivated simulations deserve partial credit; rigid naming differences should not penalize a substantively correct experiment.\", \"weight\": 1, \"sub_tasks\": [{\"id\": \"s01-code\", \"requirements\": \"The bootstrap simulation code implements meaningful confidence interval comparisons across relevant distributional regimes.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"s01-code-ci-methods\", \"requirements\": \"The submission implements at least two bootstrap confidence interval methods, typically percentile bootstrap and studentized/bootstrap-t or another justified alternative. Methods should be implemented as distinct code paths rather than cosmetic options.\", \"weight\": 10.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"s01-code-robust-estimator\", \"requirements\": \"The submission includes a robust location estimator, such as median or trimmed mean, and compares it against the ordinary sample mean under heavy-tailed or contaminated data.\", \"weight\": 7.5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"s01-code-dgps\", \"requirements\": \"The submission simulates multiple data-generating processes covering at least light-tailed and heavy-tailed cases, with skewed data such as lognormal or contaminated data receiving additional credit.\", \"weight\": 7.5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Dataset and Model Acquisition\"}, {\"id\": \"s01-code-sample-sizes\", \"requirements\": \"The simulation evaluates more than one sample size so that finite-sample behavior can be distinguished from asymptotic behavior.\", \"weight\": 5.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Experimental Setup\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"s01-exec\", \"requirements\": \"Execution produces coverage and interval-quality metrics adequate to evaluate bootstrap CI behavior.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"s01-exec-metrics\", \"requirements\": \"Execution produces a machine-readable metrics artifact, such as results/metrics.json, containing numeric empirical coverage and interval width by condition, distribution, and sample size. Coverage error or failure rate may supplement these metrics.\", \"weight\": 15.0, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"s01-exec-repetitions\", \"requirements\": \"Reported metrics are based on repeated Monte Carlo trials and bootstrap resampling. The exact number of repetitions need not match the topic file, but it should be large enough to make coverage comparisons meaningful and should be honestly reported.\", \"weight\": 10.0, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"s01-exec-truth\", \"requirements\": \"The simulation correctly defines the true estimand for each data-generating process, such as the true mean or true robust location target, and checks whether confidence intervals contain that estimand.\", \"weight\": 10.0, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"s01-paper\", \"requirements\": \"The final paper or report addresses the three bootstrap hypotheses with quantitative evidence and a clear statistical narrative.\", \"weight\": 3, \"sub_tasks\": [{\"id\": \"s01-result-h1\", \"requirements\": \"The submission evaluates whether percentile bootstrap confidence intervals achieve near-nominal coverage under light-tailed Gaussian data, especially at moderate or larger sample sizes, and states whether H1 is supported, refuted, or inconclusive.\", \"weight\": 12.5, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"s01-result-h2\", \"requirements\": \"The submission evaluates whether percentile bootstrap intervals for the sample mean undercover under heavy-tailed data and supports the conclusion with empirical coverage numbers.\", \"weight\": 15.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"s01-result-h3\", \"requirements\": \"The submission compares robust location estimators against the ordinary sample mean under heavy-tailed or contaminated data and discusses whether robustness improves coverage stability or interval behavior.\", \"weight\": 15.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"s01-result-width-tradeoff\", \"requirements\": \"The analysis discusses interval-width tradeoffs, recognizing that higher coverage may come from wider intervals and that width should be interpreted jointly with coverage.\", \"weight\": 7.5, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"s01-result-writeup\", \"requirements\": \"The README or writeup describes the simulation setup, CI methods, data-generating processes, key numeric results, and per-hypothesis outcomes with appropriate caveats on repetition count, bootstrap count, and Monte Carlo uncertainty.\", \"weight\": 10.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}], \"task_category\": null, \"finegrained_task_category\": null}", "rubric_num_leaves": 12, "manifest_file": "tasks/statistics/manifests/S01.yaml", "rubric_file": "tasks/statistics/rubrics/S01.json"}
2
+ {"id": "S02", "domain": "statistics", "title": "Double machine learning for average treatment effect estimation", "topic": "Double machine learning for average treatment effect estimation under nonlinear confounding", "domains": ["statistics", "causal-inference", "semiparametric-estimation"], "arxiv_id": null, "venue": "ARC-Bench Statistics 2026", "metric_key": "primary_metric", "metric_direction": "maximize", "gpu_required": false, "est_wall_clock_sec": 300, "synthesis": "Semiparametric causal inference separates a low-dimensional target parameter,\nsuch as the average treatment effect, from infinite-dimensional nuisance\nfunctions such as the propensity score e(X) and outcome regressions m0(X) and\nm1(X). Double machine learning studies how the target parameter can remain\nestimable when those nuisance functions are learned flexibly rather than\nspecified by a finite-dimensional parametric model.\n\nThe benchmark should make this relationship explicit. The study should\nimplement and evaluate treatment effect estimators in simulated observational\ndata with nonlinear confounding, compare naive regression or inverse-propensity\nweighting against orthogonalized / doubly robust estimators, and test how\nNeyman orthogonality and cross-fitting reduce first-order sensitivity to\nnuisance estimation error. The research question is: *when the nuisance\nfunctions are treated as infinite-dimensional objects and estimated with\nflexible learners, does orthogonalization preserve reliable inference for the\nfinite-dimensional ATE?*", "num_hypotheses": 4, "hypotheses": "[{\"id\": \"H1\", \"statement\": \"A naive difference-in-means estimator is biased under confounded treatment assignment.\", \"measurable\": true}, {\"id\": \"H2\", \"statement\": \"A doubly robust / orthogonalized estimator has lower absolute bias than simple plug-in regression or IPW when nuisance functions are nonlinear.\", \"measurable\": true}, {\"id\": \"H3\", \"statement\": \"Cross-fitting improves stability or reduces bias compared with fitting nuisance functions and estimating the treatment effect on the same sample.\", \"measurable\": true}, {\"id\": \"H4\", \"statement\": \"Neyman-orthogonal scores make the ATE estimate less sensitive to nuisance-function estimation error than non-orthogonal plug-in estimators.\", \"measurable\": true}]", "experiment_design": "{\"research_question\": \"How does double machine learning estimate a finite-dimensional ATE while using flexible estimators for infinite-dimensional nuisance functions under nonlinear confounding?\", \"estimand\": {\"name\": \"average_treatment_effect\", \"description\": \"ATE = E[Y(1) - Y(0)] in a simulated observational study with known ground truth.\"}, \"semiparametric_structure\": {\"target_parameter\": {\"name\": \"finite_dimensional_ate\", \"description\": \"The scalar ATE is the parameter of scientific interest.\"}, \"nuisance_functions\": [{\"name\": \"propensity_score\", \"notation\": \"e(X) = P(A = 1 | X)\", \"role\": \"Controls confounded treatment assignment and appears in IPW and AIPW scores.\"}, {\"name\": \"outcome_regression_treated\", \"notation\": \"m1(X) = E[Y | A = 1, X]\", \"role\": \"Models the treated potential-outcome regression.\"}, {\"name\": \"outcome_regression_control\", \"notation\": \"m0(X) = E[Y | A = 0, X]\", \"role\": \"Models the control potential-outcome regression.\"}], \"key_relationship\": \"The benchmark should evaluate whether an orthogonal score protects the finite-dimensional ATE estimate from first-order errors in flexible, effectively infinite-dimensional nuisance estimates.\"}, \"conditions\": [{\"name\": \"difference_in_means\", \"description\": \"Naive treated-control mean difference without confounding adjustment.\"}, {\"name\": \"ols_adjustment\", \"description\": \"Linear regression adjustment for covariates.\"}, {\"name\": \"ipw_logistic\", \"description\": \"Inverse propensity weighting using logistic regression propensity scores.\"}, {\"name\": \"aipw_no_crossfit\", \"description\": \"Augmented inverse propensity weighting using nuisance models fit on the same sample.\"}, {\"name\": \"dml_aipw_crossfit\", \"description\": \"Doubly robust AIPW estimator with K-fold cross-fitting and flexible nuisance models.\"}, {\"name\": \"nuisance_quality_sensitivity\", \"description\": \"A diagnostic condition comparing weaker and stronger nuisance learners to test sensitivity of each estimator to nuisance estimation error.\"}], \"nuisance_models\": [{\"name\": \"propensity_model\", \"candidates\": [\"logistic_regression\", \"random_forest_classifier\", \"gradient_boosting_classifier\"]}, {\"name\": \"outcome_model\", \"candidates\": [\"linear_regression\", \"random_forest_regressor\", \"gradient_boosting_regressor\"]}], \"metrics\": [{\"name\": \"bias\", \"direction\": \"minimize_abs\", \"description\": \"Mean estimated ATE minus true ATE across simulation repetitions.\"}, {\"name\": \"rmse\", \"direction\": \"minimize\", \"description\": \"Root mean squared error of ATE estimates.\"}, {\"name\": \"coverage\", \"direction\": \"target_0.95\", \"description\": \"Empirical coverage of nominal 95% confidence intervals.\"}, {\"name\": \"interval_width\", \"direction\": \"minimize_given_coverage\", \"description\": \"Average confidence interval width.\"}, {\"name\": \"estimate_std\", \"direction\": \"diagnostic\", \"description\": \"Monte Carlo standard deviation of ATE estimates.\"}], \"simulation_settings\": {\"sample_sizes\": [500, 1000, 3000], \"monte_carlo_repetitions\": 500, \"crossfit_folds\": 2, \"seeds\": [0, 1, 2, 3, 4]}, \"data_generating_process\": {\"covariates\": \"X ~ multivariate normal or uniform with nonlinear transformations\", \"treatment\": \"A ~ Bernoulli(sigmoid nonlinear function of X)\", \"outcome\": \"Y = tau * A + nonlinear function of X + noise\", \"true_ate\": 1.0}, \"expected_artifacts\": [{\"path\": \"src/experiment.py\", \"description\": \"Executable simulation code implementing all ATE estimators.\"}, {\"path\": \"results/metrics.json\", \"description\": \"Machine-readable bias, RMSE, coverage, and interval width by estimator and sample size.\"}, {\"path\": \"results/figures/\", \"description\": \"Plots or tables summarizing estimator bias, RMSE, coverage, interval width, and cross-fitting effects.\"}, {\"path\": \"report/paper.md\", \"description\": \"Paper-style report explaining the causal estimand, DGP, estimators, uncertainty method, results, limitations, and per-hypothesis conclusions.\"}, {\"path\": \"README.md\", \"description\": \"Setup and run instructions for reproducing the full experiment from a clean checkout.\"}], \"dependencies\": {\"python\": [\"numpy\", \"pandas\", \"scipy\", \"scikit-learn\", \"matplotlib\"]}, \"compute_requirements\": {\"gpu_required\": false, \"estimated_wall_clock_sec\": 300}}", "requirements": "[{\"id\": \"req_results_json\", \"type\": \"artifact\", \"description\": \"A canonical results.json file exists at the workspace root with at least the keys: primary_metric (number), metric_key (string), metrics (object with numeric keys), hypotheses (object with h1/h2/h3/h4 entries each carrying a `supported` boolean), summary (non-empty string).\", \"must_pass\": true}, {\"id\": \"req_ate_metrics_table\", \"type\": \"artifact\", \"description\": \"A machine-readable metrics artifact (e.g. results/metrics.json) exists reporting ATE estimate, bias (or absolute bias), and RMSE broken down by estimator and sample size, with confidence-interval coverage or width where applicable.\", \"must_pass\": true}, {\"id\": \"req_bias_numeric\", \"type\": \"numeric\", \"description\": \"results.json metrics MUST contain numeric (non-null, finite) bias or absolute-bias values for at least the naive difference-in-means estimator and the doubly robust / cross-fitted DML estimator, evaluated against the known true ATE, so H1 and H2 can be evaluated quantitatively.\", \"must_pass\": true}, {\"id\": \"req_hypotheses_supported_flags\", \"type\": \"discussion\", \"description\": \"results.json hypotheses.h1/h2/h3/h4 each MUST have an explicit `supported` boolean AND a `details` string ≥ 40 characters quoting the numerical evidence (specific bias / RMSE / coverage values + their source artifact) used to reach the verdict.\", \"must_pass\": true}, {\"id\": \"req_crossfit_implemented\", \"type\": \"artifact\", \"description\": \"The DML condition implements sample splitting or K-fold cross-fitting so nuisance models are trained out-of-fold relative to the observations used in the orthogonal score; a non-cross-fitted AIPW comparison is also present so H3 can be evaluated.\", \"must_pass\": true}, {\"id\": \"req_estimand_writeup\", \"type\": \"discussion\", \"description\": \"The report clearly distinguishes the finite-dimensional causal estimand, the infinite-dimensional nuisance functions, the orthogonal score, and the evaluation metrics — avoiding confusion between prediction performance and ATE estimation quality. Nice-to-have, not blocking.\", \"must_pass\": false}, {\"id\": \"req_seed_documented\", \"type\": \"discussion\", \"description\": \"results.json or a sibling reproducibility section names the Monte Carlo repetition count, cross-fitting fold count, and at least one explicit random seed. Required for full reproducibility but not for scientific correctness.\", \"must_pass\": false}]", "rubric": "{\"id\": \"s02-root\", \"requirements\": \"A credible semiparametric simulation study evaluating how double machine learning / orthogonalized AIPW estimates a finite-dimensional average treatment effect while using flexible estimators for infinite-dimensional nuisance functions under nonlinear confounding. The submission should implement multiple estimators, simulate observational data with known true ATE, evaluate bias, RMSE, confidence interval behavior, and sensitivity to nuisance estimation quality, and tie the numeric findings to the hypotheses.\", \"judging_note\": \"Score on causal and semiparametric substance rather than exact package choices. A correct hand-written AIPW / DML implementation should receive full credit even if it does not use a specialized causal inference library. Partial credit should reward clear separation of the finite-dimensional estimand from infinite-dimensional nuisance functions, correct use of orthogonal scores, nuisance estimation, cross-fitting, and honest uncertainty reporting.\", \"weight\": 1, \"sub_tasks\": [{\"id\": \"s02-code\", \"requirements\": \"The code implements a meaningful comparison of ATE estimators under simulated confounding with known ground truth.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"s02-code-dgp\", \"requirements\": \"The submission implements a simulated observational data-generating process with covariates, confounded treatment assignment, outcome generation, known true average treatment effect, and explicit true or approximate nuisance functions such as propensity scores and outcome regressions.\", \"weight\": 10.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Dataset and Model Acquisition\"}, {\"id\": \"s02-code-baselines\", \"requirements\": \"The submission implements simple baseline estimators such as difference-in-means, regression adjustment, and/or inverse propensity weighting so that DML is compared against meaningful alternatives.\", \"weight\": 7.5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"s02-code-aipw\", \"requirements\": \"The submission implements a doubly robust or Neyman-orthogonal AIPW-style estimator using estimated propensity and outcome nuisance functions, and explains why the score targets the finite-dimensional ATE while treating those nuisances as flexible or infinite-dimensional.\", \"weight\": 12.5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"s02-code-crossfit\", \"requirements\": \"The DML condition uses sample splitting or K-fold cross-fitting so nuisance models are trained out-of-fold relative to the observations used in the orthogonal score.\", \"weight\": 12.5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"s02-code-nuisance-models\", \"requirements\": \"The nuisance functions are estimated with reasonable models for the simulated setting, such as logistic regression, random forests, gradient boosting, or other justified supervised learning methods, with at least one comparison that changes nuisance-model flexibility or quality.\", \"weight\": 7.5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Experimental Setup\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"s02-exec\", \"requirements\": \"Execution produces ATE estimation metrics adequate to evaluate bias, precision, and interval behavior.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"s02-exec-metrics\", \"requirements\": \"Execution produces a machine-readable metrics artifact, such as results/metrics.json, containing numeric ATE estimates, bias or absolute bias, RMSE, and preferably confidence interval coverage or interval width by estimator and sample size.\", \"weight\": 17.5, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"s02-exec-repetitions\", \"requirements\": \"Reported metrics are aggregated over multiple simulation repetitions or random seeds, with some dispersion reporting such as standard deviation, standard error, confidence interval, or quantiles.\", \"weight\": 10.0, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"s02-exec-sample-sizes\", \"requirements\": \"The experiment evaluates at least one nontrivial sample size and receives more credit for multiple sample sizes showing finite-sample behavior.\", \"weight\": 5.0, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"s02-exec-uncertainty\", \"requirements\": \"The submission computes uncertainty estimates, such as influence-function standard errors, bootstrap standard errors, or Monte Carlo confidence intervals, sufficient to discuss coverage or reliability.\", \"weight\": 7.5, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"s02-paper\", \"requirements\": \"The final paper or report addresses the semiparametric hypotheses with quantitative evidence and a clear causal-inference narrative about finite-dimensional targets and infinite-dimensional nuisance functions.\", \"weight\": 3, \"sub_tasks\": [{\"id\": \"s02-result-h1\", \"requirements\": \"The submission evaluates whether the naive difference-in-means estimator is biased under confounded treatment assignment and supports the conclusion using the known true ATE.\", \"weight\": 12.5, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"s02-result-h2\", \"requirements\": \"The submission compares the doubly robust / orthogonalized estimator against simpler plug-in regression or IPW estimators and states whether DML reduces absolute bias or RMSE under nonlinear nuisance functions.\", \"weight\": 17.5, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"s02-result-h3\", \"requirements\": \"The submission compares cross-fitted and non-cross-fitted versions of the doubly robust estimator, or otherwise clearly analyzes the contribution of cross-fitting to bias, RMSE, or stability.\", \"weight\": 15.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"s02-result-h4\", \"requirements\": \"The submission evaluates whether Neyman-orthogonal scores make the ATE estimate less sensitive to nuisance-function estimation error than non-orthogonal plug-in estimators, using weaker versus stronger nuisance learners or another explicit nuisance-quality diagnostic.\", \"weight\": 12.5, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"s02-result-estimand\", \"requirements\": \"The writeup clearly distinguishes the finite-dimensional causal estimand, infinite-dimensional nuisance functions, orthogonal score or estimator, and evaluation metrics, avoiding confusion between prediction performance and ATE estimation quality.\", \"weight\": 7.5, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"s02-result-writeup\", \"requirements\": \"The README or writeup describes the data-generating process, estimators, nuisance models, cross-fitting procedure, semiparametric target-vs-nuisance relationship, key numeric results, and per-hypothesis outcomes with appropriate caveats on sample size, simulation repetitions, and model misspecification.\", \"weight\": 10.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}], \"task_category\": null, \"finegrained_task_category\": null}", "rubric_num_leaves": 15, "manifest_file": "tasks/statistics/manifests/S02.yaml", "rubric_file": "tasks/statistics/rubrics/S02.json"}
3
+ {"id": "S03", "domain": "statistics", "title": "Reliability of LLM-assisted statistical model selection", "topic": "Reliability of LLM-assisted statistical model selection under assumption violations", "domains": ["statistics", "model-selection", "llm-evaluation"], "arxiv_id": null, "venue": "ARC-Bench Statistics 2026", "metric_key": "primary_metric", "metric_direction": "maximize", "gpu_required": false, "est_wall_clock_sec": 300, "synthesis": "Large language models are increasingly used to assist with statistical data\nanalysis, including model selection, test choice, and interpretation. However,\nstatistical model selection requires matching assumptions to data-generating\nconditions, not merely producing plausible-sounding analysis text. An LLM or\nLLM-like rule-based assistant may recommend inappropriate tests when data are\nskewed, heteroskedastic, non-independent, or affected by outliers.\n\nA credible study of this topic creates a controlled benchmark of small\nstatistical-analysis tasks with known ground truth. The system should compare\nmodel-selection recommendations against an oracle or rule-based reference\nacross simulated datasets. The research question is: *can an LLM-assisted\nstatistical workflow choose appropriate statistical procedures under\nassumption violations, and how often do its recommendations lead to invalid\ninference?*", "num_hypotheses": 3, "hypotheses": "[{\"id\": \"H1\", \"statement\": \"A simple prompt-only LLM-style recommendation system is more likely to choose standard parametric tests even when assumptions are violated.\", \"measurable\": true}, {\"id\": \"H2\", \"statement\": \"Adding computed diagnostic statistics, such as skewness, variance ratio, normality tests, and sample-size information, improves statistical procedure selection accuracy.\", \"measurable\": true}, {\"id\": \"H3\", \"statement\": \"Incorrect procedure selection increases false positive rate or reduces coverage under assumption violations such as heteroskedasticity, skew, or dependence.\", \"measurable\": true}]", "experiment_design": "{\"research_question\": \"Can LLM-assisted statistical model selection reliably choose appropriate procedures when assumptions are violated?\", \"task_type\": {\"name\": \"statistical_test_selection\", \"description\": \"Given dataset summaries and analysis goals, choose an appropriate statistical test or model.\"}, \"conditions\": [{\"name\": \"text_only_recommender\", \"description\": \"Procedure selection using only natural-language task description and variable metadata.\"}, {\"name\": \"diagnostics_augmented_recommender\", \"description\": \"Procedure selection using natural-language description plus computed diagnostics.\"}, {\"name\": \"oracle_rule_based_selector\", \"description\": \"Reference selector using known data-generating process or explicit rules.\"}, {\"name\": \"always_parametric_baseline\", \"description\": \"Baseline that always chooses common parametric procedures such as t-test, ANOVA, or OLS.\"}], \"statistical_tasks\": [{\"name\": \"two_sample_mean_comparison\", \"candidate_methods\": [\"student_t_test\", \"welch_t_test\", \"mann_whitney_u\", \"permutation_test\"]}, {\"name\": \"correlation_analysis\", \"candidate_methods\": [\"pearson_correlation\", \"spearman_correlation\", \"robust_regression\"]}, {\"name\": \"linear_effect_estimation\", \"candidate_methods\": [\"ordinary_least_squares\", \"heteroskedasticity_robust_ols\", \"rank_based_method\", \"permutation_inference\"]}], \"data_generating_conditions\": [{\"name\": \"normal_equal_variance\", \"description\": \"Parametric assumptions approximately hold.\"}, {\"name\": \"normal_unequal_variance\", \"description\": \"Heteroskedastic two-sample setting.\"}, {\"name\": \"skewed_lognormal\", \"description\": \"Strongly skewed outcome distribution.\"}, {\"name\": \"outlier_contaminated\", \"description\": \"Small fraction of extreme observations.\"}, {\"name\": \"nonlinear_monotone_relationship\", \"description\": \"Correlation exists but is nonlinear or rank-based.\"}], \"metrics\": [{\"name\": \"selection_accuracy\", \"direction\": \"maximize\", \"description\": \"Fraction of tasks where selected method matches oracle-acceptable method set.\"}, {\"name\": \"false_positive_rate\", \"direction\": \"target_nominal\", \"description\": \"Empirical Type I error under null simulations.\"}, {\"name\": \"coverage\", \"direction\": \"target_0.95\", \"description\": \"Empirical confidence interval coverage when interval estimates are produced.\"}, {\"name\": \"assumption_violation_detection_rate\", \"direction\": \"maximize\", \"description\": \"Fraction of cases where the system correctly identifies relevant assumption violations.\"}, {\"name\": \"explanation_grounding_score\", \"direction\": \"maximize\", \"description\": \"Whether the written explanation cites the correct diagnostic evidence rather than generic statistical advice.\"}], \"implementation_note\": \"If external LLM API access is unavailable, the submission may simulate an\\nLLM-assisted workflow using templated recommendations, local heuristics, or\\nstored model outputs. The benchmark should focus on statistical validity of\\nrecommendations and downstream inference, not on proprietary model access.\\n\", \"simulation_settings\": {\"sample_sizes\": [30, 100, 500], \"monte_carlo_repetitions\": 500, \"seeds\": [0, 1, 2, 3, 4]}, \"expected_artifacts\": [{\"path\": \"src/generate_tasks.py\", \"description\": \"Code for generating synthetic statistical-analysis tasks.\"}, {\"path\": \"src/evaluate_selectors.py\", \"description\": \"Code for evaluating selectors and downstream inference.\"}, {\"path\": \"results/metrics.json\", \"description\": \"Machine-readable selection accuracy, false positive rate, coverage, and diagnostic-detection metrics.\"}, {\"path\": \"results/selector_decisions.csv\", \"description\": \"Machine-readable selector decisions with task metadata, diagnostics, oracle-acceptable methods, and selected procedures.\"}, {\"path\": \"results/figures/\", \"description\": \"Plots or tables comparing selectors across task types, data-generating conditions, and assumption violations.\"}, {\"path\": \"report/paper.md\", \"description\": \"Paper-style report explaining task generation, selector designs, oracle rules, diagnostic evidence, results, limitations, and per-hypothesis conclusions.\"}, {\"path\": \"README.md\", \"description\": \"Setup and run instructions for reproducing the full benchmark from a clean checkout.\"}], \"dependencies\": {\"python\": [\"numpy\", \"pandas\", \"scipy\", \"scikit-learn\", \"statsmodels\", \"matplotlib\"]}, \"compute_requirements\": {\"gpu_required\": false, \"estimated_wall_clock_sec\": 300}}", "requirements": "[{\"id\": \"req_results_json\", \"type\": \"artifact\", \"description\": \"A canonical results.json file exists at the workspace root with at least the keys: primary_metric (number), metric_key (string), metrics (object with numeric keys), hypotheses (object with h1/h2/h3 entries each carrying a `supported` boolean), summary (non-empty string).\", \"must_pass\": true}, {\"id\": \"req_selector_metrics_table\", \"type\": \"artifact\", \"description\": \"A machine-readable metrics artifact (e.g. results/metrics.json) exists reporting selection accuracy and false-positive rate (or Type I error) broken down by selector and data-generating condition, plus a results/selector_decisions.csv with per-task selector decisions and oracle-acceptable method labels.\", \"must_pass\": true}, {\"id\": \"req_selection_accuracy_numeric\", \"type\": \"numeric\", \"description\": \"results.json metrics MUST contain numeric (non-null, finite) selection accuracy values in [0, 1] for at least the text-only recommender and the diagnostics-augmented recommender, evaluated over more than one assumption-violation condition, so H1 and H2 can be evaluated.\", \"must_pass\": true}, {\"id\": \"req_hypotheses_supported_flags\", \"type\": \"discussion\", \"description\": \"results.json hypotheses.h1/h2/h3 each MUST have an explicit `supported` boolean AND a `details` string ≥ 40 characters quoting the numerical evidence (specific accuracy / false-positive-rate / coverage values + their source artifact) used to reach the verdict.\", \"must_pass\": true}, {\"id\": \"req_oracle_and_selectors\", \"type\": \"artifact\", \"description\": \"The submission implements or simulates all four selectors — text-only recommender, diagnostics-augmented recommender, oracle / rule-based reference selector, and an always-parametric baseline — and runs the selected procedures to record downstream inference (p-values, coverage, or Type I error).\", \"must_pass\": true}, {\"id\": \"req_method_validity_writeup\", \"type\": \"discussion\", \"description\": \"The report clearly distinguishes the analysis goal, data-generating condition, oracle-acceptable method set, selected method, diagnostic evidence, and downstream inference metric. Nice-to-have, not blocking.\", \"must_pass\": false}, {\"id\": \"req_llm_access_disclosed\", \"type\": \"discussion\", \"description\": \"The report states whether an external LLM API was used or whether a templated / heuristic / stored-output recommender stood in for it. Required for honest reporting but not for scientific correctness.\", \"must_pass\": false}]", "rubric": "{\"id\": \"s03-root\", \"requirements\": \"A credible controlled simulation study evaluating whether LLM-assisted or LLM-like statistical model selection chooses appropriate procedures under assumption violations. The submission should generate statistical-analysis tasks with known reference decisions, compare text-only and diagnostics-augmented recommenders against an oracle or rule-based selector, evaluate downstream inference validity, and connect the numeric findings to the three hypotheses.\", \"judging_note\": \"Score on statistical validity, reproducible task generation, appropriate reference decisions, and honest discussion of downstream inference. Do not require access to an external LLM API; a templated, heuristic, local, or stored-output recommender can receive full credit if it supports the benchmark question. Penalize generic recommendation text that is not tied to diagnostics or data-generating conditions.\", \"weight\": 1, \"sub_tasks\": [{\"id\": \"s03-code\", \"requirements\": \"The code implements a controlled benchmark for statistical procedure selection under several data-generating conditions and selector designs.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"s03-code-task-generator\", \"requirements\": \"The submission generates multiple statistical-analysis tasks, including two-sample mean comparison, correlation analysis, and linear effect estimation, with known null or alternative settings and fixed random seeds.\", \"weight\": 10.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Dataset and Model Acquisition\"}, {\"id\": \"s03-code-assumption-conditions\", \"requirements\": \"The generated tasks cover meaningful assumption regimes, including approximately normal equal-variance data and at least three violation regimes such as heteroskedasticity, skewness, outliers, nonlinear monotone relationships, or dependence.\", \"weight\": 10.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Experimental Setup\"}, {\"id\": \"s03-code-selectors\", \"requirements\": \"The submission implements or simulates the required selectors: a text-only recommender, a diagnostics-augmented recommender, an oracle or rule-based reference selector, and a simple parametric baseline.\", \"weight\": 12.5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"s03-code-diagnostics\", \"requirements\": \"The diagnostics-augmented condition computes relevant diagnostic information, such as skewness, variance ratio, normality checks, outlier indicators, sample size, monotonicity, or heteroskedasticity evidence, and makes those diagnostics available to the selector.\", \"weight\": 7.5, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Method Implementation\"}, {\"id\": \"s03-code-downstream-inference\", \"requirements\": \"The code runs the selected statistical procedures or models and records downstream quantities such as p-values, confidence intervals, Type I error, coverage, or effect estimates where applicable.\", \"weight\": 10.0, \"sub_tasks\": [], \"task_category\": \"Code Development\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"s03-exec\", \"requirements\": \"Execution produces machine-readable selector and inference metrics adequate to evaluate statistical reliability.\", \"weight\": 2, \"sub_tasks\": [{\"id\": \"s03-exec-metrics\", \"requirements\": \"Execution produces a machine-readable metrics artifact, such as results/metrics.json, containing selection accuracy, false positive rate or Type I error, confidence interval coverage where applicable, assumption-violation detection rate, and explanation grounding by selector and data condition.\", \"weight\": 17.5, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"s03-exec-repetitions\", \"requirements\": \"Reported metrics are aggregated over multiple simulation repetitions, seeds, task instances, or sample sizes, with enough repetition to make selector differences meaningful.\", \"weight\": 10.0, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"s03-exec-task-coverage\", \"requirements\": \"The executed benchmark includes more than one task type and more than one assumption-violation condition, rather than evaluating a single isolated example.\", \"weight\": 7.5, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Evaluation, Metrics & Benchmarking\"}, {\"id\": \"s03-exec-artifacts\", \"requirements\": \"Execution artifacts include selector decisions, oracle-acceptable method labels, diagnostic summaries, and at least one plot or table comparing selectors across assumption regimes.\", \"weight\": 7.5, \"sub_tasks\": [], \"task_category\": \"Code Execution\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}, {\"id\": \"s03-paper\", \"requirements\": \"The final paper or report addresses the three model-selection reliability hypotheses with quantitative evidence and a clear statistical narrative.\", \"weight\": 3, \"sub_tasks\": [{\"id\": \"s03-paper-h1\", \"requirements\": \"The report evaluates whether the text-only recommender over-selects standard parametric procedures under assumption violations and supports the conclusion with selector-decision metrics.\", \"weight\": 12.5, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"s03-paper-h2\", \"requirements\": \"The report compares diagnostics-augmented and text-only selection and states whether computed diagnostics improve procedure selection accuracy or assumption-violation detection.\", \"weight\": 15.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"s03-paper-h3\", \"requirements\": \"The report analyzes whether incorrect procedure selection leads to invalid inference, such as inflated false positive rates, poor coverage, or misleading effect estimates under specific violations.\", \"weight\": 15.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"s03-paper-method-validity\", \"requirements\": \"The writeup clearly distinguishes the analysis goal, data-generating condition, oracle-acceptable method set, selected method, diagnostic evidence, and downstream inference metric.\", \"weight\": 7.5, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}, {\"id\": \"s03-paper-writeup\", \"requirements\": \"The README or paper describes task generation, selector designs, diagnostic features, oracle rules, key numeric results, limitations, and per-hypothesis outcomes with appropriate caveats on simulation scope and any use or non-use of external LLM APIs.\", \"weight\": 10.0, \"sub_tasks\": [], \"task_category\": \"Result Analysis\", \"finegrained_task_category\": \"Logging, Analysis & Presentation\"}], \"task_category\": null, \"finegrained_task_category\": null}], \"task_category\": null, \"finegrained_task_category\": null}", "rubric_num_leaves": 14, "manifest_file": "tasks/statistics/manifests/S03.yaml", "rubric_file": "tasks/statistics/rubrics/S03.json"}
tasks/biology/manifests/B01.yaml ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # =============================================================================
2
+ # B01 — E. coli succinate-production strain optimization via FBA + knockout
3
+ # -----------------------------------------------------------------------------
4
+ # First biology topic for ARC-Bench. Tests the full Biology-Agent integration
5
+ # end-to-end: domain detection → biology_metabolic profile → biology prompt
6
+ # bank → BiologyAgentSandbox at stage 12 (EXPERIMENT_RUN) → COBRApy/BIGG
7
+ # pipeline executed inside Claude Code → flux/essentiality artifacts → judged
8
+ # against the upgraded rubric (code/exec/results/repro).
9
+ # =============================================================================
10
+
11
+ id: B01
12
+ title: "E. coli succinate-production strain optimization via constraint-based knockout screen"
13
+ arxiv_id: null
14
+ venue: "ARC-Bench Biology 2026"
15
+ paper_asset: null
16
+
17
+ synthesis: |
18
+ Succinate is a top-12 platform chemical and a recurring case study in
19
+ metabolic engineering. The standard genome-scale model E. coli iAF1260
20
+ (2382 reactions, 1668 metabolites, 1261 genes) provides a well-validated
21
+ testbed for in-silico strain design: from a fixed glucose-minimal medium
22
+ one can predict (a) the maximum aerobic biomass growth rate, (b) the
23
+ maximum theoretical succinate secretion flux once growth is held at a feasible
24
+ fraction of optimum, (c) the set of single- and double-gene knockouts
25
+ that decouple biomass from succinate secretion enough to push the strain
26
+ toward a high-secretion non-growth-coupled phenotype.
27
+
28
+ A credible CPU-scale study of this topic (a) loads iAF1260 from BIGG and
29
+ validates aerobic biomass > 0.7 1/h on glucose-minimal medium, (b) runs
30
+ parsimonious FBA (pFBA) at the wild-type optimum and reports the central
31
+ carbon flux distribution, (c) sweeps the production envelope (biomass vs
32
+ succinate secretion) using flux variability analysis (FVA) on the
33
+ succinate exchange across a grid of biomass-fraction-of-optimum values,
34
+ (d) runs a single-gene knockout screen (≤100 candidate genes drawn from
35
+ central carbon metabolism, fermentation, and TCA cycle) and ranks each KO
36
+ by post-KO succinate secretion flux at 50% of WT growth, (e) reports the top three
37
+ KO strains with mechanistic explanation tied to the network topology.
38
+
39
+ The research question is: *which single-gene knockouts of central carbon
40
+ metabolism in E. coli iAF1260 produce the largest predicted succinate
41
+ secretion flux while preserving at least 50% of wild-type biomass growth, and what
42
+ is the mechanistic role of each in shifting flux toward succinate?*
43
+
44
+ hypotheses:
45
+ - id: H1
46
+ statement: "Wild-type aerobic E. coli iAF1260 on glucose-minimal medium predicts a biomass growth rate within ±10% of 0.736 1/h (the published BIGG iAF1260 reference value)."
47
+ measurable: true
48
+ - id: H2
49
+ statement: "The biomass-vs-succinate production envelope, computed via FVA at biomass fractions from 0.1 to 1.0 of WT optimum, is monotonically non-increasing in succinate as biomass approaches the WT optimum (i.e., succinate is growth-competing under aerobic glucose conditions)."
50
+ measurable: true
51
+ - id: H3
52
+ statement: "At least 3 of the top-5 single-gene knockouts identified by the screen as maximizing succinate secretion flux at 50% WT-growth disrupt canonical competing by-product or respiration pathways described in the metabolic-engineering literature (e.g., pyruvate-formate-lyase pflB, lactate dehydrogenase ldhA, alcohol dehydrogenase adhE, acetate kinase ackA, phosphate acetyltransferase pta, or their isozymes), or are accompanied by a mechanistic explanation for why the knockout redirects flux toward succinate under the chosen medium."
53
+ measurable: true
54
+
55
+ experiment_design:
56
+ research_question: "Which single-gene knockouts of central carbon metabolism in E. coli iAF1260 produce the largest predicted succinate secretion flux while preserving at least 50% of wild-type biomass growth, and what is the mechanistic role of each in shifting flux toward succinate?"
57
+ conditions:
58
+ - name: "wt_aerobic_glucose"
59
+ description: "Wild-type iAF1260 on glucose-minimal medium with O2 unconstrained. Reference condition."
60
+ - name: "wt_aerobic_glucose_pfba"
61
+ description: "Same as wt_aerobic_glucose but with pFBA (parsimonious FBA) for unique flux distribution."
62
+ - name: "production_envelope_succinate"
63
+ description: "FVA on succinate exchange across biomass-fraction-of-optimum grid {0.1, 0.2, ..., 1.0}."
64
+ - name: "single_ko_screen_central_carbon"
65
+ description: "Single-gene knockouts on a curated set of ≤100 central-carbon / fermentation / TCA genes (glycolysis, PPP, TCA, anaplerotic, fermentation by-products); for each, FBA at fixed biomass = 0.5 × WT optimum; record succinate exchange flux."
66
+ baselines:
67
+ - "wt_aerobic_glucose (no perturbation) is the no-engineering baseline"
68
+ - "Published BIGG iAF1260 reference growth rate (0.736 1/h on glucose-minimal aerobic) — the model-validity gate"
69
+ metrics:
70
+ - name: "wt_growth_rate"
71
+ direction: "match_reference"
72
+ description: "Wild-type biomass exchange flux (1/h) on glucose-minimal aerobic; reference value 0.736."
73
+ - name: "max_succinate_flux_mmol_gDW_h_at_zero_growth"
74
+ direction: "maximize"
75
+ description: "Succinate exchange flux (mmol/gDW/h) at biomass = 0 (theoretical maximum)."
76
+ - name: "succinate_flux_mmol_gDW_h_at_half_growth"
77
+ direction: "maximize"
78
+ description: "Succinate exchange flux at biomass = 0.5 × WT optimum, wild-type strain."
79
+ - name: "best_ko_succinate_flux_mmol_gDW_h"
80
+ direction: "maximize"
81
+ description: "Maximum succinate exchange flux over the single-KO screen at biomass = 0.5 × WT optimum."
82
+ datasets:
83
+ - name: "iAF1260"
84
+ source: "BIGG database (http://bigg.ucsd.edu/models/iAF1260) via cobra.io.load_model('iAF1260')"
85
+ compute_requirements:
86
+ gpu_required: false
87
+ estimated_wall_clock_sec: 1800
88
+
89
+ rubric_path: "experiments/arc_bench/config/biology/rubrics/B01.json"
90
+
91
+ # ---------------------------------------------------------------------------
92
+ # Agent-mode requirements (consumed by researchclaw.pipeline.requirements_judge
93
+ # at stage 15 RESEARCH_DECISION). Each item:
94
+ # id — stable string identifier
95
+ # type — advisory: numeric | discussion | artifact (LLM uses freely)
96
+ # description — natural-language statement of what the agent must produce
97
+ # must_pass — true → unmet ⇒ rerun (1 retry max); false → optional
98
+ #
99
+ # These are a separate semantic layer from the rubric: rubrics score quality,
100
+ # requirements gate proceed-vs-rerun. Keep the must_pass set tight (2–4 items)
101
+ # so the agent has an unambiguous bar to clear.
102
+ # ---------------------------------------------------------------------------
103
+ requirements:
104
+ - id: req_results_json
105
+ type: artifact
106
+ description: >-
107
+ A canonical results.json file exists at the workspace root with at least
108
+ the keys: primary_metric (number), metrics (object of numeric keys),
109
+ hypotheses (object with h1/h2/h3 entries each carrying a `supported`
110
+ boolean), summary (non-empty string).
111
+ must_pass: true
112
+
113
+ - id: req_wt_growth_value
114
+ type: numeric
115
+ description: >-
116
+ results.json metrics MUST contain a numeric value for
117
+ `wt_growth_observed_1_per_h` (or an equivalent wt_growth_*_1_per_h key)
118
+ that is non-null and finite. The wild-type growth rate must be reported,
119
+ otherwise H1 cannot be evaluated.
120
+ must_pass: true
121
+
122
+ - id: req_top5_ko
123
+ type: discussion
124
+ description: >-
125
+ results.json structured_results MUST contain a list of the top 5 ranked
126
+ single-gene knockouts with at least {gene_id, gene_name,
127
+ ko_succinate_flux_mmol_gDW_h,
128
+ is_canonical} fields each. The list need not include the textbook
129
+ canonical genes — but it MUST exist and identify at least 5 candidates.
130
+ must_pass: true
131
+
132
+ - id: req_envelope_figure
133
+ type: artifact
134
+ description: >-
135
+ A production-envelope figure (biomass-vs-succinate, or analogous) must
136
+ exist under figures/ or analysis/ in PDF or PNG format with axes labeled
137
+ and units shown. Either a single multi-curve figure or per-condition
138
+ figures both qualify.
139
+ must_pass: true
140
+
141
+ - id: req_h1_h2_h3_supported_flags
142
+ type: discussion
143
+ description: >-
144
+ Each of hypotheses.h1, hypotheses.h2, hypotheses.h3 in results.json MUST
145
+ have an explicit `supported` boolean and a `details` string of at least
146
+ 40 characters describing the evidence used to reach that verdict.
147
+ must_pass: true
148
+
149
+ - id: req_mechanistic_writeup
150
+ type: discussion
151
+ description: >-
152
+ Top-3 KO targets are discussed mechanistically — naming the pathway each
153
+ KO disables and a one-sentence rationale for why the disruption
154
+ redirects flux to succinate. Acceptable inside summary, structured_results,
155
+ or a separate writeup field.
156
+ must_pass: false # Optional: nice-to-have, not blocking
157
+
158
+ - id: req_seed_documented
159
+ type: discussion
160
+ description: >-
161
+ The solver backend (cobra optlang interface name + version) and any RNG
162
+ seeds used (e.g. for sampling) are reported in results.json. Required for
163
+ reproducibility but not for scientific correctness.
164
+ must_pass: false # Optional
tasks/biology/manifests/B02.yaml ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id: B02
2
+ title: "E. coli acetate overflow metabolism phase map under glucose and oxygen limitation"
3
+ arxiv_id: null
4
+ venue: "ARC-Bench Biology 2026"
5
+ paper_asset: null
6
+
7
+ synthesis: |
8
+ Overflow acetate secretion in E. coli is a canonical constraint-based
9
+ modelling phenotype. A credible CPU-scale study loads a validated E. coli
10
+ genome-scale model, fixes a glucose-minimal medium, sweeps glucose and oxygen
11
+ uptake bounds, computes growth and major secretion products, and identifies
12
+ the transition from respiratory growth to overflow/fermentative by-product
13
+ secretion.
14
+
15
+ The research question is: under which glucose and oxygen uptake regimes does
16
+ E. coli switch from primarily respiratory growth to acetate-secreting overflow
17
+ metabolism, and how robust is that regime boundary across FBA and pFBA?
18
+
19
+ hypotheses:
20
+ - id: H1
21
+ statement: "The selected E. coli BIGG model grows on aerobic glucose-minimal medium with a positive biomass objective and no infeasible solver status."
22
+ measurable: true
23
+ - id: H2
24
+ statement: "A two-dimensional glucose-vs-oxygen phase plane contains distinct regimes with high oxygen/low acetate and low oxygen/high acetate secretion."
25
+ measurable: true
26
+ - id: H3
27
+ statement: "pFBA reduces total internal flux while preserving the same growth-rate regime boundaries to within a small tolerance."
28
+ measurable: true
29
+
30
+ experiment_design:
31
+ research_question: "Under which glucose and oxygen uptake regimes does E. coli switch from respiratory growth to acetate overflow?"
32
+ conditions:
33
+ - name: "aerobic_glucose_reference"
34
+ description: "Wild-type E. coli iJO1366 or iAF1260 on glucose-minimal medium with oxygen available."
35
+ - name: "glucose_oxygen_phase_plane"
36
+ description: "Grid over glucose uptake and oxygen uptake bounds; compute biomass, acetate, ethanol, lactate, succinate, and CO2 exchange fluxes."
37
+ - name: "pfba_phase_plane_check"
38
+ description: "Run pFBA on the same grid or a representative subset and compare growth plus secretion regimes."
39
+ baselines:
40
+ - "High-oxygen glucose condition is the respiratory baseline."
41
+ - "Zero-oxygen glucose condition is the fermentative baseline."
42
+ metrics:
43
+ - name: "growth_rate_1_per_h"
44
+ direction: "maximize"
45
+ description: "Biomass objective flux for each nutrient grid point."
46
+ - name: "acetate_flux_mmol_gDW_h"
47
+ direction: "characterize"
48
+ description: "Acetate exchange secretion flux."
49
+ - name: "overflow_boundary_o2_bound"
50
+ direction: "estimate"
51
+ description: "Approximate oxygen bound below which acetate secretion exceeds a chosen threshold."
52
+ - name: "pfba_total_flux_norm"
53
+ direction: "minimize"
54
+ description: "Total absolute flux under pFBA."
55
+ datasets:
56
+ - name: "E. coli GSMM"
57
+ source: "BIGG iJO1366 or iAF1260 via cobra.io.load_model"
58
+ compute_requirements:
59
+ gpu_required: false
60
+ estimated_wall_clock_sec: 1800
61
+
62
+ rubric_path: "experiments/arc_bench/config/biology/rubrics/B02.json"
63
+
64
+ requirements:
65
+ - id: req_results_json
66
+ type: artifact
67
+ description: "A results.json file exists with primary_metric, metrics, hypotheses, summary, and structured_results."
68
+ must_pass: true
69
+ - id: req_phase_plane_table
70
+ type: artifact
71
+ description: "A machine-readable phase-plane table exists with glucose_bound, oxygen_bound, growth_rate, and acetate_flux columns."
72
+ must_pass: true
73
+ - id: req_phase_plane_figure
74
+ type: artifact
75
+ description: "A PNG or PDF heatmap/phase-plane figure exists with glucose and oxygen axes and units."
76
+ must_pass: true
77
+ - id: req_aerobic_ref_growth
78
+ type: numeric
79
+ description: >-
80
+ results.json metrics MUST contain a numeric value for
81
+ `aerobic_glucose_growth_rate_1_per_h` (or an equivalent aerobic_growth_*_1_per_h key)
82
+ that is non-null, finite, and positive. The aerobic reference growth rate must be
83
+ reported, otherwise H1 cannot be evaluated.
84
+ must_pass: true
85
+
86
+ - id: req_h1_h2_h3_supported_flags
87
+ type: discussion
88
+ description: >
89
+ Each of hypotheses.h1, hypotheses.h2, hypotheses.h3 in results.json MUST
90
+ have an explicit `supported` boolean and a `details` string of at least
91
+ 40 characters describing the evidence used to reach that verdict.
92
+ must_pass: true
93
+ - id: req_mechanistic_writeup
94
+ type: discussion
95
+ description: "The overflow boundary and its mechanistic basis are discussed — why E. coli switches to acetate-secreting overflow at the identified nutrient threshold. Acceptable inside summary, phase_plane_interpretation, or a separate writeup field."
96
+ must_pass: false # Optional: nice-to-have, not blocking
97
+ - id: req_seed_documented
98
+ type: discussion
99
+ description: "The solver backend (cobra optlang interface name + version) and COBRApy version are reported in results.json. Required for reproducibility but not for scientific correctness."
100
+ must_pass: false # Optional
tasks/biology/manifests/B03.yaml ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id: B03
2
+ title: "Anaerobic E. coli lactate-overproduction knockout screen"
3
+ arxiv_id: null
4
+ venue: "ARC-Bench Biology 2026"
5
+ paper_asset: null
6
+
7
+ synthesis: |
8
+ Lactate production under anaerobic glucose conditions is a tractable
9
+ metabolic-engineering task for constraint-based modelling. A credible study
10
+ loads an E. coli BIGG model, validates anaerobic growth, computes WT lactate
11
+ secretion, screens central-carbon and fermentation knockouts, and ranks
12
+ interventions that increase lactate secretion while preserving growth.
13
+
14
+ hypotheses:
15
+ - id: H1
16
+ statement: "The model supports positive anaerobic glucose growth after oxygen uptake is closed."
17
+ measurable: true
18
+ - id: H2
19
+ statement: "The lactate production envelope shows a tradeoff between biomass growth and maximum lactate secretion."
20
+ measurable: true
21
+ - id: H3
22
+ statement: "Top lactate-improving knockouts disable competing ethanol, formate, acetate, or succinate by-product routes, or have a specific mechanistic explanation."
23
+ measurable: true
24
+
25
+ experiment_design:
26
+ research_question: "Which single-gene knockouts increase anaerobic lactate secretion in E. coli while preserving at least 30-50% of WT growth?"
27
+ conditions:
28
+ - name: "wt_anaerobic_glucose"
29
+ description: "E. coli iJO1366 or iAF1260 on glucose-minimal medium with oxygen uptake closed."
30
+ - name: "lactate_production_envelope"
31
+ description: "Sweep biomass fraction and optimize lactate secretion."
32
+ - name: "single_ko_screen_fermentation"
33
+ description: "Screen central-carbon and fermentation genes; rank by lactate flux at fixed growth fraction."
34
+ baselines:
35
+ - "Wild-type anaerobic glucose lactate secretion."
36
+ - "No-knockout lactate envelope."
37
+ metrics:
38
+ - name: "anaerobic_wt_growth_1_per_h"
39
+ direction: "maximize"
40
+ description: "WT biomass flux with oxygen uptake set to zero."
41
+ - name: "lactate_flux_mmol_gDW_h"
42
+ direction: "maximize"
43
+ description: "Lactate exchange secretion flux."
44
+ - name: "lactate_yield_per_glucose"
45
+ direction: "maximize"
46
+ description: "Lactate secretion divided by glucose uptake."
47
+ - name: "growth_fraction"
48
+ direction: "threshold"
49
+ description: "KO biomass relative to WT anaerobic growth."
50
+ datasets:
51
+ - name: "E. coli GSMM"
52
+ source: "BIGG iJO1366 or iAF1260 via cobra.io.load_model"
53
+ compute_requirements:
54
+ gpu_required: false
55
+ estimated_wall_clock_sec: 1800
56
+
57
+ rubric_path: "experiments/arc_bench/config/biology/rubrics/B03.json"
58
+
59
+ requirements:
60
+ - id: req_results_json
61
+ type: artifact
62
+ description: "results.json contains primary_metric, metrics, hypotheses, summary, and top KO structured results."
63
+ must_pass: true
64
+ - id: req_anaerobic_medium
65
+ type: numeric
66
+ description: "Oxygen uptake is explicitly closed and anaerobic WT growth is reported."
67
+ must_pass: true
68
+ - id: req_top5_ko
69
+ type: discussion
70
+ description: "Top 5 lactate-ranked knockouts are reported with gene_id, gene_name, growth_fraction, lactate_flux, and mechanism/canonical flag."
71
+ must_pass: true
72
+ - id: req_envelope_figure
73
+ type: artifact
74
+ description: "A biomass-vs-lactate production envelope figure exists with labelled axes and units."
75
+ must_pass: true
76
+ - id: req_h1_h2_h3_supported_flags
77
+ type: discussion
78
+ description: >
79
+ Each of hypotheses.h1, hypotheses.h2, hypotheses.h3 in results.json MUST
80
+ have an explicit `supported` boolean and a `details` string of at least
81
+ 40 characters describing the evidence used to reach that verdict.
82
+ must_pass: true
83
+ - id: req_mechanistic_writeup
84
+ type: discussion
85
+ description: "Top-3 lactate-improving KO targets are discussed mechanistically — naming the pathway each KO disables and a one-sentence rationale for why the disruption redirects anaerobic flux to lactate. Acceptable inside summary, structured_results, or a separate writeup field."
86
+ must_pass: false # Optional: nice-to-have, not blocking
87
+ - id: req_seed_documented
88
+ type: discussion
89
+ description: "The solver backend (cobra optlang interface name + version) and COBRApy version are reported in results.json. Required for reproducibility but not for scientific correctness."
90
+ must_pass: false # Optional
tasks/biology/manifests/B04.yaml ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id: B04
2
+ title: "S. cerevisiae ethanol yield under oxygen limitation and carbon-source changes"
3
+ arxiv_id: null
4
+ venue: "ARC-Bench Biology 2026"
5
+ paper_asset: null
6
+
7
+ synthesis: |
8
+ Yeast ethanol fermentation is a natural extension beyond E. coli while still
9
+ staying inside BIGG/COBRApy constraint-based modelling. A credible study
10
+ loads iMM904 or a comparable yeast GSMM, validates growth on glucose, sweeps
11
+ oxygen availability, compares glucose and alternative carbon sources, and
12
+ quantifies ethanol secretion and yield.
13
+
14
+ hypotheses:
15
+ - id: H1
16
+ statement: "The yeast model grows on glucose-minimal medium and produces a feasible FBA solution."
17
+ measurable: true
18
+ - id: H2
19
+ statement: "Ethanol secretion/yield increases as oxygen uptake is restricted relative to fully aerobic growth."
20
+ measurable: true
21
+ - id: H3
22
+ statement: "Carbon-source swaps produce distinct growth and ethanol-yield profiles, with glucose supporting stronger fermentation than at least one alternative carbon source."
23
+ measurable: true
24
+
25
+ experiment_design:
26
+ research_question: "How do oxygen limitation and carbon source alter predicted ethanol secretion and yield in S. cerevisiae?"
27
+ conditions:
28
+ - name: "yeast_glucose_reference"
29
+ description: "S. cerevisiae iMM904 or comparable model on glucose-minimal medium."
30
+ - name: "oxygen_sweep"
31
+ description: "Sweep oxygen uptake from anaerobic/low oxygen to aerobic while glucose uptake is fixed."
32
+ - name: "carbon_source_swap"
33
+ description: "Compare glucose, fructose, galactose, glycerol, and acetate when supported by the model."
34
+ baselines:
35
+ - "Aerobic glucose condition."
36
+ - "Anaerobic or oxygen-limited glucose condition."
37
+ metrics:
38
+ - name: "growth_rate_1_per_h"
39
+ direction: "maximize"
40
+ description: "Biomass flux."
41
+ - name: "ethanol_flux_mmol_gDW_h"
42
+ direction: "maximize"
43
+ description: "Ethanol exchange secretion flux."
44
+ - name: "ethanol_yield_per_carbon_uptake"
45
+ direction: "maximize"
46
+ description: "Ethanol secretion divided by substrate uptake."
47
+ datasets:
48
+ - name: "S. cerevisiae iMM904"
49
+ source: "BIGG iMM904 via cobra.io.load_model if available, or documented local SBML/JSON yeast model."
50
+ compute_requirements:
51
+ gpu_required: false
52
+ estimated_wall_clock_sec: 1800
53
+
54
+ rubric_path: "experiments/arc_bench/config/biology/rubrics/B04.json"
55
+
56
+ requirements:
57
+ - id: req_results_json
58
+ type: artifact
59
+ description: "results.json contains yeast model ID, metrics, hypotheses, and structured oxygen/carbon-source results."
60
+ must_pass: true
61
+ - id: req_oxygen_sweep
62
+ type: artifact
63
+ description: "A machine-readable oxygen-sweep table exists with oxygen bound, growth, ethanol flux, and yield."
64
+ must_pass: true
65
+ - id: req_carbon_source_table
66
+ type: artifact
67
+ description: "A carbon-source comparison table exists, including unsupported sources marked explicitly."
68
+ must_pass: true
69
+ - id: req_figure
70
+ type: artifact
71
+ description: "At least one oxygen-vs-ethanol or carbon-source yield figure exists with units."
72
+ must_pass: true
73
+ - id: req_h1_h2_h3_supported_flags
74
+ type: discussion
75
+ description: >
76
+ Each of hypotheses.h1, hypotheses.h2, hypotheses.h3 in results.json MUST
77
+ have an explicit `supported` boolean and a `details` string of at least
78
+ 40 characters describing the evidence used to reach that verdict.
79
+ must_pass: true
80
+ - id: req_mechanistic_writeup
81
+ type: discussion
82
+ description: "The ethanol-yield response to oxygen and carbon source is discussed mechanistically — why oxygen restriction increases ethanol yield and how carbon-source metabolism shapes fermentation. Acceptable inside summary, structured_results, or a separate writeup field."
83
+ must_pass: false # Optional: nice-to-have, not blocking
84
+ - id: req_seed_documented
85
+ type: discussion
86
+ description: "The solver backend (cobra optlang interface name + version) and COBRApy version are reported in results.json. Required for reproducibility but not for scientific correctness."
87
+ must_pass: false # Optional
tasks/biology/manifests/B05.yaml ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id: B05
2
+ title: "M. tuberculosis condition-specific essentiality and metabolic drug-target prioritisation"
3
+ arxiv_id: null
4
+ venue: "ARC-Bench Biology 2026"
5
+ paper_asset: null
6
+
7
+ synthesis: |
8
+ Constraint-based essentiality analysis can prioritise metabolic drug-target
9
+ hypotheses in pathogen models. A credible study loads an M. tuberculosis GSMM
10
+ such as iNJ661 when available, validates biomass production under a documented
11
+ medium, performs single-gene and/or single-reaction deletion, and ranks
12
+ essential targets by growth impact and subsystem interpretability.
13
+
14
+ hypotheses:
15
+ - id: H1
16
+ statement: "The selected M. tuberculosis model produces positive biomass under the documented reference medium."
17
+ measurable: true
18
+ - id: H2
19
+ statement: "Single-gene or single-reaction deletion identifies a non-empty set of essential metabolic targets under the reference condition."
20
+ measurable: true
21
+ - id: H3
22
+ statement: "Prioritised targets are enriched in interpretable core metabolic subsystems such as cell-wall precursor, cofactor, lipid, energy, or amino-acid metabolism."
23
+ measurable: true
24
+
25
+ experiment_design:
26
+ research_question: "Which condition-specific metabolic genes or reactions are predicted essential in M. tuberculosis and are plausible drug-target hypotheses?"
27
+ conditions:
28
+ - name: "mtb_reference_medium"
29
+ description: "M. tuberculosis iNJ661 or comparable model under a documented reference medium."
30
+ - name: "single_gene_deletion"
31
+ description: "Single-gene deletion screen when GPR rules are available."
32
+ - name: "single_reaction_deletion"
33
+ description: "Single-reaction deletion screen as a fallback or complementary target set."
34
+ baselines:
35
+ - "Wild-type reference growth."
36
+ - "Nonessential deletion growth distribution."
37
+ metrics:
38
+ - name: "wt_growth_rate_1_per_h"
39
+ direction: "maximize"
40
+ description: "Reference biomass flux."
41
+ - name: "growth_fraction_after_deletion"
42
+ direction: "minimize"
43
+ description: "Deletion biomass divided by WT biomass."
44
+ - name: "essential_target_count"
45
+ direction: "characterize"
46
+ description: "Count of genes/reactions below essentiality threshold."
47
+ - name: "subsystem_enrichment"
48
+ direction: "characterize"
49
+ description: "Subsystem distribution among essential targets."
50
+ datasets:
51
+ - name: "M. tuberculosis GSMM"
52
+ source: "BIGG iNJ661 or documented local SBML/JSON model."
53
+ compute_requirements:
54
+ gpu_required: false
55
+ estimated_wall_clock_sec: 2400
56
+
57
+ rubric_path: "experiments/arc_bench/config/biology/rubrics/B05.json"
58
+
59
+ requirements:
60
+ - id: req_results_json
61
+ type: artifact
62
+ description: "results.json contains model ID, WT growth, essential target counts, top targets, and hypothesis verdicts."
63
+ must_pass: true
64
+ - id: req_deletion_table
65
+ type: artifact
66
+ description: "A gene or reaction deletion table exists with target ID, status, growth, growth_fraction, and essential flag."
67
+ must_pass: true
68
+ - id: req_top_targets
69
+ type: discussion
70
+ description: "Top 10 prioritised essential targets are reported with subsystem/pathway and rationale."
71
+ must_pass: true
72
+ - id: req_figure
73
+ type: artifact
74
+ description: "At least one essentiality distribution or subsystem-enrichment figure exists."
75
+ must_pass: true
76
+ - id: req_h1_h2_h3_supported_flags
77
+ type: discussion
78
+ description: >
79
+ Each of hypotheses.h1, hypotheses.h2, hypotheses.h3 in results.json MUST
80
+ have an explicit `supported` boolean and a `details` string of at least
81
+ 40 characters describing the evidence used to reach that verdict.
82
+ must_pass: true
83
+ - id: req_mechanistic_writeup
84
+ type: discussion
85
+ description: "Top-3 essential target hypotheses are framed mechanistically — naming the metabolic subsystem each target belongs to and why its disruption is predicted lethal under the reference medium. Claims must be framed as computational hypotheses, not validated drugs. Acceptable inside summary, structured_results, or a separate writeup field."
86
+ must_pass: false # Optional: nice-to-have, not blocking
87
+ - id: req_seed_documented
88
+ type: discussion
89
+ description: "The solver backend (cobra optlang interface name + version) and COBRApy version are reported in results.json. Required for reproducibility but not for scientific correctness."
90
+ must_pass: false # Optional
tasks/biology/manifests/B06.yaml ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id: B06
2
+ title: "E. coli carbon-source robustness and condition-dependent essential genes"
3
+ arxiv_id: null
4
+ venue: "ARC-Bench Biology 2026"
5
+ paper_asset: null
6
+
7
+ synthesis: |
8
+ Carbon-source swaps are a direct mfa-agent capability and produce interpretable
9
+ condition-dependent phenotypes. A credible study loads an E. coli GSMM, defines
10
+ a base minimal medium, tests multiple single-carbon sources, runs essentiality
11
+ analysis on a focused gene set under each feasible source, and identifies genes
12
+ whose essentiality changes with carbon source.
13
+
14
+ hypotheses:
15
+ - id: H1
16
+ statement: "The model predicts positive growth on glucose and at least two additional supported carbon sources."
17
+ measurable: true
18
+ - id: H2
19
+ statement: "Growth rates and secretion profiles differ substantially across carbon sources."
20
+ measurable: true
21
+ - id: H3
22
+ statement: "A focused central-carbon gene set contains condition-dependent essential genes whose deletion effects vary by carbon source."
23
+ measurable: true
24
+
25
+ experiment_design:
26
+ research_question: "Which E. coli metabolic vulnerabilities are carbon-source dependent across glucose, glycerol, acetate, succinate, and fructose-like conditions?"
27
+ conditions:
28
+ - name: "carbon_source_panel"
29
+ description: "Close background carbon uptake, open one carbon source at a time, and run FBA/pFBA."
30
+ - name: "focused_gene_essentiality_by_carbon"
31
+ description: "For feasible carbon sources, delete a focused set of central-carbon genes and record growth fractions."
32
+ baselines:
33
+ - "Glucose-minimal medium."
34
+ - "Wild-type growth for each carbon source."
35
+ metrics:
36
+ - name: "growth_rate_by_carbon"
37
+ direction: "characterize"
38
+ description: "WT biomass flux per carbon source."
39
+ - name: "major_secretions_by_carbon"
40
+ direction: "characterize"
41
+ description: "Positive exchange fluxes under pFBA."
42
+ - name: "condition_dependent_essential_count"
43
+ direction: "maximize"
44
+ description: "Genes essential under one source but not another."
45
+ datasets:
46
+ - name: "E. coli GSMM"
47
+ source: "BIGG iJO1366 or iAF1260 via cobra.io.load_model"
48
+ compute_requirements:
49
+ gpu_required: false
50
+ estimated_wall_clock_sec: 2400
51
+
52
+ rubric_path: "experiments/arc_bench/config/biology/rubrics/B06.json"
53
+
54
+ requirements:
55
+ - id: req_results_json
56
+ type: artifact
57
+ description: "results.json contains carbon-source growth table summary, essentiality counts, hypothesis verdicts, and summary."
58
+ must_pass: true
59
+ - id: req_carbon_table
60
+ type: artifact
61
+ description: "A carbon-source comparison table exists with source, exchange reaction, status, growth, and secretion profile fields."
62
+ must_pass: true
63
+ - id: req_essentiality_matrix
64
+ type: artifact
65
+ description: "A gene-by-carbon essentiality/growth-fraction matrix exists for feasible carbon sources."
66
+ must_pass: true
67
+ - id: req_heatmap
68
+ type: artifact
69
+ description: "A heatmap or clustered plot of condition-dependent gene essentiality exists with labelled axes."
70
+ must_pass: true
71
+ - id: req_h1_h2_h3_supported_flags
72
+ type: discussion
73
+ description: >
74
+ Each of hypotheses.h1, hypotheses.h2, hypotheses.h3 in results.json MUST
75
+ have an explicit `supported` boolean and a `details` string of at least
76
+ 40 characters describing the evidence used to reach that verdict.
77
+ must_pass: true
78
+ - id: req_mechanistic_writeup
79
+ type: discussion
80
+ description: "Top-3 condition-dependent essential genes are explained mechanistically — why each gene is essential under one carbon source but not another, referencing the metabolic pathway context. Acceptable inside summary, structured_results, or a separate writeup field."
81
+ must_pass: false # Optional: nice-to-have, not blocking
82
+ - id: req_seed_documented
83
+ type: discussion
84
+ description: "The solver backend (cobra optlang interface name + version) and COBRApy version are reported in results.json. Required for reproducibility but not for scientific correctness."
85
+ must_pass: false # Optional
tasks/biology/manifests/B07.yaml ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id: B07
2
+ title: "Reproducible FBA protocol benchmark: FBA vs pFBA vs loopless/FVA on E. coli"
3
+ arxiv_id: null
4
+ venue: "ARC-Bench Biology 2026"
5
+ paper_asset: null
6
+
7
+ synthesis: |
8
+ A method benchmark is well matched to mfa-agent because it tests robust use of
9
+ COBRApy APIs rather than biological novelty alone. A credible study loads a
10
+ validated E. coli GSMM, runs standard FBA, pFBA, loopless FBA when available,
11
+ and FVA at a fixed fraction of optimum, then compares growth, flux sparsity,
12
+ runtime, and reaction-level variability.
13
+
14
+ hypotheses:
15
+ - id: H1
16
+ statement: "FBA, pFBA, and loopless FBA preserve the same biomass optimum within solver tolerance under the same medium."
17
+ measurable: true
18
+ - id: H2
19
+ statement: "pFBA produces a lower total absolute flux norm and/or fewer active reactions than unconstrained FBA."
20
+ measurable: true
21
+ - id: H3
22
+ statement: "FVA reveals that only a subset of central-carbon reactions are tightly constrained near optimum while others remain variable."
23
+ measurable: true
24
+
25
+ experiment_design:
26
+ research_question: "How do standard FBA, pFBA, loopless FBA, and FVA differ in flux parsimony and variability while preserving E. coli growth predictions?"
27
+ conditions:
28
+ - name: "standard_fba"
29
+ description: "Maximize biomass on aerobic glucose-minimal medium."
30
+ - name: "pfba"
31
+ description: "Maximize biomass then minimize total absolute flux."
32
+ - name: "loopless_fba"
33
+ description: "Run loopless solution when available and compare objective/fluxes."
34
+ - name: "fva_95_percent_growth"
35
+ description: "Run FVA at 95% of optimum and classify rigid vs flexible reactions."
36
+ baselines:
37
+ - "Standard FBA biomass optimum."
38
+ - "COBRApy solver status and runtime."
39
+ metrics:
40
+ - name: "growth_rate_1_per_h"
41
+ direction: "match"
42
+ description: "Biomass flux for each method."
43
+ - name: "total_abs_flux"
44
+ direction: "minimize"
45
+ description: "Sum of absolute reaction fluxes."
46
+ - name: "active_reaction_count"
47
+ direction: "minimize"
48
+ description: "Number of reactions with absolute flux above tolerance."
49
+ - name: "fva_width"
50
+ direction: "characterize"
51
+ description: "Maximum minus minimum FVA interval per reaction."
52
+ datasets:
53
+ - name: "E. coli GSMM"
54
+ source: "BIGG iJO1366 or iAF1260 via cobra.io.load_model"
55
+ compute_requirements:
56
+ gpu_required: false
57
+ estimated_wall_clock_sec: 1800
58
+
59
+ rubric_path: "experiments/arc_bench/config/biology/rubrics/B07.json"
60
+
61
+ requirements:
62
+ - id: req_results_json
63
+ type: artifact
64
+ description: "results.json contains method-level metrics, hypotheses, summary, and solver/version metadata."
65
+ must_pass: true
66
+ - id: req_method_table
67
+ type: artifact
68
+ description: "A method-comparison table exists with method, status, growth, total_abs_flux, active_reactions, and runtime."
69
+ must_pass: true
70
+ - id: req_fva_table
71
+ type: artifact
72
+ description: "An FVA table exists with reaction ID, minimum, maximum, width, and rigid/flexible classification."
73
+ must_pass: true
74
+ - id: req_figures
75
+ type: artifact
76
+ description: "At least one labelled figure compares methods or FVA variability."
77
+ must_pass: true
78
+ - id: req_h1_h2_h3_supported_flags
79
+ type: discussion
80
+ description: >
81
+ Each of hypotheses.h1, hypotheses.h2, hypotheses.h3 in results.json MUST
82
+ have an explicit `supported` boolean and a `details` string of at least
83
+ 40 characters describing the evidence used to reach that verdict.
84
+ must_pass: true
85
+ - id: req_mechanistic_writeup
86
+ type: discussion
87
+ description: "The protocol comparison is summarised with a method recommendation — which method is most reproducible and why, referencing flux-norm and FVA evidence. Acceptable inside summary, method_comparison, or a separate writeup field."
88
+ must_pass: false # Optional: nice-to-have, not blocking
89
+ - id: req_seed_documented
90
+ type: discussion
91
+ description: "The solver backend (cobra optlang interface name + version) and COBRApy version are reported in results.json. Required for reproducibility but not for scientific correctness."
92
+ must_pass: false # Optional
tasks/biology/rubrics/B01.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "B01",
3
+ "requirements": "A credible constraint-based experiment on E. coli iAF1260 that (a) loads the BIGG model and validates wild-type growth, (b) computes a flux distribution under the standard objective, (c) characterises the biomass-vs-succinate production envelope, (d) runs a single-gene knockout screen targeted at central carbon metabolism, and (e) ties the top-ranked knockouts to the network mechanism. Partial but well-motivated evidence deserves partial credit; rigid wording or naming should not penalize a substantively correct experiment.",
4
+ "judging_note": "Score on biological substance and quantitative correctness, not exact threshold satisfaction. Reproducing canonical FBA numbers (WT growth ~0.7, well-known knockouts like pflB/ldhA/adhE/ackA-pta) is strong evidence; novel-but-coherent design choices are acceptable.",
5
+ "weight": 1,
6
+ "sub_tasks": [
7
+ {
8
+ "id": "b01-code",
9
+ "requirements": "The constraint-based pipeline is implemented with COBRApy and a BIGG genome-scale model.",
10
+ "weight": 2,
11
+ "sub_tasks": [
12
+ {
13
+ "id": "b01-code-model",
14
+ "requirements": "The submission loads E. coli iAF1260 (or a comparable validated genome-scale metabolic model) from BIGG via COBRApy, with the medium constraints (glucose uptake, O2 availability) explicitly set and the biomass objective explicitly named.",
15
+ "weight": 8.0,
16
+ "sub_tasks": [],
17
+ "task_category": "Code Development",
18
+ "finegrained_task_category": "Method Implementation"
19
+ },
20
+ {
21
+ "id": "b01-code-fba",
22
+ "requirements": "FBA and pFBA are invoked correctly to obtain wild-type growth and a unique flux distribution; output flux table covers exchange + central-carbon reactions at minimum.",
23
+ "weight": 6.0,
24
+ "sub_tasks": [],
25
+ "task_category": "Code Development",
26
+ "finegrained_task_category": "Method Implementation"
27
+ },
28
+ {
29
+ "id": "b01-code-envelope",
30
+ "requirements": "The biomass-vs-succinate production envelope is computed by sweeping a fraction-of-optimum biomass constraint and running FVA (or two-step FBA) on the succinate exchange at each grid point.",
31
+ "weight": 4.0,
32
+ "sub_tasks": [],
33
+ "task_category": "Code Development",
34
+ "finegrained_task_category": "Experimental Setup"
35
+ },
36
+ {
37
+ "id": "b01-code-koscreen",
38
+ "requirements": "The single-gene knockout screen iterates over a curated central-carbon / fermentation / TCA gene set (≤100), applies model.genes.<g>.knock_out() (or equivalent reaction-bound deletion), and records succinate flux at fixed biomass = 0.5 × WT optimum.",
39
+ "weight": 4.0,
40
+ "sub_tasks": [],
41
+ "task_category": "Code Development",
42
+ "finegrained_task_category": "Method Implementation"
43
+ }
44
+ ],
45
+ "task_category": null,
46
+ "finegrained_task_category": null
47
+ },
48
+ {
49
+ "id": "b01-exec",
50
+ "requirements": "Execution produces the FBA / FVA / KO numbers needed to evaluate the hypotheses without crashing.",
51
+ "weight": 2,
52
+ "sub_tasks": [
53
+ {
54
+ "id": "b01-exec-validity",
55
+ "requirements": "Solver returns optimal status for the wild-type FBA and at least 90% of the KO conditions; no negative biomass or non-physical fluxes (succinate secretion negative under aerobic glucose, etc.) appear without explanation.",
56
+ "weight": 8.0,
57
+ "sub_tasks": [],
58
+ "task_category": "Code Execution",
59
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
60
+ },
61
+ {
62
+ "id": "b01-exec-physics",
63
+ "requirements": "Mass balance, charge balance, and biomass-positive checks pass for the loaded model; this is the biology-validity gate analogous to physics-validity (gauge invariance, unitarity) in the physics rubric.",
64
+ "weight": 8.0,
65
+ "sub_tasks": [],
66
+ "task_category": "Code Execution",
67
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
68
+ },
69
+ {
70
+ "id": "b01-exec-results",
71
+ "requirements": "A machine-readable results artifact (results.json or simulations/*.csv) records WT growth rate, the production-envelope grid (biomass fraction → succinate secretion flux in mmol/gDW/h), and a per-KO succinate-flux table. If yield is reported, define it separately as succinate secretion flux divided by glucose uptake flux.",
72
+ "weight": 6.0,
73
+ "sub_tasks": [],
74
+ "task_category": "Code Execution",
75
+ "finegrained_task_category": "Logging, Analysis & Presentation"
76
+ }
77
+ ],
78
+ "task_category": null,
79
+ "finegrained_task_category": null
80
+ },
81
+ {
82
+ "id": "b01-results",
83
+ "requirements": "The results analysis addresses the three hypotheses with quantitative evidence and a clear narrative tied to network mechanism.",
84
+ "weight": 3,
85
+ "sub_tasks": [
86
+ {
87
+ "id": "b01-result-h1-quant",
88
+ "requirements": "Quantitative test of H1: predicted WT aerobic growth rate is reported and compared to the published BIGG reference 0.736 1/h. Score 100% if relative error < 3%, 67% if < 10%, 33% if < 30%, 0% otherwise.",
89
+ "weight": 12.0,
90
+ "sub_tasks": [],
91
+ "task_category": "Result Analysis",
92
+ "finegrained_task_category": "Logging, Analysis & Presentation"
93
+ },
94
+ {
95
+ "id": "b01-result-h2-quant",
96
+ "requirements": "Quantitative test of H2: production envelope shows succinate is growth-competing — succinate flux is non-increasing as biomass approaches WT optimum. Score 100% if monotonic over ≥8 of 10 grid points, 67% if ≥6 of 10, 33% if ≥4 of 10.",
97
+ "weight": 10.0,
98
+ "sub_tasks": [],
99
+ "task_category": "Result Analysis",
100
+ "finegrained_task_category": "Logging, Analysis & Presentation"
101
+ },
102
+ {
103
+ "id": "b01-result-h3-quant",
104
+ "requirements": "Quantitative test of H3: among the top-5 KO ranked by succinate secretion flux at 0.5 × WT growth, count how many disrupt canonical competing by-product or respiration pathways for succinate-overproduction logic, such as {pflB, ldhA, adhE, ackA, pta, acetate/ethanol/lactate branch competitors, oxygen-respiration competitors}, or include a specific mechanistic explanation for redirecting flux toward succinate under the chosen medium. Score 100% if ≥3 of 5 meet this canonical-or-mechanistic criterion, 67% if 2 of 5, 33% if 1 of 5, 0% otherwise.",
105
+ "weight": 10.0,
106
+ "sub_tasks": [],
107
+ "task_category": "Result Analysis",
108
+ "finegrained_task_category": "Logging, Analysis & Presentation"
109
+ },
110
+ {
111
+ "id": "b01-result-figure",
112
+ "requirements": "At least one publication-quality figure is produced — typically the production envelope (biomass on x, succinate secretion flux on y, with WT and best KO overlaid) and/or the KO essentiality / flux heatmap. Axes labeled with units (1/h, mmol/gDW/h), legend present.",
113
+ "weight": 8.0,
114
+ "sub_tasks": [],
115
+ "task_category": "Result Analysis",
116
+ "finegrained_task_category": "Logging, Analysis & Presentation"
117
+ },
118
+ {
119
+ "id": "b01-result-writeup",
120
+ "requirements": "The README or results writeup discusses each hypothesis outcome, names the top knockouts with their gene/enzyme identity, and gives a one-paragraph mechanistic interpretation (which competing pathways the KOs disable, why this redirects flux to succinate).",
121
+ "weight": 6.0,
122
+ "sub_tasks": [],
123
+ "task_category": "Result Analysis",
124
+ "finegrained_task_category": "Logging, Analysis & Presentation"
125
+ }
126
+ ],
127
+ "task_category": null,
128
+ "finegrained_task_category": null
129
+ },
130
+ {
131
+ "id": "b01-repro",
132
+ "requirements": "Reproducibility: the model, run cards, and seeds are checked into artifacts so a fresh clone can rerun and obtain matching numbers.",
133
+ "weight": 2,
134
+ "sub_tasks": [
135
+ {
136
+ "id": "b01-repro-model",
137
+ "requirements": "The loaded GSMM is either persisted (models/iAF1260.json) or pinned by version + BIGG URL in the writeup; a downstream user can locate the exact model object used.",
138
+ "weight": 5.0,
139
+ "sub_tasks": [],
140
+ "task_category": "Code Development",
141
+ "finegrained_task_category": "Reproducibility"
142
+ },
143
+ {
144
+ "id": "b01-repro-runcards",
145
+ "requirements": "The medium definition (exchange bounds), objective function, FVA fraction-of-optimum, and KO gene list are saved to a config / params file (not only inline in code).",
146
+ "weight": 5.0,
147
+ "sub_tasks": [],
148
+ "task_category": "Code Development",
149
+ "finegrained_task_category": "Reproducibility"
150
+ },
151
+ {
152
+ "id": "b01-repro-seeds",
153
+ "requirements": "Solver settings (LP backend name + version, tolerance) are recorded; if any sampling step is used, the RNG seed is logged. A second run reproduces the central WT growth rate to within solver tolerance.",
154
+ "weight": 5.0,
155
+ "sub_tasks": [],
156
+ "task_category": "Code Development",
157
+ "finegrained_task_category": "Reproducibility"
158
+ }
159
+ ],
160
+ "task_category": null,
161
+ "finegrained_task_category": null
162
+ }
163
+ ],
164
+ "task_category": null,
165
+ "finegrained_task_category": null
166
+ }
tasks/biology/rubrics/B02.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "B02",
3
+ "requirements": "A credible constraint-based E. coli acetate-overflow phase-plane study that loads a validated BIGG model, sets glucose and oxygen medium bounds, sweeps a two-dimensional nutrient grid, reports growth and by-product secretion, and interprets the acetate overflow boundary.",
4
+ "judging_note": "Score biological substance and quantitative reproducibility over exact thresholds. iJO1366, iAF1260, or a comparable curated E. coli GSMM are acceptable.",
5
+ "weight": 1,
6
+ "sub_tasks": [
7
+ {
8
+ "id": "b02-code",
9
+ "requirements": "The COBRApy implementation defines the model, medium, phase-plane grid, FBA/pFBA runs, and secretion extraction.",
10
+ "weight": 2,
11
+ "sub_tasks": [
12
+ {
13
+ "id": "b02-code-model",
14
+ "requirements": "Loads a validated E. coli BIGG model, explicitly sets glucose and oxygen exchange bounds, and names the biomass objective.",
15
+ "weight": 8,
16
+ "sub_tasks": [],
17
+ "task_category": "Code Development",
18
+ "finegrained_task_category": "Method Implementation"
19
+ },
20
+ {
21
+ "id": "b02-code-grid",
22
+ "requirements": "Constructs a two-dimensional glucose-by-oxygen grid with at least 8 values per axis and restores model state between conditions.",
23
+ "weight": 6,
24
+ "sub_tasks": [],
25
+ "task_category": "Code Development",
26
+ "finegrained_task_category": "Experimental Setup"
27
+ },
28
+ {
29
+ "id": "b02-code-products",
30
+ "requirements": "Extracts biomass plus acetate, ethanol, lactate, succinate, CO2, and O2/glucose exchange fluxes where present.",
31
+ "weight": 5,
32
+ "sub_tasks": [],
33
+ "task_category": "Code Development",
34
+ "finegrained_task_category": "Method Implementation"
35
+ },
36
+ {
37
+ "id": "b02-code-pfba",
38
+ "requirements": "Runs pFBA on the full grid or a justified representative subset and records total absolute flux.",
39
+ "weight": 4,
40
+ "sub_tasks": [],
41
+ "task_category": "Code Development",
42
+ "finegrained_task_category": "Method Implementation"
43
+ }
44
+ ],
45
+ "task_category": null,
46
+ "finegrained_task_category": null
47
+ },
48
+ {
49
+ "id": "b02-exec",
50
+ "requirements": "Execution produces stable phase-plane artifacts without infeasible or missing-condition failures dominating the study.",
51
+ "weight": 2,
52
+ "sub_tasks": [
53
+ {
54
+ "id": "b02-exec-status",
55
+ "requirements": "At least 90% of grid points solve to optimal or biologically expected zero-growth status with explicit handling.",
56
+ "weight": 8,
57
+ "sub_tasks": [],
58
+ "task_category": "Code Execution",
59
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
60
+ },
61
+ {
62
+ "id": "b02-exec-physics",
63
+ "requirements": "Mass-balance check passes for the loaded model; no non-physical secretion fluxes appear under aerobic conditions without explicit justification (e.g. acetate secretion is zero under high-oxygen/low-glucose conditions in the reference FBA); biomass flux is positive under aerobic glucose reference. This is the biology-validity gate equivalent to physics-validity checks in the physics rubric.",
64
+ "weight": 7.0,
65
+ "sub_tasks": [],
66
+ "task_category": "Code Execution",
67
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
68
+ },
69
+ {
70
+ "id": "b02-exec-artifacts",
71
+ "requirements": "Writes results.json and a CSV/TSV phase-plane table with nutrient bounds, growth, and secretion fluxes.",
72
+ "weight": 8,
73
+ "sub_tasks": [],
74
+ "task_category": "Code Execution",
75
+ "finegrained_task_category": "Logging, Analysis & Presentation"
76
+ }
77
+ ],
78
+ "task_category": null,
79
+ "finegrained_task_category": null
80
+ },
81
+ {
82
+ "id": "b02-results",
83
+ "requirements": "The analysis identifies and explains acetate-overflow regimes with figures and quantitative criteria.",
84
+ "weight": 3,
85
+ "sub_tasks": [
86
+ {
87
+ "id": "b02-result-h1",
88
+ "requirements": "Reports reference aerobic glucose growth and confirms model feasibility and positive biomass production. Score 100% if a positive finite biomass flux is reported for aerobic glucose with optimal solver status; 67% if growth is positive but solver status is not verified; 33% if only feasibility is stated without a numeric growth value; 0% otherwise.",
89
+ "weight": 8,
90
+ "sub_tasks": [],
91
+ "task_category": "Result Analysis",
92
+ "finegrained_task_category": "Logging, Analysis & Presentation"
93
+ },
94
+ {
95
+ "id": "b02-result-h2",
96
+ "requirements": "Quantifies an acetate secretion boundary or threshold across oxygen/glucose regimes and distinguishes respiratory vs overflow conditions. Score 100% if an acetate-overflow boundary is quantified (O2 or glucose uptake threshold stated) with ≥2 distinct secretion regimes visible in the phase-plane table; 67% if overflow is identified without a quantified boundary; 33% if only one secretion regime is described; 0% otherwise.",
97
+ "weight": 12,
98
+ "sub_tasks": [],
99
+ "task_category": "Result Analysis",
100
+ "finegrained_task_category": "Logging, Analysis & Presentation"
101
+ },
102
+ {
103
+ "id": "b02-result-h3",
104
+ "requirements": "Compares FBA and pFBA growth/secretion regimes and explains where they agree or differ. Score 100% if FBA and pFBA growth rates are numerically compared and total flux norms are reported for both; 67% if only growth rates are compared without flux-norm comparison; 33% if pFBA was run but not compared to FBA; 0% otherwise.",
105
+ "weight": 8,
106
+ "sub_tasks": [],
107
+ "task_category": "Result Analysis",
108
+ "finegrained_task_category": "Logging, Analysis & Presentation"
109
+ },
110
+ {
111
+ "id": "b02-result-figure",
112
+ "requirements": "Produces at least one labelled heatmap or contour plot for growth and acetate secretion with units.",
113
+ "weight": 8,
114
+ "sub_tasks": [],
115
+ "task_category": "Result Analysis",
116
+ "finegrained_task_category": "Logging, Analysis & Presentation"
117
+ },
118
+ {
119
+ "id": "b02-result-writeup",
120
+ "requirements": "The README or results writeup discusses each hypothesis outcome, characterises the acetate-overflow regime boundary with quantitative support, and gives a one-paragraph mechanistic interpretation of why E. coli shifts from respiratory to acetate-secreting overflow metabolism at the identified nutrient threshold.",
121
+ "weight": 6.0,
122
+ "sub_tasks": [],
123
+ "task_category": "Result Analysis",
124
+ "finegrained_task_category": "Logging, Analysis & Presentation"
125
+ }
126
+ ],
127
+ "task_category": null,
128
+ "finegrained_task_category": null
129
+ },
130
+ {
131
+ "id": "b02-repro",
132
+ "requirements": "The model ID, medium, grid values, solver, and thresholds are recorded for rerun reproducibility.",
133
+ "weight": 2,
134
+ "sub_tasks": [
135
+ {
136
+ "id": "b02-repro-model",
137
+ "requirements": "The loaded E. coli GSMM is either persisted (models/<model_id>.json) or pinned by BIGG model ID and source URL in the writeup; a downstream user can locate the exact model object used.",
138
+ "weight": 5.0,
139
+ "sub_tasks": [],
140
+ "task_category": "Code Development",
141
+ "finegrained_task_category": "Reproducibility"
142
+ },
143
+ {
144
+ "id": "b02-repro-config",
145
+ "requirements": "Saves model ID, objective reaction, nutrient grid, and secretion threshold in config or results metadata.",
146
+ "weight": 6,
147
+ "sub_tasks": [],
148
+ "task_category": "Code Development",
149
+ "finegrained_task_category": "Reproducibility"
150
+ },
151
+ {
152
+ "id": "b02-repro-solver",
153
+ "requirements": "Records solver backend, tolerance, COBRApy version, and rerun consistency for the aerobic reference point.",
154
+ "weight": 5,
155
+ "sub_tasks": [],
156
+ "task_category": "Code Development",
157
+ "finegrained_task_category": "Reproducibility"
158
+ }
159
+ ],
160
+ "task_category": null,
161
+ "finegrained_task_category": null
162
+ }
163
+ ],
164
+ "task_category": null,
165
+ "finegrained_task_category": null
166
+ }
tasks/biology/rubrics/B03.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "B03",
3
+ "requirements": "A credible anaerobic E. coli lactate-overproduction study using COBRApy that validates anaerobic growth, computes a lactate production envelope, screens a focused central-carbon/fermentation knockout set, and explains top candidates mechanistically.",
4
+ "judging_note": "Accept iJO1366, iAF1260, or comparable curated E. coli models. Score coherent anaerobic setup and mechanistic KO interpretation over exact gene names.",
5
+ "weight": 1,
6
+ "sub_tasks": [
7
+ {
8
+ "id": "b03-code",
9
+ "requirements": "COBRApy code implements anaerobic medium, lactate objective/envelope, and knockout screening.",
10
+ "weight": 2,
11
+ "sub_tasks": [
12
+ {
13
+ "id": "b03-code-medium",
14
+ "requirements": "Loads an E. coli BIGG model, sets glucose uptake, closes oxygen uptake, and names biomass and lactate exchange reactions.",
15
+ "weight": 8,
16
+ "sub_tasks": [],
17
+ "task_category": "Code Development",
18
+ "finegrained_task_category": "Experimental Setup"
19
+ },
20
+ {
21
+ "id": "b03-code-envelope",
22
+ "requirements": "Computes biomass-vs-lactate production envelope by constraining biomass fractions and optimizing or FVA-bounding lactate secretion.",
23
+ "weight": 6,
24
+ "sub_tasks": [],
25
+ "task_category": "Code Development",
26
+ "finegrained_task_category": "Method Implementation"
27
+ },
28
+ {
29
+ "id": "b03-code-ko",
30
+ "requirements": "Screens a focused set of no more than 100 central-carbon and fermentation genes with model state restored between knockouts.",
31
+ "weight": 6,
32
+ "sub_tasks": [],
33
+ "task_category": "Code Development",
34
+ "finegrained_task_category": "Method Implementation"
35
+ },
36
+ {
37
+ "id": "b03-code-yield",
38
+ "requirements": "Computes lactate yield as lactate secretion divided by absolute glucose uptake, separate from flux.",
39
+ "weight": 4,
40
+ "sub_tasks": [],
41
+ "task_category": "Code Development",
42
+ "finegrained_task_category": "Method Implementation"
43
+ }
44
+ ],
45
+ "task_category": null,
46
+ "finegrained_task_category": null
47
+ },
48
+ {
49
+ "id": "b03-exec",
50
+ "requirements": "Execution produces valid anaerobic WT, envelope, and KO tables.",
51
+ "weight": 2,
52
+ "sub_tasks": [
53
+ {
54
+ "id": "b03-exec-validity",
55
+ "requirements": "WT anaerobic FBA is optimal with positive biomass and at least 85% of KO simulations solve or are explicitly labelled infeasible/lethal.",
56
+ "weight": 8,
57
+ "sub_tasks": [],
58
+ "task_category": "Code Execution",
59
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
60
+ },
61
+ {
62
+ "id": "b03-exec-physics",
63
+ "requirements": "Mass-balance check passes for the loaded anaerobic model; no aerobic by-products (O2 uptake or CO2 via respiration) appear under strictly anaerobic conditions without explanation; biomass flux is positive under anaerobic glucose reference. This is the biology-validity gate equivalent to physics-validity checks in the physics rubric.",
64
+ "weight": 7.0,
65
+ "sub_tasks": [],
66
+ "task_category": "Code Execution",
67
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
68
+ },
69
+ {
70
+ "id": "b03-exec-artifacts",
71
+ "requirements": "Writes results.json plus machine-readable envelope and KO-ranking tables.",
72
+ "weight": 8,
73
+ "sub_tasks": [],
74
+ "task_category": "Code Execution",
75
+ "finegrained_task_category": "Logging, Analysis & Presentation"
76
+ }
77
+ ],
78
+ "task_category": null,
79
+ "finegrained_task_category": null
80
+ },
81
+ {
82
+ "id": "b03-results",
83
+ "requirements": "Results quantify lactate production, growth tradeoffs, and KO mechanisms.",
84
+ "weight": 3,
85
+ "sub_tasks": [
86
+ {
87
+ "id": "b03-result-h1",
88
+ "requirements": "Reports anaerobic WT growth and confirms oxygen uptake is zero or bounded closed. Score 100% if positive anaerobic WT biomass flux is reported with O2 exchange confirmed ≤0 mmol/gDW/h; 67% if growth is positive but O2 status is not explicitly confirmed; 33% if anaerobic feasibility is stated without a numeric growth value; 0% otherwise.",
89
+ "weight": 8,
90
+ "sub_tasks": [],
91
+ "task_category": "Result Analysis",
92
+ "finegrained_task_category": "Logging, Analysis & Presentation"
93
+ },
94
+ {
95
+ "id": "b03-result-h2",
96
+ "requirements": "Shows lactate secretion changes across biomass fractions and identifies whether production is growth-coupled, competing, or partially coupled. Score 100% if lactate secretion flux is non-decreasing as biomass fraction decreases across ≥8 of 10 envelope grid points; 67% if non-decreasing over ≥6 of 10 points; 33% if ≥4 of 10 points; 0% otherwise.",
97
+ "weight": 10,
98
+ "sub_tasks": [],
99
+ "task_category": "Result Analysis",
100
+ "finegrained_task_category": "Logging, Analysis & Presentation"
101
+ },
102
+ {
103
+ "id": "b03-result-h3",
104
+ "requirements": "Top 5 KO list includes growth fraction, lactate flux/yield, and pathway-level rationale for at least top 3 targets. Score 100% if ≥3 of the top-5 KOs disrupt canonical competing by-product pathways (acetate, ethanol, formate, or succinate routes) or include a specific mechanistic explanation; 67% if 2 of 5 meet this criterion; 33% if 1 of 5; 0% otherwise.",
105
+ "weight": 12,
106
+ "sub_tasks": [],
107
+ "task_category": "Result Analysis",
108
+ "finegrained_task_category": "Logging, Analysis & Presentation"
109
+ },
110
+ {
111
+ "id": "b03-result-figure",
112
+ "requirements": "Produces a labelled lactate envelope or KO ranking figure with units.",
113
+ "weight": 8,
114
+ "sub_tasks": [],
115
+ "task_category": "Result Analysis",
116
+ "finegrained_task_category": "Logging, Analysis & Presentation"
117
+ },
118
+ {
119
+ "id": "b03-result-writeup",
120
+ "requirements": "The README or results writeup discusses each hypothesis outcome, names the top lactate-improving knockouts with their gene/enzyme identity, and gives a one-paragraph mechanistic interpretation (which competing pathways the KOs disable, why this redirects anaerobic flux to lactate).",
121
+ "weight": 6.0,
122
+ "sub_tasks": [],
123
+ "task_category": "Result Analysis",
124
+ "finegrained_task_category": "Logging, Analysis & Presentation"
125
+ }
126
+ ],
127
+ "task_category": null,
128
+ "finegrained_task_category": null
129
+ },
130
+ {
131
+ "id": "b03-repro",
132
+ "requirements": "Medium, model, gene set, solver, and thresholds are reproducibly recorded.",
133
+ "weight": 2,
134
+ "sub_tasks": [
135
+ {
136
+ "id": "b03-repro-model",
137
+ "requirements": "The loaded E. coli GSMM is either persisted (models/<model_id>.json) or pinned by BIGG model ID and source URL in the writeup; a downstream user can locate the exact model object and reproduce the anaerobic medium setup.",
138
+ "weight": 5.0,
139
+ "sub_tasks": [],
140
+ "task_category": "Code Development",
141
+ "finegrained_task_category": "Reproducibility"
142
+ },
143
+ {
144
+ "id": "b03-repro-runcard",
145
+ "requirements": "Saves anaerobic medium bounds, biomass threshold, KO gene set, and lactate reaction ID.",
146
+ "weight": 6,
147
+ "sub_tasks": [],
148
+ "task_category": "Code Development",
149
+ "finegrained_task_category": "Reproducibility"
150
+ },
151
+ {
152
+ "id": "b03-repro-solver",
153
+ "requirements": "Records COBRApy/solver versions and confirms rerun consistency for WT growth.",
154
+ "weight": 5,
155
+ "sub_tasks": [],
156
+ "task_category": "Code Development",
157
+ "finegrained_task_category": "Reproducibility"
158
+ }
159
+ ],
160
+ "task_category": null,
161
+ "finegrained_task_category": null
162
+ }
163
+ ],
164
+ "task_category": null,
165
+ "finegrained_task_category": null
166
+ }
tasks/biology/rubrics/B04.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "B04",
3
+ "requirements": "A credible S. cerevisiae ethanol-yield study that loads a yeast GSMM, validates growth, sweeps oxygen uptake, swaps carbon sources, and reports ethanol secretion/yield with interpretable figures.",
4
+ "judging_note": "The main challenge is adapting the pipeline beyond E. coli while remaining within COBRApy/BIGG capabilities. Accept iMM904 or another documented yeast GSMM.",
5
+ "weight": 1,
6
+ "sub_tasks": [
7
+ {
8
+ "id": "b04-code",
9
+ "requirements": "The code implements yeast model loading, medium setup, oxygen sweep, carbon-source swap, and ethanol-yield calculations.",
10
+ "weight": 2,
11
+ "sub_tasks": [
12
+ {
13
+ "id": "b04-code-model",
14
+ "requirements": "Loads iMM904 or comparable yeast model, identifies biomass, glucose, oxygen, and ethanol exchange reactions, and validates positive reference growth.",
15
+ "weight": 8,
16
+ "sub_tasks": [],
17
+ "task_category": "Code Development",
18
+ "finegrained_task_category": "Method Implementation"
19
+ },
20
+ {
21
+ "id": "b04-code-o2",
22
+ "requirements": "Sweeps oxygen uptake across at least 8 values while keeping substrate uptake defined and restoring state between runs.",
23
+ "weight": 6,
24
+ "sub_tasks": [],
25
+ "task_category": "Code Development",
26
+ "finegrained_task_category": "Experimental Setup"
27
+ },
28
+ {
29
+ "id": "b04-code-carbon",
30
+ "requirements": "Compares at least 4 carbon sources where model reactions exist and explicitly records unsupported sources.",
31
+ "weight": 5,
32
+ "sub_tasks": [],
33
+ "task_category": "Code Development",
34
+ "finegrained_task_category": "Experimental Setup"
35
+ },
36
+ {
37
+ "id": "b04-code-yield",
38
+ "requirements": "Calculates ethanol yield using absolute substrate uptake and separates yield from raw secretion flux.",
39
+ "weight": 5,
40
+ "sub_tasks": [],
41
+ "task_category": "Code Development",
42
+ "finegrained_task_category": "Method Implementation"
43
+ }
44
+ ],
45
+ "task_category": null,
46
+ "finegrained_task_category": null
47
+ },
48
+ {
49
+ "id": "b04-exec",
50
+ "requirements": "Execution produces oxygen-sweep and carbon-source artifacts without crashing.",
51
+ "weight": 2,
52
+ "sub_tasks": [
53
+ {
54
+ "id": "b04-exec-status",
55
+ "requirements": "Reference glucose condition is optimal and at least 80% of supported oxygen/carbon conditions solve or are clearly marked infeasible.",
56
+ "weight": 8,
57
+ "sub_tasks": [],
58
+ "task_category": "Code Execution",
59
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
60
+ },
61
+ {
62
+ "id": "b04-exec-physics",
63
+ "requirements": "Mass-balance check passes for the yeast GSMM; no non-physical fluxes appear under aerobic glucose reference (e.g. ethanol secretion should be low under full aerobic conditions); biomass flux is positive under yeast glucose-minimal reference. This is the biology-validity gate equivalent to physics-validity checks in the physics rubric.",
64
+ "weight": 7.0,
65
+ "sub_tasks": [],
66
+ "task_category": "Code Execution",
67
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
68
+ },
69
+ {
70
+ "id": "b04-exec-artifacts",
71
+ "requirements": "Writes results.json, oxygen_sweep.csv, and carbon_source_comparison.csv or equivalent structured outputs.",
72
+ "weight": 8,
73
+ "sub_tasks": [],
74
+ "task_category": "Code Execution",
75
+ "finegrained_task_category": "Logging, Analysis & Presentation"
76
+ }
77
+ ],
78
+ "task_category": null,
79
+ "finegrained_task_category": null
80
+ },
81
+ {
82
+ "id": "b04-results",
83
+ "requirements": "Results quantify oxygen and substrate effects on ethanol secretion/yield.",
84
+ "weight": 3,
85
+ "sub_tasks": [
86
+ {
87
+ "id": "b04-result-h1",
88
+ "requirements": "Reports yeast reference growth with model ID and medium definition. Score 100% if positive yeast biomass flux and ethanol secretion are both reported under aerobic glucose-minimal medium with optimal solver status and a named model ID; 67% if growth is positive but ethanol is not reported; 33% if feasibility is stated without numeric values; 0% otherwise.",
89
+ "weight": 7,
90
+ "sub_tasks": [],
91
+ "task_category": "Result Analysis",
92
+ "finegrained_task_category": "Logging, Analysis & Presentation"
93
+ },
94
+ {
95
+ "id": "b04-result-h2",
96
+ "requirements": "Quantifies how ethanol flux or yield changes as oxygen decreases and identifies the low-oxygen fermentation regime. Score 100% if ethanol flux or yield is non-decreasing as oxygen uptake decreases across ≥6 of 8 oxygen-sweep points; 67% if non-decreasing over ≥4 of 8 points; 33% if the trend is described without a quantitative grid; 0% otherwise.",
97
+ "weight": 12,
98
+ "sub_tasks": [],
99
+ "task_category": "Result Analysis",
100
+ "finegrained_task_category": "Logging, Analysis & Presentation"
101
+ },
102
+ {
103
+ "id": "b04-result-h3",
104
+ "requirements": "Compares growth and ethanol yield across carbon sources with a biological interpretation. Score 100% if at least 3 carbon sources are compared with distinct numeric ethanol yields and a biological interpretation; 67% if 2 sources are compared with numeric differences; 33% if the comparison is qualitative or only one carbon source produces positive growth; 0% otherwise.",
105
+ "weight": 10,
106
+ "sub_tasks": [],
107
+ "task_category": "Result Analysis",
108
+ "finegrained_task_category": "Logging, Analysis & Presentation"
109
+ },
110
+ {
111
+ "id": "b04-result-figure",
112
+ "requirements": "Produces labelled figures for oxygen sweep and/or carbon-source yield comparison.",
113
+ "weight": 8,
114
+ "sub_tasks": [],
115
+ "task_category": "Result Analysis",
116
+ "finegrained_task_category": "Logging, Analysis & Presentation"
117
+ },
118
+ {
119
+ "id": "b04-result-writeup",
120
+ "requirements": "The README or results writeup discusses each hypothesis outcome, names the oxygen regime and carbon source that maximise ethanol yield, and gives a one-paragraph mechanistic interpretation of why oxygen restriction switches yeast from respiratory growth to fermentative ethanol production.",
121
+ "weight": 6.0,
122
+ "sub_tasks": [],
123
+ "task_category": "Result Analysis",
124
+ "finegrained_task_category": "Logging, Analysis & Presentation"
125
+ }
126
+ ],
127
+ "task_category": null,
128
+ "finegrained_task_category": null
129
+ },
130
+ {
131
+ "id": "b04-repro",
132
+ "requirements": "Model source, medium, oxygen grid, carbon-source reactions, solver, and versions are documented.",
133
+ "weight": 2,
134
+ "sub_tasks": [
135
+ {
136
+ "id": "b04-repro-model",
137
+ "requirements": "The loaded yeast GSMM is either persisted (models/<model_id>.json) or pinned by BIGG model ID, version, and source URL in the writeup; a downstream user can locate the exact model object used.",
138
+ "weight": 5.0,
139
+ "sub_tasks": [],
140
+ "task_category": "Code Development",
141
+ "finegrained_task_category": "Reproducibility"
142
+ },
143
+ {
144
+ "id": "b04-repro-config",
145
+ "requirements": "Saves reaction IDs, bounds, grid values, and carbon-source list in config or results metadata.",
146
+ "weight": 6,
147
+ "sub_tasks": [],
148
+ "task_category": "Code Development",
149
+ "finegrained_task_category": "Reproducibility"
150
+ },
151
+ {
152
+ "id": "b04-repro-version",
153
+ "requirements": "Records COBRApy, solver, model source/version, and rerun consistency for reference growth.",
154
+ "weight": 5,
155
+ "sub_tasks": [],
156
+ "task_category": "Code Development",
157
+ "finegrained_task_category": "Reproducibility"
158
+ }
159
+ ],
160
+ "task_category": null,
161
+ "finegrained_task_category": null
162
+ }
163
+ ],
164
+ "task_category": null,
165
+ "finegrained_task_category": null
166
+ }
tasks/biology/rubrics/B05.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "B05",
3
+ "requirements": "A credible M. tuberculosis essentiality study using COBRApy that validates a pathogen GSMM, runs single-gene and/or single-reaction deletions, identifies essential targets, and prioritises interpretable drug-target hypotheses.",
4
+ "judging_note": "Accept gene deletions, reaction deletions, or both depending on model GPR support. Penalize unsupported biological claims more than absence of external drug databases.",
5
+ "weight": 1,
6
+ "sub_tasks": [
7
+ {
8
+ "id": "b05-code",
9
+ "requirements": "The code loads the pathogen model, validates medium, runs deletion screens, and annotates essential targets.",
10
+ "weight": 2,
11
+ "sub_tasks": [
12
+ {
13
+ "id": "b05-code-model",
14
+ "requirements": "Loads iNJ661 or a documented M. tuberculosis GSMM, defines medium/objective, and validates positive WT biomass.",
15
+ "weight": 8,
16
+ "sub_tasks": [],
17
+ "task_category": "Code Development",
18
+ "finegrained_task_category": "Method Implementation"
19
+ },
20
+ {
21
+ "id": "b05-code-deletion",
22
+ "requirements": "Runs single-gene deletion when GPR rules are usable, or single-reaction deletion as an explicit fallback/complement.",
23
+ "weight": 7,
24
+ "sub_tasks": [],
25
+ "task_category": "Code Development",
26
+ "finegrained_task_category": "Method Implementation"
27
+ },
28
+ {
29
+ "id": "b05-code-threshold",
30
+ "requirements": "Defines essentiality threshold such as growth <5% or <10% of WT and applies it consistently.",
31
+ "weight": 5,
32
+ "sub_tasks": [],
33
+ "task_category": "Code Development",
34
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
35
+ },
36
+ {
37
+ "id": "b05-code-annotation",
38
+ "requirements": "Extracts subsystem, reaction name, gene name, GPR, or other model-native annotations for top targets.",
39
+ "weight": 5,
40
+ "sub_tasks": [],
41
+ "task_category": "Code Development",
42
+ "finegrained_task_category": "Logging, Analysis & Presentation"
43
+ }
44
+ ],
45
+ "task_category": null,
46
+ "finegrained_task_category": null
47
+ },
48
+ {
49
+ "id": "b05-exec",
50
+ "requirements": "Deletion runs complete with interpretable status handling and structured outputs.",
51
+ "weight": 2,
52
+ "sub_tasks": [
53
+ {
54
+ "id": "b05-exec-status",
55
+ "requirements": "WT reference condition is optimal and at least 85% of deletion simulations solve or are explicitly marked infeasible/lethal.",
56
+ "weight": 8,
57
+ "sub_tasks": [],
58
+ "task_category": "Code Execution",
59
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
60
+ },
61
+ {
62
+ "id": "b05-exec-physics",
63
+ "requirements": "Mass-balance check passes for the loaded pathogen GSMM; WT biomass is positive under the documented medium; deletion table contains no negative growth values; model GPR rules produce logically consistent essential gene predictions. This is the biology-validity gate equivalent to physics-validity checks in the physics rubric.",
64
+ "weight": 7.0,
65
+ "sub_tasks": [],
66
+ "task_category": "Code Execution",
67
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
68
+ },
69
+ {
70
+ "id": "b05-exec-artifacts",
71
+ "requirements": "Writes results.json plus deletion table with growth, growth_fraction, status, and essential flag.",
72
+ "weight": 8,
73
+ "sub_tasks": [],
74
+ "task_category": "Code Execution",
75
+ "finegrained_task_category": "Logging, Analysis & Presentation"
76
+ }
77
+ ],
78
+ "task_category": null,
79
+ "finegrained_task_category": null
80
+ },
81
+ {
82
+ "id": "b05-results",
83
+ "requirements": "Results identify essential targets and provide conservative biological interpretation.",
84
+ "weight": 3,
85
+ "sub_tasks": [
86
+ {
87
+ "id": "b05-result-h1",
88
+ "requirements": "Reports WT growth, medium, model ID, and validation caveats. Score 100% if positive WT biomass flux is reported under the documented medium with optimal solver status and model ID named; 67% if growth is positive but medium is not explicitly documented; 33% if feasibility is stated without a numeric value; 0% otherwise.",
89
+ "weight": 7,
90
+ "sub_tasks": [],
91
+ "task_category": "Result Analysis",
92
+ "finegrained_task_category": "Logging, Analysis & Presentation"
93
+ },
94
+ {
95
+ "id": "b05-result-h2",
96
+ "requirements": "Reports essential target count and distribution of growth fractions after deletion. Score 100% if ≥5 essential genes/reactions are identified with growth fractions below the stated threshold and the deletion table covers ≥50 candidates; 67% if essential targets are identified but the candidate set covers fewer than 50 entries; 33% if essential targets are named without a deletion table; 0% otherwise.",
97
+ "weight": 10,
98
+ "sub_tasks": [],
99
+ "task_category": "Result Analysis",
100
+ "finegrained_task_category": "Logging, Analysis & Presentation"
101
+ },
102
+ {
103
+ "id": "b05-result-h3",
104
+ "requirements": "Top 10 targets include subsystem/pathway and one-sentence rationale; claims are framed as modelling hypotheses, not validated drugs. Score 100% if ≥3 of the top-10 prioritised targets belong to named core metabolic subsystems (cell-wall precursor, cofactor, lipid, energy, or amino-acid biosynthesis) with at least a one-sentence pathway rationale; 67% if 2 of 10 with rationale; 33% if 1 of 10 with rationale; 0% otherwise.",
105
+ "weight": 12,
106
+ "sub_tasks": [],
107
+ "task_category": "Result Analysis",
108
+ "finegrained_task_category": "Logging, Analysis & Presentation"
109
+ },
110
+ {
111
+ "id": "b05-result-figure",
112
+ "requirements": "Produces a labelled essentiality histogram, target ranking plot, or subsystem enrichment chart.",
113
+ "weight": 8,
114
+ "sub_tasks": [],
115
+ "task_category": "Result Analysis",
116
+ "finegrained_task_category": "Logging, Analysis & Presentation"
117
+ },
118
+ {
119
+ "id": "b05-result-writeup",
120
+ "requirements": "The README or results writeup discusses each hypothesis outcome, names the top prioritised essential targets with subsystem/enzyme identity, and gives a one-paragraph mechanistic rationale for why each target's disruption is lethal. Claims are explicitly framed as computational hypotheses requiring wet-lab validation.",
121
+ "weight": 6.0,
122
+ "sub_tasks": [],
123
+ "task_category": "Result Analysis",
124
+ "finegrained_task_category": "Logging, Analysis & Presentation"
125
+ }
126
+ ],
127
+ "task_category": null,
128
+ "finegrained_task_category": null
129
+ },
130
+ {
131
+ "id": "b05-repro",
132
+ "requirements": "Model, medium, deletion type, threshold, solver, and annotations are reproducibly recorded.",
133
+ "weight": 2,
134
+ "sub_tasks": [
135
+ {
136
+ "id": "b05-repro-model",
137
+ "requirements": "The loaded M. tuberculosis GSMM is either persisted (models/<model_id>.json) or pinned by BIGG model ID, version, or local file hash in the writeup; a downstream user can locate the exact model object used.",
138
+ "weight": 5.0,
139
+ "sub_tasks": [],
140
+ "task_category": "Code Development",
141
+ "finegrained_task_category": "Reproducibility"
142
+ },
143
+ {
144
+ "id": "b05-repro-config",
145
+ "requirements": "Saves model source, medium bounds, objective, deletion mode, and essentiality threshold.",
146
+ "weight": 6,
147
+ "sub_tasks": [],
148
+ "task_category": "Code Development",
149
+ "finegrained_task_category": "Reproducibility"
150
+ },
151
+ {
152
+ "id": "b05-repro-version",
153
+ "requirements": "Records COBRApy/solver versions and confirms rerun consistency for WT growth and essential count.",
154
+ "weight": 5,
155
+ "sub_tasks": [],
156
+ "task_category": "Code Development",
157
+ "finegrained_task_category": "Reproducibility"
158
+ }
159
+ ],
160
+ "task_category": null,
161
+ "finegrained_task_category": null
162
+ }
163
+ ],
164
+ "task_category": null,
165
+ "finegrained_task_category": null
166
+ }
tasks/biology/rubrics/B06.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "B06",
3
+ "requirements": "A credible E. coli carbon-source robustness study that loads a validated GSMM, swaps carbon sources, reports growth/secretion profiles, and identifies condition-dependent essential genes from a focused gene set.",
4
+ "judging_note": "Score explicit medium handling and condition-dependent interpretation. It is acceptable if some carbon sources are unsupported, provided they are recorded and not silently dropped.",
5
+ "weight": 1,
6
+ "sub_tasks": [
7
+ {
8
+ "id": "b06-code",
9
+ "requirements": "The code implements carbon-source medium swaps, FBA/pFBA, and focused essentiality comparison.",
10
+ "weight": 2,
11
+ "sub_tasks": [
12
+ {
13
+ "id": "b06-code-model",
14
+ "requirements": "Loads E. coli BIGG model, identifies biomass and candidate carbon exchange reactions, and defines a minimal medium policy.",
15
+ "weight": 7,
16
+ "sub_tasks": [],
17
+ "task_category": "Code Development",
18
+ "finegrained_task_category": "Experimental Setup"
19
+ },
20
+ {
21
+ "id": "b06-code-swap",
22
+ "requirements": "Closes background carbon uptake and opens one carbon source at a time with documented uptake bounds.",
23
+ "weight": 7,
24
+ "sub_tasks": [],
25
+ "task_category": "Code Development",
26
+ "finegrained_task_category": "Experimental Setup"
27
+ },
28
+ {
29
+ "id": "b06-code-secretion",
30
+ "requirements": "Runs FBA/pFBA per source and records major positive exchange fluxes.",
31
+ "weight": 5,
32
+ "sub_tasks": [],
33
+ "task_category": "Code Development",
34
+ "finegrained_task_category": "Method Implementation"
35
+ },
36
+ {
37
+ "id": "b06-code-essentiality",
38
+ "requirements": "Runs focused single-gene deletions for feasible carbon sources and computes growth fractions relative to each source-specific WT.",
39
+ "weight": 7,
40
+ "sub_tasks": [],
41
+ "task_category": "Code Development",
42
+ "finegrained_task_category": "Method Implementation"
43
+ }
44
+ ],
45
+ "task_category": null,
46
+ "finegrained_task_category": null
47
+ },
48
+ {
49
+ "id": "b06-exec",
50
+ "requirements": "Execution produces carbon-source and essentiality artifacts.",
51
+ "weight": 2,
52
+ "sub_tasks": [
53
+ {
54
+ "id": "b06-exec-validity",
55
+ "requirements": "Glucose reference is optimal and at least two non-glucose sources are either feasible or clearly marked unsupported/infeasible.",
56
+ "weight": 8,
57
+ "sub_tasks": [],
58
+ "task_category": "Code Execution",
59
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
60
+ },
61
+ {
62
+ "id": "b06-exec-physics",
63
+ "requirements": "Mass-balance check passes for the E. coli GSMM under each tested carbon source; no carbon source produces negative biomass or non-physical secretion without explicit handling; model state is restored between carbon-source conditions. This is the biology-validity gate equivalent to physics-validity checks in the physics rubric.",
64
+ "weight": 7.0,
65
+ "sub_tasks": [],
66
+ "task_category": "Code Execution",
67
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
68
+ },
69
+ {
70
+ "id": "b06-exec-artifacts",
71
+ "requirements": "Writes results.json, carbon-source table, and gene-by-condition growth-fraction matrix.",
72
+ "weight": 8,
73
+ "sub_tasks": [],
74
+ "task_category": "Code Execution",
75
+ "finegrained_task_category": "Logging, Analysis & Presentation"
76
+ }
77
+ ],
78
+ "task_category": null,
79
+ "finegrained_task_category": null
80
+ },
81
+ {
82
+ "id": "b06-results",
83
+ "requirements": "Results compare carbon sources and identify condition-dependent vulnerabilities.",
84
+ "weight": 3,
85
+ "sub_tasks": [
86
+ {
87
+ "id": "b06-result-h1",
88
+ "requirements": "Reports feasible carbon-source count and growth rates, including unsupported-source handling. Score 100% if ≥3 carbon sources including glucose support positive biomass growth with explicit exchange bounds documented; 67% if 2 sources support positive growth; 33% if only glucose is feasible with explicit confirmation that other sources are infeasible or unsupported; 0% otherwise.",
89
+ "weight": 8,
90
+ "sub_tasks": [],
91
+ "task_category": "Result Analysis",
92
+ "finegrained_task_category": "Logging, Analysis & Presentation"
93
+ },
94
+ {
95
+ "id": "b06-result-h2",
96
+ "requirements": "Compares secretion profiles and growth rates across sources with quantitative differences. Score 100% if growth rates differ by >10% between at least 2 feasible carbon sources AND major secretion fluxes differ qualitatively across sources; 67% if growth rate differences are reported without secretion-profile comparison; 33% if differences are noted qualitatively without quantification; 0% otherwise.",
97
+ "weight": 9,
98
+ "sub_tasks": [],
99
+ "task_category": "Result Analysis",
100
+ "finegrained_task_category": "Logging, Analysis & Presentation"
101
+ },
102
+ {
103
+ "id": "b06-result-h3",
104
+ "requirements": "Identifies genes with large growth-fraction changes across carbon sources and explains pathway context for top hits. Score 100% if ≥3 genes with condition-dependent essentiality changes (essential under one carbon source but not another) are identified with pathway context; 67% if 2 genes are identified; 33% if 1 gene is identified with pathway context; 0% otherwise.",
105
+ "weight": 12,
106
+ "sub_tasks": [],
107
+ "task_category": "Result Analysis",
108
+ "finegrained_task_category": "Logging, Analysis & Presentation"
109
+ },
110
+ {
111
+ "id": "b06-result-figure",
112
+ "requirements": "Produces labelled bar plots and/or heatmaps for growth, secretion, and condition-dependent essentiality.",
113
+ "weight": 8,
114
+ "sub_tasks": [],
115
+ "task_category": "Result Analysis",
116
+ "finegrained_task_category": "Logging, Analysis & Presentation"
117
+ },
118
+ {
119
+ "id": "b06-result-writeup",
120
+ "requirements": "The README or results writeup discusses each hypothesis outcome, names supported and unsupported carbon sources, identifies condition-dependent essential genes, and gives a one-paragraph mechanistic interpretation linking carbon-source specific metabolism to the observed vulnerability changes.",
121
+ "weight": 6.0,
122
+ "sub_tasks": [],
123
+ "task_category": "Result Analysis",
124
+ "finegrained_task_category": "Logging, Analysis & Presentation"
125
+ }
126
+ ],
127
+ "task_category": null,
128
+ "finegrained_task_category": null
129
+ },
130
+ {
131
+ "id": "b06-repro",
132
+ "requirements": "Carbon-source definitions, gene set, thresholds, solver, and model are documented.",
133
+ "weight": 2,
134
+ "sub_tasks": [
135
+ {
136
+ "id": "b06-repro-model",
137
+ "requirements": "The loaded E. coli GSMM is either persisted (models/<model_id>.json) or pinned by BIGG model ID and source URL in the writeup; a downstream user can locate the exact model object and reproduce each carbon-source medium setup.",
138
+ "weight": 5.0,
139
+ "sub_tasks": [],
140
+ "task_category": "Code Development",
141
+ "finegrained_task_category": "Reproducibility"
142
+ },
143
+ {
144
+ "id": "b06-repro-runcard",
145
+ "requirements": "Saves carbon exchange IDs, uptake bounds, oxygen setting, gene list, and essentiality threshold.",
146
+ "weight": 6,
147
+ "sub_tasks": [],
148
+ "task_category": "Code Development",
149
+ "finegrained_task_category": "Reproducibility"
150
+ },
151
+ {
152
+ "id": "b06-repro-version",
153
+ "requirements": "Records COBRApy/solver versions and rerun consistency for glucose and at least one non-glucose source.",
154
+ "weight": 5,
155
+ "sub_tasks": [],
156
+ "task_category": "Code Development",
157
+ "finegrained_task_category": "Reproducibility"
158
+ }
159
+ ],
160
+ "task_category": null,
161
+ "finegrained_task_category": null
162
+ }
163
+ ],
164
+ "task_category": null,
165
+ "finegrained_task_category": null
166
+ }
tasks/biology/rubrics/B07.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "B07",
3
+ "requirements": "A reproducible FBA-method benchmark on E. coli that compares standard FBA, pFBA, loopless FBA when available, and FVA near optimum using consistent medium, metrics, runtime logging, and interpretable figures.",
4
+ "judging_note": "This is a protocol-quality task. Reward robust implementation, structured outputs, and careful handling of unavailable loopless solvers over biological novelty.",
5
+ "weight": 1,
6
+ "sub_tasks": [
7
+ {
8
+ "id": "b07-code",
9
+ "requirements": "The code implements method comparison with consistent model state and metrics.",
10
+ "weight": 2,
11
+ "sub_tasks": [
12
+ {
13
+ "id": "b07-code-model",
14
+ "requirements": "Loads E. coli BIGG model, sets medium and biomass objective, and validates reference FBA.",
15
+ "weight": 7,
16
+ "sub_tasks": [],
17
+ "task_category": "Code Development",
18
+ "finegrained_task_category": "Method Implementation"
19
+ },
20
+ {
21
+ "id": "b07-code-methods",
22
+ "requirements": "Runs standard FBA, pFBA, and loopless FBA or records a justified loopless-unavailable status.",
23
+ "weight": 7,
24
+ "sub_tasks": [],
25
+ "task_category": "Code Development",
26
+ "finegrained_task_category": "Method Implementation"
27
+ },
28
+ {
29
+ "id": "b07-code-fva",
30
+ "requirements": "Runs FVA at a documented fraction of optimum and computes interval widths and rigid/flexible labels.",
31
+ "weight": 6,
32
+ "sub_tasks": [],
33
+ "task_category": "Code Development",
34
+ "finegrained_task_category": "Method Implementation"
35
+ },
36
+ {
37
+ "id": "b07-code-metrics",
38
+ "requirements": "Computes total absolute flux, active reaction count, objective value, solver status, and runtime for each method.",
39
+ "weight": 6,
40
+ "sub_tasks": [],
41
+ "task_category": "Code Development",
42
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
43
+ }
44
+ ],
45
+ "task_category": null,
46
+ "finegrained_task_category": null
47
+ },
48
+ {
49
+ "id": "b07-exec",
50
+ "requirements": "Execution produces complete benchmark artifacts and handles optional method failures explicitly.",
51
+ "weight": 2,
52
+ "sub_tasks": [
53
+ {
54
+ "id": "b07-exec-status",
55
+ "requirements": "Standard FBA and pFBA solve optimally; loopless and FVA either solve or have explicit, non-crashing failure records.",
56
+ "weight": 8,
57
+ "sub_tasks": [],
58
+ "task_category": "Code Execution",
59
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
60
+ },
61
+ {
62
+ "id": "b07-exec-physics",
63
+ "requirements": "Mass-balance check passes for the loaded model under the benchmark medium; FBA, pFBA, and loopless FBA all return non-negative biomass fluxes; no negative flux norms or ill-conditioned solver status appear without explicit logging. This is the biology-validity gate equivalent to physics-validity checks in the physics rubric.",
64
+ "weight": 7.0,
65
+ "sub_tasks": [],
66
+ "task_category": "Code Execution",
67
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
68
+ },
69
+ {
70
+ "id": "b07-exec-artifacts",
71
+ "requirements": "Writes results.json, method comparison table, FVA table, and method flux tables.",
72
+ "weight": 8,
73
+ "sub_tasks": [],
74
+ "task_category": "Code Execution",
75
+ "finegrained_task_category": "Logging, Analysis & Presentation"
76
+ }
77
+ ],
78
+ "task_category": null,
79
+ "finegrained_task_category": null
80
+ },
81
+ {
82
+ "id": "b07-results",
83
+ "requirements": "Results compare objective preservation, parsimony, and reaction variability.",
84
+ "weight": 3,
85
+ "sub_tasks": [
86
+ {
87
+ "id": "b07-result-h1",
88
+ "requirements": "Reports objective differences among methods and checks agreement within solver tolerance where methods succeed. Score 100% if FBA and pFBA biomass objectives agree within 1% relative error and any available loopless FBA also agrees within 1%; 67% if FBA and pFBA agree but loopless comparison is missing or failed with explicit explanation; 33% if only qualitative agreement is stated; 0% otherwise.",
89
+ "weight": 9,
90
+ "sub_tasks": [],
91
+ "task_category": "Result Analysis",
92
+ "finegrained_task_category": "Evaluation, Metrics & Benchmarking"
93
+ },
94
+ {
95
+ "id": "b07-result-h2",
96
+ "requirements": "Quantifies pFBA parsimony using total flux norm and active reaction count compared with standard FBA. Score 100% if pFBA total absolute flux norm is numerically lower than FBA AND active reaction count is lower under pFBA; 67% if flux norm is lower but active reaction count is not compared; 33% if pFBA parsimony is stated qualitatively without numeric comparison; 0% otherwise.",
97
+ "weight": 10,
98
+ "sub_tasks": [],
99
+ "task_category": "Result Analysis",
100
+ "finegrained_task_category": "Logging, Analysis & Presentation"
101
+ },
102
+ {
103
+ "id": "b07-result-h3",
104
+ "requirements": "Summarizes FVA width distribution and names central-carbon reactions that are rigid or flexible near optimum. Score 100% if FVA interval widths are reported for all model reactions and ≥5 central-carbon reactions are classified as rigid (interval width < 1 mmol/gDW/h) with subsystem identification; 67% if rigid/flexible classification is reported without central-carbon specifics; 33% if FVA results are reported without classification; 0% otherwise.",
105
+ "weight": 10,
106
+ "sub_tasks": [],
107
+ "task_category": "Result Analysis",
108
+ "finegrained_task_category": "Logging, Analysis & Presentation"
109
+ },
110
+ {
111
+ "id": "b07-result-figure",
112
+ "requirements": "Produces labelled method-comparison and/or FVA-width figures with units and clear legends.",
113
+ "weight": 8,
114
+ "sub_tasks": [],
115
+ "task_category": "Result Analysis",
116
+ "finegrained_task_category": "Logging, Analysis & Presentation"
117
+ },
118
+ {
119
+ "id": "b07-result-writeup",
120
+ "requirements": "The README or results writeup discusses each hypothesis outcome, summarises the method-level comparison (parsimony, variability, runtime), and gives a one-paragraph protocol recommendation stating which method is most suitable for reproducible phenotype prediction and why.",
121
+ "weight": 6.0,
122
+ "sub_tasks": [],
123
+ "task_category": "Result Analysis",
124
+ "finegrained_task_category": "Logging, Analysis & Presentation"
125
+ }
126
+ ],
127
+ "task_category": null,
128
+ "finegrained_task_category": null
129
+ },
130
+ {
131
+ "id": "b07-repro",
132
+ "requirements": "The benchmark is reproducible with pinned model, medium, tolerance, solver, and code path.",
133
+ "weight": 2,
134
+ "sub_tasks": [
135
+ {
136
+ "id": "b07-repro-model",
137
+ "requirements": "The loaded E. coli GSMM is either persisted (models/<model_id>.json) or pinned by BIGG model ID and source URL in the writeup; a downstream user can locate the exact model object and reproduce the benchmark medium.",
138
+ "weight": 5.0,
139
+ "sub_tasks": [],
140
+ "task_category": "Code Development",
141
+ "finegrained_task_category": "Reproducibility"
142
+ },
143
+ {
144
+ "id": "b07-repro-config",
145
+ "requirements": "Saves model ID, objective, medium bounds, FVA fraction, active-flux tolerance, and method list.",
146
+ "weight": 6,
147
+ "sub_tasks": [],
148
+ "task_category": "Code Development",
149
+ "finegrained_task_category": "Reproducibility"
150
+ },
151
+ {
152
+ "id": "b07-repro-version",
153
+ "requirements": "Records COBRApy, optlang, solver backend/version, and runtime environment.",
154
+ "weight": 6,
155
+ "sub_tasks": [],
156
+ "task_category": "Code Development",
157
+ "finegrained_task_category": "Reproducibility"
158
+ }
159
+ ],
160
+ "task_category": null,
161
+ "finegrained_task_category": null
162
+ }
163
+ ],
164
+ "task_category": null,
165
+ "finegrained_task_category": null
166
+ }
tasks/biology/topics.yaml ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # =============================================================================
2
+ # ARC-Bench Biology — constraint-based metabolic modelling topics
3
+ # -----------------------------------------------------------------------------
4
+ # All biology topics drive the Biology-Agent integration:
5
+ # experiment.mode = biology_agent → BiologyAgentSandbox → Claude Code
6
+ # with /home/shiqiu/Biology-Agent skills + agents installed into ~/.claude/.
7
+ # =============================================================================
8
+
9
+ topics:
10
+ - id: B01
11
+ topic: "E. coli succinate-production strain optimization via constraint-based knockout screen on iAF1260"
12
+ domains: ["systems-biology", "metabolic-engineering", "constraint-based-modelling"]
13
+ metric_key: "primary_metric"
14
+ metric_direction: "maximize"
15
+ bigg_model: "iAF1260"
16
+ source_skills:
17
+ - "Biology-Agent/skills/gsmm-builder"
18
+ - "Biology-Agent/skills/gsmm-validator"
19
+ - "Biology-Agent/skills/fba-simulator"
20
+ - "Biology-Agent/skills/flux-analyzer"
21
+ - "Biology-Agent/skills/mfa-pipeline-orchestrator"
22
+
23
+ - id: B02
24
+ topic: "E. coli acetate overflow metabolism phase map under glucose and oxygen limitation"
25
+ domains: ["systems-biology", "constraint-based-modelling", "phase-plane-analysis"]
26
+ metric_key: "primary_metric"
27
+ metric_direction: "maximize"
28
+ bigg_model: "iJO1366"
29
+ source_skills:
30
+ - "Biology-Agent/skills/gsmm-builder"
31
+ - "Biology-Agent/skills/gsmm-validator"
32
+ - "Biology-Agent/skills/fba-simulator"
33
+ - "Biology-Agent/skills/flux-analyzer"
34
+ - "Biology-Agent/skills/mfa-pipeline-orchestrator"
35
+
36
+ - id: B03
37
+ topic: "Anaerobic E. coli lactate-overproduction knockout screen"
38
+ domains: ["systems-biology", "metabolic-engineering", "constraint-based-modelling"]
39
+ metric_key: "primary_metric"
40
+ metric_direction: "maximize"
41
+ bigg_model: "iJO1366"
42
+ source_skills:
43
+ - "Biology-Agent/skills/gsmm-builder"
44
+ - "Biology-Agent/skills/gsmm-validator"
45
+ - "Biology-Agent/skills/fba-simulator"
46
+ - "Biology-Agent/skills/flux-analyzer"
47
+ - "Biology-Agent/skills/mfa-pipeline-orchestrator"
48
+
49
+ - id: B04
50
+ topic: "S. cerevisiae ethanol yield under oxygen limitation and carbon-source changes"
51
+ domains: ["systems-biology", "metabolic-engineering", "constraint-based-modelling"]
52
+ metric_key: "primary_metric"
53
+ metric_direction: "maximize"
54
+ bigg_model: "iMM904"
55
+ source_skills:
56
+ - "Biology-Agent/skills/gsmm-builder"
57
+ - "Biology-Agent/skills/gsmm-validator"
58
+ - "Biology-Agent/skills/fba-simulator"
59
+ - "Biology-Agent/skills/flux-analyzer"
60
+ - "Biology-Agent/skills/mfa-pipeline-orchestrator"
61
+
62
+ - id: B05
63
+ topic: "M. tuberculosis condition-specific essentiality and metabolic drug-target prioritisation"
64
+ domains: ["systems-biology", "drug-target-prioritisation", "constraint-based-modelling"]
65
+ metric_key: "primary_metric"
66
+ metric_direction: "maximize"
67
+ bigg_model: "iNJ661"
68
+ source_skills:
69
+ - "Biology-Agent/skills/gsmm-builder"
70
+ - "Biology-Agent/skills/gsmm-validator"
71
+ - "Biology-Agent/skills/fba-simulator"
72
+ - "Biology-Agent/skills/flux-analyzer"
73
+ - "Biology-Agent/skills/mfa-pipeline-orchestrator"
74
+
75
+ - id: B06
76
+ topic: "E. coli carbon-source robustness and condition-dependent essential genes"
77
+ domains: ["systems-biology", "essentiality-analysis", "constraint-based-modelling"]
78
+ metric_key: "primary_metric"
79
+ metric_direction: "maximize"
80
+ bigg_model: "iJO1366"
81
+ source_skills:
82
+ - "Biology-Agent/skills/gsmm-builder"
83
+ - "Biology-Agent/skills/gsmm-validator"
84
+ - "Biology-Agent/skills/fba-simulator"
85
+ - "Biology-Agent/skills/flux-analyzer"
86
+ - "Biology-Agent/skills/mfa-pipeline-orchestrator"
87
+
88
+ - id: B07
89
+ topic: "Reproducible FBA protocol benchmark: FBA vs pFBA vs loopless/FVA on E. coli"
90
+ domains: ["systems-biology", "method-benchmarking", "constraint-based-modelling"]
91
+ metric_key: "primary_metric"
92
+ metric_direction: "maximize"
93
+ bigg_model: "iJO1366"
94
+ source_skills:
95
+ - "Biology-Agent/skills/gsmm-builder"
96
+ - "Biology-Agent/skills/gsmm-validator"
97
+ - "Biology-Agent/skills/fba-simulator"
98
+ - "Biology-Agent/skills/flux-analyzer"
99
+ - "Biology-Agent/skills/mfa-pipeline-orchestrator"
tasks/meta_paper_quality.json ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "meta-paper-quality-root",
3
+ "requirements": "Paper-quality meta-rubric applied to ALL ARC-Bench topics (ML / P / B). Grades the final deliverables — paper_final.md, charts/*, code/*, submission/README.md — for paper writing quality, code orchestration, visual layout, and content accuracy. This rubric is SEPARATE from the per-topic science rubric and is graded MANUALLY by a Claude Code agent invoked via experiments/arc_bench/scripts/judge_paper_manual.sh. The bench pipeline does NOT auto-run this gate. The combined overall score = (per-topic-science × 100 + meta-paper-quality × 86) / (100 + 86) ≈ 54% science + 46% meta.",
4
+ "judging_note": "Score on substance, not surface polish. A 750-word abstract with shallow content is worse than a 200-word abstract with a clear claim+method+result. Penalize fabrication (numbers in writeup not in artifacts) heavily, hedge claims to match evidence, and credit modular code even if it could be shorter. For figures, the test is communicative function: can a reader understand the message from the figure alone? When ambiguous, assign partial credit (0.33 / 0.5 / 0.67) rather than forcing binary 0/1.",
5
+ "weight": 1,
6
+ "scoring_target": "deliverables",
7
+ "input_artifacts": [
8
+ "stage-22/paper_final.md",
9
+ "stage-19/paper_revised.md",
10
+ "stage-17/paper_draft.md",
11
+ "deliverables/paper_final.md",
12
+ "deliverables/charts/",
13
+ "deliverables/code/",
14
+ "submission/README.md",
15
+ "submission/code/",
16
+ "stage-14/charts/",
17
+ "stage-14/experiment_summary.json"
18
+ ],
19
+ "sub_tasks": [
20
+ {
21
+ "id": "meta-paper-content",
22
+ "requirements": "Paper writing quality across the IMRAD structure (Introduction / Methods / Results / Discussion). Grades clarity, structure, faithfulness to results, and academic conventions — NOT surface polish or word count.",
23
+ "weight": 5,
24
+ "sub_tasks": [
25
+ {
26
+ "id": "mpq-abstract",
27
+ "requirements": "Abstract captures the four required moves: (1) what problem/question, (2) what method/approach was taken, (3) what was found numerically, (4) what the contribution is. Length 150-300 words. NO numbers should appear in the abstract that don't appear in the results section. Subscore 1.0 if all four moves present and grounded; 0.67 if 3 of 4; 0.33 if 2 of 4; 0 otherwise.",
28
+ "weight": 4,
29
+ "sub_tasks": [],
30
+ "task_category": "Paper Quality",
31
+ "finegrained_task_category": "Writing - Abstract"
32
+ },
33
+ {
34
+ "id": "mpq-introduction",
35
+ "requirements": "Introduction situates the work: prior approaches, the specific gap addressed, and the contribution. Avoids 'in this paper we' boilerplate without substance. Cites real prior work (≥3 citations) relevant to the topic. Subscore on coherence of the motivation chain — can a reader who knows the field tell what's new vs prior art?",
36
+ "weight": 4,
37
+ "sub_tasks": [],
38
+ "task_category": "Paper Quality",
39
+ "finegrained_task_category": "Writing - Introduction"
40
+ },
41
+ {
42
+ "id": "mpq-method-clarity",
43
+ "requirements": "Methods section enables independent reproduction by someone with domain knowledge but no prior context. Names: (a) datasets / models used with versions or sources, (b) algorithms / settings / hyperparameters in numbers, (c) evaluation protocol (seeds, splits, metrics). Acceptable: equations, pseudocode, or precise prose. Unacceptable: 'we used standard techniques' without specifics.",
44
+ "weight": 6,
45
+ "sub_tasks": [],
46
+ "task_category": "Paper Quality",
47
+ "finegrained_task_category": "Writing - Methods"
48
+ },
49
+ {
50
+ "id": "mpq-results-grounded",
51
+ "requirements": "Every numeric claim in the Results section is traceable to a value in the artifacts (experiment_summary.json, results.json, CSV outputs). No invented numbers. Comparisons (X > Y, A improves over B) are backed by stated differences and uncertainty. Tables and figures are referenced from the prose. Subscore: count the numeric claims, mark how many are traceable; subscore = traceable / total.",
52
+ "weight": 8,
53
+ "sub_tasks": [],
54
+ "task_category": "Paper Quality",
55
+ "finegrained_task_category": "Writing - Results"
56
+ },
57
+ {
58
+ "id": "mpq-discussion",
59
+ "requirements": "Discussion section addresses: (a) what the results imply / mechanistic interpretation, (b) at least one threat to validity or limitation honestly stated (small N, seed variance, dataset bias, methodological caveat), (c) suggested follow-up work. Penalize 'no limitations' or generic 'future work' boilerplate.",
60
+ "weight": 4,
61
+ "sub_tasks": [],
62
+ "task_category": "Paper Quality",
63
+ "finegrained_task_category": "Writing - Discussion"
64
+ },
65
+ {
66
+ "id": "mpq-citations",
67
+ "requirements": "Citations are valid (real DOIs / arXiv IDs / venue names) and formatted consistently. Verify against references.bib: every cited key resolves, no hallucinated authors or titles. Sample 3-5 citations and check existence (a quick web lookup or arXiv ID validation). Bibliography format is internally consistent (all entries follow the same style).",
68
+ "weight": 4,
69
+ "sub_tasks": [],
70
+ "task_category": "Paper Quality",
71
+ "finegrained_task_category": "Writing - References"
72
+ }
73
+ ],
74
+ "task_category": null,
75
+ "finegrained_task_category": null
76
+ },
77
+ {
78
+ "id": "meta-code-orchestration",
79
+ "requirements": "Code orchestration quality of the experiment package. Looks at stage-22/code/ or submission/code/ — how the actual experimental code is organized, documented, and made reusable. Distinct from the science rubric's code leaves (which check whether the method is implemented at all).",
80
+ "weight": 3,
81
+ "sub_tasks": [
82
+ {
83
+ "id": "mco-modular",
84
+ "requirements": "Code is split into logical modules with clear responsibilities (data loading, model definition, training/inference, evaluation, plotting), NOT a single monolithic main.py. Each module is <500 lines. Imports are explicit (no `from X import *`). Subscore: 1.0 if cleanly split into ≥3 named modules; 0.67 if 2 modules; 0.33 if monolithic but reasonable internal structure; 0 if spaghetti.",
85
+ "weight": 5,
86
+ "sub_tasks": [],
87
+ "task_category": "Code Orchestration",
88
+ "finegrained_task_category": "Code Quality - Modularity"
89
+ },
90
+ {
91
+ "id": "mco-reproducible",
92
+ "requirements": "A reader could run the experiment from the code package alone. Means: (a) a README or main.py docstring explains the entry point, (b) dependencies are listed (requirements.txt, setup.py, or imports clearly inferable), (c) random seeds are settable / documented, (d) data sources are specified (sklearn datasets, BIGG model id, etc.). NO hardcoded absolute paths to the original author's machine.",
93
+ "weight": 6,
94
+ "sub_tasks": [],
95
+ "task_category": "Code Orchestration",
96
+ "finegrained_task_category": "Code Quality - Reproducibility"
97
+ },
98
+ {
99
+ "id": "mco-readable",
100
+ "requirements": "Identifier names communicate intent (no `x1`, `tmp`, `foo`). Function/class docstrings explain purpose for non-trivial code. Public API has type hints for at least the function signatures. Limited inline comments (only WHY when non-obvious), NOT line-by-line narration. Mix of these signals → 0.0 to 1.0.",
101
+ "weight": 4,
102
+ "sub_tasks": [],
103
+ "task_category": "Code Orchestration",
104
+ "finegrained_task_category": "Code Quality - Readability"
105
+ },
106
+ {
107
+ "id": "mco-no-dead-code",
108
+ "requirements": "No commented-out code blocks (more than 3 contiguous commented lines). No unused imports. No functions/classes defined but never called. No TODO/FIXME markers without ownership. Penalize 'kitchen-sink' files that import and define dozens of things to use only a few.",
109
+ "weight": 3,
110
+ "sub_tasks": [],
111
+ "task_category": "Code Orchestration",
112
+ "finegrained_task_category": "Code Quality - Hygiene"
113
+ }
114
+ ],
115
+ "task_category": null,
116
+ "finegrained_task_category": null
117
+ },
118
+ {
119
+ "id": "meta-visual-layout",
120
+ "requirements": "Figure quality of the deliverable charts (stage-22/deliverables/charts/, submission/code/*.png|*.pdf). Grades whether each figure communicates its message effectively to a reader who has not read the prose.",
121
+ "weight": 3,
122
+ "sub_tasks": [
123
+ {
124
+ "id": "mvl-axes-labeled",
125
+ "requirements": "Every figure has both axes labeled with quantity + unit (e.g., 'Growth rate (1/h)', 'Cross section (pb)', 'Accuracy (%)'). Tick labels are readable at the figure's printed size. Subscore: fraction of figures (in the deliverable charts dir) that pass.",
126
+ "weight": 4,
127
+ "sub_tasks": [],
128
+ "task_category": "Visual Layout",
129
+ "finegrained_task_category": "Figure - Axes"
130
+ },
131
+ {
132
+ "id": "mvl-legend-present",
133
+ "requirements": "Multi-series figures (≥2 lines, bars, or categories) have a legend that identifies each series. Single-series figures do NOT need a legend. Legend placement does not occlude data. Color choices distinguishable by colorblind readers (avoid pure red+green together without a marker shape difference).",
134
+ "weight": 3,
135
+ "sub_tasks": [],
136
+ "task_category": "Visual Layout",
137
+ "finegrained_task_category": "Figure - Legend"
138
+ },
139
+ {
140
+ "id": "mvl-caption-quality",
141
+ "requirements": "Each figure has a caption that (a) names what is plotted, (b) names the dataset / condition / model used, (c) states the key takeaway in one sentence. A caption that just says 'Figure 1: results' is insufficient. Captions are in the paper text near the figure reference.",
142
+ "weight": 4,
143
+ "sub_tasks": [],
144
+ "task_category": "Visual Layout",
145
+ "finegrained_task_category": "Figure - Caption"
146
+ },
147
+ {
148
+ "id": "mvl-figure-relevance",
149
+ "requirements": "Each figure earns its place — it shows information that supports a claim in the paper. No decorative figures, no figures duplicated across stages (the same chart appearing twice from different stage outputs), no figures showing trivially obvious results without value. Subscore on the fraction of figures that pass this 'earned place' test.",
150
+ "weight": 4,
151
+ "sub_tasks": [],
152
+ "task_category": "Visual Layout",
153
+ "finegrained_task_category": "Figure - Relevance"
154
+ },
155
+ {
156
+ "id": "mvl-color-accessibility",
157
+ "requirements": "Color palette is colorblind-safe (avoid red+green only); important distinctions are reinforced by shape, line style, or hatching in addition to color. Background does not interfere with foreground (no dark text on dark background). Resolution is at least 150 DPI for raster figures.",
158
+ "weight": 2,
159
+ "sub_tasks": [],
160
+ "task_category": "Visual Layout",
161
+ "finegrained_task_category": "Figure - Accessibility"
162
+ }
163
+ ],
164
+ "task_category": null,
165
+ "finegrained_task_category": null
166
+ },
167
+ {
168
+ "id": "meta-content-accuracy",
169
+ "requirements": "Faithfulness of the writeup to the underlying artifacts. The single biggest fabrication risk in autonomous paper generation is invented numbers; this bucket carries the largest weight.",
170
+ "weight": 4,
171
+ "sub_tasks": [
172
+ {
173
+ "id": "mca-no-fabrication",
174
+ "requirements": "STRICT: every numeric value in the paper (abstract, methods, results, tables) must trace to a value in the artifacts (results.json, experiment_summary.json, CSV outputs, figure data). Sample 5-10 numbers across the paper; mark each as traceable / not-traceable; subscore = traceable_count / sampled_count. Any single invented number for a key metric (e.g. final accuracy, final growth rate) caps the leaf at 0.5 regardless of other traceable numbers.",
175
+ "weight": 8,
176
+ "sub_tasks": [],
177
+ "task_category": "Content Accuracy",
178
+ "finegrained_task_category": "Faithfulness - Numbers"
179
+ },
180
+ {
181
+ "id": "mca-correct-units",
182
+ "requirements": "Units are consistent and physically correct throughout. ML: percentages stay as percent vs fractions consistently; runtime in seconds vs minutes consistently. HEP: GeV vs MeV not mixed, cross sections in pb vs fb consistent. Biology: mmol/gDW/h is the standard; do not mix with mM. Penalize 'unit-less' numbers where a unit is needed.",
183
+ "weight": 4,
184
+ "sub_tasks": [],
185
+ "task_category": "Content Accuracy",
186
+ "finegrained_task_category": "Faithfulness - Units"
187
+ },
188
+ {
189
+ "id": "mca-claim-strength",
190
+ "requirements": "Strength of claims matches strength of evidence. 'X significantly outperforms Y' requires a statistical test result; 'X tends to be better than Y' requires a directional difference; 'X may be useful' requires only intuition. Penalize uncalibrated 'state of the art', 'novel', 'first to show' without specific support. Hedging language ('appears', 'suggests', 'is consistent with') should appear when the evidence is suggestive.",
191
+ "weight": 5,
192
+ "sub_tasks": [],
193
+ "task_category": "Content Accuracy",
194
+ "finegrained_task_category": "Faithfulness - Claim Calibration"
195
+ },
196
+ {
197
+ "id": "mca-internal-consistency",
198
+ "requirements": "The same number / claim appears identically across the paper. Abstract says 'accuracy 92.3%'; Results says 'accuracy 92.3%' (not 92.5%); Conclusion says 'achieved 92.3%'. Tables match prose. Figure captions match figure content. Penalize ANY internal contradiction even if both versions might be 'plausible'.",
199
+ "weight": 4,
200
+ "sub_tasks": [],
201
+ "task_category": "Content Accuracy",
202
+ "finegrained_task_category": "Faithfulness - Internal Consistency"
203
+ }
204
+ ],
205
+ "task_category": null,
206
+ "finegrained_task_category": null
207
+ }
208
+ ],
209
+ "task_category": null,
210
+ "finegrained_task_category": null
211
+ }
tasks/ml/manifests/ML01.yaml ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T01 — Dropout regularization strategies for shallow MLPs
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML01
11
+ title: "Dropout regularization strategies on shallow tabular MLPs"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Dropout-style regularization is a cornerstone of neural-net training for
21
+ overfitting control, but its impact on tabular classification with shallow
22
+ MLPs remains subtle. Standard element-wise dropout is the default; spatial
23
+ (feature-wise) dropout treats correlated input features as a block; MC /
24
+ variational dropout keeps dropout active at test time and averages over
25
+ samples. For tabular data with small feature counts and mild non-linearity,
26
+ these variants can produce equal test-set accuracy yet very different
27
+ probability calibration — a known gotcha that makes accuracy-only
28
+ evaluation misleading.
29
+
30
+ A credible CPU-scale study of this topic (a) compares at least three
31
+ dropout variants against a no-dropout control on multiple sklearn
32
+ classification benchmarks, (b) reports both accuracy and calibration
33
+ metrics (ECE, NLL, Brier), (c) averages over ≥5 seeds with statistical
34
+ tests, and (d) checks for ablation integrity (that different dropout
35
+ variants actually produce different output distributions, not just the
36
+ same network). The research question is: *does the choice of dropout
37
+ variant matter more for calibration than for accuracy on tabular data?*
38
+
39
+ hypotheses:
40
+ - id: H1
41
+ statement: "Variational / MC dropout produces lower Expected Calibration Error (ECE) than standard element-wise dropout on at least 2 of 3 tabular classification benchmarks, averaged over ≥5 seeds."
42
+ measurable: true
43
+ - id: H2
44
+ statement: "Test-set accuracy differs by <2 absolute percentage points between dropout variants on datasets where all methods exceed 95% accuracy — i.e. accuracy is non-discriminative and calibration is needed to distinguish methods."
45
+ measurable: true
46
+ - id: H3
47
+ statement: "The no-dropout control is strictly worse than at least one dropout variant in ECE on at least 2 of 3 datasets."
48
+ measurable: true
49
+
50
+ experiment_design:
51
+ research_question: "Does the choice of dropout variant (standard / spatial / variational) matter more for probability calibration than for test accuracy on tabular classification with shallow MLPs?"
52
+ conditions:
53
+ - name: "no_dropout"
54
+ description: "Shallow MLP (2 hidden layers, 64 units, ReLU) trained with no dropout. Control condition."
55
+ - name: "standard_dropout_p30"
56
+ description: "Same MLP with standard element-wise dropout at p=0.3 between hidden layers."
57
+ - name: "standard_dropout_p50"
58
+ description: "Same MLP with standard element-wise dropout at p=0.5."
59
+ - name: "spatial_dropout_p30"
60
+ description: "Same MLP with feature-blockwise dropout at p=0.3 applied to the input layer."
61
+ - name: "mc_dropout_p30_T20"
62
+ description: "Same MLP with standard p=0.3 dropout left active at test time; prediction is the mean of T=20 stochastic forward passes."
63
+ baselines:
64
+ - "no_dropout is the no-regularization baseline"
65
+ metrics:
66
+ - name: "test_accuracy"
67
+ direction: "maximize"
68
+ description: "Fraction correctly classified on held-out 20% test split, mean over 5 seeds."
69
+ - name: "ece"
70
+ direction: "minimize"
71
+ description: "Expected Calibration Error (15 bins) on the test split, mean over 5 seeds."
72
+ - name: "nll"
73
+ direction: "minimize"
74
+ description: "Mean per-example negative log-likelihood on the test split."
75
+ - name: "brier"
76
+ direction: "minimize"
77
+ description: "Mean Brier score on the test split."
78
+ datasets:
79
+ - name: "breast_cancer"
80
+ source: "sklearn.datasets.load_breast_cancer"
81
+ - name: "wine"
82
+ source: "sklearn.datasets.load_wine"
83
+ - name: "digits"
84
+ source: "sklearn.datasets.load_digits"
85
+ compute_requirements:
86
+ gpu_required: false
87
+ estimated_wall_clock_sec: 240
88
+
89
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML01.json"
tasks/ml/manifests/ML02.yaml ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T02 — Ensemble-method comparison for non-linear regression under noise
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML02
11
+ title: "Bagging vs boosting vs stacking for noisy non-linear regression"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Ensemble learning is often presented as a broadly reliable way to improve
21
+ predictive performance, but different ensemble families can react very
22
+ differently to observation noise in regression. Bagging primarily reduces
23
+ variance by averaging many weakly correlated models. Boosting is sequential
24
+ and can aggressively fit residuals, which can help on structured non-linear
25
+ signals but may overfit high-noise targets if regularization is not tuned.
26
+ Stacking combines heterogeneous base learners through a meta-model and may
27
+ benefit from diversity, but it also introduces extra fitting stages that can
28
+ be sensitive to data size and leakage handling.
29
+
30
+ A focused CPU-scale benchmark can probe these tradeoffs using synthetic and
31
+ lightweight sklearn regression datasets where non-linearity and noise are
32
+ controllable. By varying noise level explicitly in generated data, the study
33
+ can test whether relative ranking among bagging, boosting, and stacking is
34
+ stable or changes materially as signal-to-noise degrades. This design also
35
+ encourages careful evaluation with repeated random seeds and test-set metrics
36
+ that capture both average error and fit quality.
37
+
38
+ A credible implementation should compare at least one representative for each
39
+ family (e.g., RandomForestRegressor for bagging, GradientBoostingRegressor
40
+ for boosting, StackingRegressor with diverse base estimators for stacking),
41
+ include a single-model baseline, and report RMSE-centered conclusions. Since
42
+ this benchmark is intended for fast autonomous execution, datasets and models
43
+ must remain small enough to run in minutes on one CPU core while still
44
+ producing clear numeric contrasts across noise regimes.
45
+
46
+ The key outcome is not reproducing a known paper result but determining when
47
+ each ensemble strategy is most robust for noisy non-linear regression in a
48
+ constrained practical setting.
49
+
50
+ *How does predictive robustness (RMSE) of bagging, boosting, and stacking change as regression noise increases on small non-linear benchmarks?*
51
+
52
+ hypotheses:
53
+ - id: H1
54
+ statement: "On the high-noise synthetic dataset (noise >= 25), bagging (RandomForestRegressor) achieves lower mean RMSE than boosting (GradientBoostingRegressor), averaged over at least 5 seeds."
55
+ measurable: true
56
+ - id: H2
57
+ statement: "On at least 2 of 3 evaluated datasets, at least one ensemble method (bagging, boosting, or stacking) improves RMSE by >= 10% relative to the single DecisionTreeRegressor baseline."
58
+ measurable: true
59
+ - id: H3
60
+ statement: "StackingRegressor attains the best (lowest) mean RMSE on at least 1 of 3 datasets while not being worst on more than 1 dataset, averaged over at least 5 seeds."
61
+ measurable: true
62
+
63
+ experiment_design:
64
+ research_question: "How does RMSE performance of bagging, boosting, and stacking vary with increasing noise in non-linear regression tasks under CPU-only constraints?"
65
+ conditions:
66
+ - name: "decision_tree_baseline"
67
+ description: "Single DecisionTreeRegressor (max_depth tuned over a small grid) as non-ensemble baseline."
68
+ - name: "bagging_random_forest"
69
+ description: "RandomForestRegressor representing bagging-style averaging across trees."
70
+ - name: "boosting_gbrt"
71
+ description: "GradientBoostingRegressor representing sequential boosting on residuals."
72
+ - name: "stacking_heterogeneous"
73
+ description: "StackingRegressor with base learners {kNN regressor, ridge regression, shallow random forest} and a linear meta-regressor."
74
+ baselines:
75
+ - "decision_tree_baseline is the single-model baseline"
76
+ - "bagging_random_forest serves as a strong classical ensemble reference"
77
+ metrics:
78
+ - name: "rmse"
79
+ direction: "minimize"
80
+ description: "Root Mean Squared Error on held-out test split, averaged over seeds."
81
+ - name: "mae"
82
+ direction: "minimize"
83
+ description: "Mean Absolute Error on held-out test split, averaged over seeds."
84
+ - name: "r2"
85
+ direction: "maximize"
86
+ description: "Coefficient of determination on held-out test split, averaged over seeds."
87
+ datasets:
88
+ - name: "friedman1_low_noise"
89
+ source: "sklearn.datasets.make_friedman1 (n_samples=1200, n_features=10, noise=1.0)"
90
+ - name: "friedman1_high_noise"
91
+ source: "sklearn.datasets.make_friedman1 (n_samples=1200, n_features=10, noise=30.0)"
92
+ - name: "diabetes"
93
+ source: "sklearn.datasets.load_diabetes"
94
+ compute_requirements:
95
+ gpu_required: false
96
+ estimated_wall_clock_sec: 420
97
+
98
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML02.json"
tasks/ml/manifests/ML03.yaml ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T03 — Gradient-free optimization on non-convex benchmark functions
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML03
11
+ title: "CPU comparison of Nelder-Mead, Powell, and CMA-ES on non-convex functions"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Gradient-free optimization methods are widely used when derivatives are
21
+ unavailable, unreliable, or expensive to compute. In low-to-medium
22
+ dimensional non-convex landscapes, direct-search methods such as
23
+ Nelder-Mead and Powell are frequently used because they are easy to call
24
+ through scipy.optimize. Population-based approaches such as CMA-ES can be
25
+ more robust to local minima and ill-conditioning, but they introduce extra
26
+ hyperparameters and potentially higher per-iteration cost.
27
+
28
+ A CPU-bounded benchmark can clarify practical trade-offs by evaluating these
29
+ methods under a fixed function-evaluation budget on standard synthetic
30
+ objective functions with known global minima. Rather than asking which method
31
+ is universally best, the relevant question is whether one method reaches
32
+ better objective values more reliably within the same budget and how much
33
+ runtime overhead that reliability costs.
34
+
35
+ A credible experiment should evaluate at least three optimization conditions
36
+ (Nelder-Mead, Powell, CMA-ES) across multiple non-convex test functions,
37
+ using repeated random starts and common stopping/budget rules. Reporting only
38
+ final objective value is incomplete; runtime and success-rate-to-threshold
39
+ should be included to capture both quality and efficiency. Statistical
40
+ summaries over seeds are required because single runs are high variance.
41
+
42
+ The resulting evidence should produce explicit pass/fail verdicts for each
43
+ hypothesis: whether CMA-ES improves best-found objective value, whether
44
+ Powell offers faster wall-clock convergence than CMA-ES at similar budgets,
45
+ and whether Nelder-Mead underperforms on multimodal landscapes. This keeps
46
+ the study measurable and feasible within a short single-core runtime window.
47
+
48
+ *Under equal function-evaluation budgets on CPU, which gradient-free optimizer (Nelder-Mead, Powell, CMA-ES) gives the best trade-off between final objective quality, runtime, and success rate on non-convex benchmark functions?*
49
+
50
+ hypotheses:
51
+ - id: H1
52
+ statement: "CMA-ES achieves lower mean best objective value than both Nelder-Mead and Powell on at least 2 of 3 benchmark functions, averaged over >=10 random starts with the same evaluation budget."
53
+ measurable: true
54
+ - id: H2
55
+ statement: "Powell has lower median wall-clock runtime than CMA-ES on at least 2 of 3 benchmark functions while finishing within the same function-evaluation cap."
56
+ measurable: true
57
+ - id: H3
58
+ statement: "On the multimodal Rastrigin function, Nelder-Mead attains a lower success rate (fraction of runs reaching f(x) <= 1e-2) than CMA-ES by at least 0.20 absolute."
59
+ measurable: true
60
+
61
+ experiment_design:
62
+ research_question: "Under equal evaluation budgets, how do Nelder-Mead, Powell, and CMA-ES compare on objective quality, runtime, and success probability for non-convex synthetic objectives?"
63
+ conditions:
64
+ - name: "nelder_mead"
65
+ description: "scipy.optimize.minimize with method='Nelder-Mead', random initial point per run, maxfev budget enforced."
66
+ - name: "powell"
67
+ description: "scipy.optimize.minimize with method='Powell', same initialization protocol and maxfev cap."
68
+ - name: "cma_es"
69
+ description: "CMA-ES implementation (lightweight numpy/scipy variant) with population updates under the same total function-evaluation budget."
70
+ - name: "random_search_baseline"
71
+ description: "Uniform random search within bounded domain using the same number of objective evaluations as other methods."
72
+ baselines:
73
+ - "random_search_baseline as a budget-matched non-adaptive baseline"
74
+ metrics:
75
+ - name: "primary_metric"
76
+ direction: "minimize"
77
+ description: "Mean best objective value found at termination (lower is better), aggregated over random starts."
78
+ - name: "median_runtime_sec"
79
+ direction: "minimize"
80
+ description: "Median wall-clock runtime per run in seconds for each (method, function)."
81
+ - name: "success_rate_eps"
82
+ direction: "maximize"
83
+ description: "Fraction of runs reaching objective value <= 1e-2 by termination."
84
+ datasets:
85
+ - name: "rastrigin_10d"
86
+ source: "synthetic numpy implementation of Rastrigin function in 10 dimensions"
87
+ - name: "rosenbrock_10d"
88
+ source: "synthetic numpy implementation of Rosenbrock function in 10 dimensions"
89
+ - name: "ackley_10d"
90
+ source: "synthetic numpy implementation of Ackley function in 10 dimensions"
91
+ compute_requirements:
92
+ gpu_required: false
93
+ estimated_wall_clock_sec: 480
94
+
95
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML03.json"
tasks/ml/manifests/ML04.yaml ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T04 — Feature scaling choices for k-nearest neighbors under distribution shift
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML04
11
+ title: "Effect of standard, min-max, and robust scaling on KNN classification"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ K-nearest neighbors (KNN) is highly sensitive to feature scale because
21
+ distance calculations implicitly weight dimensions by their numeric ranges.
22
+ In practice, preprocessing decisions such as StandardScaler, MinMaxScaler,
23
+ or RobustScaler can alter neighborhood structure enough to change
24
+ classification performance as much as model hyperparameters do. Despite this,
25
+ scaling choice is often treated as a default rather than as an experimental
26
+ factor.
27
+
28
+ The core methodological question is not whether scaling helps versus no
29
+ scaling (it usually does), but whether specific scaling families are better
30
+ matched to particular data distributions. Standard scaling assumes roughly
31
+ Gaussian-like behavior, min-max scaling compresses to bounded ranges and can
32
+ be strongly affected by extrema, and robust scaling centers/scales by median
33
+ and IQR to reduce outlier influence.
34
+
35
+ A CPU-friendly, credible benchmark should compare these scalers with a fixed
36
+ KNN classifier across multiple datasets that differ in outlier prevalence and
37
+ marginal feature distributions, while averaging over multiple train/test
38
+ splits. Because KNN is lightweight on small-to-medium sklearn datasets, the
39
+ study can include both predictive quality and stability metrics without
40
+ exceeding strict runtime constraints.
41
+
42
+ The experiment should report test accuracy as the primary outcome, plus
43
+ macro-F1 and split-to-split variability, and include at least one outlier-
44
+ heavy synthetic dataset to stress robust scaling behavior. The goal is to
45
+ produce falsifiable conclusions about when scaler choice materially changes
46
+ KNN outcomes.
47
+
48
+ *How does the choice among standard, min-max, and robust feature scaling change KNN classification performance and stability across datasets with different distribution and outlier characteristics?*
49
+
50
+ hypotheses:
51
+ - id: H1
52
+ statement: "RobustScaler + KNN achieves higher mean test accuracy than StandardScaler + KNN on the outlier-heavy synthetic dataset by at least 0.03 absolute accuracy, averaged over ≥5 random splits."
53
+ measurable: true
54
+ - id: H2
55
+ statement: "Across the evaluated datasets, at least one real dataset shows an absolute test-accuracy gap of ≥0.02 between the best and worst of {StandardScaler, MinMaxScaler, RobustScaler}, indicating scaler choice materially affects KNN performance."
56
+ measurable: true
57
+ - id: H3
58
+ statement: "No_scaling baseline is not the top-accuracy condition on at least 2 of 3 datasets when compared against the three scaling methods with the same KNN hyperparameters."
59
+ measurable: true
60
+
61
+ experiment_design:
62
+ research_question: "How does scaler choice (standard, min-max, robust) affect KNN classification accuracy and stability across datasets with different feature distributions and outlier profiles?"
63
+ conditions:
64
+ - name: "no_scaling_knn"
65
+ description: "KNeighborsClassifier with fixed k and distance metric on raw features; control condition."
66
+ - name: "standard_scaler_knn"
67
+ description: "Pipeline(StandardScaler, KNeighborsClassifier) with the same KNN hyperparameters as control."
68
+ - name: "minmax_scaler_knn"
69
+ description: "Pipeline(MinMaxScaler, KNeighborsClassifier) with identical KNN settings."
70
+ - name: "robust_scaler_knn"
71
+ description: "Pipeline(RobustScaler, KNeighborsClassifier) with identical KNN settings."
72
+ baselines:
73
+ - "no_scaling_knn is the preprocessing-free baseline"
74
+ metrics:
75
+ - name: "test_accuracy"
76
+ direction: "maximize"
77
+ description: "Mean held-out accuracy over at least 5 random stratified splits per dataset."
78
+ - name: "macro_f1"
79
+ direction: "maximize"
80
+ description: "Macro-averaged F1 on held-out data, averaged over splits."
81
+ - name: "accuracy_std"
82
+ direction: "minimize"
83
+ description: "Standard deviation of test accuracy across random splits as a stability indicator."
84
+ datasets:
85
+ - name: "wine"
86
+ source: "sklearn.datasets.load_wine"
87
+ - name: "breast_cancer"
88
+ source: "sklearn.datasets.load_breast_cancer"
89
+ - name: "synthetic_outlier_classification"
90
+ source: "sklearn.datasets.make_classification with injected feature outliers on a subset of samples"
91
+ compute_requirements:
92
+ gpu_required: false
93
+ estimated_wall_clock_sec: 180
94
+
95
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML04.json"
tasks/ml/manifests/ML05.yaml ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T05 — Dimensionality reduction for preserving cluster structure
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML05
11
+ title: "Dimensionality reduction methods for preserving cluster structure in synthetic high-dimensional data"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Dimensionality reduction is frequently used before visualization and
21
+ clustering, but different methods optimize different objectives and can
22
+ distort neighborhood and global geometry in distinct ways. PCA is linear and
23
+ emphasizes variance preservation, while t-SNE and UMAP are nonlinear manifold
24
+ methods designed to preserve local structure. In practice, users often infer
25
+ cluster quality from 2D embeddings without checking whether separability in
26
+ the embedding reflects true high-dimensional structure.
27
+
28
+ A CPU-scale investigation can probe this mismatch by generating synthetic
29
+ datasets where ground-truth cluster labels are known and controllable. By
30
+ varying cluster overlap, anisotropy, and manifold geometry (e.g., Gaussian
31
+ blobs, anisotropic transforms, and noisy moons embedded in high dimensions),
32
+ one can evaluate whether each reducer preserves cluster structure under
33
+ different regimes instead of relying on a single toy example.
34
+
35
+ A credible experiment should compare PCA, t-SNE, and UMAP under a common
36
+ pipeline: reduce to 2 dimensions, then score structure using metrics such as
37
+ silhouette score and adjusted Rand index after a fixed clustering backend
38
+ (e.g., KMeans with true k). Runtime should also be tracked because nonlinear
39
+ methods may yield better structure at substantially higher computational cost,
40
+ which matters in constrained environments.
41
+
42
+ The goal is not to claim a universally best reducer, but to quantify tradeoffs
43
+ between structure preservation and efficiency in settings where intrinsic
44
+ geometry differs. This produces actionable guidance for method choice based on
45
+ data regime rather than defaults.
46
+
47
+ *Which dimensionality reduction method (PCA, t-SNE, or UMAP) best preserves cluster structure across distinct synthetic high-dimensional regimes when evaluated by silhouette score, ARI, and runtime?*
48
+
49
+ hypotheses:
50
+ - id: H1
51
+ statement: "On nonlinear manifold data (noisy two-moons embedded into 50D), at least one nonlinear reducer (t-SNE or UMAP) achieves silhouette_score at least 0.10 higher than PCA after 2D reduction and KMeans clustering, averaged over >=5 seeds."
52
+ measurable: true
53
+ - id: H2
54
+ statement: "On linearly separable Gaussian blobs in 50D, PCA achieves silhouette_score within 0.05 of the best nonlinear method (t-SNE or UMAP), averaged over >=5 seeds."
55
+ measurable: true
56
+ - id: H3
57
+ statement: "PCA has the lowest mean wall-clock reduction time and is at least 3x faster than both t-SNE and UMAP on at least 2 of 3 datasets."
58
+ measurable: true
59
+
60
+ experiment_design:
61
+ research_question: "Which reducer best balances cluster-structure preservation and compute cost across linear and nonlinear synthetic high-dimensional datasets?"
62
+ conditions:
63
+ - name: "pca_2d"
64
+ description: "PCA with n_components=2 using sklearn.decomposition.PCA."
65
+ - name: "tsne_2d"
66
+ description: "t-SNE with n_components=2, perplexity in [20, 40], learning_rate='auto', init='pca'."
67
+ - name: "umap_2d"
68
+ description: "UMAP-like reducer: use umap.UMAP(n_components=2, n_neighbors in [15, 30], min_dist in [0.0, 0.3]) if available; if unavailable, use sklearn.manifold.SpectralEmbedding(n_components=2) as a documented fallback proxy."
69
+ - name: "identity_no_reduction"
70
+ description: "Baseline that applies KMeans directly in the original high-dimensional space (no dimensionality reduction)."
71
+ baselines:
72
+ - "identity_no_reduction as no-DR clustering baseline"
73
+ - "pca_2d as linear DR baseline"
74
+ metrics:
75
+ - name: "silhouette_score"
76
+ direction: "maximize"
77
+ description: "Silhouette score computed on the 2D embedding (or original space for identity baseline) using predicted KMeans labels; primary metric."
78
+ - name: "ari"
79
+ direction: "maximize"
80
+ description: "Adjusted Rand Index between KMeans labels and known synthetic ground-truth labels."
81
+ - name: "fit_transform_time_sec"
82
+ direction: "minimize"
83
+ description: "Wall-clock time for dimensionality reduction fit_transform only (seconds)."
84
+ datasets:
85
+ - name: "gaussian_blobs_50d"
86
+ source: "sklearn.datasets.make_blobs with 4 centers, n_features=50, cluster_std=1.2"
87
+ - name: "anisotropic_blobs_50d"
88
+ source: "make_blobs in 10D expanded/projection to 50D then linear anisotropic transform"
89
+ - name: "embedded_moons_50d"
90
+ source: "sklearn.datasets.make_moons(noise=0.08) embedded into 50D by random linear projection plus Gaussian noise"
91
+ compute_requirements:
92
+ gpu_required: false
93
+ estimated_wall_clock_sec: 600
94
+
95
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML05.json"
tasks/ml/manifests/ML06.yaml ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T06 — Adaptive learning-rate schedules for logistic-regression convergence
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML06
11
+ title: "Adaptive learning-rate schedules for logistic-regression convergence on binary classification"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Logistic regression is often treated as a solved baseline, yet its practical
21
+ training behavior still depends strongly on optimization details. In
22
+ first-order methods, the learning-rate schedule can dominate time-to-quality:
23
+ a constant step size may converge slowly or oscillate, while adaptive
24
+ schedules can accelerate early progress or stabilize late optimization.
25
+ Because logistic regression has a smooth convex objective, it offers a clean
26
+ setting to compare schedules without confounds from deep-network
27
+ non-convexity.
28
+
29
+ This topic studies four schedule families in a unified mini-batch gradient
30
+ descent implementation: step decay, exponential decay, cosine annealing, and
31
+ cosine warm restarts. The focus is not raw final accuracy alone, but
32
+ optimization efficiency measured by epochs needed to reach a predefined
33
+ validation-loss threshold, plus robustness across datasets and random seeds.
34
+ A fixed-learning-rate baseline is required so any claimed speedup is
35
+ attributable to schedule design.
36
+
37
+ A credible CPU-scale experiment should run on multiple binary classification
38
+ datasets from sklearn, with feature standardization, identical model
39
+ parameterization, and synchronized stopping criteria. Reporting should include
40
+ convergence epochs, final validation log loss, and test ROC-AUC so that faster
41
+ convergence is not achieved at the expense of generalization. Since warm
42
+ restarts can re-increase the learning rate, trajectory logging is important to
43
+ verify that restart behavior is actually implemented.
44
+
45
+ The key decision criterion is whether adaptive schedules reduce optimization
46
+ effort in a consistent, measurable way. The study should conclude with clear
47
+ per-hypothesis verdicts and practical limitations (dataset size, threshold
48
+ choice, and sensitivity to initial learning rate).
49
+
50
+ *Do adaptive learning-rate schedules (especially cosine variants) reduce logistic-regression convergence epochs versus fixed/monotone decay schedules while maintaining comparable binary-classification performance?*
51
+
52
+ hypotheses:
53
+ - id: H1
54
+ statement: "Cosine annealing or cosine warm restarts achieves at least 20% lower mean convergence_epochs than fixed learning rate on at least 2 of 3 evaluated binary datasets, averaged over >=5 seeds."
55
+ measurable: true
56
+ - id: H2
57
+ statement: "Among adaptive schedules (step decay, exponential decay, cosine annealing, warm restarts), the best schedule's final validation log loss is no worse than 0.01 absolute compared with the worst schedule on each dataset (i.e., speed differences exceed quality differences)."
58
+ measurable: true
59
+ - id: H3
60
+ statement: "Warm restarts reaches convergence in fewer epochs than monotone exponential decay on at least 2 of 3 datasets, without reducing test ROC-AUC by more than 0.01 absolute on those datasets."
61
+ measurable: true
62
+
63
+ experiment_design:
64
+ research_question: "Which learning-rate schedule yields the fastest convergence for mini-batch logistic regression on binary sklearn tasks, and do faster schedules preserve validation/test performance?"
65
+ conditions:
66
+ - name: "fixed_lr"
67
+ description: "Mini-batch logistic regression trained with constant learning rate (baseline)."
68
+ - name: "step_decay"
69
+ description: "Learning rate multiplied by gamma at fixed epoch milestones (e.g., every 20 epochs)."
70
+ - name: "exponential_decay"
71
+ description: "Learning rate updated each epoch as lr_t = lr0 * exp(-k * t)."
72
+ - name: "cosine_annealing"
73
+ description: "Learning rate follows cosine decay from lr0 to lr_min over total epochs without restarts."
74
+ - name: "cosine_warm_restarts"
75
+ description: "Cosine schedule with periodic restarts (SGDR-style) resetting to higher learning rate at restart boundaries."
76
+ baselines:
77
+ - "fixed_lr is the primary optimization baseline"
78
+ - "exponential_decay is a monotone adaptive baseline for comparison to warm restarts"
79
+ metrics:
80
+ - name: "convergence_epochs"
81
+ direction: "minimize"
82
+ description: "Epoch index at which validation log loss first drops below a preset threshold (or max_epochs if never reached), averaged over seeds."
83
+ - name: "val_log_loss"
84
+ direction: "minimize"
85
+ description: "Final validation logistic loss after training, mean over seeds."
86
+ - name: "test_roc_auc"
87
+ direction: "maximize"
88
+ description: "ROC-AUC on held-out test set, mean over seeds."
89
+ datasets:
90
+ - name: "breast_cancer"
91
+ source: "sklearn.datasets.load_breast_cancer"
92
+ - name: "synthetic_binary_medium"
93
+ source: "sklearn.datasets.make_classification (n_samples=2000, n_features=30, n_informative=12, class_sep=1.0)"
94
+ - name: "synthetic_binary_noisy"
95
+ source: "sklearn.datasets.make_classification (n_samples=2500, n_features=40, n_informative=10, flip_y=0.08, class_sep=0.7)"
96
+ compute_requirements:
97
+ gpu_required: false
98
+ estimated_wall_clock_sec: 420
99
+
100
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML06.json"
tasks/ml/manifests/ML07.yaml ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T07 — Text feature extraction strategies for linear document classifiers
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML07
11
+ title: "Text feature extraction trade-offs: TF-IDF vs count vs hashing with NB/SVM"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Sparse bag-of-words pipelines remain strong baselines for document
21
+ classification, especially under strict CPU and latency constraints.
22
+ Three common feature extractors — CountVectorizer, TfidfVectorizer, and
23
+ HashingVectorizer — define different bias/variance and efficiency trade-offs.
24
+ Count vectors preserve raw frequency signals useful for generative models;
25
+ TF-IDF often improves linear margin classifiers by downweighting common
26
+ tokens; hashing avoids vocabulary construction and can reduce memory and
27
+ fit-time at the cost of collisions.
28
+
29
+ Classifier choice interacts strongly with the representation. Multinomial
30
+ Naive Bayes (MNB) is typically paired with nonnegative count-like features,
31
+ while linear SVM variants often benefit from TF-IDF normalization. In
32
+ practical workflows, teams frequently need to choose between slightly better
33
+ macro-F1 and much faster runtime. This makes a pure "best score" benchmark
34
+ incomplete unless paired with timing and robustness checks.
35
+
36
+ A credible CPU-scale study should compare multiple extractor+classifier
37
+ combinations on at least two document datasets available directly through
38
+ sklearn (or trivially synthesized text), use fixed train/test splits with
39
+ repeated seeds where relevant, and report both predictive quality and
40
+ efficiency metrics. The experiment should explicitly test whether TF-IDF +
41
+ linear SVM provides the strongest macro-F1 while hashing offers meaningful
42
+ speed advantages with limited degradation.
43
+
44
+ *Does TF-IDF with linear SVM deliver the best macro-F1 on sklearn text benchmarks, and is HashingVectorizer a worthwhile speed/accuracy trade-off versus vocabulary-based features?*
45
+
46
+ hypotheses:
47
+ - id: H1
48
+ statement: "TF-IDF + linear SVM achieves the highest macro-F1 among implemented conditions on at least 2 of 3 evaluated text datasets."
49
+ measurable: true
50
+ - id: H2
51
+ statement: "HashingVectorizer-based pipelines reduce vectorization+fit wall-clock time by at least 20% versus the corresponding TF-IDF pipeline on at least 2 of 3 datasets."
52
+ measurable: true
53
+ - id: H3
54
+ statement: "Multinomial Naive Bayes with count vectors attains macro-F1 within 0.05 absolute of TF-IDF + linear SVM on at least 1 of 3 datasets."
55
+ measurable: true
56
+
57
+ experiment_design:
58
+ research_question: "Across sklearn-accessible document datasets, what are the accuracy-efficiency trade-offs between count, TF-IDF, and hashing features when paired with Multinomial Naive Bayes and linear SVM classifiers?"
59
+ conditions:
60
+ - name: "count_mnb"
61
+ description: "CountVectorizer (word unigrams, min_df=2) + MultinomialNB(alpha=1.0)."
62
+ - name: "tfidf_mnb"
63
+ description: "TfidfVectorizer (word unigrams, min_df=2, norm=l2) + MultinomialNB(alpha=1.0)."
64
+ - name: "tfidf_linear_svm"
65
+ description: "TfidfVectorizer (word unigrams, min_df=2, norm=l2) + LinearSVC(C=1.0)."
66
+ - name: "hashing_linear_svm"
67
+ description: "HashingVectorizer (word unigrams, n_features=2^18, alternate_sign=False) + LinearSVC(C=1.0)."
68
+ baselines:
69
+ - "count_mnb as the classic sparse-text baseline"
70
+ - "tfidf_mnb as a same-classifier feature-ablation baseline"
71
+ metrics:
72
+ - name: "macro_f1"
73
+ direction: "maximize"
74
+ description: "Macro-averaged F1 score on held-out test split."
75
+ - name: "accuracy"
76
+ direction: "maximize"
77
+ description: "Overall test accuracy for comparability with prior text benchmarks."
78
+ - name: "fit_predict_time_sec"
79
+ direction: "minimize"
80
+ description: "End-to-end wall-clock time for vectorization, model fit, and test prediction."
81
+ datasets:
82
+ - name: "20newsgroups_4class"
83
+ source: "sklearn.datasets.fetch_20newsgroups with 4 categories (subset=train/test, remove=(\"headers\",\"footers\",\"quotes\"))"
84
+ - name: "20newsgroups_8class"
85
+ source: "sklearn.datasets.fetch_20newsgroups with 8 categories (subset=train/test, remove=(\"headers\",\"footers\",\"quotes\"))"
86
+ - name: "synthetic_topic_docs"
87
+ source: "Trivially synthesized corpus via templated sentence generation for 4 classes, 2000 documents total"
88
+ compute_requirements:
89
+ gpu_required: false
90
+ estimated_wall_clock_sec: 600
91
+
92
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML07.json"
tasks/ml/manifests/ML08.yaml ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T08 — Class-imbalance handling strategies for binary classification
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML08
11
+ title: "Impact of imbalance-handling strategies on sklearn binary classifiers"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Class imbalance is one of the most common practical failure modes in binary
21
+ classification: a model can achieve high raw accuracy by predicting the
22
+ majority class while missing the minority class almost entirely. In
23
+ scikit-learn workflows, practitioners often choose among simple data-level
24
+ resampling (random oversampling, random undersampling), algorithm-level
25
+ weighting (class_weight="balanced"), or synthetic methods like SMOTE.
26
+ However, these strategies trade off minority recall, precision, and overall
27
+ discrimination differently, and their behavior varies with dataset geometry.
28
+
29
+ A compact CPU-friendly study can still be rigorous if it compares multiple
30
+ imbalance-handling strategies under the same base learner and preprocessing
31
+ pipeline, evaluates with metrics appropriate for skewed labels (balanced
32
+ accuracy, F1, PR-AUC), and averages over several random seeds. The focus is
33
+ not on maximizing one benchmark score but on understanding whether methods
34
+ that improve minority detection do so consistently across datasets, and at
35
+ what precision cost.
36
+
37
+ To keep implementation feasible in a short autonomous run, the experiment can
38
+ use sklearn-native datasets and synthetic imbalance generated from a standard
39
+ source dataset, with a shared train/test protocol and fixed model family
40
+ (e.g., logistic regression). SMOTE can be implemented in a lightweight way
41
+ using sklearn.neighbors to interpolate minority-neighbor pairs, avoiding any
42
+ external dependency.
43
+
44
+ The key analytical goal is to test whether weighted learning or synthetic
45
+ oversampling provides the most reliable gain in balanced accuracy over a
46
+ no-treatment baseline, and whether naive random oversampling tends to hurt
47
+ precision-oriented metrics relative to class weighting.
48
+
49
+ *Which imbalance-handling strategy (SMOTE, random oversampling, class weights, undersampling) gives the most consistent balanced-accuracy improvement for binary sklearn classification under a fixed model and protocol?*
50
+
51
+ hypotheses:
52
+ - id: H1
53
+ statement: "At least one of {class_weight_balanced, smote} achieves higher balanced_accuracy than no_handling by >=0.03 absolute on at least 2 of 3 datasets (mean over >=5 seeds)."
54
+ measurable: true
55
+ - id: H2
56
+ statement: "Random undersampling yields the highest minority recall among compared strategies on at least 2 of 3 datasets, but does not achieve the best PR-AUC on those same datasets."
57
+ measurable: true
58
+ - id: H3
59
+ statement: "Random oversampling does not outperform class_weight_balanced in balanced_accuracy on more than 1 of 3 datasets (seed-averaged comparison)."
60
+ measurable: true
61
+
62
+ experiment_design:
63
+ research_question: "Which imbalance-handling strategy provides the most consistent gains in balanced accuracy for binary classification with fixed sklearn models under controlled train/test splits?"
64
+ conditions:
65
+ - name: "no_handling"
66
+ description: "Baseline logistic regression trained on imbalanced data with no resampling and default class weights."
67
+ - name: "class_weight_balanced"
68
+ description: "Same logistic regression with class_weight='balanced'."
69
+ - name: "random_oversampling"
70
+ description: "Training-set minority class randomly oversampled with replacement to match majority count."
71
+ - name: "random_undersampling"
72
+ description: "Training-set majority class randomly undersampled without replacement to match minority count."
73
+ - name: "smote_k5"
74
+ description: "Training-set minority class augmented with synthetic samples via kNN interpolation (k=5) until class balance is reached."
75
+ baselines:
76
+ - "no_handling is the primary baseline"
77
+ - "class_weight_balanced serves as an algorithm-level baseline against data-level resampling"
78
+ metrics:
79
+ - name: "balanced_accuracy"
80
+ direction: "maximize"
81
+ description: "Mean of sensitivity and specificity on held-out test split, averaged over seeds."
82
+ - name: "minority_recall"
83
+ direction: "maximize"
84
+ description: "Recall for the positive/minority class on test data."
85
+ - name: "average_precision"
86
+ direction: "maximize"
87
+ description: "Area under precision-recall curve (PR-AUC / AP) on test data."
88
+ - name: "f1"
89
+ direction: "maximize"
90
+ description: "Binary F1 score for the minority class at default threshold 0.5."
91
+ datasets:
92
+ - name: "breast_cancer_imbalanced"
93
+ source: "sklearn.datasets.load_breast_cancer with induced imbalance by downsampling positive class in training folds"
94
+ - name: "make_classification_90_10"
95
+ source: "sklearn.datasets.make_classification(n_samples=4000, n_features=20, weights=[0.9,0.1], random_state=seed)"
96
+ - name: "make_classification_95_05"
97
+ source: "sklearn.datasets.make_classification(n_samples=5000, n_features=25, weights=[0.95,0.05], class_sep=1.0, random_state=seed)"
98
+ compute_requirements:
99
+ gpu_required: false
100
+ estimated_wall_clock_sec: 360
101
+
102
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML08.json"
tasks/ml/manifests/ML09.yaml ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T09 — Comparing Bayesian optimization vs grid search vs random search for
3
+ # hyperparameter tuning of random forests on UCI benchmark datasets
4
+ # ----------------------------------------------------------------------------
5
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
6
+ # QUESTION rather than a known paper's method. The model must design the
7
+ # experiment (conditions, metrics, datasets) — we only commit to what a
8
+ # competent study of this topic would include and what the rubric expects.
9
+ # ============================================================================
10
+
11
+ id: ML09
12
+ title: "Bayesian optimization vs grid vs random search for random-forest tuning"
13
+ arxiv_id: null
14
+ venue: "ARC-Bench 2026"
15
+ paper_asset: null
16
+
17
+ # The "synthesis" plays the role of the upstream briefing: research question,
18
+ # background, why the question matters, what "a reasonable experiment" looks
19
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
20
+ synthesis: |
21
+ Hyperparameter tuning often dominates practical AutoML performance, yet in
22
+ CPU-limited settings the search strategy itself can matter as much as the
23
+ model family. For random forests, common tunables (number of trees,
24
+ max_depth, min_samples_split, min_samples_leaf, max_features) define a mixed
25
+ discrete-continuous space where exhaustive grids can be wasteful,
26
+ random search can be surprisingly strong, and Bayesian optimization can use
27
+ surrogate modeling to focus evaluations on promising regions.
28
+
29
+ A concise benchmark can test this tradeoff by fixing a single model class
30
+ (RandomForestClassifier), fixed CV protocol, and comparable evaluation budget
31
+ across search methods. Grid search should use a compact but principled grid;
32
+ random search should sample from the same parameter ranges; Bayesian
33
+ optimization can be implemented with sklearn's Gaussian-process based
34
+ optimizer (e.g., BayesSearchCV if available is not allowed here, so a custom
35
+ lightweight GP + acquisition loop or scipy/sklearn surrogate approach is
36
+ expected). The key is fairness: equal or near-equal numbers of objective
37
+ evaluations and identical data splits.
38
+
39
+ Since this benchmark must run in under 15 minutes on one CPU core,
40
+ datasets should be small-to-medium sklearn/UCI-style classification tasks
41
+ already available in sklearn (e.g., wine, breast_cancer, digits). The
42
+ analysis should report best cross-validation score, held-out test accuracy,
43
+ and search efficiency (score gain per evaluation or wall-clock).
44
+ Multi-seed repeats are desirable to reduce noise, but can be kept modest to
45
+ remain within runtime limits.
46
+
47
+ The experiment should answer whether Bayesian optimization delivers better
48
+ best-found configurations under tight evaluation budgets, or whether simpler
49
+ baselines (especially random search) are effectively equivalent for these
50
+ tabular tasks. Interpretation should explicitly separate optimization quality
51
+ from compute cost.
52
+
53
+ *Under a fixed small evaluation budget, does Bayesian optimization find better random-forest hyperparameters than grid and random search on sklearn UCI-style classification benchmarks?*
54
+
55
+ hypotheses:
56
+ - id: H1
57
+ statement: "With an equal budget of 20 hyperparameter evaluations per dataset, Bayesian optimization achieves higher mean best_cv_score than random search on at least 2 of 3 datasets."
58
+ measurable: true
59
+ - id: H2
60
+ statement: "Random search matches or exceeds grid search in best_cv_score on at least 2 of 3 datasets under the same maximum number of evaluated configurations."
61
+ measurable: true
62
+ - id: H3
63
+ statement: "The mean held-out test accuracy of the best Bayesian-tuned model is at least 0.5 percentage points higher than the best grid-tuned model on at least 1 of 3 datasets."
64
+ measurable: true
65
+
66
+ experiment_design:
67
+ research_question: "Under a fixed evaluation budget, which tuning strategy (Bayesian optimization, grid search, random search) yields the best random-forest cross-validation and test performance on sklearn UCI-style datasets?"
68
+ conditions:
69
+ - name: "grid_search_budget20"
70
+ description: "Grid search over a compact predefined grid for RandomForestClassifier, capped at 20 evaluated configurations per dataset."
71
+ - name: "random_search_budget20"
72
+ description: "Random search over matched hyperparameter ranges with 20 sampled configurations per dataset."
73
+ - name: "bayes_opt_budget20"
74
+ description: "Bayesian optimization using a Gaussian-process surrogate and acquisition-guided proposals for 20 total evaluations per dataset."
75
+ - name: "default_rf"
76
+ description: "Untuned RandomForestClassifier with sklearn default hyperparameters as a reference baseline."
77
+ baselines:
78
+ - "default_rf as no-tuning baseline"
79
+ - "grid_search_budget20 as classical tuning baseline"
80
+ metrics:
81
+ - name: "best_cv_score"
82
+ direction: "maximize"
83
+ description: "Best mean 3-fold cross-validation accuracy discovered by each search method."
84
+ - name: "test_accuracy"
85
+ direction: "maximize"
86
+ description: "Accuracy on a held-out test split using the best hyperparameters found by each method."
87
+ - name: "search_time_sec"
88
+ direction: "minimize"
89
+ description: "Wall-clock time spent in hyperparameter search per method and dataset."
90
+ datasets:
91
+ - name: "wine"
92
+ source: "sklearn.datasets.load_wine"
93
+ - name: "breast_cancer"
94
+ source: "sklearn.datasets.load_breast_cancer"
95
+ - name: "digits"
96
+ source: "sklearn.datasets.load_digits"
97
+ compute_requirements:
98
+ gpu_required: false
99
+ estimated_wall_clock_sec: 780
100
+
101
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML09.json"
tasks/ml/manifests/ML10.yaml ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T10 — Cross-validation strategy effects on small-sample model selection
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML10
11
+ title: "Cross-validation strategy reliability for small-sample model selection"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ With small datasets, model selection can become highly sensitive to the
21
+ validation protocol. Practitioners often choose among k-fold,
22
+ stratified k-fold, repeated k-fold, and leave-one-out cross-validation
23
+ (LOOCV), but these strategies trade off bias, variance, and compute in
24
+ different ways. A method that appears best under one CV scheme may not be
25
+ best under another, especially when class balance is imperfect and sample
26
+ counts are low.
27
+
28
+ This topic studies CV strategy as the independent variable while keeping
29
+ candidate models fixed and lightweight. The key quantity is estimation bias:
30
+ the gap between CV-estimated score used for model selection and the realized
31
+ test score of the selected model on a held-out test set. In small-sample
32
+ settings, minimizing this gap is often more important than maximizing raw CV
33
+ score, because over-optimistic selection can produce brittle deployments.
34
+
35
+ A credible CPU-scale experiment should evaluate multiple sklearn datasets
36
+ reduced to small training sizes, run several random seeds, and compare at
37
+ least four CV strategies under the same model grid and scoring rule. The
38
+ study should report not only estimation bias but also variance across seeds
39
+ and model-selection stability. Baselines should include standard k-fold and
40
+ stratified k-fold; repeated stratified k-fold and LOOCV serve as contrasting
41
+ alternatives with different variance/compute characteristics.
42
+
43
+ The goal is not to prove one universally superior protocol, but to quantify
44
+ when more elaborate CV schemes improve reliability enough to justify their
45
+ cost under strict CPU budgets.
46
+
47
+ *Which cross-validation strategy yields the lowest and most stable model-selection estimation bias for small-sample classification tasks under a fixed candidate-model grid?*
48
+
49
+ hypotheses:
50
+ - id: H1
51
+ statement: "RepeatedStratifiedKFold (5 folds × 3 repeats) achieves lower mean absolute estimation bias than plain KFold (5 folds) on at least 2 of 3 evaluated small-sample datasets, averaged over ≥5 random seeds."
52
+ measurable: true
53
+ - id: H2
54
+ statement: "StratifiedKFold (5 folds) yields lower across-seed standard deviation of selected-model test accuracy than plain KFold (5 folds) on at least 2 of 3 datasets."
55
+ measurable: true
56
+ - id: H3
57
+ statement: "LOOCV does not outperform RepeatedStratifiedKFold in mean absolute estimation bias by more than 0.01 absolute score on any dataset, while requiring greater wall-clock time."
58
+ measurable: true
59
+
60
+ experiment_design:
61
+ research_question: "For small-sample classification model selection, how do KFold, StratifiedKFold, RepeatedStratifiedKFold, and LOOCV compare in estimation bias, stability, and compute cost?"
62
+ conditions:
63
+ - name: "kfold_5"
64
+ description: "Model selection via 5-fold KFold (shuffle=True) on the training split."
65
+ - name: "stratified_kfold_5"
66
+ description: "Model selection via 5-fold StratifiedKFold (shuffle=True) on the training split."
67
+ - name: "repeated_stratified_5x3"
68
+ description: "Model selection via RepeatedStratifiedKFold with 5 folds and 3 repeats."
69
+ - name: "loocv"
70
+ description: "Model selection via Leave-One-Out cross-validation on the training split."
71
+ baselines:
72
+ - "kfold_5 as the non-stratified baseline"
73
+ - "stratified_kfold_5 as the standard small-sample baseline"
74
+ metrics:
75
+ - name: "estimation_bias"
76
+ direction: "minimize"
77
+ description: "Absolute difference between best CV mean score and held-out test score of the selected model, aggregated over seeds."
78
+ - name: "selected_model_test_accuracy"
79
+ direction: "maximize"
80
+ description: "Held-out test accuracy of the model selected by each CV strategy, mean over seeds."
81
+ - name: "selection_stability"
82
+ direction: "maximize"
83
+ description: "Fraction of seeds selecting the modal hyperparameter configuration (higher = more stable)."
84
+ - name: "wall_clock_sec"
85
+ direction: "minimize"
86
+ description: "Runtime per CV strategy over all seeds and datasets on CPU."
87
+ datasets:
88
+ - name: "breast_cancer_small"
89
+ source: "sklearn.datasets.load_breast_cancer (subsample training set to n<=120)"
90
+ - name: "wine_small"
91
+ source: "sklearn.datasets.load_wine (subsample training set to n<=100)"
92
+ - name: "synthetic_imbalanced_small"
93
+ source: "sklearn.datasets.make_classification (n_samples=160, weights=[0.75,0.25], class_sep tuned for moderate difficulty)"
94
+ compute_requirements:
95
+ gpu_required: false
96
+ estimated_wall_clock_sec: 600
97
+
98
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML10.json"
tasks/ml/manifests/ML11.yaml ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T11 — Unsupervised outlier detection on tabular datasets with injected anomalies
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML11
11
+ title: "Benchmarking classical unsupervised outlier detectors under controlled anomaly injection"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Classical unsupervised anomaly-detection methods remain widely used in
21
+ production tabular pipelines because they are interpretable enough,
22
+ CPU-efficient, and available in standard libraries. Yet their relative
23
+ behavior can change sharply as anomaly prevalence and feature scaling vary.
24
+ IsolationForest is often robust in heterogeneous feature spaces, while
25
+ distance/density methods like LocalOutlierFactor can be strong when local
26
+ neighborhoods are informative but may degrade in higher dimensions.
27
+
28
+ A practical benchmark should avoid external downloads and still provide
29
+ realistic control over anomaly rate. One reliable strategy is to start from
30
+ clean sklearn classification datasets and inject synthetic anomalies into the
31
+ test split by sampling uniformly beyond feature-wise quantile ranges of the
32
+ training data. This yields known binary ground truth for evaluation while
33
+ preserving a realistic inlier distribution.
34
+
35
+ A credible CPU-scale study here should compare IsolationForest,
36
+ LocalOutlierFactor (novelty mode), OneClassSVM, and EllipticEnvelope under a
37
+ shared preprocessing pipeline (e.g., StandardScaler), evaluate ROC-AUC and
38
+ PR-AUC across at least two datasets and multiple seeds, and include a simple
39
+ baseline such as random scoring. Since contamination is rarely known exactly
40
+ in practice, the benchmark should also probe at least two injected anomaly
41
+ rates.
42
+
43
+ The main decision-relevant question is not whether any method can detect easy
44
+ anomalies, but which method is consistently best across datasets and
45
+ contamination levels under strict CPU constraints. A concise, quantitative
46
+ hypothesis-driven comparison is therefore the goal.
47
+
48
+ *Which classical unsupervised outlier detector is most robust across tabular datasets and injected anomaly rates when measured by ROC-AUC and PR-AUC under a single-core CPU budget?*
49
+
50
+ hypotheses:
51
+ - id: H1
52
+ statement: "IsolationForest achieves higher mean ROC-AUC than OneClassSVM on at least 2 of 3 datasets when averaged over anomaly rates {0.05, 0.10} and ≥3 seeds."
53
+ measurable: true
54
+ - id: H2
55
+ statement: "At anomaly rate 0.10, LocalOutlierFactor attains the best PR-AUC (rank 1) on at least 1 of 3 datasets."
56
+ measurable: true
57
+ - id: H3
58
+ statement: "Each implemented detector (IsolationForest, LocalOutlierFactor, OneClassSVM, EllipticEnvelope) outperforms a random-score baseline in ROC-AUC by at least 0.10 on the pooled mean across all evaluated datasets/rates."
59
+ measurable: true
60
+
61
+ experiment_design:
62
+ research_question: "Which among IsolationForest, LocalOutlierFactor, OneClassSVM, and EllipticEnvelope is most robust across datasets and injected anomaly rates for unsupervised outlier detection under CPU constraints?"
63
+ conditions:
64
+ - name: "isolation_forest"
65
+ description: "sklearn IsolationForest with contamination set to injected rate, 200 trees, default feature subsampling."
66
+ - name: "local_outlier_factor_novelty"
67
+ description: "sklearn LocalOutlierFactor in novelty=True mode, n_neighbors in [20, 35], contamination set to injected rate."
68
+ - name: "one_class_svm_rbf"
69
+ description: "sklearn OneClassSVM with RBF kernel, nu matched to injected rate, gamma='scale'."
70
+ - name: "elliptic_envelope"
71
+ description: "sklearn EllipticEnvelope with contamination set to injected rate and robust covariance estimation."
72
+ - name: "random_score_baseline"
73
+ description: "Baseline assigning i.i.d. uniform random anomaly scores to test points."
74
+ baselines:
75
+ - "random_score_baseline"
76
+ - "one_class_svm_rbf as a classical margin-based reference"
77
+ metrics:
78
+ - name: "roc_auc"
79
+ direction: "maximize"
80
+ description: "ROC-AUC of anomaly scores against injected ground-truth labels on the test set, averaged over seeds."
81
+ - name: "pr_auc"
82
+ direction: "maximize"
83
+ description: "Average precision / PR-AUC for anomaly class on the test set, averaged over seeds."
84
+ - name: "fit_predict_time_sec"
85
+ direction: "minimize"
86
+ description: "Wall-clock seconds for model fit plus test scoring per (dataset, rate, seed), reported as mean."
87
+ datasets:
88
+ - name: "breast_cancer"
89
+ source: "sklearn.datasets.load_breast_cancer"
90
+ - name: "wine"
91
+ source: "sklearn.datasets.load_wine"
92
+ - name: "digits"
93
+ source: "sklearn.datasets.load_digits"
94
+ compute_requirements:
95
+ gpu_required: false
96
+ estimated_wall_clock_sec: 480
97
+
98
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML11.json"
tasks/ml/manifests/ML12.yaml ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T12 — Clustering algorithm comparison on synthetic geometric datasets
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML12
11
+ title: "Comparing clustering algorithms on synthetic non-convex and anisotropic shapes"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Clustering algorithms encode very different geometric assumptions. K-means
21
+ prefers spherical, equal-variance groups; agglomerative clustering can adapt
22
+ to hierarchical structure depending on linkage; DBSCAN finds dense regions
23
+ and can recover non-convex shapes while labeling outliers as noise; spectral
24
+ clustering can separate manifolds when graph affinity is appropriate.
25
+ Because these assumptions interact strongly with data geometry, a single
26
+ benchmark score often hides systematic failure modes.
27
+
28
+ Synthetic datasets are ideal for a fast but meaningful comparison because we
29
+ can generate known structures with ground-truth labels: intertwined moons,
30
+ concentric circles, and anisotropic Gaussian blobs. These patterns expose
31
+ strengths and weaknesses that are difficult to isolate in real-world data.
32
+ With labeled synthetic data, external clustering metrics like adjusted rand
33
+ index (ARI) and normalized mutual information (NMI) directly quantify
34
+ partition recovery quality.
35
+
36
+ A credible CPU-scale study should compare several algorithms under a shared
37
+ protocol: standardized inputs, fixed train-size generation per seed, and
38
+ explicit handling of methods that output noise labels. It should include at
39
+ least one centroid baseline (k-means) and one density method (DBSCAN), then
40
+ test whether non-linear methods systematically outperform centroid methods on
41
+ non-convex shapes while avoiding large regressions on anisotropic blobs.
42
+
43
+ The practical goal is not to crown one universally best algorithm, but to
44
+ establish data-shape-dependent guidance. If shape complexity changes which
45
+ method wins, practitioners should choose clustering tools by geometric prior
46
+ rather than habit.
47
+
48
+ *How strongly does dataset geometry (non-convex vs anisotropic) determine which clustering algorithm achieves the best ground-truth agreement under a fixed CPU-budget protocol?*
49
+
50
+ hypotheses:
51
+ - id: H1
52
+ statement: "On the two non-convex datasets (moons and circles), at least one of {DBSCAN, SpectralClustering} achieves mean ARI that is at least 0.15 higher than k-means, averaged over ≥5 seeds."
53
+ measurable: true
54
+ - id: H2
55
+ statement: "On the anisotropic-blobs dataset, agglomerative clustering (ward linkage) achieves ARI greater than or equal to k-means in the seed-averaged result (difference >= 0.00)."
56
+ measurable: true
57
+ - id: H3
58
+ statement: "No single algorithm ranks first in ARI on all evaluated datasets; i.e., the best-ARI method differs on at least one dataset from the global winner."
59
+ measurable: true
60
+
61
+ experiment_design:
62
+ research_question: "How strongly does dataset geometry (non-convex vs anisotropic) determine which clustering algorithm achieves the best agreement with ground-truth labels under a fixed CPU-budget protocol?"
63
+ conditions:
64
+ - name: "kmeans_k2_or_k3"
65
+ description: "KMeans baseline with n_clusters set to dataset ground-truth class count; n_init>=10."
66
+ - name: "agglomerative_ward"
67
+ description: "AgglomerativeClustering with ward linkage and n_clusters equal to ground-truth class count."
68
+ - name: "dbscan_tuned_eps"
69
+ description: "DBSCAN with eps selected from a small grid per dataset (e.g., 0.1 to 0.5) and fixed min_samples (e.g., 5)."
70
+ - name: "spectral_rbf"
71
+ description: "SpectralClustering with RBF affinity and n_clusters equal to ground-truth class count."
72
+ baselines:
73
+ - "kmeans_k2_or_k3 as centroid-based baseline"
74
+ - "agglomerative_ward as hierarchical baseline"
75
+ metrics:
76
+ - name: "adjusted_rand_score"
77
+ direction: "maximize"
78
+ description: "Adjusted Rand Index against ground-truth labels, averaged over seeds."
79
+ - name: "normalized_mutual_info"
80
+ direction: "maximize"
81
+ description: "Normalized Mutual Information against ground-truth labels."
82
+ - name: "silhouette_score"
83
+ direction: "maximize"
84
+ description: "Internal cohesion/separation score computed from predicted labels (excluding noise-only failures)."
85
+ datasets:
86
+ - name: "moons"
87
+ source: "sklearn.datasets.make_moons (n_samples~800, noise~0.08)"
88
+ - name: "circles"
89
+ source: "sklearn.datasets.make_circles (n_samples~800, noise~0.06, factor~0.5)"
90
+ - name: "anisotropic_blobs"
91
+ source: "sklearn.datasets.make_blobs followed by linear transformation to create anisotropy"
92
+ compute_requirements:
93
+ gpu_required: false
94
+ estimated_wall_clock_sec: 420
95
+
96
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML12.json"
tasks/ml/manifests/ML13.yaml ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T13 — Kernel choice effects for Gaussian Process regression
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML13
11
+ title: "Evaluating kernel choices for Gaussian Process regression on synthetic 1-D and 5-D functions"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Gaussian Process (GP) regression performance depends strongly on the kernel,
21
+ which encodes assumptions about function smoothness and local structure.
22
+ Practitioners often default to the RBF kernel because it is easy to optimize
23
+ and widely available, but this choice can underperform when the target
24
+ function has roughness patterns that are better matched by Matern families or
25
+ when polynomial trends dominate part of the signal. Since kernel
26
+ misspecification can be subtle, a short benchmark should compare predictive
27
+ uncertainty quality as well as point error.
28
+
29
+ A CPU-scale study can be done entirely with sklearn GaussianProcessRegressor
30
+ on synthetic datasets where the data-generating process is controlled. In 1-D,
31
+ a mildly nonstationary smooth function with additive Gaussian noise can expose
32
+ differences in extrapolation and uncertainty tails. In 5-D, a mixed
33
+ sinusoidal-plus-quadratic target can stress anisotropy and interactions while
34
+ remaining fast enough for repeated fitting under multiple random seeds.
35
+
36
+ To make claims measurable, the experiment should evaluate at least four kernel
37
+ choices (RBF, polynomial, Matern-3/2, Matern-5/2) under the same train/test
38
+ splits, optimizer restarts, and noise model assumptions. Because the topic's
39
+ key metric is negative log-likelihood, uncertainty calibration quality should
40
+ be primary; RMSE and R^2 provide supporting evidence for point prediction.
41
+ Seed averaging is important because synthetic splits and optimizer
42
+ initialization can change marginal likelihood optimization outcomes.
43
+
44
+ The core question is whether smoother kernels (RBF, Matern-5/2) consistently
45
+ outperform rougher or mismatched kernels (Matern-3/2, polynomial) on test NLL
46
+ across both low- and moderate-dimensional synthetic tasks, and whether ranking
47
+ by NLL aligns with ranking by RMSE.
48
+
49
+ *Which GP kernel among RBF, polynomial, Matern-3/2, and Matern-5/2 yields the best uncertainty-aware generalization (lowest test NLL) on synthetic 1-D and 5-D noisy regression functions?*
50
+
51
+ hypotheses:
52
+ - id: H1
53
+ statement: "Across the two synthetic datasets, at least one of {RBF, Matern-5/2} achieves the lowest mean test NLL on each dataset (averaged over >=5 seeds)."
54
+ measurable: true
55
+ - id: H2
56
+ statement: "The polynomial kernel has mean test NLL at least 10% worse than the best kernel on at least 1 of the 2 datasets."
57
+ measurable: true
58
+ - id: H3
59
+ statement: "Kernel ranking by mean test NLL and by mean RMSE is not identical on at least 1 dataset, indicating uncertainty quality and point error disagree."
60
+ measurable: true
61
+
62
+ experiment_design:
63
+ research_question: "How do RBF, polynomial, Matern-3/2, and Matern-5/2 kernels compare for Gaussian Process regression on synthetic 1-D and 5-D noisy functions when judged primarily by test NLL?"
64
+ conditions:
65
+ - name: "gp_rbf"
66
+ description: "GaussianProcessRegressor with ConstantKernel * RBF + WhiteKernel, hyperparameters optimized by log-marginal-likelihood."
67
+ - name: "gp_poly_deg2"
68
+ description: "GaussianProcessRegressor with ConstantKernel * DotProduct^2 (implemented via polynomial feature mapping + DotProduct kernel) + WhiteKernel as a polynomial-trend proxy."
69
+ - name: "gp_matern32"
70
+ description: "GaussianProcessRegressor with ConstantKernel * Matern(nu=1.5) + WhiteKernel."
71
+ - name: "gp_matern52"
72
+ description: "GaussianProcessRegressor with ConstantKernel * Matern(nu=2.5) + WhiteKernel."
73
+ baselines:
74
+ - "gp_rbf as the common default-kernel baseline"
75
+ - "gp_poly_deg2 as a mismatched-trend baseline"
76
+ metrics:
77
+ - name: "test_nll"
78
+ direction: "minimize"
79
+ description: "Mean negative log predictive density on held-out test data using GP predictive mean and variance, averaged over seeds."
80
+ - name: "rmse"
81
+ direction: "minimize"
82
+ description: "Root mean squared error on test targets, averaged over seeds."
83
+ - name: "r2"
84
+ direction: "maximize"
85
+ description: "Coefficient of determination on test targets, averaged over seeds."
86
+ datasets:
87
+ - name: "synthetic_1d_sinmix"
88
+ source: "Generated with numpy: x in [-3,3], y = sin(2x) + 0.3x + epsilon, epsilon~N(0, 0.15^2)."
89
+ - name: "synthetic_5d_mixed"
90
+ source: "Generated with numpy: X in [-2,2]^5, y = sin(x1) + 0.5*x2^2 - 0.7*x3 + 0.3*x4*x5 + epsilon, epsilon~N(0, 0.2^2)."
91
+ compute_requirements:
92
+ gpu_required: false
93
+ estimated_wall_clock_sec: 360
94
+
95
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML13.json"
tasks/ml/manifests/ML14.yaml ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T14 — Comparing conformal prediction procedures on heteroscedastic regression
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML14
11
+ title: "Comparing split-conformal, Mondrian conformal, and CQR-style intervals on heteroscedastic regression"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Conformal prediction provides finite-sample coverage guarantees with minimal
21
+ assumptions, making it attractive for uncertainty quantification in practical
22
+ regression. However, standard split-conformal intervals are often globally
23
+ calibrated and can be inefficient when noise is heteroscedastic: they may
24
+ over-cover low-noise regions and under-cover high-noise regions. This
25
+ motivates conditional variants such as Mondrian conformal (group-conditional
26
+ calibration) and CQR-style approaches that adapt interval width through
27
+ quantile modeling before conformal correction.
28
+
29
+ In small, CPU-only settings, one can still run a meaningful comparison by
30
+ using sklearn-compatible regressors and synthetic data where heteroscedastic
31
+ structure is controlled. A rigorous setup should evaluate not only marginal
32
+ coverage but also efficiency (mean interval width) and conditional behavior
33
+ (coverage gap across strata of predicted difficulty or input regions). These
34
+ diagnostics reveal when methods achieve nominal coverage by producing overly
35
+ wide intervals versus genuinely adapting to varying noise.
36
+
37
+ A credible benchmark should include at least one homoscedastic control and at
38
+ least one heteroscedastic dataset, then compare split-conformal, a Mondrian
39
+ variant (binning by an auxiliary score such as |x| or predicted scale), and a
40
+ CQR-style method based on lower/upper quantile regressors plus conformal
41
+ adjustment. Repeated random splits (multiple seeds) are needed because
42
+ conformal procedures can vary with calibration sample composition.
43
+
44
+ The key question is whether adaptive procedures can reduce conditional
45
+ miscoverage while maintaining near-target marginal coverage and reasonable
46
+ interval width under strict runtime constraints.
47
+
48
+ *Do Mondrian and CQR-style conformal procedures achieve lower conditional coverage error than vanilla split-conformal at comparable marginal coverage on heteroscedastic regression tasks?*
49
+
50
+ hypotheses:
51
+ - id: H1
52
+ statement: "On heteroscedastic datasets, at least one adaptive method (Mondrian or CQR-style) attains a lower absolute coverage gap to the 90% target than split-conformal by at least 0.02 on at least 2 of 3 datasets, averaged over \u22655 seeds."
53
+ measurable: true
54
+ - id: H2
55
+ statement: "At matched target 90% coverage, CQR-style conformal yields mean interval width no larger than split-conformal on at least 2 of 3 datasets (difference \u2264 0.00)."
56
+ measurable: true
57
+ - id: H3
58
+ statement: "Mondrian conformal reduces worst-bin conditional miscoverage (max over 4 bins of |bin_coverage-0.90|) by at least 0.03 versus split-conformal on at least 2 of 3 datasets."
59
+ measurable: true
60
+
61
+ experiment_design:
62
+ research_question: "Do adaptive conformal procedures (Mondrian, CQR-style) improve coverage quality and efficiency over split-conformal for heteroscedastic regression under a fixed 90% target coverage?"
63
+ conditions:
64
+ - name: "split_conformal_rf"
65
+ description: "Vanilla split-conformal regression using RandomForestRegressor point predictor and absolute residual conformity scores on a held-out calibration split."
66
+ - name: "mondrian_conformal_rf_4bins"
67
+ description: "Mondrian split-conformal with the same base predictor, calibration and test points partitioned into 4 bins by an auxiliary score (e.g., fitted value or |x0| proxy), with per-bin quantiles."
68
+ - name: "cqr_gbr"
69
+ description: "CQR-style method using GradientBoostingRegressor quantile models (alpha=0.05, 0.95) and split-conformal correction on calibration residuals of quantile bands."
70
+ - name: "naive_quantile_no_conformal"
71
+ description: "Non-conformal baseline using raw quantile regression interval [q0.05, q0.95] without conformal adjustment."
72
+ baselines:
73
+ - "split_conformal_rf is the primary conformal baseline"
74
+ - "naive_quantile_no_conformal is the non-conformal baseline"
75
+ metrics:
76
+ - name: "coverage_gap"
77
+ direction: "minimize"
78
+ description: "Absolute difference between empirical marginal coverage and target 0.90 on the test split, averaged over seeds."
79
+ - name: "mean_interval_width"
80
+ direction: "minimize"
81
+ description: "Average prediction interval width on test samples, averaged over seeds."
82
+ - name: "worst_bin_miscoverage"
83
+ direction: "minimize"
84
+ description: "Maximum across 4 bins of absolute deviation between bin coverage and 0.90, measuring conditional coverage disparity."
85
+ datasets:
86
+ - name: "hetero_sine"
87
+ source: "synthetic: y = sin(2\u03c0x) + (0.1 + 0.5|x|)\u03b5, x~Uniform(-1,1), n\u22482000"
88
+ - name: "hetero_friedman1"
89
+ source: "synthetic: sklearn.datasets.make_friedman1 with multiplicative noise scale depending on x0"
90
+ - name: "diabetes"
91
+ source: "sklearn.datasets.load_diabetes (tabular regression benchmark)"
92
+ compute_requirements:
93
+ gpu_required: false
94
+ estimated_wall_clock_sec: 420
95
+
96
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML14.json"
tasks/ml/manifests/ML15.yaml ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T15 — Filter vs embedded feature selection under irrelevant-feature injection
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML15
11
+ title: "Filter-based vs embedded L1 feature selection with injected noise features"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Feature selection on tabular classification problems is often presented as a
21
+ choice between simple univariate filters and embedded sparse models.
22
+ Univariate filters such as chi-squared, ANOVA F-score, and mutual
23
+ information are computationally cheap and easy to apply in a pipeline, but
24
+ they evaluate each feature independently and can miss interactions. Embedded
25
+ L1-regularized logistic regression performs selection during model fitting,
26
+ potentially yielding feature subsets that better align with predictive
27
+ structure when many irrelevant variables are present.
28
+
29
+ A practical stress test is to inject synthetic irrelevant features into
30
+ otherwise standard benchmark datasets. This setup creates controlled feature
31
+ dilution while preserving original labels and base difficulty. Under such
32
+ dilution, methods that can ignore noise should maintain accuracy and avoid
33
+ selecting many synthetic features. Conversely, methods sensitive to spurious
34
+ univariate associations may degrade as noise dimension increases.
35
+
36
+ A credible CPU-only study should compare at least three filter selectors
37
+ (mutual_info_classif, chi2, f_classif) and an embedded L1 selector in a
38
+ shared downstream classifier pipeline, evaluate on multiple sklearn
39
+ classification datasets, and report both predictive performance and selection
40
+ quality. Including multiple random seeds is important because both noise
41
+ injection and train/test splits can change apparent selector rankings.
42
+
43
+ The key aim is not to reproduce a single published table, but to determine
44
+ whether embedded sparsity offers robustness advantages over filters as
45
+ irrelevant dimensions grow, and whether that robustness generalizes across
46
+ datasets with different feature scales and class structures.
47
+
48
+ *Does embedded L1-logistic feature selection retain predictive performance and reject injected irrelevant features more reliably than univariate filter methods under controlled feature-noise injection?*
49
+
50
+ hypotheses:
51
+ - id: H1
52
+ statement: "With 5x injected irrelevant features (relative to original feature count), L1-logistic embedded selection achieves higher mean test_accuracy than each filter method (mutual_info_classif, chi2, f_classif) on at least 2 of 3 datasets, averaged over >=5 seeds."
53
+ measurable: true
54
+ - id: H2
55
+ statement: "At fixed selected-feature budget k=20 (or all features if p<20), L1-logistic selects a lower fraction of injected irrelevant features than the average of the three filter methods on all evaluated datasets."
56
+ measurable: true
57
+ - id: H3
58
+ statement: "From no-injection to 5x-injection settings, mean test_accuracy drop for L1-logistic is <= 3 percentage points on at least 2 of 3 datasets."
59
+ measurable: true
60
+
61
+ experiment_design:
62
+ research_question: "Does embedded L1-logistic feature selection outperform univariate filter methods in robustness to injected irrelevant features on sklearn tabular classification datasets?"
63
+ conditions:
64
+ - name: "filter_mutual_info_k20"
65
+ description: "SelectKBest(mutual_info_classif, k=20 or p if p<20) followed by LogisticRegression classifier."
66
+ - name: "filter_chi2_k20"
67
+ description: "MinMax scaling to nonnegative domain, then SelectKBest(chi2, k=20 or p if p<20) followed by LogisticRegression classifier."
68
+ - name: "filter_f_classif_k20"
69
+ description: "SelectKBest(f_classif, k=20 or p if p<20) followed by LogisticRegression classifier."
70
+ - name: "embedded_l1_logistic"
71
+ description: "L1-penalized LogisticRegression (saga/liblinear) used as embedded selector; keep top-20 by absolute coefficient magnitude (or nonzero if <=20), retrain LogisticRegression on selected subset."
72
+ baselines:
73
+ - "filter_f_classif_k20 as a standard univariate linear-statistic baseline"
74
+ - "filter_mutual_info_k20 as a nonlinear dependency baseline"
75
+ metrics:
76
+ - name: "test_accuracy"
77
+ direction: "maximize"
78
+ description: "Held-out test accuracy averaged over >=5 seeds for each dataset and injection level."
79
+ - name: "noise_feature_selection_rate"
80
+ direction: "minimize"
81
+ description: "Fraction of selected features that come from injected irrelevant columns."
82
+ - name: "accuracy_drop_0x_to_5x_pp"
83
+ direction: "minimize"
84
+ description: "Absolute percentage-point drop in test_accuracy from 0x to 5x injection."
85
+ datasets:
86
+ - name: "breast_cancer"
87
+ source: "sklearn.datasets.load_breast_cancer"
88
+ - name: "wine"
89
+ source: "sklearn.datasets.load_wine"
90
+ - name: "digits"
91
+ source: "sklearn.datasets.load_digits"
92
+ compute_requirements:
93
+ gpu_required: false
94
+ estimated_wall_clock_sec: 420
95
+
96
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML15.json"
tasks/ml/manifests/ML16.yaml ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T16 — Comparing stochastic and adversarial bandit algorithms under drift
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML16
11
+ title: "Bandit algorithm robustness under stationary and drifting reward regimes"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Multi-armed bandit algorithms encode different assumptions about reward
21
+ generation and non-stationarity. Epsilon-greedy is simple and adaptable with
22
+ persistent exploration; UCB1 is optimism-driven and often strong in
23
+ stationary stochastic settings; Thompson sampling can be highly sample
24
+ efficient when model assumptions are matched; Exp3 is designed for
25
+ adversarial settings and may trade off stochastic efficiency for robustness.
26
+ In small CPU-constrained studies, these differences are often discussed
27
+ qualitatively but not tested with matched synthetic environments.
28
+
29
+ A meaningful benchmark should evaluate both Bernoulli and Gaussian reward
30
+ arms, because posterior/model assumptions and noise scale can materially
31
+ change outcomes. It should also include stationary and drifting regimes:
32
+ methods tuned for fixed means can degrade when the best arm changes over
33
+ time. Regret, not just final reward, is the right primary metric because it
34
+ captures online learning efficiency throughout the horizon.
35
+
36
+ A credible experiment here implements the four algorithms with consistent
37
+ action/reward interfaces, runs repeated simulations over multiple seeds, and
38
+ reports cumulative regret trajectories and endpoint statistics. To keep the
39
+ study CPU-friendly, horizons and arm counts should be modest (e.g., 5-10 arms,
40
+ 500-2000 steps), with vectorized numpy updates where possible.
41
+
42
+ The key analytical value is comparative: identify where UCB1/Thompson excel
43
+ in stationary stochastic settings, and whether epsilon-greedy or Exp3 is more
44
+ resilient under drift. The objective is not reproducing a single paper, but
45
+ testing algorithm-environment fit under controlled synthetic shifts.
46
+
47
+ *How do epsilon-greedy, UCB1, Thompson sampling, and Exp3 trade off cumulative regret across Bernoulli vs Gaussian arms and stationary vs drifting reward regimes?*
48
+
49
+ hypotheses:
50
+ - id: H1
51
+ statement: "In stationary Bernoulli environments, either UCB1 or Thompson sampling achieves at least 10% lower mean cumulative regret than epsilon-greedy at horizon T on at least 2 of 3 datasets (averaged over >=20 seeds)."
52
+ measurable: true
53
+ - id: H2
54
+ statement: "In drifting environments, epsilon-greedy or Exp3 achieves lower mean cumulative regret than UCB1 on at least 2 of 3 datasets at horizon T (averaged over >=20 seeds)."
55
+ measurable: true
56
+ - id: H3
57
+ statement: "Across all evaluated datasets, no single algorithm is best (lowest mean cumulative regret) on every dataset, indicating environment-dependent performance."
58
+ measurable: true
59
+
60
+ experiment_design:
61
+ research_question: "How do epsilon-greedy, UCB1, Thompson sampling, and Exp3 compare in cumulative regret across stationary versus drifting synthetic bandit tasks with Bernoulli and Gaussian rewards?"
62
+ conditions:
63
+ - name: "epsilon_greedy_eps0.1"
64
+ description: "Epsilon-greedy with constant epsilon=0.1 and sample-mean value estimates."
65
+ - name: "ucb1"
66
+ description: "UCB1 with exploration bonus sqrt(2 log t / n_a)."
67
+ - name: "thompson_sampling"
68
+ description: "Thompson sampling using Beta-Bernoulli updates for Bernoulli arms and Gaussian posterior sampling (known variance assumption) for Gaussian arms."
69
+ - name: "exp3_gamma0.07"
70
+ description: "Exp3 with gamma=0.07 and importance-weighted reward estimates."
71
+ baselines:
72
+ - "epsilon_greedy_eps0.1 as simple stochastic baseline"
73
+ - "ucb1 as canonical optimism baseline"
74
+ metrics:
75
+ - name: "cumulative_regret"
76
+ direction: "minimize"
77
+ description: "Mean cumulative regret at final horizon T relative to oracle best arm per round, averaged over seeds."
78
+ - name: "instantaneous_regret_auc"
79
+ direction: "minimize"
80
+ description: "Area under per-round regret curve over time (lower is better)."
81
+ - name: "best_arm_selection_rate"
82
+ direction: "maximize"
83
+ description: "Fraction of rounds selecting the current optimal arm (for drift: time-varying optimum)."
84
+ datasets:
85
+ - name: "bernoulli_stationary_k10"
86
+ source: "synthetic: 10 Bernoulli arms with fixed means sampled in [0.05, 0.95] and sorted gap >=0.05"
87
+ - name: "bernoulli_drift_k10"
88
+ source: "synthetic: 10 Bernoulli arms with piecewise-constant means; best arm switches at predefined changepoints"
89
+ - name: "gaussian_drift_k8"
90
+ source: "synthetic: 8 Gaussian arms (sigma=1) with linearly drifting means and periodic rank reversals"
91
+ compute_requirements:
92
+ gpu_required: false
93
+ estimated_wall_clock_sec: 420
94
+
95
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML16.json"
tasks/ml/manifests/ML17.yaml ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T17 — Comparing topic models (LDA, NMF, LSA) on 20newsgroups subsets
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML17
11
+ title: "Topic-model comparison on small 20newsgroups subsets: LDA vs NMF vs LSA"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Topic modeling methods are often compared using either intrinsic quality
21
+ measures (such as topic coherence) or extrinsic utility (such as how well
22
+ document representations align with known labels), but the two views can
23
+ disagree. Latent Dirichlet Allocation (LDA), Non-negative Matrix
24
+ Factorization (NMF), and Latent Semantic Analysis (LSA/SVD) each induce
25
+ different assumptions over term-document structure and may therefore rank
26
+ differently depending on metric choice.
27
+
28
+ On CPU-constrained benchmarks, a practical study should use a compact text
29
+ corpus and a controlled preprocessing pipeline so that runtime stays short
30
+ while still yielding meaningful distinctions. A small subset of
31
+ 20newsgroups is ideal because it has accessible labels for external
32
+ clustering evaluation and enough lexical diversity for coherence analysis.
33
+ Using multiple subset difficulties (well-separated vs more confusable
34
+ categories) helps test robustness of conclusions.
35
+
36
+ A credible experiment compares LDA, NMF, and LSA under matched topic counts
37
+ and vectorization settings, then reports both c_v-like coherence and
38
+ adjusted rand index (ARI) from document-cluster assignments against true
39
+ newsgroup labels. Because exact c_v implementations are not native in
40
+ sklearn, an explicit approximation based on sliding-window co-occurrence
41
+ and normalized PMI should be documented and applied consistently across
42
+ methods. Repeated runs for stochastic models are needed to avoid
43
+ over-interpreting single-seed noise.
44
+
45
+ The core question is whether better intrinsic coherence implies better
46
+ label alignment on small real-world corpora, and which model offers the
47
+ best trade-off under strict CPU budgets.
48
+
49
+ *Do LDA, NMF, and LSA produce different rankings on coherence versus ARI on small 20newsgroups subsets, and does NMF provide the strongest coherence-structure trade-off under CPU limits?*
50
+
51
+ hypotheses:
52
+ - id: H1
53
+ statement: "NMF achieves higher mean coherence_cv than LSA on at least 2 of 3 evaluated 20newsgroups subsets when using the same number of topics and preprocessing pipeline."
54
+ measurable: true
55
+ - id: H2
56
+ statement: "Across the three methods (LDA, NMF, LSA), the method with the highest coherence_cv is also the highest-ARI method on no more than 1 of the 3 subsets, indicating weak metric agreement."
57
+ measurable: true
58
+ - id: H3
59
+ statement: "LDA achieves mean ARI at least 0.03 higher than LSA on at least 2 of 3 subsets when document clusters are obtained by argmax topic assignment."
60
+ measurable: true
61
+
62
+ experiment_design:
63
+ research_question: "How do LDA, NMF, and LSA compare on coherence_cv versus document-cluster ARI over small 20newsgroups subsets, and do intrinsic/extrinsic rankings diverge?"
64
+ conditions:
65
+ - name: "lda_k4"
66
+ description: "LatentDirichletAllocation with n_components=4, max_iter=20, learning_method='batch', CountVectorizer features, repeated over 3 seeds."
67
+ - name: "nmf_k4"
68
+ description: "NMF with n_components=4, init='nndsvda', solver='cd', max_iter=300 on TF-IDF features, repeated over 3 seeds."
69
+ - name: "lsa_k4"
70
+ description: "TruncatedSVD (LSA) with n_components=4 on TF-IDF features; document-topic embeddings clustered via argmax after non-negative shift or via KMeans(k=4) with fixed seed."
71
+ - name: "nmf_k6_sensitivity"
72
+ description: "NMF sensitivity condition with n_components=6 to test topic-count robustness for coherence and ARI trends."
73
+ baselines:
74
+ - "lsa_k4 as a linear-algebra baseline without probabilistic topic assumptions"
75
+ - "lda_k4 as a probabilistic-topic baseline"
76
+ metrics:
77
+ - name: "coherence_cv"
78
+ direction: "maximize"
79
+ description: "Approximate c_v coherence computed from top words per topic using sliding-window co-occurrence and NPMI aggregation, averaged across topics and seeds."
80
+ - name: "ari"
81
+ direction: "maximize"
82
+ description: "Adjusted Rand Index between predicted document clusters (topic argmax or equivalent) and true newsgroup labels."
83
+ - name: "runtime_sec"
84
+ direction: "minimize"
85
+ description: "Wall-clock training + inference time per condition/dataset cell on single CPU core."
86
+ datasets:
87
+ - name: "20ng_easy4"
88
+ source: "sklearn.datasets.fetch_20newsgroups with categories=['sci.space','rec.autos','comp.graphics','talk.politics.misc']"
89
+ - name: "20ng_related4"
90
+ source: "sklearn.datasets.fetch_20newsgroups with categories=['comp.graphics','comp.os.ms-windows.misc','comp.sys.ibm.pc.hardware','comp.sys.mac.hardware']"
91
+ - name: "20ng_science4"
92
+ source: "sklearn.datasets.fetch_20newsgroups with categories=['sci.space','sci.med','sci.electronics','sci.crypt']"
93
+ compute_requirements:
94
+ gpu_required: false
95
+ estimated_wall_clock_sec: 720
96
+
97
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML17.json"
tasks/ml/manifests/ML18.yaml ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T18 — Post-hoc probability calibration for sklearn classifiers
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML18
11
+ title: "Post-hoc calibration methods for sklearn classifiers on tabular benchmarks"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Many widely used scikit-learn classifiers optimize discrimination rather
21
+ than probability quality. Random forests, gradient boosting models, and
22
+ RBF-kernel SVMs can achieve strong accuracy while output probabilities are
23
+ miscalibrated, especially on small or moderately imbalanced tabular data.
24
+ This matters in decision settings where thresholds, risk ranking, or cost-
25
+ sensitive actions depend on reliable confidence estimates.
26
+
27
+ Post-hoc calibration methods are attractive because they can be layered onto
28
+ existing models without retraining the base learner. Platt scaling fits a
29
+ sigmoid map, isotonic regression fits a non-parametric monotone map, and
30
+ temperature scaling applies a single-parameter logit rescaling (implemented
31
+ for binary tasks via optimization on held-out logits/probabilities). These
32
+ methods differ in flexibility and overfitting risk, so their relative value
33
+ may depend on classifier family and dataset size.
34
+
35
+ A credible CPU-scale study should compare uncalibrated outputs versus at
36
+ least three calibrators across multiple sklearn tabular datasets, using a
37
+ proper train/calibration/test protocol and repeated seeds. Because this is a
38
+ calibration-centric question, expected calibration error (ECE) and log loss
39
+ should be primary metrics, with accuracy used as a guardrail to ensure that
40
+ calibration does not degrade classification utility.
41
+
42
+ The goal is not to reproduce a single paper result but to test whether any
43
+ one calibrator is consistently superior across heterogeneous models and
44
+ datasets under tight compute constraints. The key uncertainty is whether
45
+ method ranking is stable enough to justify a default choice.
46
+
47
+ *Which post-hoc calibration method (Platt, isotonic, temperature) most reliably improves ECE across RF/GBM/SVM-RBF on small tabular sklearn benchmarks without materially harming accuracy?*
48
+
49
+ hypotheses:
50
+ - id: H1
51
+ statement: "At least one post-hoc calibrator (Platt, isotonic, or temperature) reduces ECE by at least 10% relative to the uncalibrated model for at least 2 of 3 classifiers on at least 2 of 3 datasets, averaged over >=3 seeds."
52
+ measurable: true
53
+ - id: H2
54
+ statement: "Isotonic regression achieves lower mean ECE than Platt scaling on at least 2 of 3 datasets when calibration-set size is >=150 samples."
55
+ measurable: true
56
+ - id: H3
57
+ statement: "Applying post-hoc calibration changes test accuracy by no more than 1.0 absolute percentage point (mean over seeds) for each classifier-dataset pair."
58
+ measurable: true
59
+
60
+ experiment_design:
61
+ research_question: "Which post-hoc calibration method (Platt, isotonic, temperature) most consistently improves probability calibration for RF/GBM/SVM-RBF on sklearn tabular datasets while preserving accuracy?"
62
+ conditions:
63
+ - name: "uncalibrated"
64
+ description: "Base classifier probabilities/decision scores used directly with no calibration."
65
+ - name: "platt_scaling"
66
+ description: "Sigmoid calibration fit on a held-out calibration split (CalibratedClassifierCV with method='sigmoid' or equivalent)."
67
+ - name: "isotonic_regression"
68
+ description: "Isotonic calibration fit on a held-out calibration split (CalibratedClassifierCV with method='isotonic' or equivalent)."
69
+ - name: "temperature_scaling"
70
+ description: "Single temperature parameter optimized on calibration split to minimize NLL; applied to logits/scores before probability mapping."
71
+ baselines:
72
+ - "uncalibrated outputs are the primary baseline"
73
+ - "platt_scaling serves as a classic parametric calibration baseline"
74
+ metrics:
75
+ - name: "ece"
76
+ direction: "minimize"
77
+ description: "Expected Calibration Error (10-15 bins) on the held-out test split, averaged over seeds."
78
+ - name: "log_loss"
79
+ direction: "minimize"
80
+ description: "Negative log-likelihood on test probabilities."
81
+ - name: "test_accuracy"
82
+ direction: "maximize"
83
+ description: "Classification accuracy on held-out test split to verify discrimination is preserved."
84
+ datasets:
85
+ - name: "breast_cancer"
86
+ source: "sklearn.datasets.load_breast_cancer"
87
+ - name: "wine"
88
+ source: "sklearn.datasets.load_wine"
89
+ - name: "digits_binary"
90
+ source: "sklearn.datasets.load_digits with target transformed to binary (e.g., digit<5 vs >=5)"
91
+ compute_requirements:
92
+ gpu_required: false
93
+ estimated_wall_clock_sec: 480
94
+
95
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML18.json"
tasks/ml/manifests/ML19.yaml ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T19 — Semi-supervised strategies on small tabular datasets
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML19
11
+ title: "Comparing graph- and pseudo-label-based semi-supervised learning on small tabular datasets"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Semi-supervised learning is attractive when labels are scarce but unlabeled
21
+ examples are cheap. In sklearn, LabelPropagation and LabelSpreading provide
22
+ graph-based transductive approaches, while SelfTrainingClassifier offers a
23
+ pseudo-labeling wrapper around a standard supervised base learner. These
24
+ methods rely on different assumptions: graph smoothness over neighborhoods
25
+ versus confidence-thresholded iterative self-labeling. On small tabular
26
+ datasets, their relative behavior can change quickly as the labeled fraction
27
+ drops from moderate (20%) to very low (10%).
28
+
29
+ A useful CPU-scale study should compare these methods under the same splits,
30
+ feature preprocessing, and random seeds, with explicit control of labeled
31
+ fraction. Because the key claim of semi-supervision is label efficiency, the
32
+ experiment should include a supervised-only baseline trained on the same
33
+ labeled subset and evaluated on a fixed held-out test set. This makes gains
34
+ attributable to unlabeled-data usage rather than favorable splits.
35
+
36
+ The study should report not only test accuracy but also balanced accuracy and
37
+ macro-F1, since small tabular datasets can have class imbalance and accuracy
38
+ alone may hide minority-class degradation. Repeating runs across several seeds
39
+ is necessary because which points are labeled strongly affects outcomes at low
40
+ label rates.
41
+
42
+ Practically, the benchmark should stay lightweight: sklearn datasets only,
43
+ no downloads, and model choices that complete within minutes on a single CPU
44
+ core. The focus is not SOTA performance but robust relative comparisons across
45
+ label regimes and datasets.
46
+
47
+ *How do LabelPropagation, LabelSpreading, and SelfTrainingClassifier compare in label-efficiency versus a supervised-only baseline when only 10–20% of training labels are available on small sklearn tabular datasets?*
48
+
49
+ hypotheses:
50
+ - id: H1
51
+ statement: "At 10% labeled data, at least one semi-supervised method (LabelPropagation, LabelSpreading, or SelfTrainingClassifier) achieves test accuracy at least 3 percentage points higher than the supervised-only baseline on at least 2 of 3 datasets, averaged over ≥5 seeds."
52
+ measurable: true
53
+ - id: H2
54
+ statement: "Across datasets at 10% labeled data, LabelSpreading with RBF kernel attains mean test accuracy greater than or equal to LabelPropagation with RBF kernel in at least 2 of 3 datasets (seed-averaged)."
55
+ measurable: true
56
+ - id: H3
57
+ statement: "For SelfTrainingClassifier, increasing labeled fraction from 10% to 20% improves mean test accuracy by at least 1 absolute percentage point on at least 2 of 3 datasets."
58
+ measurable: true
59
+
60
+ experiment_design:
61
+ research_question: "How do graph-based (LabelPropagation/LabelSpreading) and pseudo-labeling (SelfTrainingClassifier) methods compare to supervised-only training under 10% and 20% labeled-data regimes on small tabular benchmarks?"
62
+ conditions:
63
+ - name: "supervised_logreg_labeled_only"
64
+ description: "LogisticRegression trained only on the labeled subset of the training split; unlabeled points ignored."
65
+ - name: "label_propagation_rbf"
66
+ description: "LabelPropagation with RBF kernel; unlabeled training labels set to -1 and transductive predictions used for test inference."
67
+ - name: "label_spreading_rbf"
68
+ description: "LabelSpreading with RBF kernel under the same masked-label protocol."
69
+ - name: "self_training_logreg"
70
+ description: "SelfTrainingClassifier wrapping LogisticRegression with confidence threshold (e.g., 0.8), fit on mixed labeled/unlabeled training data."
71
+ baselines:
72
+ - "supervised_logreg_labeled_only is the primary baseline"
73
+ - "10% labeled regime serves as a lower-label baseline versus 20% within each method"
74
+ metrics:
75
+ - name: "test_accuracy"
76
+ direction: "maximize"
77
+ description: "Classification accuracy on held-out test split, averaged over seeds."
78
+ - name: "balanced_accuracy"
79
+ direction: "maximize"
80
+ description: "Balanced accuracy on held-out test split, averaged over seeds."
81
+ - name: "macro_f1"
82
+ direction: "maximize"
83
+ description: "Macro-averaged F1 score on held-out test split, averaged over seeds."
84
+ datasets:
85
+ - name: "breast_cancer"
86
+ source: "sklearn.datasets.load_breast_cancer"
87
+ - name: "wine"
88
+ source: "sklearn.datasets.load_wine"
89
+ - name: "digits"
90
+ source: "sklearn.datasets.load_digits"
91
+ compute_requirements:
92
+ gpu_required: false
93
+ estimated_wall_clock_sec: 420
94
+
95
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML19.json"
tasks/ml/manifests/ML20.yaml ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T20 — Benchmarking classical time-series forecasters on synthetic seasonal series
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML20
11
+ title: "Classical forecaster robustness on synthetic seasonal time series"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Classical univariate forecasting methods remain widely used because they are
21
+ interpretable and lightweight, yet their comparative behavior can flip under
22
+ different data-generating regimes. AR models often perform well when dynamics
23
+ are mostly autoregressive and weakly seasonal; ARIMA can absorb trend and
24
+ differencing structure; SARIMAX can explicitly represent seasonal lag effects;
25
+ ETS captures error-trend-seasonal decomposition; and Theta is often a strong
26
+ low-variance baseline. In small CPU-constrained settings, practitioners need
27
+ practical guidance about which method is robust to changing signal-to-noise
28
+ and seasonality strength.
29
+
30
+ A synthetic benchmark is appropriate here because we can precisely control
31
+ trend slope, seasonal amplitude, and observation noise while keeping compute
32
+ modest. By generating multiple families of monthly-like series with known
33
+ periodicity (e.g., period 12), we can evaluate whether model rankings are
34
+ stable or regime-dependent. This avoids overfitting conclusions to one
35
+ real-world dataset and enables direct stress testing under high-noise versus
36
+ high-seasonality conditions.
37
+
38
+ A credible study should compare at least four of {AR, ARIMA, SARIMAX, ETS,
39
+ Theta} on 2–3 synthetic dataset families, using rolling-origin or holdout
40
+ forecasts with a fixed horizon. It should report scale-robust error metrics
41
+ (especially sMAPE), include at least one baseline (e.g., seasonal naive), and
42
+ aggregate over multiple random seeds. The analysis should explicitly test
43
+ whether one method is consistently best overall or whether the best choice
44
+ depends on data regime.
45
+
46
+ The key outcome is actionable selection logic: if seasonal structure is strong
47
+ and noise is low, do seasonal/state-space methods dominate; and if noise is
48
+ high, do simpler methods become competitive? These are concrete decisions an
49
+ autonomous forecasting pipeline can apply when only limited data and CPU are
50
+ available.
51
+
52
+ *How do AR, ARIMA, SARIMAX, ETS, and Theta compare in sMAPE robustness across synthetic seasonal series with controlled trend, seasonality amplitude, and noise levels?*
53
+
54
+ hypotheses:
55
+ - id: H1
56
+ statement: "SARIMAX or ETS achieves the lowest mean sMAPE on at least 2 of 3 synthetic dataset families when seasonality amplitude is high (amplitude >= 8) and noise is low (sigma <= 1.0), averaged over >=5 seeds."
57
+ measurable: true
58
+ - id: H2
59
+ statement: "Under high-noise settings (sigma >= 3.0), the sMAPE gap between the best advanced method (ARIMA/SARIMAX/ETS/Theta) and a seasonal_naive baseline is <= 5 percentage points on at least 2 of 3 dataset families."
60
+ measurable: true
61
+ - id: H3
62
+ statement: "No single method among {AR, ARIMA, SARIMAX, ETS, Theta} ranks first in mean sMAPE on all evaluated dataset families, indicating regime-dependent winners."
63
+ measurable: true
64
+
65
+ experiment_design:
66
+ research_question: "Which classical forecasting method is most robust in sMAPE across controlled synthetic regimes of trend, seasonality amplitude, and noise?"
67
+ conditions:
68
+ - name: "ar_lag12"
69
+ description: "Autoregressive model with lag order selected from {3,6,12} by AIC on training split."
70
+ - name: "arima_auto_small"
71
+ description: "Non-seasonal ARIMA with (p,d,q) searched over small grid p,q in [0,2], d in [0,1], selected by AIC."
72
+ - name: "sarimax_seasonal12"
73
+ description: "Seasonal ARIMA/SARIMAX with seasonal period 12 and small grid over (p,d,q)x(P,D,Q), selected by AIC."
74
+ - name: "ets_additive"
75
+ description: "Exponential smoothing with additive trend/seasonality (period 12), damped trend optional by AIC."
76
+ - name: "theta"
77
+ description: "ThetaModel forecast with default theta decomposition for univariate series."
78
+ baselines:
79
+ - "seasonal_naive (forecast y_t = y_{t-12}) as a simple seasonal baseline"
80
+ - "naive_last (random walk) as a non-seasonal baseline"
81
+ metrics:
82
+ - name: "smape"
83
+ direction: "minimize"
84
+ description: "Symmetric Mean Absolute Percentage Error on forecast horizon, averaged over seeds and series instances."
85
+ - name: "mae"
86
+ direction: "minimize"
87
+ description: "Mean Absolute Error on forecast horizon."
88
+ - name: "fit_time_sec"
89
+ direction: "minimize"
90
+ description: "Per-method wall-clock fit+forecast runtime in seconds."
91
+ datasets:
92
+ - name: "syn_low_noise_high_season"
93
+ source: "Synthetic monthly series: length 180, period 12, trend slope in [0.0,0.2], season amplitude in [8,12], gaussian noise sigma in [0.5,1.0]."
94
+ - name: "syn_medium_noise_medium_season"
95
+ source: "Synthetic monthly series: length 180, period 12, trend slope in [0.1,0.4], season amplitude in [4,8], gaussian noise sigma in [1.5,2.5]."
96
+ - name: "syn_high_noise_low_season"
97
+ source: "Synthetic monthly series: length 180, period 12, trend slope in [0.0,0.3], season amplitude in [1,4], gaussian noise sigma in [3.0,4.0]."
98
+ compute_requirements:
99
+ gpu_required: false
100
+ estimated_wall_clock_sec: 720
101
+
102
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML20.json"
tasks/ml/manifests/ML21.yaml ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T21 — Comparing causal structure learning algorithms on small linear-SEM DAGs
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML21
11
+ title: "PC vs GES vs NOTEARS-linear for recovering small Gaussian linear-SEM DAGs"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Causal structure learning methods often claim asymptotic guarantees, but in
21
+ practical settings researchers usually face small graphs, finite samples, and
22
+ imperfect hyperparameter choices. For Gaussian linear structural equation
23
+ models (SEMs), three widely discussed paradigms are constraint-based (PC),
24
+ score-based (GES), and continuous optimization (NOTEARS-linear). Even when
25
+ data are generated from the model class these methods assume, finite-sample
26
+ behavior can differ sharply in edge recovery and orientation errors.
27
+
28
+ A compact CPU-scale benchmark can isolate these differences by generating
29
+ synthetic DAGs with known ground truth over 5-15 nodes, sampling linear-Gaussian
30
+ observations, and evaluating structural recovery against the true adjacency.
31
+ This avoids data-download overhead and lets the study vary sample size and
32
+ graph density in a controlled way. The key metric is Structural Hamming
33
+ Distance (SHD), which penalizes missing, extra, and wrongly oriented edges.
34
+
35
+ A credible study should implement all three algorithms with transparent
36
+ assumptions: PC via partial-correlation CI tests, GES via greedy score search
37
+ (e.g., BIC), and NOTEARS-linear via a differentiable acyclicity penalty and
38
+ L1 regularization. Multiple random seeds and at least two synthetic regimes
39
+ (sparser/easier vs denser/harder) are needed to reduce variance and avoid
40
+ over-interpreting one-off runs.
41
+
42
+ Because these algorithms expose different tuning knobs (significance level,
43
+ regularization strength, score penalties), the comparison should include one
44
+ clear default setting per method plus modest tuning on validation seeds. The
45
+ resulting analysis should report SHD and at least one precision/recall-style
46
+ edge metric, then map outcomes back to explicit hypotheses about relative
47
+ ranking and sample-efficiency.
48
+
49
+ *On small Gaussian linear-SEM DAGs, which of PC, GES, and NOTEARS-linear most reliably minimizes structural recovery error under realistic finite-sample budgets?*
50
+
51
+ hypotheses:
52
+ - id: H1
53
+ statement: "At n_samples=1000, NOTEARS-linear achieves lower mean SHD than PC on at least 2 of 3 synthetic DAG regimes (averaged over >=5 random DAG/data seeds per regime)."
54
+ measurable: true
55
+ - id: H2
56
+ statement: "At n_samples=300, GES achieves mean SHD <= PC in all evaluated regimes, and strictly lower SHD in at least 1 regime."
57
+ measurable: true
58
+ - id: H3
59
+ statement: "The best method at n_samples=1000 reduces mean SHD by at least 20% relative to the worst method in at least 2 of 3 regimes."
60
+ measurable: true
61
+
62
+ experiment_design:
63
+ research_question: "For 5-15 node Gaussian linear-SEM DAGs, how do PC, GES, and NOTEARS-linear compare in SHD and edge recovery across sparse/medium/dense synthetic regimes and finite sample sizes?"
64
+ conditions:
65
+ - name: "pc_partial_corr"
66
+ description: "Constraint-based PC using Gaussian partial-correlation conditional independence tests with significance level alpha (default 0.01, optional small grid)."
67
+ - name: "ges_bic"
68
+ description: "Score-based greedy equivalence search using Gaussian/BIC score with forward-backward edge operations."
69
+ - name: "notears_linear_l1"
70
+ description: "Continuous optimization NOTEARS-linear with squared loss, acyclicity constraint, and L1 sparsity penalty tuned on a small lambda grid."
71
+ - name: "pc_alpha_tuned"
72
+ description: "PC variant selecting alpha from {0.005, 0.01, 0.05} by lowest validation-seed SHD, then evaluated on held-out seeds."
73
+ baselines:
74
+ - "pc_partial_corr is the classical constraint-based baseline"
75
+ - "ges_bic is the classical score-based baseline"
76
+ metrics:
77
+ - name: "shd"
78
+ direction: "minimize"
79
+ description: "Structural Hamming Distance between learned and true DAG adjacency (lower is better), averaged over seeds."
80
+ - name: "edge_f1"
81
+ direction: "maximize"
82
+ description: "F1 score on directed edge existence/orientation against ground truth adjacency."
83
+ - name: "runtime_sec"
84
+ direction: "minimize"
85
+ description: "Per-run wall-clock time in seconds to assess CPU practicality."
86
+ datasets:
87
+ - name: "synth_linear_sem_sparse"
88
+ source: "Synthetic 8-node DAGs generated via Erdos-Renyi with expected degree ~1.5; linear weights sampled from [-2,-0.5] U [0.5,2], Gaussian noise."
89
+ - name: "synth_linear_sem_medium"
90
+ source: "Synthetic 12-node DAGs with expected degree ~2.5 using same linear-Gaussian SEM generator."
91
+ - name: "synth_linear_sem_dense"
92
+ source: "Synthetic 15-node DAGs with expected degree ~3.5 using same linear-Gaussian SEM generator."
93
+ compute_requirements:
94
+ gpu_required: false
95
+ estimated_wall_clock_sec: 720
96
+
97
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML21.json"
tasks/ml/manifests/ML22.yaml ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T22 — Active learning query strategies for logistic regression on small pools
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML22
11
+ title: "Active learning query strategies for logistic regression on small tabular pools"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Pool-based active learning is attractive when labels are expensive but a
21
+ modest unlabeled pool is available. For linear probabilistic models such as
22
+ logistic regression, classic query policies include uncertainty sampling,
23
+ margin sampling, query-by-committee (QBC), and expected-error reduction
24
+ style lookahead approximations. These methods are often taught as broadly
25
+ useful, but on small tabular datasets their gains can be inconsistent due to
26
+ model misspecification, class imbalance, and high variance from tiny initial
27
+ labeled sets.
28
+
29
+ A useful CPU-bounded benchmark should compare these query strategies under a
30
+ fixed annotation budget and shared learner, rather than mixing in model
31
+ architecture changes. The core signal is label efficiency: how quickly test
32
+ performance improves as labels are acquired. Because final accuracy alone can
33
+ hide early-budget differences, the study should include both
34
+ accuracy-at-budget and a budget-curve summary metric such as area under the
35
+ learning curve.
36
+
37
+ The experiment should therefore run multiple seeds, use at least two
38
+ sklearn-resident tabular classification datasets, and enforce identical
39
+ initialization, batch size, and stopping budget across strategies. A random
40
+ query baseline is essential to determine whether sophisticated policies
41
+ provide real value beyond chance selection. A passive full-data reference is
42
+ also useful for contextualizing attainable performance ceilings under the
43
+ same logistic-regression family.
44
+
45
+ Practical constraints matter: expected-error reduction can be expensive if
46
+ naively recomputing retrains for every candidate. A tractable variant can
47
+ evaluate a capped candidate subset per round and use one-step hypothetical
48
+ label outcomes, preserving the spirit of expected future loss minimization
49
+ while staying within single-core runtime limits.
50
+
51
+ *Do uncertainty, margin, QBC, and approximate expected-error reduction deliver better label efficiency than random sampling for logistic regression on small tabular pools under a fixed annotation budget?*
52
+
53
+ hypotheses:
54
+ - id: H1
55
+ statement: "At 30% labeling budget, at least 2 of {uncertainty_sampling, margin_sampling, qbc, expected_error_reduction} achieve higher mean test accuracy than random_sampling by ≥1.5 percentage points, averaged over ≥5 seeds."
56
+ measurable: true
57
+ - id: H2
58
+ statement: "expected_error_reduction attains the highest mean area_under_learning_curve (AULC) on at least 1 of 3 datasets, and its AULC is not lower than random_sampling on any evaluated dataset."
59
+ measurable: true
60
+ - id: H3
61
+ statement: "qbc outperforms uncertainty_sampling in mean test accuracy at early budget (10% labels) on at least 2 of 3 datasets."
62
+ measurable: true
63
+
64
+ experiment_design:
65
+ research_question: "Which active learning query strategy provides the best label efficiency for logistic regression on small tabular pool-based classification tasks under fixed budgets?"
66
+ conditions:
67
+ - name: "random_sampling"
68
+ description: "Baseline pool-based active learning that queries unlabeled points uniformly at random each round."
69
+ - name: "uncertainty_sampling"
70
+ description: "Queries samples with highest predictive entropy from current logistic regression model."
71
+ - name: "margin_sampling"
72
+ description: "Queries samples with smallest top-2 class probability margin (binary: |p-0.5|)."
73
+ - name: "qbc"
74
+ description: "Query-by-committee with 5 bootstrapped logistic regression committee members; selects by vote entropy/disagreement."
75
+ - name: "expected_error_reduction"
76
+ description: "Approximate one-step expected-error reduction over a capped candidate subset per round using hypothetical labels and expected future log-loss reduction."
77
+ baselines:
78
+ - "random_sampling is the primary active-learning baseline"
79
+ - "passive_full_data logistic regression reference trained once on all labels for context"
80
+ metrics:
81
+ - name: "accuracy_at_budget"
82
+ direction: "maximize"
83
+ description: "Test accuracy at 30% labeled budget, averaged over seeds."
84
+ - name: "aulc"
85
+ direction: "maximize"
86
+ description: "Area under the test-accuracy-vs-labeled-fraction curve from initial seed set to 30% budget."
87
+ - name: "early_accuracy_10pct"
88
+ direction: "maximize"
89
+ description: "Test accuracy when 10% of pool labels have been acquired."
90
+ datasets:
91
+ - name: "breast_cancer"
92
+ source: "sklearn.datasets.load_breast_cancer"
93
+ - name: "wine"
94
+ source: "sklearn.datasets.load_wine"
95
+ - name: "digits"
96
+ source: "sklearn.datasets.load_digits"
97
+ compute_requirements:
98
+ gpu_required: false
99
+ estimated_wall_clock_sec: 600
100
+
101
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML22.json"
tasks/ml/manifests/ML23.yaml ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T23 — Comparing learning-to-rank approaches on synthetic query-document data
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML23
11
+ title: "Pointwise vs pairwise vs listwise learning-to-rank on synthetic query-document benchmarks"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ Learning-to-rank (LTR) objectives are often grouped into pointwise, pairwise,
21
+ and listwise families, each optimizing a different surrogate of retrieval
22
+ quality. Pointwise methods reduce ranking to regression/classification on
23
+ individual query-document pairs; pairwise methods optimize relative order
24
+ between document pairs; listwise methods directly shape permutations or top-k
25
+ emphasis. In production IR systems, metric alignment (especially with NDCG)
26
+ is often cited as a reason to prefer pairwise/listwise objectives, but this
27
+ claim is difficult to test cleanly on public collections with many confounds.
28
+
29
+ A compact synthetic benchmark with known latent relevance structure allows a
30
+ controlled comparison. If query-specific utility functions generate graded
31
+ relevance labels (0-4), we can produce query groups with explicit train/test
32
+ splits and evaluate whether objectives aligned with ranking structure obtain
33
+ better NDCG@10 than a strong linear pointwise baseline. Because the data are
34
+ synthetic, we can vary noise and query heterogeneity while keeping runtime low
35
+ enough for single-core CPU execution.
36
+
37
+ A credible study should implement three distinct training paradigms in the
38
+ same feature space: (1) pointwise linear regression on grades, (2) a
39
+ RankNet-lite pairwise logistic objective over within-query document pairs,
40
+ and (3) a ListMLE-lite listwise objective using per-query permutations sorted
41
+ by true grades. Evaluation should report NDCG@10 as primary, plus at least one
42
+ secondary ranking metric and a sanity metric such as training loss. Results
43
+ should be averaged across multiple seeds and at least two synthetic dataset
44
+ regimes.
45
+
46
+ The key scientific goal is not reproducing a specific paper, but testing
47
+ whether increasing objective-level ranking awareness yields measurable gains
48
+ in top-k ranking quality under controlled conditions and limited compute.
49
+
50
+ *Do pairwise and listwise lightweight objectives consistently outperform a pointwise linear baseline on NDCG@10 across synthetic query-document datasets with graded relevance?*
51
+
52
+ hypotheses:
53
+ - id: H1
54
+ statement: "ListMLE-lite achieves higher mean NDCG@10 than pointwise linear regression on at least 2 of 3 synthetic datasets, with an absolute improvement of at least 0.03 on each winning dataset (averaged over >=3 seeds)."
55
+ measurable: true
56
+ - id: H2
57
+ statement: "At least one of {RankNet-lite, ListMLE-lite} outperforms pointwise linear regression in mean NDCG@10 on all evaluated datasets."
58
+ measurable: true
59
+ - id: H3
60
+ statement: "The best ranking-aware method (max of RankNet-lite and ListMLE-lite per dataset) improves mean MAP@10 over pointwise linear by at least 0.02 on at least 2 of 3 datasets."
61
+ measurable: true
62
+
63
+ experiment_design:
64
+ research_question: "Do pairwise/listwise lightweight ranking objectives provide consistent top-k retrieval gains over a pointwise linear baseline on synthetic grouped query-document data?"
65
+ conditions:
66
+ - name: "pointwise_linear"
67
+ description: "Linear model trained pointwise on query-document feature vectors to predict graded relevance via squared error; ranking by predicted score within each query."
68
+ - name: "ranknet_lite"
69
+ description: "Pairwise logistic ranking objective on within-query document pairs using a linear scorer; optimized with mini-batch gradient descent in numpy."
70
+ - name: "listmle_lite"
71
+ description: "Listwise ListMLE-style objective with a linear scorer, optimizing likelihood of ground-truth relevance-sorted document permutations per query."
72
+ - name: "pointwise_ridge_tuned"
73
+ description: "Pointwise linear baseline with L2 regularization tuned over a small grid to ensure a competitive non-ranking-aware baseline."
74
+ baselines:
75
+ - "pointwise_linear is the primary baseline"
76
+ - "pointwise_ridge_tuned is a strengthened linear baseline"
77
+ metrics:
78
+ - name: "ndcg_at_10"
79
+ direction: "maximize"
80
+ description: "Mean NDCG@10 across test queries; primary metric."
81
+ - name: "map_at_10"
82
+ direction: "maximize"
83
+ description: "Mean Average Precision@10 across test queries using relevance>=1 as relevant."
84
+ - name: "pairwise_accuracy"
85
+ direction: "maximize"
86
+ description: "Fraction of correctly ordered document pairs within test queries (based on graded relevance order)."
87
+ datasets:
88
+ - name: "synth_ltr_easy"
89
+ source: "Synthetic generator: 80 queries x 25 docs/query, 20 dense features, low noise, relevance grades 0-4 from latent linear utility."
90
+ - name: "synth_ltr_noisy"
91
+ source: "Synthetic generator: 100 queries x 30 docs/query, 25 features, higher Gaussian noise and feature corruption, grades 0-4."
92
+ - name: "synth_ltr_sparse"
93
+ source: "Synthetic generator: 90 queries x 20 docs/query, 40 features with sparsity mask, query-specific weight drift, grades 0-4."
94
+ compute_requirements:
95
+ gpu_required: false
96
+ estimated_wall_clock_sec: 480
97
+
98
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML23.json"
tasks/ml/manifests/ML24.yaml ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ============================================================================
2
+ # T24 — Benchmarking online learning algorithms under concept drift
3
+ # ----------------------------------------------------------------------------
4
+ # Unlike paper_replication's P01-P07, the "synthesis" here frames a research
5
+ # QUESTION rather than a known paper's method. The model must design the
6
+ # experiment (conditions, metrics, datasets) — we only commit to what a
7
+ # competent study of this topic would include and what the rubric expects.
8
+ # ============================================================================
9
+
10
+ id: ML24
11
+ title: "Online binary classification under concept drift: SGD, PA, NB, and FTRL"
12
+ arxiv_id: null
13
+ venue: "ARC-Bench 2026"
14
+ paper_asset: null
15
+
16
+ # The "synthesis" plays the role of the upstream briefing: research question,
17
+ # background, why the question matters, what "a reasonable experiment" looks
18
+ # like. It deliberately does NOT pre-specify a single method to reproduce.
19
+ synthesis: |
20
+ In streaming classification, data arrive sequentially and model updates must
21
+ be cheap and immediate. Under concept drift, the relationship between
22
+ features and labels changes over time, so static train/test evaluation can
23
+ be misleading. Prequential (test-then-train) evaluation better reflects
24
+ deployment: each incoming point is first predicted, then used for an update.
25
+ This setting creates practical trade-offs among stability, adaptability, and
26
+ computational cost.
27
+
28
+ Several lightweight online learners in sklearn-style workflows represent
29
+ different adaptation biases. SGD logistic regression can track drift via
30
+ gradient updates but may require careful learning-rate choices. Passive-
31
+ Aggressive updates can react strongly to mistakes and often adapt quickly to
32
+ abrupt shifts. Online Naive Bayes is extremely cheap and robust but may lag
33
+ when feature dependence structure changes. A simple FTRL-style proximal
34
+ logistic update (implemented with diagonal accumulators) offers adaptive
35
+ per-feature learning rates and implicit regularization.
36
+
37
+ A credible CPU-only benchmark should compare these methods on at least one
38
+ synthetic abrupt-drift stream and one real sklearn dataset converted to a
39
+ stream with induced drift (e.g., blockwise class-prior or feature transform
40
+ shift). It should report prequential accuracy as the primary metric, plus at
41
+ least one drift-sensitive secondary metric such as post-drift recovery and
42
+ cumulative log loss. Multi-seed runs are important because stream order and
43
+ drift-point randomness can materially change outcomes.
44
+
45
+ The study should also verify that drift actually hurts models by comparing a
46
+ no-drift control stream against drifted streams, and should discuss which
47
+ algorithms recover fastest after drift while maintaining overall accuracy.
48
+ This makes the benchmark more diagnostic than a single aggregate score.
49
+
50
+ *Which lightweight online learner provides the best trade-off between overall prequential accuracy and adaptation speed after concept drift in binary streams?*
51
+
52
+ hypotheses:
53
+ - id: H1
54
+ statement: "On drifted streams, Passive-Aggressive or FTRL achieves higher prequential_accuracy than online Naive Bayes by at least 0.02 absolute on at least 2 of 3 datasets, averaged over >=5 seeds."
55
+ measurable: true
56
+ - id: H2
57
+ statement: "For at least 2 of 3 drifted datasets, the best post-drift recovery accuracy in a fixed window of 200 samples after each drift point is achieved by either Passive-Aggressive or FTRL."
58
+ measurable: true
59
+ - id: H3
60
+ statement: "For SGD logistic and Passive-Aggressive, prequential_accuracy on a drifted version of each stream is at least 0.03 lower than on its matched no-drift control, on at least 2 of 3 datasets."
61
+ measurable: true
62
+
63
+ experiment_design:
64
+ research_question: "Which online method among SGD logistic, Passive-Aggressive, online Naive Bayes, and FTRL-style logistic best balances prequential accuracy and post-drift recovery on binary data streams with concept drift?"
65
+ conditions:
66
+ - name: "sgd_logistic"
67
+ description: "SGDClassifier with log_loss and partial_fit in prequential test-then-train loop."
68
+ - name: "passive_aggressive"
69
+ description: "PassiveAggressiveClassifier with partial_fit in the same loop."
70
+ - name: "online_naive_bayes"
71
+ description: "GaussianNB updated incrementally via partial_fit."
72
+ - name: "ftrl_prox_logistic"
73
+ description: "Custom numpy FTRL-proximal logistic regression with diagonal accumulator and L1/L2 regularization."
74
+ baselines:
75
+ - "online_naive_bayes as a simple low-cost baseline"
76
+ - "sgd_logistic as a standard linear online-learning baseline"
77
+ metrics:
78
+ - name: "prequential_accuracy"
79
+ direction: "maximize"
80
+ description: "Mean test-then-train accuracy over the full stream, averaged over 5 seeds."
81
+ - name: "post_drift_recovery_accuracy"
82
+ direction: "maximize"
83
+ description: "Accuracy in the first 200 samples after each drift point, averaged across drift events and seeds."
84
+ - name: "prequential_log_loss"
85
+ direction: "minimize"
86
+ description: "Cumulative mean log loss computed prequentially when probabilistic outputs are available (or clipped score-to-prob mapping)."
87
+ datasets:
88
+ - name: "synthetic_abrupt_drift"
89
+ source: "numpy synthesis (piecewise make_classification with coefficient/sign flips at fixed indices)"
90
+ - name: "breast_cancer_stream"
91
+ source: "sklearn.datasets.load_breast_cancer transformed into a repeated/shuffled stream with blockwise feature scaling shift"
92
+ - name: "spambase_like_synthetic"
93
+ source: "numpy synthesis with sparse informative features and class-prior shift across blocks"
94
+ compute_requirements:
95
+ gpu_required: false
96
+ estimated_wall_clock_sec: 420
97
+
98
+ rubric_path: "experiments/arc_bench/config/ml/rubrics/ML24.json"