RLCD / DPO preference pair generator
jev_preference_pairsScores candidate answers using the Jev Score primitive and outputs chosen/rejected JSONL pairs for local DPO training.
Instructions
Score every candidate answer with the Jev Score primitive and emit chosen/rejected JSONL pairs for local DPO training.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Prompt + candidate answers. | |
| writeFile | No | Write the JSONL file (default true). |