--- license: apache-2.0 task_categories: - text-generation language: - en tags: - dpo - preference - process-reward-model - code-critic size_categories: - 1K= 1 `DETECTED` verdict | 892 (57.9%) | | pairs differing in prose only (identical verdicts) | 649 (42.1%) | | median flipped `DETECTED` labels per pair | 1 | | median char similarity, pre-`OVERALL_GUIDANCE` section | 0.399 | | pairs whose common prefix reaches `OVERALL_GUIDANCE` | 8.2% | The last three rows matter for anyone planning to slice this data. The chosen and rejected critiques are **not** identical up to the guidance paragraph — they diverge a median of ~1859 characters before `OVERALL_GUIDANCE` begins, and the categorization sections differ substantially. Training only on the `OVERALL_GUIDANCE` span would discard ~87% of the tokens and most of the signal. Slicing by pair type does not help either: in a DPO run on this data, the verdict-flip subset scored 0.620 held-out preference accuracy and the prose-only subset 0.618 — statistically indistinguishable. ## Models trained on this dataset - [`code-critic-model/Qwen3-4B-DPO-beta0.1-sft0.25-lr1e-6-bs32-ep1`](https://huggingface.co/code-critic-model/Qwen3-4B-DPO-beta0.1-sft0.25-lr1e-6-bs32-ep1) — 0.619 held-out preference accuracy vs 0.516 for the base model.