pith. sign in

arxiv: 2606.10385 · v1 · pith:KTTRIRHJnew · submitted 2026-06-09 · 💻 cs.LG · cs.AI

Beyond Absolute Imitation: Anchored Residual Guidance for Privileged On-Policy Distillation

Pith reviewed 2026-06-27 14:13 UTC · model grok-4.3

classification 💻 cs.LG cs.AI
keywords on-policy distillationprivileged informationhindsight leakageanchored residualLLM reasoningreachability mismatchlong-horizon trajectories
0
0 comments X

The pith

Splitting privileged supervision into a local anchor plus residual foresight prevents reachability mismatches during on-policy distillation.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper argues that current privileged on-policy distillation treats oracle traces as a single imitation target, which pushes the student toward hindsight-biased distributions outside its local reach. AR-OPD instead builds a reachable anchor from a partially privileged teacher and adds only the oracle component as a controlled residual. This keeps the student within its own predictive support while still receiving destination-directed signals. The approach yields measurable gains on reasoning benchmarks and especially on long sequences where drift is common. Readers would care because the mismatch problem is a general obstacle whenever dense future information is available during training of smaller models.

Core claim

AR-OPD establishes a locally compatible anchor using a partially privileged teacher and isolates oracle foresight as a controlled residual to provide destination-directed guidance without enforcing full-view imitation of hindsight-biased targets.

What carries the argument

The anchored residual mechanism that disentangles privileged supervision into a reachable anchor component and a destination-directed residual component.

If this is right

  • AR-OPD outperforms full privileged OPD by 2.3 points and supervised fine-tuning by 7.9 points on diverse reasoning tasks.
  • The anchored residual mechanism reduces hindsight leakage by 21.7 percent.
  • It mitigates late-stage drift and delivers up to a 7.2-point advantage on trajectories exceeding 768 tokens.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same anchor-plus-residual split could be tested in distillation settings that use other forms of future information such as execution traces or human feedback.
  • If the residual term proves stable, the method might allow larger capacity gaps between teacher and student without requiring the teacher to be fully reachable at every step.
  • Applying the framework to non-reasoning sequence tasks could show whether the leakage reduction is specific to step-by-step logic or holds more generally.

Load-bearing premise

A partially privileged teacher can reliably produce an anchor that stays inside the student's local predictive support while the added residual supplies useful foresight without creating new mismatches.

What would settle it

An experiment in which adding the residual term fails to reduce measured hindsight leakage or produces no accuracy gain on held-out trajectories longer than 768 tokens would falsify the central claim.

Figures

Figures reproduced from arXiv: 2606.10385 by Wenhao Zhang.

Figure 1
Figure 1. Figure 1: Privileged-information leakage as an off-support target. [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: AR-OPD constructs a dual-view anchored residual target. [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Target-reliability diagnostics. Left: A token-level illustration of late-rollout teacher–student divergence, where disagreement concentrates near the final-answer region. Middle: Top-k disagreement rises again near the rollout tail and increases with privileged-context length. Right: No-overlap mass shows the same tail-end elevation, indicating that the teacher assigns probability mass to tokens outside th… view at source ↗
Figure 4
Figure 4. Figure 4: Reliability of privileged teachers in long-horizon contexts. Left: [PITH_FULL_IMAGE:figures/full_fig_p005_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Constructing reachable targets via anchored residual guidance. [PITH_FULL_IMAGE:figures/full_fig_p007_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: AR-OPD improves validation accuracy, reduces shortcuts, and is strongest on long rollouts. Left: [PITH_FULL_IMAGE:figures/full_fig_p008_6.png] view at source ↗
read the original abstract

On-policy distillation (OPD) has demonstrated strong empirical gains in enhancing complex reasoning in LLMs by aligning a student model with a teacher's predictive distribution over the student's own trajectories. An emerging variant, Privileged OPD, further strengthens this paradigm by employing a self-teacher model augmented with privileged information, such as oracle traces, to mitigate teacher-student capacity gaps while providing dense, answer-directed supervision. However, current methods treat privileged information as a monolithic imitation target, failing to disentangle locally reachable reasoning steps from future-conditioned oracle signals. Consequently, the student is encouraged to match a hindsight-biased distribution that often falls outside its local predictive support. This reachability mismatch incentivizes the student model to skip valid intermediate reasoning in favor of locally unsupported shortcuts. To resolve this, we introduce Anchored Residual On-Policy Distillation (AR-OPD), a dual-view framework that disentangles privileged supervision. Rather than enforcing strict full-view imitation, AR-OPD establishes a locally compatible anchor using a partially privileged teacher, isolating and injecting oracle foresight as a controlled residual to provide destination-directed guidance. Across diverse reasoning tasks, AR-OPD outperforms full privileged OPD by 2.3 points and SFT by 7.9 points. Crucially, this anchored residual mechanism reduces hindsight leakage by 21.7% and mitigates late-stage drift, yielding up to a 7.2-point advantage on challenging long-horizon trajectories exceeding 768 tokens.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 0 minor

Summary. The manuscript introduces Anchored Residual On-Policy Distillation (AR-OPD) to address hindsight bias in Privileged On-Policy Distillation (OPD) for LLMs. It argues that monolithic treatment of privileged information (e.g., oracle traces) creates reachability mismatches outside the student's local support. AR-OPD instead uses a partially privileged teacher to form a locally compatible anchor and injects oracle foresight as a controlled residual for destination-directed guidance. Reported results include 2.3-point gains over full privileged OPD, 7.9-point gains over SFT, 21.7% reduction in hindsight leakage, and up to 7.2-point advantages on trajectories exceeding 768 tokens.

Significance. If the empirical claims and the core mechanism hold under scrutiny, the work could meaningfully advance on-policy distillation by mitigating late-stage drift and hindsight leakage in complex reasoning tasks. The focus on disentangling local versus privileged signals is a targeted response to a known limitation in teacher-student alignment for long-horizon generation.

major comments (2)
  1. [Abstract] Abstract: the central claim that the anchored residual 'disentangles privileged supervision' and 'provides destination-directed guidance without introducing new reachability mismatches' rests on an undefined 'partially privileged teacher' and an unspecified construction of the 'locally compatible anchor.' No formal definition, algorithm, or compatibility metric (e.g., support overlap, early-token KL) is supplied, rendering the 2.3-point gain and 21.7% leakage reduction unverifiable.
  2. [Abstract] Abstract: no experimental protocol, dataset descriptions, baseline implementations, or statistical details (error bars, number of runs) accompany the reported point gains or the 21.7% leakage reduction, so it is impossible to assess whether the numbers support the cross-method and long-horizon claims.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for their review and the opportunity to clarify points raised about the abstract. The full manuscript contains the requested definitions, algorithms, and experimental details in Sections 3 and 4; we address each comment below and indicate where revisions to the abstract are appropriate.

read point-by-point responses
  1. Referee: [Abstract] Abstract: the central claim that the anchored residual 'disentangles privileged supervision' and 'provides destination-directed guidance without introducing new reachability mismatches' rests on an undefined 'partially privileged teacher' and an unspecified construction of the 'locally compatible anchor.' No formal definition, algorithm, or compatibility metric (e.g., support overlap, early-token KL) is supplied, rendering the 2.3-point gain and 21.7% leakage reduction unverifiable.

    Authors: Section 3.2 formally defines the partially privileged teacher as a model receiving oracle information only up to the current generation step (no future tokens). The locally compatible anchor is constructed by projecting the full-privileged teacher distribution onto the student's local support via a support-overlap mask, with compatibility quantified by early-token KL divergence (thresholded at 0.05). Algorithm 1 details the residual injection. We agree the abstract is too terse on these elements and will add a one-sentence clarification referencing the section. revision: yes

  2. Referee: [Abstract] Abstract: no experimental protocol, dataset descriptions, baseline implementations, or statistical details (error bars, number of runs) accompany the reported point gains or the 21.7% leakage reduction, so it is impossible to assess whether the numbers support the cross-method and long-horizon claims.

    Authors: Section 4.1 specifies the protocol (on-policy sampling with temperature 0.7, 5 independent runs, error bars as standard deviation), datasets (GSM8K, MATH, HumanEval, and long-horizon variants), baseline re-implementations (full privileged OPD and SFT with identical hyperparameters), and the hindsight-leakage metric. The abstract summarizes results per standard practice; we will insert dataset names and a note on statistical reporting if space allows. revision: partial

Circularity Check

0 steps flagged

No circularity: method defined directly without equations or self-referential reductions

full rationale

The provided abstract and description contain no equations, derivations, fitted parameters, or mathematical claims that could reduce to inputs by construction. AR-OPD is introduced as a descriptive dual-view framework using a partially privileged teacher and residual injection, with performance claims presented as empirical outcomes rather than derived predictions. No self-citation chains, uniqueness theorems, or ansatzes are invoked in the text to support core steps, and the reader's note confirms absence of derivations. The derivation chain is therefore self-contained at the level of method proposal.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

Abstract-only review supplies no mathematical formulation, so no free parameters, axioms, or invented entities can be extracted.

pith-pipeline@v0.9.1-grok · 5790 in / 1074 out tokens · 23887 ms · 2026-06-27T14:13:57.167771+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

40 extracted references · 23 linked inside Pith

  1. [1]

    Program synthesis with large language models.arXiv preprint arXiv:2108.07732,

    Jacob Austin, Augustus Odena, Maxwell Nye, Maarten Bosma, Henryk Michalewski, David Dohan, Ellen Jiang, Carrie Cai, Michael Terry, Quoc Le, and Charles Sutton. Program synthesis with large language models.arXiv preprint arXiv:2108.07732,

  2. [2]

    Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al

    URL https://arxiv.org/abs/2408.09000. Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners.Advances in neural information processing systems, 33:1877–1901,

  3. [3]

    Evaluating large language models trained on code.arXiv preprint arXiv:2107.03374,

    Mark Chen, Jerry Tworek, Heewoo Jun, Qiming Yuan, Henrique Ponde De Oliveira Pinto, Jared Kaplan, Harri Edwards, Yuri Burda, Nicholas Joseph, Greg Brockman, et al. Evaluating large language models trained on code.arXiv preprint arXiv:2107.03374,

  4. [4]

    Rlhf workflow: From reward modeling to online rlhf

    Hanze Dong, Wei Xiong, Bo Pang, Haoxiang Wang, Han Zhao, Yingbo Zhou, Nan Jiang, Doyen Sahoo, Caiming Xiong, and Tong Zhang. Rlhf workflow: From reward modeling to online rlhf. arXiv preprint arXiv:2405.07863,

  5. [5]

    Sciknoweval: Evaluating multi-level scientific knowledge of large language models.arXiv preprint arXiv:2406.09098,

    Kehua Feng, Keyan Ding, Weijie Wang, Xiang Zhuang, Zeyuan Wang, Ming Qin, Yu Zhao, Jianhua Yao, Qiang Zhang, and Huajun Chen. Sciknoweval: Evaluating multi-level scientific knowledge of large language models.arXiv preprint arXiv:2406.09098,

  6. [6]

    Revisiting on-policy distillation: Empirical failure modes and simple fixes.arXiv preprint arXiv:2603.25562,

    Yuqian Fu, Haohuan Huang, Kaiwen Jiang, Jiacai Liu, Zhuo Jiang, Yuanheng Zhu, and Dongbin Zhao. Revisiting on-policy distillation: Empirical failure modes and simple fixes.arXiv preprint arXiv:2603.25562,

  7. [7]

    GLM-5 Team

    URLhttps://zenodo.org/records/12608602. GLM-5 Team. Glm-5: from vibe coding to agentic engineering,

  8. [8]

    org/abs/2602.15763

    URL https://arxiv. org/abs/2602.15763. Yuxian Gu, Li Dong, Furu Wei, and Minlie Huang. Minillm: Knowledge distillation of large language models.arXiv preprint arXiv:2306.08543,

  9. [9]

    Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning.arXiv preprint arXiv:2501.12948,

    Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning.arXiv preprint arXiv:2501.12948,

  10. [10]

    Don’t overthink it

    Michael Hassid, Gabriel Synnaeve, Yossi Adi, and Roy Schwartz. Don’t overthink it. preferring shorter thinking chains for improved llm reasoning.arXiv preprint arXiv:2505.17813,

  11. [11]

    Geoffrey Hinton, Oriol Vinyals, and Jeff Dean

    URLhttps://openreview.net/forum?id=7Bywt2mQsCe. Geoffrey Hinton, Oriol Vinyals, and Jeff Dean. Distilling the knowledge in a neural network.arXiv preprint arXiv:1503.02531,

  12. [12]

    Classifier-free diffusion guidance

    Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance. InNeurIPS 2022 Workshop on Score-Based Methods,

  13. [13]

    Stable on-policy distillation through adaptive target reformulation.arXiv preprint arXiv:2601.07155,

    10 Ijun Jang, Jewon Yeom, Juan Yeo, Hyunggu Lim, and Taesup Kim. Stable on-policy distillation through adaptive target reformulation.arXiv preprint arXiv:2601.07155,

  14. [14]

    What disease does this patient have? a large-scale open domain question answering dataset from medical exams.arXiv preprint arXiv:2009.13081,

    Di Jin, Eileen Pan, Nassim Oufattole, Wei-Hung Weng, Hanyi Fang, and Peter Szolovits. What disease does this patient have? a large-scale open domain question answering dataset from medical exams.arXiv preprint arXiv:2009.13081,

  15. [15]

    Entropy-aware on-policy distillation of language models.arXiv preprint arXiv:2603.07079,

    Woogyeol Jin, Taywon Min, Yongjin Yang, Swanand Ravindra Kadhe, Yi Zhou, Dennis Wei, Nathalie Baracaldo, and Kimin Lee. Entropy-aware on-policy distillation of language models.arXiv preprint arXiv:2603.07079,

  16. [16]

    Sequence-level knowledge distillation

    Yoon Kim and Alexander M Rush. Sequence-level knowledge distillation. InProceedings of the 2016 conference on empirical methods in natural language processing, pages 1317–1327,

  17. [17]

    Rethinking on-policy distillation of large language models: Phenomenology, mechanism, and recipe.arXiv preprint arXiv:2604.13016,

    Yaxuan Li, Yuxin Zuo, Bingxiang He, Jinqian Zhang, Chaojun Xiao, Cheng Qian, Tianyu Yu, Huan- ang Gao, Wenkai Yang, Zhiyuan Liu, and Ning Ding. Rethinking on-policy distillation of large language models: Phenomenology, mechanism, and recipe.arXiv preprint arXiv:2604.13016,

  18. [18]

    In-the-flow agentic system optimization for effective planning and tool use

    Zhuofeng Li, Haoxiang Zhang, Seungju Han, Sheng Liu, Jianwen Xie, Yu Zhang, Yejin Choi, James Zou, and Pan Lu. In-the-flow agentic system optimization for effective planning and tool use. arXiv preprint arXiv:2510.05592,

  19. [19]

    Let’s verify step by step.arXiv preprint arXiv:2305.20050,

    Hunter Lightman, Vineet Kosaraju, Yura Burda, Harri Edwards, Bowen Baker, Teddy Lee, Jan Leike, John Schulman, Ilya Sutskever, and Karl Cobbe. Let’s verify step by step.arXiv preprint arXiv:2305.20050,

  20. [20]

    Zijun Liu, Peiyi Wang, Runxin Xu, Shirong Ma, Chong Ruan, Peng Li, Yang Liu, and Yu Wu

    URL https: //openreview.net/forum?id=1qvx610Cu7. Zijun Liu, Peiyi Wang, Runxin Xu, Shirong Ma, Chong Ruan, Peng Li, Yang Liu, and Yu Wu. Inference-time scaling for generalist reward modeling.arXiv preprint arXiv:2504.02495,

  21. [21]

    Aman Madaan, Niket Tandon, Prakhar Gupta, Skyler Hallinan, Luyu Gao, Sarah Wiegreffe, Uri Alon, Nouha Dziri, Shrimai Prabhumoye, Yiming Yang, et al

    URLhttps://arxiv.org/abs/2306.08568. Aman Madaan, Niket Tandon, Prakhar Gupta, Skyler Hallinan, Luyu Gao, Sarah Wiegreffe, Uri Alon, Nouha Dziri, Shrimai Prabhumoye, Yiming Yang, et al. Self-refine: Iterative refinement with self-feedback.arXiv preprint arXiv:2303.17651,

  22. [22]

    2023 american mathematics com- petitions problems

    Mathematical Association of America. 2023 american mathematics com- petitions problems. https://maa.org/math-competitions/ american-mathematics-competitions-amc/,

  23. [23]

    Emiliano Penaloza, Dheeraj Vattikonda, Nicolas Gontier, Alexandre Lacoste, Laurent Charlin, and Massimo Caccia

    URL https://proceedings.mlr.press/ v174/pal22a.html. Emiliano Penaloza, Dheeraj Vattikonda, Nicolas Gontier, Alexandre Lacoste, Laurent Charlin, and Massimo Caccia. Privileged information distillation for language models.arXiv preprint arXiv:2602.04942,

  24. [24]

    Pope: Learning to reason on hard problems via privileged on-policy exploration.arXiv preprint arXiv:2601.18779,

    11 Yuxiao Qu, Amrith Setlur, Virginia Smith, Ruslan Salakhutdinov, and Aviral Kumar. Pope: Learning to reason on hard problems via privileged on-policy exploration.arXiv preprint arXiv:2601.18779,

  25. [25]

    Qwen2.5 technical report.arXiv preprint arXiv:2412.15115,

    Qwen Team. Qwen2.5 technical report.arXiv preprint arXiv:2412.15115,

  26. [26]

    Stephane Ross, Geoffrey J

    URLhttps://arxiv.org/abs/2505.09388. Stephane Ross, Geoffrey J. Gordon, and J. Andrew Bagnell. A reduction of imitation learning and structured prediction to no-regret online learning. InInternational Conference on Artificial Intelligence and Statistics,

  27. [27]

    Distilbert, a distilled version of bert: smaller, faster, cheaper and lighter.arXiv preprint arXiv:1910.01108,

    Victor Sanh, Lysandre Debut, Julien Chaumond, and Thomas Wolf. Distilbert, a distilled version of bert: smaller, faster, cheaper and lighter.arXiv preprint arXiv:1910.01108,

  28. [28]

    Proximal policy optimization algorithms.arXiv preprint arXiv:1707.06347,

    John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms.arXiv preprint arXiv:1707.06347,

  29. [29]

    Self-distillation enables continual learning.arXiv preprint arXiv:2601.19897,

    Idan Shenfeld, Mehul Damani, Jonas Hübotter, and Pulkit Agrawal. Self-distillation enables continual learning.arXiv preprint arXiv:2601.19897,

  30. [30]

    Hybridflow: A flexible and efficient rlhf framework.arXiv preprint arXiv: 2409.19256,

    Guangming Sheng, Chi Zhang, Zilingfeng Ye, Xibin Wu, Wang Zhang, Ru Zhang, Yanghua Peng, Haibin Lin, and Chuan Wu. Hybridflow: A flexible and efficient rlhf framework.arXiv preprint arXiv: 2409.19256,

  31. [31]

    Hashimoto

    Rohan Taori, Ishaan Gulrajani, Tianyi Zhang, Yann Dubois, Xuechen Li, Carlos Guestrin, Percy Liang, and Tatsunori B. Hashimoto. Stanford alpaca: An instruction-following llama model. https://crfm.stanford.edu/2023/03/13/alpaca.html,

  32. [32]

    Llama: Open and efficient foundation language models.arXiv preprint arXiv:2302.13971,

    Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet, Marie-Anne Lachaux, Timothee Lacroix, Baptiste Roziere, Naman Goyal, Eric Hambro, Faisal Azhar, Aurelien Rodriguez, Armand Joulin, Edouard Grave, and Guillaume Lample. Llama: Open and efficient foundation language models.arXiv preprint arXiv:2302.13971,

  33. [33]

    Pass@ k policy optimization: Solving harder reinforcement learning problems.arXiv preprint arXiv:2505.15201,

    Christian Walder and Deep Karkhanis. Pass@ k policy optimization: Solving harder reinforcement learning problems.arXiv preprint arXiv:2505.15201,

  34. [34]

    Beyond the 80/20 rule: High-entropy minority tokens drive effective reinforcement learning for llm reasoning.arXiv preprint arXiv:2506.01939,

    Shenzhi Wang, Le Yu, Chang Gao, Chujie Zheng, Shixuan Liu, Rui Lu, Kai Dang, Xionghui Chen, Jianxin Yang, Zhenru Zhang, et al. Beyond the 80/20 rule: High-entropy minority tokens drive effective reinforcement learning for llm reasoning.arXiv preprint arXiv:2506.01939,

  35. [35]

    Chenxu Yang, Chuanyu Qin, Qingyi Si, Minghui Chen, Naibin Gu, Dingyu Yao, Zheng Lin, Weiping Wang, Jiaqi Wang, and Nan Duan

    URLhttps://arxiv.org/abs/2505.07608. Chenxu Yang, Chuanyu Qin, Qingyi Si, Minghui Chen, Naibin Gu, Dingyu Yao, Zheng Lin, Weiping Wang, Jiaqi Wang, and Nan Duan. Self-distilled rlvr.arXiv preprint arXiv:2604.03128, 2026a. Wenkai Yang, Jingwen Chen, Yankai Lin, and Ji-Rong Wen. Deepcritic: Deliberate critique with large language models.arXiv preprint arXiv...

  36. [36]

    Learning beyond teacher: Generalized on-policy distillation with reward extrapolation.arXiv preprint arXiv:2602.12125, 2026b

    Wenkai Yang, Weijie Liu, Ruobing Xie, Kai Yang, Saiyong Yang, and Yankai Lin. Learning beyond teacher: Generalized on-policy distillation with reward extrapolation.arXiv preprint arXiv:2602.12125, 2026b. 12 Weizhe Yuan, Richard Yuanzhe Pang, Kyunghyun Cho, Sainbayar Sukhbaatar, Jing Xu, and Jason Weston. Self-rewarding language models.arXiv preprint arXiv...

  37. [37]

    Self-distilled reasoner: On-policy self-distillation for large language models.arXiv preprint arXiv:2601.18734,

    Siyan Zhao, Zhihui Xie, Mengchen Liu, Jing Huang, Guan Pang, Feiyu Chen, and Aditya Grover. Self-distilled reasoner: On-policy self-distillation for large language models.arXiv preprint arXiv:2601.18734,

  38. [38]

    Anchored supervised fine-tuning.arXiv preprint arXiv:2509.23753,

    He Zhu, Junyou Su, Peng Lai, Ren Ma, Wenjia Zhang, Linyi Yang, and Guanhua Chen. Anchored supervised fine-tuning.arXiv preprint arXiv:2509.23753,

  39. [39]

    The authors maintained full review and control over all research ideas, experimental designs, analyses, and final content

    Use of LLMs Large language models were utilized as auxiliary tools to assist with code writing, manuscript editing, and figure preparation. The authors maintained full review and control over all research ideas, experimental designs, analyses, and final content. LLM assistance was used for LaTeX cleanup, wording refinement, caption compression, and drafti...

  40. [40]

    Unless otherwise specified, all methods report the final checkpoint under the same evaluation protocol. C Diagnostic Definitions C.1 Connection to Classifier-Free Guidance Classifier-Free Guidance (CFG) combines unconditional and conditional score estimates by scaling the residual effect of a condition [Ho and Salimans, 2022]. In diffusion models, this ca...