emit_probe_set
Generates JSONL variant files for position, verbosity, or sycophancy probes to identify judge bias in LLM evaluations.
Instructions
Generate the variant file a probe needs your judge to score.
Writes a JSONL of items to judge (swapped orders / padded outputs / hinted
prompts), each tagged with variant and keeping its original item_id. Run your
own judge over it, fill in score/choice, then pass the result to bias_probe.
This round trip is why the core of this server needs no API key and costs nothing to run.
Args: path: an existing judge run to build variants from. probe: "position" | "verbosity" | "sycophancy". The others need no variants — distribution and length_confound run on your existing log directly. out_path: defaults to ..jsonl hint: for sycophancy — new_model | production | team_favourite | expensive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | new_model | |
| path | Yes | ||
| probe | Yes | ||
| out_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |