REVIEW 4 major objections 5 minor 37 references
Solver-verified counterfactual normative reasoning shows that models can reach perfect verdict accuracy while learning no falsification competence, and that a class-conditioned reward teaches structural change fields that final-answer rewar
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-02 08:43 UTC pith:YM4G6ZSQ
load-bearing objection Solver-verified counterfactual benchmark with a genuinely useful reward-geometry result, but ground truth rests on an unverified and possibly order-sensitive solver, so treat as a strong conditional. the 4 major comments →
NormWorlds-CF: Solver-Verified Counterfactual Normative Reasoning with Metamorphic-Relation GRPO
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central discovery is a reward geometry: different supervision targets and rewards learn different slices of the same normative structure, and final-answer supervision is not a proxy for dialectical competence. Answer-only SFT reaches perfect answer accuracy but scores zero on joint falsification certificates; adding proof targets saturates proofs yet still leaves falsification at zero, and only full-mix training with targeted replay reaches 0.99 all-task accuracy. In the compact paired-world change task, answer-only GRPO shifts the relation prior toward change labels and improves answer-local fields at the expense of relation-family structure, while sparse exact/schema GRPO prese
What carries the argument
The load-bearing object is the deterministic solver S(w) = (a, C), a closed symbolic procedure that maps an executable rule world to a final answer and a certificate (decisive rules, defeated alternatives, argument statuses, minimal support), together with its change-differencing operator M(w, τ) = (r_τ, D[S(w), S(τ(w))]) that derives paired-world metamorphic relation labels and fine-grained change fields by comparing two solver traces. This machinery carries the argument because every supervision target, GRPO reward, and reported metric is a downstream function of these solver outputs, never an LLM judge. The second key object is the class-conditioned metamorphic reward A_class, which group
Load-bearing premise
The whole benchmark rests on the unreleased deterministic solver being a correct and complete implementation of the intended defeasible normative semantics; if the solver's design choices misrepresent dialectical reasoning, every ground-truth label, reward, and result inherits the error.
What would settle it
Take the prose description of the solver, reimplement the forward-chaining, attack-only-on-incompatible-labels, priority-by-directed-reachability, and minimal-support algorithm, and compare its outputs against the paper's reported ground truth on all 270 root families and 1080 canonical-to-variant pairs; a single mismatch in any relation family label would falsify the benchmark's ground truth and, with it, the reward-geometry conclusions.
If this is right
- If the paper is right, post-training for judgment-like tasks should not use answer-only rewards as a competence proxy: perfect verdicts can coexist with zero falsification ability.
- Answer-only reward can actively distort structure in a low-entropy label setting: it biases the relation prior toward change labels, converting invariant examples into wrong-family errors.
- Sparse exact rewards can starve GRPO when the target structure is nested rather than a rare token: zero within-group reward variance removes the ranking signal.
- Class-conditioned partial credit along a diagnostic hierarchy (invariant vs change families) densifies structural reward without collapsing to the most visible answer field.
- Solver-verified environments make failure attribution typed (answer vs proof vs falsification vs counterfactual errors), turning 'the model is wrong' into a researchable diagnosis.
Where Pith is reading between the lines
- The scarcity-inversion framing generalizes: any domain with a small verdict label set (medical triage, compliance checks, policy classification) should place reward on the structure that distinguishes a right answer from a right reason, not on the answer itself.
- Because the solver is unreleased, the benchmark is not yet independently auditable; opening the solver or providing a formal specification would let other labs regenerate worlds and test reward designs against a checkable ground truth.
- The proof-to-falsification non-transfer suggests critique is a separate capability from construction; a testable extension is whether training on falsification first transfers to proof, or whether the two require separate curricula.
- MR-GRPO's class-conditioning could be extended from the invariant/change boundary to finer subtype distinctions (e.g., support_delta vs priority_delta) or adapted for OOD transfer by conditioning on structural invariants rather than family names.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces NormWorlds-CF, a solver-verified environment for counterfactual normative reasoning in executable rule worlds. A deterministic solver S (Eq. 1) produces final answers, proof/falsification certificates, argument statuses, minimal supports, and paired-world change labels via a metamorphic relation M (Eq. 2), so supervision, reward, and evaluation avoid LLM judges. Staged SFT diagnostics show that answer-only supervision saturates verdict accuracy but leaves joint falsification at zero, while full-mix training with targeted replay reaches 0.99 overall. On the compact paired-world change-record task, the paper compares answer-only, sparse, and class-conditioned MR-GRPO rewards under a matched Qwen3-1.7B continuation and a Qwen3-4B three-seed from-SFT validation. The central claim is a reward geometry: sparse reward preserves coarse relation labels, answer-only reward trades family structure for answer-local gains, and MR-GRPO improves answer/support/status change fields while keeping family structure, with exact full-record generation, invariant subtype recognition, and OOD transfer remaining open.
Significance. If the solver is correct and released, this is a valuable contribution to post-training evaluation and reward design for structured judgment tasks. The deterministic scoring, typed failure taxonomy, compact change-record interface, and the explicit separation of final-answer supervision from structural competence are constructive; the paper also states its limitations clearly and uses McNemar tests for the 1.7B held-out items. However, the significance is conditional on the correctness and order-invariance of the unreleased solver, on the statistical robustness of the three-seed 4B means, and on the availability of code/configurations for independent verification.
major comments (4)
- [§2.2, Eq. (2)] The description of minimal-support search is not order-invariant. The sentence 'Minimal support searches subsets of decisive rules sufficient to sustain the answer while defeating conflicting alternatives' specifies no tie-breaking rule. If two minimal supports exist (e.g., two independent rules both permit the same action), a surface_invariant edit that reorders facts/rules/priorities can change which support is selected, so D(S(w),S(τ(w))) can report spurious support or attack changes on an invariant edit; conversely, a support_delta edit can switch to an alternative support and report an empty support-change field. Since every SFT target and every reward term in Eqs. (4)–(7) is a function of these labels, the central MR-GRPO comparison inherits any such artifact. Please specify deterministic tie-breaking (e.g., lexicographic over rule IDs), provide an order-ablation experiment (permut
- [§4.3, Table 7] The three-seed means are reported without variance, confidence intervals, or per-seed significance tests. The headline 4B claims ('MR-GRPO leads on answer-, support-, and status-change fields') rest on differences of 0.020–0.043 (e.g., support change 0.621 vs 0.597; status change 0.600 vs 0.571; all-changes exact 0.443 vs 0.435). With three seeds these differences are consistent with noise. Provide per-seed tables with CIs or paired tests, or explicitly hedge these as directional. Also report whether the sparse-vs-MR relation-family difference (0.790 vs 0.781) is within noise.
- [§4.2, Table 6] The 1.7B continuation is a single run per reward. The abstract and §4.2 say MR-GRPO 'improves' relation accuracy and 'reduces' wrong-family error, with McNemar p-values computed on held-out items. Those p-values quantify item-level agreement within one run, not run-to-run variance; the gains (relation +0.096, wrong-family −0.142) are plausible but need at least one additional seed or a bootstrap over runs to support the reward-geometry conclusion. The paper does acknowledge single runs, but the conclusion 'verified counterfactual structure can shape post-training' is carried largely by this 1.7B result.
- [Reproducibility (abstract, §2.2, §4.3)] No code, solver implementation, or supplementary material is provided, despite repeated references to 'supplementary material' for full weights (Eqs. 4–7), seeds/hardware, per-seed tables, and field breakdowns. Since the entire benchmark is generated by the unreleased solver S and all training uses reward coefficients that are not listed, none of the headline numbers can be independently reproduced or checked. Please make the solver, data-generation code, training configs, and coefficient values available, or include them in an appendix.
minor comments (5)
- [§2.3, Table 5] The caption '896 / 280 from base' is unexplained; state what the two numbers denote (records and steps) and what 'from base' means.
- [References] The reference entry beginning 'sch 2021' is incomplete; provide full author, title, and venue.
- [Eq. (7)] Some symbols used in A_class (η_same, A_same, η_chg, A_chg, η_prs, A_prs, η_E) are not explicitly defined in the text. Please define all coefficients and score fields in one place or a table.
- [§4.2] The term 'matched' is used loosely; Table 4 shows only initializer and steps. Specify which data, optimizer, group size, and hyperparameters are identical across the three 1.7B branches.
- [§2.3] The sentence 'OOD uses held-out structural family types (e.g., priority chains and distractor-conflict variants)' should clarify whether these are subtypes of the same four root-level families or new family types, since this affects interpretation of the OOD results.
Circularity Check
No significant circularity: central claims rest on held-out exact metrics; reward-aligned soft scores are disclosed as secondary.
full rationale
NormWorlds-CF is an oracle-based benchmark construction: the deterministic solver S (Eq. 1) defines ground truth, and SFT targets, GRPO rewards, and evaluation metrics are all functions of the same solver labels. This self-containedness is not circularity, because the paper's empirical claims concern whether models can learn and generalize those labels under different supervision/reward geometries, using held-out root families ('Splits are by root family, so variants never leak across train/dev/ID/OOD'). The one by-construction alignment is that the class-conditioned MR score Aclass (Eq. 7) and change-presence are components of the MR-GRPO reward, and the paper explicitly labels them 'secondary diagnostics, not substitutes for exact family checks'; they are not used to support the central geometry claim. Primary metrics (relation, relation-family, wrong-family, exact answer/support/status change fields) are scored by deterministic parsers on held-out pairs, and although some are also rewarded, the matched-protocol comparison isolates reward geometry rather than renaming a fitted quantity as a prediction. No load-bearing self-citation, imported uniqueness theorem, or smuggled ansatz is present; the solver determinism and minimal-support tie-breaking concern is a correctness/verification risk, not a circularity. Therefore no significant circularity is found.
Axiom & Free-Parameter Ledger
free parameters (1)
- MR-GRPO and baseline reward coefficients (α_r, α_fam, α_opt, α_wrong, γ_0, γ_Δ, η_I, η_C, η_same, η_chg, η_prs, ω_*, λ_* =
Not reported in main text; 'full weights in the supplementary material'
axioms (4)
- domain assumption The defeasible reasoning semantics implemented by the solver (forward-chaining to fixed point; attacks only on incompatible labels; priority by directed graph reachability; serialization order obligated>forbidden>permitted) is the correct ground truth for normative reasoning.
- domain assumption The four root-level metamorphic family labels (surface_invariant, support_delta, priority_delta, distractor_invariant) are valid and meaningful ground-truth categories.
- standard math Standard GRPO group-relative advantage normalization (Eq 3) and LoRA training are valid and correctly implemented.
- domain assumption Splitting by root family prevents leakage between train/dev/ID/OOD.
invented entities (2)
-
Paired-world change-record schema (relation + answer/support/status/attack fields)
independent evidence
-
Root-level metamorphic families (surface_invariant, support_delta, priority_delta, distractor_invariant)
no independent evidence
read the original abstract
Language models can reach the right normative verdict for the wrong reason. We introduce NormWorlds-CF, a solver-verified environment for counterfactual normative reasoning in executable rule worlds. Its deterministic solver produces final answers, proof and falsification certificates, argument statuses, support sets, and paired-world change labels, enabling supervision and evaluation without LLM judges. The benchmark contains staged SFT diagnostics and a compact paired-world task with 270 root families and 1080 canonical-to-variant pairs. The SFT diagnostics show that final-answer supervision can saturate verdict accuracy without inducing falsification competence: answer-only SFT reaches perfect answer accuracy but scores zero on joint falsification certificates, while full-mix training with targeted replay reaches strong all-task accuracy (0.99). For the structured-change task, we introduce metamorphic-relation GRPO (MR-GRPO), a class-conditioned reward for GRPO that gives partial credit for relation families and solver-visible change fields. In matched Qwen3-1.7B continuation experiments, MR-GRPO improves held-out relation accuracy and relation-family correctness, and reduces wrong-family error, compared to sparse and answer-only GRPO. In Qwen3-4B three-seed validation, sparse reward preserves coarse relation labels best, answer-only reward improves answer-change but weakens relation-family structure, and MR-GRPO leads on answer-, support-, and status-change fields as well as class-conditioned MR and change-presence. These results show that verified counterfactual structure can shape post-training beyond final answers, while exact full change-record generation, invariant subtype recognition, and out-of-distribution (OOD) transfer remain open problems.
Figures
Reference graph
Works this paper leans on
-
[1]
Shao, Zhihong and Wang, Peiyi and Zhu, Qihao and Xu, Runxin and Song, Junxiao and Bi, Xiao and Zhang, Haowei and Zhang, Mingchuan and Li, Y. K. and Wu, Y. and Guo, Daya , title =. arXiv preprint arXiv:2402.03300 , year =
-
[2]
Nature , volume =
Guo, Daya and Yang, Dejian and Zhang, Haowei and Song, Junxiao and Wang, Peiyi and Zhu, Qihao and Xu, Runxin and Zhang, Ruoyu and Ma, Shirong and Bi, Xiao and others , title =. Nature , volume =
-
[3]
and Shen, Yelong and Wallis, Phillip and Allen-Zhu, Zeyuan and Li, Yuanzhi and Wang, Shean and Wang, Lu and Chen, Weizhu , title =
Hu, Edward J. and Shen, Yelong and Wallis, Phillip and Allen-Zhu, Zeyuan and Li, Yuanzhi and Wang, Shean and Wang, Lu and Chen, Weizhu , title =. International Conference on Learning Representations , year =
-
[4]
arXiv preprint arXiv:2505.09388 , year =
Yang, An and Li, Anfeng and Yang, Baosong and Zhang, Beichen and Hui, Binyuan and Zheng, Bo and Yu, Bowen and Gao, Chang and Huang, Chengen and Lv, Chenxu and others , title =. arXiv preprint arXiv:2505.09388 , year =
-
[5]
arXiv preprint arXiv:2406.05397 , year =
Li, Rui and Liu, Huai and Poon, Pak-Lok and Towey, Dave and Sun, Chang-Ai and Zheng, Zheng and Zhou, Zhi Quan and Chen, Tsong Yueh , title =. arXiv preprint arXiv:2406.05397 , year =
-
[6]
Weston, Jason and Bordes, Antoine and Chopra, Sumit and Rush, Alexander M. and van Merri. Towards. arXiv preprint arXiv:1502.05698 , year =
-
[7]
Lawrence and Girshick, Ross , title =
Johnson, Justin and Hariharan, Bharath and van der Maaten, Laurens and Li, Fei-Fei and Zitnick, C. Lawrence and Girshick, Ross , title =. 2017 IEEE Conference on Computer Vision and Pattern Recognition (
2017
-
[8]
Proceedings of the Twenty-Ninth International Joint Conference on Artificial Intelligence,
Clark, Peter and Tafjord, Oyvind and Richardson, Kyle , title =. Proceedings of the Twenty-Ninth International Joint Conference on Artificial Intelligence,
-
[9]
Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021 , pages =
Tafjord, Oyvind and Dalvi, Bhavana and Clark, Peter , title =. Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021 , pages =. 2021 , publisher =
2021
-
[10]
Mind , volume =
von Wright, Georg Henrik , title =. Mind , volume =
-
[11]
Handbook of Logic in Artificial Intelligence and Logic Programming, Volume 3: Nonmonotonic Reasoning and Uncertain Reasoning , editor =
Nute, Donald , title =. Handbook of Logic in Artificial Intelligence and Logic Programming, Volume 3: Nonmonotonic Reasoning and Uncertain Reasoning , editor =
-
[12]
, title =
Antoniou, Grigoris and Billington, David and Governatori, Guido and Maher, Michael J. , title =. ACM Transactions on Computational Logic , volume =
-
[13]
Artificial Intelligence , volume =
Prakken, Henry and Sartor, Giovanni , title =. Artificial Intelligence , volume =
-
[14]
Guha, Neel and Nyarko, Julian and Ho, Daniel E. and R. Advances in Neural Information Processing Systems , volume =
-
[15]
Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages =
Chalkidis, Ilias and Jana, Abhik and Hartung, Dirk and Bommarito, Michael and Androutsopoulos, Ion and Katz, Daniel and Aletras, Nikolaos , title =. Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages =. 2022 , publisher =
2022
-
[16]
Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , pages =
Fei, Zhiwei and Shen, Xiaoyu and Zhu, Dawei and Zhou, Fengzhe and Han, Zhuo and Huang, Alan and Zhang, Songyang and Chen, Kai and Yin, Zhixin and Shen, Zongwen and Ge, Jidong and Ng, Vincent , title =. Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , pages =. 2024 , publisher =
2024
-
[17]
arXiv preprint arXiv:2408.10343 , year =
Pipitone, Nicholas and Alami, Ghita Houir , title =. arXiv preprint arXiv:2408.10343 , year =
-
[18]
arXiv preprint arXiv:2403.03883 , year =
Colombo, Pierre and Pires, Telmo Pessoa and Boudiaf, Malik and Culver, Dominic and Melo, Rui and Corro, Caio and Martins, Andr. arXiv preprint arXiv:2403.03883 , year =
-
[19]
arXiv preprint arXiv:2309.11325 , year =
Yue, Shengbin and Chen, Wei and Wang, Siyuan and Li, Bingxuan and Shen, Chenchen and Liu, Shujun and Zhou, Yuxuan and Xiao, Yao and Yun, Song and Huang, Xuanjing and Wei, Zhongyu , title =. arXiv preprint arXiv:2309.11325 , year =
-
[20]
Fundamental Research , year =
Cui, Jiaxi and Ning, Munan and Li, Zongjian and Li, Hao and Ya, Yang and Chen, Bohua and Ling, Bin and Tian, Yonghong and Yuan, Li , title =. Fundamental Research , year =
-
[21]
Proceedings of the 31st International Conference on Computational Linguistics , pages =
Fei, Zhiwei and Zhang, Songyang and Shen, Xiaoyu and Zhu, Dawei and Wang, Xiao and Ge, Jidong and Ng, Vincent , title =. Proceedings of the 31st International Conference on Computational Linguistics , pages =. 2025 , publisher =
2025
-
[22]
arXiv preprint arXiv:2110.14168 , year =
Cobbe, Karl and Kosaraju, Vineet and Bavarian, Mohammad and Chen, Mark and Jun, Heewoo and Kaiser, Lukasz and Plappert, Matthias and Tworek, Jerry and Hilton, Jacob and Nakano, Reiichiro and Hesse, Christopher and Schulman, John , title =. arXiv preprint arXiv:2110.14168 , year =
-
[23]
International Conference on Learning Representations , pages =
Lightman, Hunter and Kosaraju, Vineet and Burda, Yuri and Edwards, Harrison and Baker, Bowen and Lee, Teddy and Leike, Jan and Schulman, John and Sutskever, Ilya and Cobbe, Karl , title =. International Conference on Learning Representations , pages =
-
[24]
and Leike, Jan and Brown, Tom and Martic, Miljan and Legg, Shane and Amodei, Dario , title =
Christiano, Paul F. and Leike, Jan and Brown, Tom and Martic, Miljan and Legg, Shane and Amodei, Dario , title =. Advances in Neural Information Processing Systems , volume =
-
[25]
arXiv preprint arXiv:1707.06347 , year =
Schulman, John and Wolski, Filip and Dhariwal, Prafulla and Radford, Alec and Klimov, Oleg , title =. arXiv preprint arXiv:1707.06347 , year =
-
[26]
and Stiennon, Nisan and Wu, Jeffrey and Brown, Tom B
Ziegler, Daniel M. and Stiennon, Nisan and Wu, Jeffrey and Brown, Tom B. and Radford, Alec and Amodei, Dario and Christiano, Paul and Irving, Geoffrey , title =. arXiv preprint arXiv:1909.08593 , year =
Pith/arXiv arXiv 1909
-
[27]
and Leike, Jan and Lowe, Ryan , title =
Ouyang, Long and Wu, Jeffrey and Jiang, Xu and Almeida, Diogo and Wainwright, Carroll and Mishkin, Pamela and Zhang, Chong and Agarwal, Sandhini and Slama, Katarina and Ray, Alex and Schulman, John and Hilton, Jacob and Kelton, Fraser and Miller, Luke and Simens, Maddie and Askell, Amanda and Welinder, Peter and Christiano, Paul F. and Leike, Jan and Lowe...
-
[28]
Chen, Tsong Yueh and Cheung, Shing-Chi and Yiu, Siu-Ming , title =
-
[29]
Chen, Tsong Yueh and Kuo, Fei-Ching and Liu, Huai and Poon, Pak-Lok and Towey, Dave and Tse, T. H. and Zhou, Zhi Quan , title =. ACM Computing Surveys , volume =
-
[30]
International Conference on Learning Representations , year =
Kaushik, Divyansh and Hovy, Eduard and Lipton, Zachary , title =. International Conference on Learning Representations , year =
-
[31]
Findings of the Association for Computational Linguistics: EMNLP 2020 , pages =
Gardner, Matt and Artzi, Yoav and Basmov, Victoria and Berant, Jonathan and Bogin, Ben and Chen, Sihao and Dasigi, Pradeep and Dua, Dheeru and Elazar, Yanai and Gottumukkala, Ananth and others , title =. Findings of the Association for Computational Linguistics: EMNLP 2020 , pages =. 2020 , publisher =
2020
-
[32]
2021 , publisher =
Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing , pages =. 2021 , publisher =
2021
-
[33]
Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing , pages =
Sanyal, Soumya and Liao, Zeyi and Ren, Xiang , title =. Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing , pages =. 2022 , publisher =
2022
-
[34]
Allaway, Emily and McKeown, Kathleen , title =. Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers) , pages =. 2025 , publisher =
2025
-
[35]
Proceedings of the 8th BlackboxNLP Workshop: Analyzing and Interpreting Neural Networks for NLP , pages =
Ozeki, Kentaro and Ando, Risako and Morishita, Takanobu and Abe, Hirohiko and Mineshima, Koji and Okada, Mitsuhiro , title =. Proceedings of the 8th BlackboxNLP Workshop: Analyzing and Interpreting Neural Networks for NLP , pages =. 2025 , publisher =
2025
-
[36]
and Jain, Rajiv and Linna, Jr., Daniel W
Servantez, Sergio and Lawsky, Sarah B. and Jain, Rajiv and Linna, Jr., Daniel W. and Hammond, Kristian J. , title =. Findings of the Association for Computational Linguistics: ACL 2026 , pages =. 2026 , publisher =
2026
-
[37]
arXiv preprint arXiv:2507.17746 , year =
Gunjal, Anisha and Wang, Anthony and Lau, Elaine and Nath, Vaskar and He, Yunzhong and Liu, Bing and Hendryx, Sean , title =. arXiv preprint arXiv:2507.17746 , year =
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.