Add science ablation labels and batch runner documentation
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- README.md +21 -0
- data/statistics.md +2 -0
- data/tasks.csv +0 -0
- docs/run-batch.md +203 -0
- manifests/tasks.jsonl +0 -0
- tasks/task_001/metadata.json +1 -0
- tasks/task_002/metadata.json +1 -0
- tasks/task_003/metadata.json +1 -0
- tasks/task_004/metadata.json +1 -0
- tasks/task_005/metadata.json +1 -0
- tasks/task_006/metadata.json +1 -0
- tasks/task_007/metadata.json +1 -0
- tasks/task_008/metadata.json +1 -0
- tasks/task_009/metadata.json +1 -0
- tasks/task_010/metadata.json +1 -0
- tasks/task_011/metadata.json +1 -0
- tasks/task_012/metadata.json +1 -0
- tasks/task_013/metadata.json +1 -0
- tasks/task_014/metadata.json +1 -0
- tasks/task_015/metadata.json +1 -0
- tasks/task_016/metadata.json +1 -0
- tasks/task_017/metadata.json +1 -0
- tasks/task_018/metadata.json +1 -0
- tasks/task_019/metadata.json +1 -0
- tasks/task_020/metadata.json +1 -0
- tasks/task_021/metadata.json +1 -0
- tasks/task_022/metadata.json +1 -0
- tasks/task_023/metadata.json +1 -0
- tasks/task_024/metadata.json +1 -0
- tasks/task_025/metadata.json +1 -0
- tasks/task_026/metadata.json +1 -0
- tasks/task_027/metadata.json +1 -0
- tasks/task_028/metadata.json +1 -0
- tasks/task_029/metadata.json +1 -0
- tasks/task_030/metadata.json +1 -0
- tasks/task_031/metadata.json +1 -0
- tasks/task_032/metadata.json +1 -0
- tasks/task_033/metadata.json +1 -0
- tasks/task_034/metadata.json +1 -0
- tasks/task_035/metadata.json +1 -0
- tasks/task_036/metadata.json +1 -0
- tasks/task_037/metadata.json +1 -0
- tasks/task_038/metadata.json +1 -0
- tasks/task_039/metadata.json +1 -0
- tasks/task_040/metadata.json +1 -0
- tasks/task_041/metadata.json +1 -0
- tasks/task_042/metadata.json +1 -0
- tasks/task_043/metadata.json +1 -0
- tasks/task_044/metadata.json +1 -0
- tasks/task_045/metadata.json +1 -0
README.md
CHANGED
|
@@ -22,6 +22,8 @@ configs:
|
|
| 22 |
features:
|
| 23 |
- name: task_id
|
| 24 |
dtype: string
|
|
|
|
|
|
|
| 25 |
- name: title
|
| 26 |
dtype: string
|
| 27 |
- name: domain
|
|
@@ -88,6 +90,10 @@ SWE-bench Science evaluates coding agents on software-engineering tasks drawn fr
|
|
| 88 |
| Verifier images | 119 Docker Hub images |
|
| 89 |
| Image platform | `linux/amd64` |
|
| 90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
## Dataset Viewer And Files
|
| 92 |
|
| 93 |
The Dataset Viewer reads the canonical [`data/tasks.csv`](data/tasks.csv) table and generates its preview automatically. The release does not commit a duplicate Parquet export, so the CSV remains the single source of truth for the 119 task rows.
|
|
@@ -102,6 +108,7 @@ The repository also includes:
|
|
| 102 |
| `selections/` | Reproducible task selections |
|
| 103 |
| `tasks/task_NNN/` | Thin Harbor/Pier task bundles |
|
| 104 |
| `tools/` | Materialization, provider, batch, and summary tools |
|
|
|
|
| 105 |
|
| 106 |
The environment image contains the baseline source, public fixtures, dependencies, and compilers. The separate verifier image contains held-out tests and the grader. The dataset does not contain reference-answer patches, credentials, agent trajectories, or private verifier tests.
|
| 107 |
|
|
@@ -133,6 +140,16 @@ python3 tools/materialize.py \
|
|
| 133 |
--output tasks-selected-small --force
|
| 134 |
~~~
|
| 135 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 136 |
Every materialization writes `selection.json` with the exact task IDs used for the run.
|
| 137 |
|
| 138 |
## Restricted Licenses
|
|
@@ -222,6 +239,10 @@ python3 tools/summarize_results.py --jobs-dir jobs
|
|
| 222 |
|
| 223 |
Use `pier view jobs` to inspect trajectories.
|
| 224 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 225 |
## Licensing And Attribution
|
| 226 |
|
| 227 |
The dataset card, release metadata, and helper tools use the repository's MIT terms. Task source, papers, figures, fixtures, and other third-party materials retain their upstream licenses. The source-license field does not automatically license copied scientific materials; audited material notices and modification notes are retained in the relevant task bundles.
|
|
|
|
| 22 |
features:
|
| 23 |
- name: task_id
|
| 24 |
dtype: string
|
| 25 |
+
- name: science_knowledge_ablation
|
| 26 |
+
dtype: bool
|
| 27 |
- name: title
|
| 28 |
dtype: string
|
| 29 |
- name: domain
|
|
|
|
| 90 |
| Verifier images | 119 Docker Hub images |
|
| 91 |
| Image platform | `linux/amd64` |
|
| 92 |
|
| 93 |
+
The `science_knowledge_ablation` column is `true` for the 91-task science-knowledge
|
| 94 |
+
split used by the ablation experiment. Its release IDs are `002-082`, `084`, `086`,
|
| 95 |
+
`090`, `097-101`, `111`, and `114`; all other rows are `false`.
|
| 96 |
+
|
| 97 |
## Dataset Viewer And Files
|
| 98 |
|
| 99 |
The Dataset Viewer reads the canonical [`data/tasks.csv`](data/tasks.csv) table and generates its preview automatically. The release does not commit a duplicate Parquet export, so the CSV remains the single source of truth for the 119 task rows.
|
|
|
|
| 108 |
| `selections/` | Reproducible task selections |
|
| 109 |
| `tasks/task_NNN/` | Thin Harbor/Pier task bundles |
|
| 110 |
| `tools/` | Materialization, provider, batch, and summary tools |
|
| 111 |
+
| `docs/run-batch.md` | Full provider and batch-runner reference |
|
| 112 |
|
| 113 |
The environment image contains the baseline source, public fixtures, dependencies, and compilers. The separate verifier image contains held-out tests and the grader. The dataset does not contain reference-answer patches, credentials, agent trajectories, or private verifier tests.
|
| 114 |
|
|
|
|
| 140 |
--output tasks-selected-small --force
|
| 141 |
~~~
|
| 142 |
|
| 143 |
+
Materialize the complete 91-task science-knowledge ablation split. It contains
|
| 144 |
+
restricted-license tasks, so the explicit license opt-in is required:
|
| 145 |
+
|
| 146 |
+
~~~bash
|
| 147 |
+
python3 tools/materialize.py \
|
| 148 |
+
--task-id 002-082,084,086,090,097-101,111,114 \
|
| 149 |
+
--allow-restricted-licenses \
|
| 150 |
+
--output tasks-science-knowledge-ablation --force
|
| 151 |
+
~~~
|
| 152 |
+
|
| 153 |
Every materialization writes `selection.json` with the exact task IDs used for the run.
|
| 154 |
|
| 155 |
## Restricted Licenses
|
|
|
|
| 239 |
|
| 240 |
Use `pier view jobs` to inspect trajectories.
|
| 241 |
|
| 242 |
+
See [`docs/run-batch.md`](docs/run-batch.md) for the complete option reference,
|
| 243 |
+
gateway/profile configuration, dry-run mode, retry and timeout controls, and
|
| 244 |
+
result paths.
|
| 245 |
+
|
| 246 |
## Licensing And Attribution
|
| 247 |
|
| 248 |
The dataset card, release metadata, and helper tools use the repository's MIT terms. Task source, papers, figures, fixtures, and other third-party materials retain their upstream licenses. The source-license field does not automatically license copied scientific materials; audited material notices and modification notes are retained in the relevant task bundles.
|
data/statistics.md
CHANGED
|
@@ -4,6 +4,8 @@ Canonical rows: **119**; default unrestricted rows: **96**; restricted-license r
|
|
| 4 |
|
| 5 |
Environment image references: **119/119**; verifier image references: **119/119**.
|
| 6 |
|
|
|
|
|
|
|
| 7 |
### Domain
|
| 8 |
|
| 9 |
| Value | Count |
|
|
|
|
| 4 |
|
| 5 |
Environment image references: **119/119**; verifier image references: **119/119**.
|
| 6 |
|
| 7 |
+
Science-knowledge ablation rows: **91**.
|
| 8 |
+
|
| 9 |
### Domain
|
| 10 |
|
| 11 |
| Value | Count |
|
data/tasks.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
docs/run-batch.md
ADDED
|
@@ -0,0 +1,203 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Batch Evaluation Reference
|
| 2 |
+
|
| 3 |
+
`tools/run_batch.py` is the convenience wrapper for running a materialized task
|
| 4 |
+
selection with Pier. It does not build task images. It reads the immutable
|
| 5 |
+
environment and verifier references from each `task.toml`, pulls those images
|
| 6 |
+
for `linux/amd64`, writes a redacted run record, and invokes Pier with
|
| 7 |
+
`--no-force-build --no-delete --yes`.
|
| 8 |
+
|
| 9 |
+
## Prerequisites
|
| 10 |
+
|
| 11 |
+
From a downloaded release directory:
|
| 12 |
+
|
| 13 |
+
~~~bash
|
| 14 |
+
uv tool install "datacurve-pier==0.3.0"
|
| 15 |
+
docker login
|
| 16 |
+
python3 tools/materialize.py \
|
| 17 |
+
--task-id 002,005-007 \
|
| 18 |
+
--output tasks-selected-small --force
|
| 19 |
+
~~~
|
| 20 |
+
|
| 21 |
+
The `--path` passed to `run_batch.py` must be a materialized directory containing
|
| 22 |
+
`task_NNN/task.toml` directories. The runner never selects tasks implicitly and
|
| 23 |
+
never reads task definitions from GitHub at runtime.
|
| 24 |
+
|
| 25 |
+
## Provider Profiles
|
| 26 |
+
|
| 27 |
+
Use an env file outside the checkout. The parser accepts `KEY=value`, optional
|
| 28 |
+
`export KEY=value`, comments, and quoted values. It never prints credential
|
| 29 |
+
values or writes them to `batch-run.json`.
|
| 30 |
+
|
| 31 |
+
### Codex and OpenAI-compatible gateways
|
| 32 |
+
|
| 33 |
+
`run_batch.py` translates the following fields into Pier's Codex provider
|
| 34 |
+
configuration when `--agent codex` is used:
|
| 35 |
+
|
| 36 |
+
| Variable | Required | Meaning |
|
| 37 |
+
| --- | --- | --- |
|
| 38 |
+
| `MODEL` | No | Exact model route sent to the gateway; default `gpt-5` |
|
| 39 |
+
| `OPENAI_API_KEY` | Yes for a real run | Gateway credential |
|
| 40 |
+
| `CODEX_BASE_URL` | No | OpenAI-compatible gateway URL; defaults to `https://api.openai.com/v1` |
|
| 41 |
+
| `CODEX_WIRE_API` | No | `responses` or `chat`; defaults to `responses` |
|
| 42 |
+
| `CODEX_VERSION` | No | Codex runtime version passed to Pier |
|
| 43 |
+
| `CODEX_REASONING_EFFORT` | No | Reasoning effort passed to the Codex adapter |
|
| 44 |
+
|
| 45 |
+
Example:
|
| 46 |
+
|
| 47 |
+
~~~dotenv
|
| 48 |
+
MODEL=gpt-5
|
| 49 |
+
OPENAI_API_KEY=replace-with-your-key
|
| 50 |
+
CODEX_BASE_URL=https://gateway.example.edu/v1
|
| 51 |
+
CODEX_WIRE_API=responses
|
| 52 |
+
CODEX_VERSION=latest
|
| 53 |
+
CODEX_REASONING_EFFORT=high
|
| 54 |
+
~~~
|
| 55 |
+
|
| 56 |
+
`CODEX_BASE_URL` selects the model gateway. It is different from a network
|
| 57 |
+
proxy. A network proxy is configured with standard `HTTP_PROXY`, `HTTPS_PROXY`,
|
| 58 |
+
and `NO_PROXY` variables. For Docker Desktop, a proxy running on the host is
|
| 59 |
+
usually reached from a container as `host.docker.internal`, not `127.0.0.1`.
|
| 60 |
+
|
| 61 |
+
### Claude Code and mini-swe-agent
|
| 62 |
+
|
| 63 |
+
These harnesses receive their provider variables through Pier's `--env-file`:
|
| 64 |
+
|
| 65 |
+
~~~dotenv
|
| 66 |
+
# Claude Code
|
| 67 |
+
ANTHROPIC_AUTH_TOKEN=replace-with-your-gateway-key
|
| 68 |
+
ANTHROPIC_BASE_URL=https://api.anthropic.com
|
| 69 |
+
ANTHROPIC_CUSTOM_HEADERS=
|
| 70 |
+
~~~
|
| 71 |
+
|
| 72 |
+
~~~dotenv
|
| 73 |
+
# mini-swe-agent with an OpenAI-compatible provider
|
| 74 |
+
OPENAI_API_KEY=replace-with-your-gateway-key
|
| 75 |
+
OPENAI_BASE_URL=https://gateway.example.edu/v1
|
| 76 |
+
~~~
|
| 77 |
+
|
| 78 |
+
The model route is selected with the repeatable `--model` option. Provider
|
| 79 |
+
variables not listed here can be added to the env file and are passed through to
|
| 80 |
+
the selected harness by Pier.
|
| 81 |
+
|
| 82 |
+
## Basic Commands
|
| 83 |
+
|
| 84 |
+
Run a no-model infrastructure smoke:
|
| 85 |
+
|
| 86 |
+
~~~bash
|
| 87 |
+
python3 tools/run_batch.py \
|
| 88 |
+
--path tasks-selected-small \
|
| 89 |
+
--agent nop \
|
| 90 |
+
--n-concurrent 1 \
|
| 91 |
+
--n-attempts 1 \
|
| 92 |
+
--jobs-dir jobs \
|
| 93 |
+
--job-name smoke
|
| 94 |
+
~~~
|
| 95 |
+
|
| 96 |
+
Run Codex through a gateway:
|
| 97 |
+
|
| 98 |
+
~~~bash
|
| 99 |
+
python3 tools/run_batch.py \
|
| 100 |
+
--path tasks-selected-small \
|
| 101 |
+
--agent codex \
|
| 102 |
+
--env-file ~/.config/swe-bench-science/codex.env \
|
| 103 |
+
--n-concurrent 2 \
|
| 104 |
+
--n-attempts 1 \
|
| 105 |
+
--max-retries 1 \
|
| 106 |
+
--jobs-dir jobs \
|
| 107 |
+
--job-name codex-small
|
| 108 |
+
~~~
|
| 109 |
+
|
| 110 |
+
Run Claude Code or mini-swe-agent:
|
| 111 |
+
|
| 112 |
+
~~~bash
|
| 113 |
+
python3 tools/run_batch.py \
|
| 114 |
+
--path tasks-selected-small \
|
| 115 |
+
--agent claude-code \
|
| 116 |
+
--env-file ~/.config/swe-bench-science/claude.env \
|
| 117 |
+
--model anthropic/claude-opus-4-7 \
|
| 118 |
+
--n-concurrent 1 \
|
| 119 |
+
--jobs-dir jobs \
|
| 120 |
+
--job-name claude-small
|
| 121 |
+
~~~
|
| 122 |
+
|
| 123 |
+
For an approximately 120-second agent-stage smoke, add
|
| 124 |
+
`--agent-timeout-multiplier 0.0223`. This does not shorten the verifier timeout
|
| 125 |
+
or any native build timeout.
|
| 126 |
+
|
| 127 |
+
## Option Reference
|
| 128 |
+
|
| 129 |
+
| Option | Default | Description |
|
| 130 |
+
| --- | --- | --- |
|
| 131 |
+
| `--path` | required | Materialized task directory |
|
| 132 |
+
| `--agent` | `nop` | Pier harness, such as `codex`, `claude-code`, `mini-swe-agent`, or `nop` |
|
| 133 |
+
| `--env` | `docker` | Pier environment backend |
|
| 134 |
+
| `--env-file` | unset | Provider/harness env file |
|
| 135 |
+
| `--model` | unset | Model route; repeat for multiple Pier model arguments |
|
| 136 |
+
| `--agent-env KEY=VALUE` | repeatable | Extra environment value passed to the harness |
|
| 137 |
+
| `--agent-kwarg KEY=VALUE` | repeatable | Extra Pier agent keyword; useful for adapter-specific settings |
|
| 138 |
+
| `--n-concurrent` | `1` | Number of simultaneous tasks |
|
| 139 |
+
| `--n-attempts` | `1` | Attempts per task |
|
| 140 |
+
| `--max-retries` | `0` | Pier retries after an attempt-level failure |
|
| 141 |
+
| `--agent-timeout-multiplier` | Pier default | Multiplier for the agent stage timeout |
|
| 142 |
+
| `--verifier-timeout-multiplier` | Pier default | Multiplier for verifier/build timeout |
|
| 143 |
+
| `--jobs-dir` | `jobs` | Directory for Pier jobs and summaries |
|
| 144 |
+
| `--job-name` | unset | Stable job name used in result paths |
|
| 145 |
+
| `--platform` | `linux/amd64` | Docker pull and derived Pier image platform |
|
| 146 |
+
| `--pier-bin` | `pier` | Pier executable or absolute path |
|
| 147 |
+
| `--skip-pull` | off | Skip Docker pulls when immutable refs are already local |
|
| 148 |
+
| `--no-auto-provider` | off | Do not translate `CODEX_*` profile values into Codex kwargs |
|
| 149 |
+
| `--no-auto-agent-adapter` | off | Use Pier's built-in Codex agent instead of the Science Bench adapter |
|
| 150 |
+
| `--agent-import-path` | unset | Explicit Pier agent import path |
|
| 151 |
+
| `--dry-run` | off | Pull/validate images and write metadata, but do not invoke Pier |
|
| 152 |
+
|
| 153 |
+
The wrapper always records the selected task IDs, selection hash, image refs,
|
| 154 |
+
platform, Pier version, agent/model settings, and a redacted Pier command in
|
| 155 |
+
`<path>/batch-run.json`.
|
| 156 |
+
|
| 157 |
+
## Results
|
| 158 |
+
|
| 159 |
+
Pier writes its job output under the selected jobs directory. The wrapper then
|
| 160 |
+
generates:
|
| 161 |
+
|
| 162 |
+
~~~text
|
| 163 |
+
jobs/<job-name>/result.json
|
| 164 |
+
jobs/<job-name>/summary.json
|
| 165 |
+
jobs/<job-name>/summary.csv
|
| 166 |
+
jobs/<job-name>/<task>__<trial>/verifier/reward.json
|
| 167 |
+
jobs/<job-name>/<task>__<trial>/verifier/ctrf.json
|
| 168 |
+
jobs/<job-name>/<task>__<trial>/verifier/test-stdout.txt
|
| 169 |
+
~~~
|
| 170 |
+
|
| 171 |
+
The summary CSV is the convenient per-task result table. Use `pier view jobs`
|
| 172 |
+
for trajectories and inspect `result.json`, `reward.json`, and
|
| 173 |
+
`test-stdout.txt` together when diagnosing a failure.
|
| 174 |
+
|
| 175 |
+
## Common Variants
|
| 176 |
+
|
| 177 |
+
Pull nothing and inspect the fully rendered command:
|
| 178 |
+
|
| 179 |
+
~~~bash
|
| 180 |
+
python3 tools/run_batch.py \
|
| 181 |
+
--path tasks-selected-small \
|
| 182 |
+
--agent codex \
|
| 183 |
+
--env-file ~/.config/swe-bench-science/codex.env \
|
| 184 |
+
--skip-pull \
|
| 185 |
+
--dry-run
|
| 186 |
+
~~~
|
| 187 |
+
|
| 188 |
+
Run the 91-task science-knowledge ablation selection after materialization:
|
| 189 |
+
|
| 190 |
+
~~~bash
|
| 191 |
+
python3 tools/materialize.py \
|
| 192 |
+
--task-id 002-082,084,086,090,097-101,111,114 \
|
| 193 |
+
--allow-restricted-licenses \
|
| 194 |
+
--output tasks-science-knowledge-ablation --force
|
| 195 |
+
|
| 196 |
+
python3 tools/run_batch.py \
|
| 197 |
+
--path tasks-science-knowledge-ablation \
|
| 198 |
+
--agent codex \
|
| 199 |
+
--env-file ~/.config/swe-bench-science/codex.env \
|
| 200 |
+
--n-concurrent 4 \
|
| 201 |
+
--jobs-dir jobs \
|
| 202 |
+
--job-name codex-science-ablation
|
| 203 |
+
~~~
|
manifests/tasks.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/task_001/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "001",
|
|
|
|
| 3 |
"title": "Repair omega-dependent range-separated PBE workflow in a real PySCF STRSF repository",
|
| 4 |
"domain": "density-functional-theory",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "001",
|
| 3 |
+
"science_knowledge_ablation": false,
|
| 4 |
"title": "Repair omega-dependent range-separated PBE workflow in a real PySCF STRSF repository",
|
| 5 |
"domain": "density-functional-theory",
|
| 6 |
"language": "python",
|
tasks/task_002/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "002",
|
|
|
|
| 3 |
"title": "Repair an inconsistent reduced validation workflow",
|
| 4 |
"domain": "density-functional-theory",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "002",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair an inconsistent reduced validation workflow",
|
| 5 |
"domain": "density-functional-theory",
|
| 6 |
"language": "python",
|
tasks/task_003/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "003",
|
|
|
|
| 3 |
"title": "Repair extxyz stress and virial tensor-label preservation",
|
| 4 |
"domain": "atomistic-machine-learning-data",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "003",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair extxyz stress and virial tensor-label preservation",
|
| 5 |
"domain": "atomistic-machine-learning-data",
|
| 6 |
"language": "python",
|
tasks/task_004/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "004",
|
|
|
|
| 3 |
"title": "Repair split-read exon-overlap filtering",
|
| 4 |
"domain": "rna-seq-genomic-interval-semantics",
|
| 5 |
"language": "c++",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "004",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair split-read exon-overlap filtering",
|
| 5 |
"domain": "rna-seq-genomic-interval-semantics",
|
| 6 |
"language": "c++",
|
tasks/task_005/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "005",
|
|
|
|
| 3 |
"title": "Repair edited MRS subspectrum polarity handling",
|
| 4 |
"domain": "magnetic-resonance-spectroscopy-processing",
|
| 5 |
"language": "matlab-octave",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "005",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair edited MRS subspectrum polarity handling",
|
| 5 |
"domain": "magnetic-resonance-spectroscopy-processing",
|
| 6 |
"language": "matlab-octave",
|
tasks/task_006/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "006",
|
|
|
|
| 3 |
"title": "Repair inconsistent genomic interval enrichment counts",
|
| 4 |
"domain": "genomics-interval-statistics",
|
| 5 |
"language": "c++",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "006",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair inconsistent genomic interval enrichment counts",
|
| 5 |
"domain": "genomics-interval-statistics",
|
| 6 |
"language": "c++",
|
tasks/task_007/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "007",
|
|
|
|
| 3 |
"title": "Repair unstable spectral registration for drifted MRS transients",
|
| 4 |
"domain": "magnetic-resonance-spectroscopy",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "007",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair unstable spectral registration for drifted MRS transients",
|
| 5 |
"domain": "magnetic-resonance-spectroscopy",
|
| 6 |
"language": "python",
|
tasks/task_008/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "008",
|
|
|
|
| 3 |
"title": "Establish first vacuum-plus-wall external-region capability in the TERPSICHORE-native path",
|
| 4 |
"domain": "plasma-stability",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "008",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Establish first vacuum-plus-wall external-region capability in the TERPSICHORE-native path",
|
| 5 |
"domain": "plasma-stability",
|
| 6 |
"language": "python",
|
tasks/task_009/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "009",
|
|
|
|
| 3 |
"title": "Enable projection-wall external-region support in the TERPSICHORE-native path",
|
| 4 |
"domain": "plasma-stability",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "009",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Enable projection-wall external-region support in the TERPSICHORE-native path",
|
| 5 |
"domain": "plasma-stability",
|
| 6 |
"language": "python",
|
tasks/task_010/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "010",
|
|
|
|
| 3 |
"title": "Complete alternate perturbation-representation support",
|
| 4 |
"domain": "plasma-stability",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "010",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Complete alternate perturbation-representation support",
|
| 5 |
"domain": "plasma-stability",
|
| 6 |
"language": "python",
|
tasks/task_011/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "011",
|
|
|
|
| 3 |
"title": "Complete the Missing Response Capability",
|
| 4 |
"domain": "plasma-stability",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "011",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Complete the Missing Response Capability",
|
| 5 |
"domain": "plasma-stability",
|
| 6 |
"language": "python",
|
tasks/task_012/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "012",
|
|
|
|
| 3 |
"title": "Complete 3-D Cross-n FOURIN Spectral Coupling",
|
| 4 |
"domain": "plasma-stability",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "012",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Complete 3-D Cross-n FOURIN Spectral Coupling",
|
| 5 |
"domain": "plasma-stability",
|
| 6 |
"language": "python",
|
tasks/task_013/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "013",
|
|
|
|
| 3 |
"title": "Establish boundary-regime operator and energy closure in the TERPSICHORE-native path",
|
| 4 |
"domain": "plasma-stability",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "013",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Establish boundary-regime operator and energy closure in the TERPSICHORE-native path",
|
| 5 |
"domain": "plasma-stability",
|
| 6 |
"language": "python",
|
tasks/task_014/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "014",
|
|
|
|
| 3 |
"title": "Complete the native multi-equilibrium TERPSICHORE workflow",
|
| 4 |
"domain": "plasma-stability",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "014",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Complete the native multi-equilibrium TERPSICHORE workflow",
|
| 5 |
"domain": "plasma-stability",
|
| 6 |
"language": "python",
|
tasks/task_015/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "015",
|
|
|
|
| 3 |
"title": "Restore thermal-equilibrium invariants in a Liouville-space relaxation workflow",
|
| 4 |
"domain": "magnetic-resonance-spin-dynamics",
|
| 5 |
"language": "matlab-octave",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "015",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Restore thermal-equilibrium invariants in a Liouville-space relaxation workflow",
|
| 5 |
"domain": "magnetic-resonance-spin-dynamics",
|
| 6 |
"language": "matlab-octave",
|
tasks/task_016/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "016",
|
|
|
|
| 3 |
"title": "Repair HMMRATAC peak refinement under sparse signal resolution",
|
| 4 |
"domain": "chromatin-accessibility peak calling",
|
| 5 |
"language": "python-cython",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "016",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair HMMRATAC peak refinement under sparse signal resolution",
|
| 5 |
"domain": "chromatin-accessibility peak calling",
|
| 6 |
"language": "python-cython",
|
tasks/task_017/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "017",
|
|
|
|
| 3 |
"title": "Repair dark-matter line-of-sight maps in Gammapy",
|
| 4 |
"domain": "gamma-ray-astronomy-dark-matter",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "017",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair dark-matter line-of-sight maps in Gammapy",
|
| 5 |
"domain": "gamma-ray-astronomy-dark-matter",
|
| 6 |
"language": "python",
|
tasks/task_018/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "018",
|
|
|
|
| 3 |
"title": "Restore blacklist semantics in an HMMRATAC chromatin-accessibility workflow",
|
| 4 |
"domain": "epigenomics-atac-seq-hmm",
|
| 5 |
"language": "python-cython",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "018",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Restore blacklist semantics in an HMMRATAC chromatin-accessibility workflow",
|
| 5 |
"domain": "epigenomics-atac-seq-hmm",
|
| 6 |
"language": "python-cython",
|
tasks/task_019/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "019",
|
|
|
|
| 3 |
"title": "Complete robust topic-to-cistrome binarization for independent probability matrices",
|
| 4 |
"domain": "single-cell-chromatin-accessibility",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "019",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Complete robust topic-to-cistrome binarization for independent probability matrices",
|
| 5 |
"domain": "single-cell-chromatin-accessibility",
|
| 6 |
"language": "python",
|
tasks/task_020/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "020",
|
|
|
|
| 3 |
"title": "Complete an edge-graph geometry and force/virial capability for atomistic models",
|
| 4 |
"domain": "atomistic-machine-learning-and-molecular-simulation",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "020",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Complete an edge-graph geometry and force/virial capability for atomistic models",
|
| 5 |
"domain": "atomistic-machine-learning-and-molecular-simulation",
|
| 6 |
"language": "python",
|
tasks/task_021/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "021",
|
|
|
|
| 3 |
"title": "Complete a missing atomic-liquid thermodynamic-integration capability",
|
| 4 |
"domain": "atomistic thermodynamic integration and free-energy calculation",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "021",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Complete a missing atomic-liquid thermodynamic-integration capability",
|
| 5 |
"domain": "atomistic thermodynamic integration and free-energy calculation",
|
| 6 |
"language": "python",
|
tasks/task_022/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "022",
|
|
|
|
| 3 |
"title": "Repair an inconsistent volume-to-surface projection",
|
| 4 |
"domain": "neuroimaging",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "022",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair an inconsistent volume-to-surface projection",
|
| 5 |
"domain": "neuroimaging",
|
| 6 |
"language": "python",
|
tasks/task_023/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "023",
|
|
|
|
| 3 |
"title": "Restore continuous NPT periodic-boundary unwrapping",
|
| 4 |
"domain": "molecular-dynamics-periodic-boundary-analysis",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "023",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Restore continuous NPT periodic-boundary unwrapping",
|
| 5 |
"domain": "molecular-dynamics-periodic-boundary-analysis",
|
| 6 |
"language": "python",
|
tasks/task_024/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "024",
|
|
|
|
| 3 |
"title": "Restore coherent inference in a centered factorial-effects model",
|
| 4 |
"domain": "probabilistic-scientific-computing",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "024",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Restore coherent inference in a centered factorial-effects model",
|
| 5 |
"domain": "probabilistic-scientific-computing",
|
| 6 |
"language": "python",
|
tasks/task_025/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "025",
|
|
|
|
| 3 |
"title": "Repair inconsistent cross-protocol Osprey validation reports",
|
| 4 |
"domain": "edited-magnetic-resonance-spectroscopy-workflow",
|
| 5 |
"language": "matlab-octave",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "025",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair inconsistent cross-protocol Osprey validation reports",
|
| 5 |
"domain": "edited-magnetic-resonance-spectroscopy-workflow",
|
| 6 |
"language": "matlab-octave",
|
tasks/task_026/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "026",
|
|
|
|
| 3 |
"title": "Restore isentropic interpolation for terrain-following model data",
|
| 4 |
"domain": "atmospheric-science-isentropic-interpolation",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "026",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Restore isentropic interpolation for terrain-following model data",
|
| 5 |
"domain": "atmospheric-science-isentropic-interpolation",
|
| 6 |
"language": "python",
|
tasks/task_027/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "027",
|
|
|
|
| 3 |
"title": "Restore consistent NMR peak-set encoding under batch padding",
|
| 4 |
"domain": "ai4science-nmr-structure-elucidation",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "027",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Restore consistent NMR peak-set encoding under batch padding",
|
| 5 |
"domain": "ai4science-nmr-structure-elucidation",
|
| 6 |
"language": "python",
|
tasks/task_028/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "028",
|
|
|
|
| 3 |
"title": "Repair control-referenced relative responses in a single-cell perturbation workflow",
|
| 4 |
"domain": "single-cell-perturbation-response-modeling",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "028",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair control-referenced relative responses in a single-cell perturbation workflow",
|
| 5 |
"domain": "single-cell-perturbation-response-modeling",
|
| 6 |
"language": "python",
|
tasks/task_029/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "029",
|
|
|
|
| 3 |
"title": "Restore annotation equivalence after circular-record orientation normalization",
|
| 4 |
"domain": "genomics-sequence-annotation",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "029",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Restore annotation equivalence after circular-record orientation normalization",
|
| 5 |
"domain": "genomics-sequence-annotation",
|
| 6 |
"language": "python",
|
tasks/task_030/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "030",
|
|
|
|
| 3 |
"title": "Repair format-conformant SHELX/AIRSS .res export in a crystallographic IO workflow",
|
| 4 |
"domain": "crystallography-file-format-semantics",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "030",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair format-conformant SHELX/AIRSS .res export in a crystallographic IO workflow",
|
| 5 |
"domain": "crystallography-file-format-semantics",
|
| 6 |
"language": "python",
|
tasks/task_031/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "031",
|
|
|
|
| 3 |
"title": "Restore documented average-reference semantics for mixed-modality recordings",
|
| 4 |
"domain": "neurophysiology-signal-processing",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "031",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Restore documented average-reference semantics for mixed-modality recordings",
|
| 5 |
"domain": "neurophysiology-signal-processing",
|
| 6 |
"language": "python",
|
tasks/task_032/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "032",
|
|
|
|
| 3 |
"title": "Repair an inconsistent peptide energy after topology import",
|
| 4 |
"domain": "molecular-simulation",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "032",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair an inconsistent peptide energy after topology import",
|
| 5 |
"domain": "molecular-simulation",
|
| 6 |
"language": "python",
|
tasks/task_033/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "033",
|
|
|
|
| 3 |
"title": "Repair inconsistent energies across equivalent periodic representations",
|
| 4 |
"domain": "periodic-electronic-structure",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "033",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair inconsistent energies across equivalent periodic representations",
|
| 5 |
"domain": "periodic-electronic-structure",
|
| 6 |
"language": "python",
|
tasks/task_034/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "034",
|
|
|
|
| 3 |
"title": "Repair an inconsistent stochastic trajectory calculation",
|
| 4 |
"domain": "stochastic-numerical-analysis",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "034",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair an inconsistent stochastic trajectory calculation",
|
| 5 |
"domain": "stochastic-numerical-analysis",
|
| 6 |
"language": "python",
|
tasks/task_035/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "035",
|
|
|
|
| 3 |
"title": "Repair an incomplete stiff-kinetics campaign",
|
| 4 |
"domain": "numerical-analysis-and-chemical-kinetics",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "035",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair an incomplete stiff-kinetics campaign",
|
| 5 |
"domain": "numerical-analysis-and-chemical-kinetics",
|
| 6 |
"language": "python",
|
tasks/task_036/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "036",
|
|
|
|
| 3 |
"title": "Repair inconsistent sampling on a spherical curvilinear ocean grid",
|
| 4 |
"domain": "computational-oceanography-and-spherical-geometry",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "036",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair inconsistent sampling on a spherical curvilinear ocean grid",
|
| 5 |
"domain": "computational-oceanography-and-spherical-geometry",
|
| 6 |
"language": "python",
|
tasks/task_037/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "037",
|
|
|
|
| 3 |
"title": "Repair an inconsistent multiframe MR reconstruction",
|
| 4 |
"domain": "medical-imaging",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "037",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair an inconsistent multiframe MR reconstruction",
|
| 5 |
"domain": "medical-imaging",
|
| 6 |
"language": "python",
|
tasks/task_038/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "038",
|
|
|
|
| 3 |
"title": "Repair inconsistent crystal classification across equivalent representations",
|
| 4 |
"domain": "computational-crystallography-and-materials-symmetry",
|
| 5 |
"language": "c",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "038",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair inconsistent crystal classification across equivalent representations",
|
| 5 |
"domain": "computational-crystallography-and-materials-symmetry",
|
| 6 |
"language": "c",
|
tasks/task_039/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "039",
|
|
|
|
| 3 |
"title": "Repair a river-network sediment transport calculation",
|
| 4 |
"domain": "earth-surface-dynamics-and-river-sediment-transport",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "039",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair a river-network sediment transport calculation",
|
| 5 |
"domain": "earth-surface-dynamics-and-river-sediment-transport",
|
| 6 |
"language": "python",
|
tasks/task_040/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "040",
|
|
|
|
| 3 |
"title": "Restore consistent magnetic-dipole electromagnetic predictions",
|
| 4 |
"domain": "computational-electromagnetics-and-geophysical-forward-modeling",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "040",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Restore consistent magnetic-dipole electromagnetic predictions",
|
| 5 |
"domain": "computational-electromagnetics-and-geophysical-forward-modeling",
|
| 6 |
"language": "python",
|
tasks/task_041/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "041",
|
|
|
|
| 3 |
"title": "Repair an inconsistent near-Earth vector conversion",
|
| 4 |
"domain": "space-physics-coordinate-systems",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "041",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair an inconsistent near-Earth vector conversion",
|
| 5 |
"domain": "space-physics-coordinate-systems",
|
| 6 |
"language": "python",
|
tasks/task_042/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "042",
|
|
|
|
| 3 |
"title": "Repair an inconsistent solar-coordinate archive workflow",
|
| 4 |
"domain": "solar-physics-scientific-data-semantics",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "042",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair an inconsistent solar-coordinate archive workflow",
|
| 5 |
"domain": "solar-physics-scientific-data-semantics",
|
| 6 |
"language": "python",
|
tasks/task_043/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "043",
|
|
|
|
| 3 |
"title": "Repair an inconsistent porous-volume characterization",
|
| 4 |
"domain": "porous-media-image-analysis",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "043",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair an inconsistent porous-volume characterization",
|
| 5 |
"domain": "porous-media-image-analysis",
|
| 6 |
"language": "python",
|
tasks/task_044/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "044",
|
|
|
|
| 3 |
"title": "Repair inconsistent lithium-ion discharge predictions",
|
| 4 |
"domain": "electrochemical-battery-modeling",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "044",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair inconsistent lithium-ion discharge predictions",
|
| 5 |
"domain": "electrochemical-battery-modeling",
|
| 6 |
"language": "python",
|
tasks/task_045/metadata.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"task_id": "045",
|
|
|
|
| 3 |
"title": "Repair inconsistent finite-volume operations on a connected multi-face grid",
|
| 4 |
"domain": "computational-oceanography-finite-volume-grids",
|
| 5 |
"language": "python",
|
|
|
|
| 1 |
{
|
| 2 |
"task_id": "045",
|
| 3 |
+
"science_knowledge_ablation": true,
|
| 4 |
"title": "Repair inconsistent finite-volume operations on a connected multi-face grid",
|
| 5 |
"domain": "computational-oceanography-finite-volume-grids",
|
| 6 |
"language": "python",
|