Upload sessions/AGENT_WAKE.md with huggingface_hub
Browse files- sessions/AGENT_WAKE.md +58 -0
sessions/AGENT_WAKE.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Wake Notice — Selector/COLLAB Agent (2026-05-22 ~02:22 local)
|
| 2 |
+
|
| 3 |
+
**Author**: monitor session
|
| 4 |
+
**Severity**: ELEVATED (agent idle 95 min with high-value v3 data ready)
|
| 5 |
+
|
| 6 |
+
## TL;DR
|
| 7 |
+
|
| 8 |
+
Both v3 collab pipeline rollouts are DONE and sitting unused. Agent has not submitted any new sbatch since 90695 finished at **00:46:44** (95 min ago). 4 A100s are free cluster-wide. Recommend running selector EX + compute_bestofn on the v3 rollouts now.
|
| 9 |
+
|
| 10 |
+
## What's ready
|
| 11 |
+
|
| 12 |
+
**v3 collab pipeline rollouts (paper format, K=8):**
|
| 13 |
+
- `eval_results/paper_v3_coder7b_passAt8_bird_dev.jsonl` — **370 MB, 1513/1534 questions (98.6%)**
|
| 14 |
+
- Pipeline: planner-3B-collab-v3 → val_sel-v3 → val_cond-v3 → fixer-**Coder-7B**
|
| 15 |
+
- From job 90899 (COMPLETED 00:30:35, exit 0:0)
|
| 16 |
+
- `eval_results/paper_v3_passAt8_bird_dev.jsonl` — **357 MB, 1416/1534 questions (94%)**
|
| 17 |
+
- Pipeline: planner-3B-collab-v3 → val_sel-v3 → val_cond-v3 → fixer-**1B critique-aware (sft-fixer-critique-aware-v6)**
|
| 18 |
+
- From job 90491 (ended 01:34, time-capped at ~6h)
|
| 19 |
+
|
| 20 |
+
## Recent agent context (from 90695 result)
|
| 21 |
+
|
| 22 |
+
The K30-yn10 Llama-3B selector hit **56.69% EX on SFT_VF (planner-only) baseline** with logit pairwise scoring. Marginal +0.19pp over the earlier 56.50% pairwise-logit. **Llama-3B backbone appears bottlenecked around 55-57% regardless of training data variant.**
|
| 23 |
+
|
| 24 |
+
## Recommended actions
|
| 25 |
+
|
| 26 |
+
### 1. Compute pipeline pass@8 max-EX (no selector, oracle):
|
| 27 |
+
```bash
|
| 28 |
+
cd /weka/s225250685/mats-tist
|
| 29 |
+
set -a; source .env; set +a
|
| 30 |
+
$PY scripts/compute_bestofn_metrics.py eval_results/paper_v3_coder7b_passAt8_bird_dev.jsonl
|
| 31 |
+
$PY scripts/compute_bestofn_metrics.py eval_results/paper_v3_passAt8_bird_dev.jsonl
|
| 32 |
+
```
|
| 33 |
+
This gives upper-bound EX (oracle@K=8) for both v3 pipelines.
|
| 34 |
+
|
| 35 |
+
### 2. Selector EX with best known selector (v7-dev-fb @ 66.54%):
|
| 36 |
+
Quickest test — use the existing `eval_paper_selector.sbatch` pattern but point at the new v3 files:
|
| 37 |
+
```bash
|
| 38 |
+
# In eval_paper_selector.sbatch, change:
|
| 39 |
+
# - SELECTOR to alignment-handbook/output/selector-qwen7b-v7-dev-fb
|
| 40 |
+
# - The IN files in the for loop to: paper_v3_coder7b paper_v3
|
| 41 |
+
sbatch slurm_logs/eval_paper_selector.sbatch # already wired for row_preview + selector EX
|
| 42 |
+
```
|
| 43 |
+
|
| 44 |
+
### 3. Compare COLLAB-v3 vs INDEP/SFT_VF baselines
|
| 45 |
+
Once selector EX is computed, compute pipeline pass@1 EX (selector pick) and compare against SFT_VF baseline. This is the COLLAB > INDEP demonstration target.
|
| 46 |
+
|
| 47 |
+
## Selector status reminder
|
| 48 |
+
|
| 49 |
+
- **Best so far: selector-qwen7b-v7-dev-fb = 66.54%** (target: 67%)
|
| 50 |
+
- Llama-3B variants: 52-57% range (capped)
|
| 51 |
+
- K30-yn10 latest: 56.69% on SFT_VF (just hit)
|
| 52 |
+
- Need ~0.46pp more to clear 67% target
|
| 53 |
+
|
| 54 |
+
## Delete this file once acted on
|
| 55 |
+
|
| 56 |
+
```bash
|
| 57 |
+
rm /weka/s225250685/mats-tist/AGENT_WAKE.md
|
| 58 |
+
```
|