diff --git a/index.html b/index.html index 44c9949..fcfe3a1 100644 --- a/index.html +++ b/index.html @@ -1189,7 +1189,7 @@
Rollout -

The student executes tasks with the current skill and records scored trajectories.

+

The target model executes tasks with the current skill and records scored trajectories.

Reflect @@ -1251,7 +1251,7 @@
03 / Main Results
-

SkillOpt improves GPT and Qwen students.

+

SkillOpt improves GPT and Qwen target models.

The table reports main-result gains across target models and execution harnesses, comparing no-skill execution with the final @@ -1264,7 +1264,7 @@ - + @@ -1557,10 +1557,10 @@

A typical run turns failures into concrete operating rules.

- This ALFWorld run uses GPT-5.5 as the teacher and GPT-5.4-mini as the - frozen student. The plot tracks train rollout and held-out selection - scores; hover or focus a point to inspect the skill edit proposed at - that stage. + This ALFWorld run uses GPT-5.4-mini as the frozen target model and + GPT-5.5 as the optimizer model. The plot tracks train rollout and + held-out selection scores; hover or focus a point to inspect the + skill edit proposed at that stage.

@@ -1665,7 +1665,7 @@
Run setup - Student: GPT-5.4-mini. Teacher: GPT-5.5. The skill starts from a compact ALFWorld instruction file and is edited in text space. + Target model: GPT-5.4-mini. Optimizer model: GPT-5.5. The skill starts from a compact ALFWorld instruction file and is edited in text space.
Selection rule @@ -1703,9 +1703,9 @@

Codex-trained SpreadsheetBench skill transferred into Claude Code.

- Self-teaching + Self-optimizer +10.4 -

GPT-5.4-nano self-teacher improved SpreadsheetBench over baseline.

+

GPT-5.4-nano used as its own optimizer improved SpreadsheetBench over baseline.

Deployment @@ -1737,7 +1737,7 @@ summary: "The starting skill solves many direct cases, but failures cluster around repeated search, loose object matching, and unfinished pick-two progress.", edits: [ "Generic search and delivery rules, with no persistent numbered-location memory.", - "Selection baseline before any teacher edit is applied.", + "Selection baseline before any optimizer edit is applied.", "The run uses this score as the acceptance floor for future candidates." ] }, diff --git a/skillopt.html b/skillopt.html index 44c9949..fcfe3a1 100644 --- a/skillopt.html +++ b/skillopt.html @@ -1189,7 +1189,7 @@
Rollout -

The student executes tasks with the current skill and records scored trajectories.

+

The target model executes tasks with the current skill and records scored trajectories.

Reflect @@ -1251,7 +1251,7 @@
03 / Main Results
-

SkillOpt improves GPT and Qwen students.

+

SkillOpt improves GPT and Qwen target models.

The table reports main-result gains across target models and execution harnesses, comparing no-skill execution with the final @@ -1264,7 +1264,7 @@

Student modelTarget model Harness SearchQA Sheet
- + @@ -1557,10 +1557,10 @@

A typical run turns failures into concrete operating rules.

- This ALFWorld run uses GPT-5.5 as the teacher and GPT-5.4-mini as the - frozen student. The plot tracks train rollout and held-out selection - scores; hover or focus a point to inspect the skill edit proposed at - that stage. + This ALFWorld run uses GPT-5.4-mini as the frozen target model and + GPT-5.5 as the optimizer model. The plot tracks train rollout and + held-out selection scores; hover or focus a point to inspect the + skill edit proposed at that stage.

@@ -1665,7 +1665,7 @@
Run setup - Student: GPT-5.4-mini. Teacher: GPT-5.5. The skill starts from a compact ALFWorld instruction file and is edited in text space. + Target model: GPT-5.4-mini. Optimizer model: GPT-5.5. The skill starts from a compact ALFWorld instruction file and is edited in text space.
Selection rule @@ -1703,9 +1703,9 @@

Codex-trained SpreadsheetBench skill transferred into Claude Code.

- Self-teaching + Self-optimizer +10.4 -

GPT-5.4-nano self-teacher improved SpreadsheetBench over baseline.

+

GPT-5.4-nano used as its own optimizer improved SpreadsheetBench over baseline.

Deployment @@ -1737,7 +1737,7 @@ summary: "The starting skill solves many direct cases, but failures cluster around repeated search, loose object matching, and unfinished pick-two progress.", edits: [ "Generic search and delivery rules, with no persistent numbered-location memory.", - "Selection baseline before any teacher edit is applied.", + "Selection baseline before any optimizer edit is applied.", "The run uses this score as the acceptance floor for future candidates." ] },
Student modelTarget model Harness SearchQA Sheet