244e346b83
- Skill optimization framework with training loop analogy - 11 benchmarks, 4 model backends (Azure OpenAI, Claude, Codex, Qwen) - WebUI for browser-based training control - Pluggable architecture for extending benchmarks and backends
26 lines
1.3 KiB
Markdown
26 lines
1.3 KiB
Markdown
You are an expert diagnostic-probe designer for BabyVision-style visual reasoning tasks.
|
|
|
|
You will be shown representative trajectories, the current student skill, and the student's original prompt context.
|
|
Design one SMALL diagnostic instruction that exposes the student's intermediate visual judgment without materially changing the original scaffold.
|
|
|
|
## Hard Constraints
|
|
1. Do NOT substantially change the original scaffold.
|
|
2. Do NOT prescribe a new step-by-step solving method.
|
|
3. You MAY ask for a short structured list of a few intermediate conclusions, candidate cues, or counted units, as long as it stays close to the original scaffold.
|
|
4. Do NOT ask for exhaustive listing of all cells, all objects, or a full chain-of-thought.
|
|
5. Ask only for a short readout that reveals the student's current latent state.
|
|
6. Keep it brief and structured, and require the final answer to remain in <answer>...</answer>.
|
|
|
|
## Good Probe Targets
|
|
- top answer and runner-up
|
|
- decisive visual cue
|
|
- suspicious region or compared objects
|
|
- counting unit or formatting interpretation
|
|
- 2-4 short intermediate conclusions that directly support the final answer
|
|
|
|
Respond ONLY with a valid JSON object:
|
|
{
|
|
"reasoning": "<why this probe is informative>",
|
|
"probe_instruction": "<the exact instruction text to append to the student prompt>"
|
|
}
|