Pith. sign in

REVIEW 3 major objections 7 minor 19 references

Beyond Direct Answering: Aligning Educational LLMs as Socratic Guides via Heuristic Reinforcement Learning

T0 review · 3 major / 7 minor · reviewed 2026-08-01 · deepseek-v4-flash

Pith's one-line read A 7-billion-parameter LLM can be taught to tutor Socratically—asking instead of telling—with reinforcement learning, more than doubling scaffolding success on held-out science questions.

desk verdict A genuinely useful empirical finding about reward design in Socratic tutoring, but the evaluation rests on a simulator whose validity is not established. read the letter →

arxiv 2607.22996 v1 pith:WZMKQDMD submitted 2026-07-25 cs.CL cs.AI

classification cs.CLcs.AI
keywords SocratictutoringeducationalLLMsreinforcementlearningGroupRelativePolicyOptimizationrewarddesignkeywordleakagescaffoldingeffectivenessdialogueevaluation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

The paper tries to establish that a 7-billion-parameter language model can be re-aligned from a direct answerer into a Socratic guide through supervised warm-up followed by Group Relative Policy Optimization over heuristic rewards. The reward rewards cognitive lift—moving the student toward higher-order thinking—and curiosity engagement—conversational cues that sustain follow-up—while penalizing premature disclosure of core terms, with a correction so the tutor is not punished for echoing terms the student already used. The best variant, which leaves the directness penalty out of the training gradient, lifts Scaffolding Effectiveness from 30.0% to 63.3% on 30 held-out elementary-science questions and cuts keyword leakage from 30.0% to 13.3%. The authors also report that an unaligned 72B model reaches 0% SE and 96.7% leakage, arguing that Socratic behavior does not emerge from scale but requires explicit optimization against a pedagogical objective. A sympathetic reader would care because this suggests the 'gives-away-the-answer' failure mode of LLM tutors is a tractable behavioral problem, not a capability ceiling.

What carries the argument

The load-bearing object is the composite reward R_total = αR_cog + βR_eng − γR_dir, with a K_query correction. R_cog is the normalized Bloom's-taxonomy lift between the student's preceding query and the tutor's response, computed by an LLM judge; R_eng is an engagement proxy scoring surface cues (rhetorical questions, analogies, extreme-value language, hypothesis starters) correlated with real child follow-ups; R_dir penalizes novel keyword leakage—core terms in a curated set that the student has not already introduced, where K_query removes terms the student said. Training runs SFT warm-up on 797 reconstructed Socratic dialogues, then GRPO, which samples group continuations, normalizes rewa

What would settle it

Run the aligned model in a real classroom with the same 30 questions: record whether children spontaneously articulate the target concept within four tutor turns and measure the tutor's keyword leakage. If real-children SE drops toward the 30% prompt-only baseline or leakage rises well above the simulated 13.3%, the simulator was the bottleneck. A cheaper precursor: feed the model transcripts of real successful and failed tutoring sessions and check whether the engagement cues the reward was trained on actually predict real child follow-ups.

Watch

Extended reading notes

Core claim

The paper's central claim is that GRPO alignment with rewards for cognitive depth and curiosity engagement—and without an explicit directness penalty—converts a 7B instruction-tuned model into a Socratic tutor in a four-turn simulated tutoring loop. On 30 held-out questions, the aligned model guides a simulated student to self-express the target concept in 63.3% of cases while leaking no core keyword in 86.7% of dialogues, versus 30.0% SE and 30.0% leakage for the prompted baseline. When the directness penalty is added to the reward, SE falls to 43.3% and leakage rises to 23.3%, an interaction the paper attributes to the penalty broadly suppressing scientific vocabulary and canceling the eng

Load-bearing premise

The load-bearing premise is that the simulated student behaves enough like real 8- to 12-year-old children that Scaffolding Effectiveness and leakage measured in the four-turn simulation transfer to real classrooms; the paper's only direct evidence is an average sentence-similarity of 0.449±0.220 between simulated and real follow-up utterances.

Editorial extensions

If this is right

  • If the result transfers to real classrooms, educational LLMs can be aligned toward Socratic scaffolding without expensive human preference labels, using automatically computable heuristic rewards.
  • Explicit anti-disclosure penalties are risky as gradient signals: they can suppress the precise vocabulary the tutor needs as scaffolding cues, so hard constraints may belong at decoding time rather than in the reward.
  • Scale is not a substitute for task-specific behavioral alignment: even a much larger unaligned model can fail at Socratic restraint, making targeted RL a more efficient path.
  • The SE/CD protocol enables closed-loop evaluation of tutoring outcomes beyond surface fluency, letting developers iterate on reward design cheaply in simulation.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The simulator-fidelity score (mean SBERT similarity 0.449±0.220 to real follow-ups) is a modest bar; the most direct next test would be running the same 30 questions with real children and checking whether SE and leakage replicate outside simulation.
  • The reward-conflict finding suggests a design principle that likely generalizes: gradient penalties that suppress broad vocabulary families can counteract engagement rewards; future reward designs might separate hard lexical constraints (decoding-time blocking) from soft behavioral rewards.
  • The K_query correction is a first step toward student-state-aware rewards; one extension would condition rewards on which concepts the student has demonstrated, not just which strings they uttered.
  • With N=30 and the paper's own estimate of ±0.10 per-run SE variance, the headline margin should be viewed as indicative; a larger held-out set and multiple seeds would sharpen the comparison between reward variants.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 7 minor

Summary. This paper targets the 'direct answerer' failure mode of deployed educational LLMs and proposes HeuristicEdu, a pipeline that aligns Qwen2.5-7B-Instruct toward Socratic tutoring. The training data is SocraticEdu, 797 multi-turn Chinese children's science trajectories reconstructed from a live platform (395 real, 402 API-synthesized). The method is SFT warm-up followed by GRPO with a composite reward R = αR_cog + βR_eng − γR_dir, including a K_query correction that avoids penalizing student-introduced terms. Evaluation is closed-loop: a Qwen-plus simulated student converses with the tutor for T=4 turns, and the paper introduces Scaffolding Effectiveness (SE), the fraction of 30 held-out questions where the simulated student self-articulates the gold concept c* with no tutor leakage of a curated keyword set K_i, plus Conversation Depth (CD), a turn-pair embedding-novelty measure. Reported results: PT-GRPO without R_dir reaches SE=0.633 with 13.3% leakage, versus PT-SFT (0.500/26.7%), a prompted PT-Base (0.300/30.0%), and the full reward (0.433/23.3%); an unaligned Qwen-72B achieves 0% SE and 96.7% leakage. The authors conclude that gradient-based alignment beats prompting, that a directness penalty backfires as a GRPO gradient signal, and that scale alone does not induce Socratic behavior. The paper is transparent about N=30 and reports a nine-trial sensitivity search in Appendix A.

Significance. If the reported effects transfer to real classrooms, the paper is a valuable, clearly written contribution: it demonstrates behavioral alignment of an open 7B model toward Socratic scaffolding with a small hand-designed reward, contributes a reusable corpus/pipeline description, and sharpens evaluation beyond surface fluency with SE/CD. The K_query correction is an elegant fix to a genuine reward-design problem, and the 0% SE / 96.7% leakage result for Qwen-72B is a clean, falsifiable observation about scaling. The authors also deserve credit for explicitly flagging the N=30 uncertainty and for publishing detailed hyperparameters. The central quantitative claims, however, stand or fall on two premises that are not yet established: the fidelity of the simulated student (only topical-similarity evidence, §5.3) and the statistical reality of gaps near the noise floor of N=30. The paper's contribution is therefore conditional; the design is right, but validation is the missing load-bearing piece.

major comments (3)
  1. [§5.3 / Eq. (5)] headline results (Table 3) and the 'R_dir backfires' claim (Table 4, §7.2) are measured in a loop where a Qwen-plus LLM plays the 8–12-year-old student. The only validation of this proxy is mean SBERT similarity 0.449±0.220 between simulated and real follow-ups (§5.3). That shows on-topic, non-duplicate behavior, not the property SE measures — that a real child would self-express c* within T=4 turns under the same tutor moves. An LLM student is likely more compliant than a child, which can inflate SE, and the leakage term in Eq. (5) constrains only the tutor's wording, not the simulator's concept-expression. The paper cites [15] ('Substance or illusion?') for this risk but does not answer it. Please add (a) a small human study, (b) simulator-sensitivity analysis (model, temperature, compliance), or (c) evidence that simulated concept-expression predicts real children's follow-ups.
  2. [Tables 3–4 / §6.1] at N=30 the decisive gaps are within sampling noise. For w/o-Rdir vs Full, SE=0.633 (19/30) vs 0.433 (13/30) gives two-sided Fisher exact p≈0.20; leakage 13.3% (4/30) vs 23.3% (7/30) is likewise non-significant, as is the SFT→GRPO step (0.633 vs 0.500, p≈0.25). Only the PT-Base gap (0.633 vs 0.300) is significant (p≈0.02). This matches the paper's own '±0.10' caveat in §6.1, but the caveat is not carried into the Abstract or §8, where the directness-penalty finding is stated firmly; §7.4 itself concedes 'larger validation sets are needed.' Please report confidence intervals or exact tests, enlarge the test set, and temper the Abstract/Conclusion accordingly.
  3. [Appendix A / §6.1] reward weights — including the headline γ=0 — are selected using the same 30 questions on which results are reported. §6.1 and Appendix A describe a nine-trial Optuna TPE search optimizing J = SE − 0.5×LeakRate on these 30 questions, and the γ=0 variant in Table 3 is reported after inspecting test-set outcomes. The author-defined SE metric and K_i sets are thus used both to select and to evaluate, making the reported 0.633/13.3% optimistic and the 'γ=0 is optimal' statement (§4) circular in selection. The search's best configuration (SE=0.400, J=0.217) being worse than the reported γ=0 run also makes the selection procedure hard to interpret. Please hold out a validation split for weight selection, or report selection-aware estimates (e.g., bootstrap over the full pipeline).
minor comments (7)
  1. [§5.1 / Eq. (5)] The judge's 'final concept match' is unspecified. State how ĉ_i = c*_i is decided (exact keyword, LLM judge, rubric?) and report judge agreement/reliability.
  2. [Table 4 / RQ2] R_cog and R_eng are only ablated jointly with R_dir switched; neither is removed individually, so the components' individual contributions to SE/CD are not established. The §7.4 statement that 'GRPO with R_cog and R_eng further reshapes turn-level behavior' is not directly evidenced by an ablation.
  3. [§7.4 / Table 3] The PT-GRPO vs PE-GRPO comparison confounds alignment method with backbone (trained 7B vs Qwen-plus API) and with prompts. The conclusion that gradient-level alignment is more effective should be explicitly framed as a systems-level comparison.
  4. [Table 3] CD is reported as '—' for Qwen-72B-Direct and PE-GRPO. State why CD was not computed for these two systems.
  5. [§3.3 / §4] 402 of 797 SFT trajectories (≈50%) are API-synthesized, and the evaluation simulator belongs to the same API family (Qwen-plus). Discuss the possible style-overfitting bias this creates.
  6. [Eq. (4) / Table 3] Clarify how the per-turn leakage penalty in Eq. (4) is aggregated into the LeakRate of Table 3 (e.g., fraction of the 30 dialogues with any leaked keyword over T turns?).
  7. [§5.1 / general] Notation: the '⊮' indicator in Eq. (5) is nonstandard; use \mathbb{1}. Minor wording: 'normalized cognitivelift' (Eq. 2); 'reaches' in the Abstract.

Circularity Check

1 steps flagged · score 2.0 of 10

Minor model-selection circularity on the 30-question test set; central empirical comparison is not equation-level circular.

  1. fitted input called prediction [Appendix A; §6.1 'Metrics and Model Selection'; §7.1 Table 3]
    "We run a nine-trial Optuna TPE search over α∈ [0.10, 0.70], β∈ [0.20, 0.80], and γ∈ [0.00, 0.30], optimizing J = SE− 0.5 ×LeakRate . The best searched configuration (α=0.45, β=0.80, γ=0.10) obtains SE=0.400 and J=0.217, below the γ=0 setting in Table 3."

    The same 30 held-out questions and the same composite metric J (derived from SE and leakage) are used both as the optimization target for reward-weight selection and as the reported evaluation result. The headline 'best GRPO variant' and the claim that γ=0 is optimal are therefore selected by optimizing the very metric used to present them; the reported superiority is a selection artifact rather than an independent out-of-sample prediction. This is model selection on the test set, which partially forces the reported ordering and makes the 'best' label tautological with respect to J.

full rationale

The paper's central result is an empirical RL comparison, not a mathematical derivation, so there is no equation-level reduction that makes SE=0.633 follow from the reward weights. The overlap between R_dir and the leakage component of SE is an intentional operationalization, and the surprising direction of the result (removing R_dir lowers leakage) means the main ablation is not tautological. The one genuine circularity concern is test-set reuse: Appendix A optimizes J=SE−0.5×LeakRate over reward weights on the same 30 questions used to report Table 3 and to identify the best variant, making the 'best' label a selection outcome. Simulator validity (§5.3) is an external-validity threat rather than circularity, because the SBERT similarity of 0.449±0.220 is not built into the definition of SE. No load-bearing self-citation or imported uniqueness theorem is present.

Assumptions & free parameters 5 free parameters · 6 assumptions · 0 invented entities

The central result depends on several domain assumptions, the weakest being the simulated student and the keyword leakage operationalization. Free parameters are mostly reward weights and thresholds selected by hand or by optimizing on the same 30-question test set. No new physical or theoretical entities are introduced.

free parameters (5)
  • alpha, beta, gamma (reward weights) = alpha=beta=0.4; gamma=0.2 or 0
    Eq. 1 reward weights; gamma=0 was selected because it maximized J on the 30-question test set (Table 4), and Appendix A searches over alpha, beta, gamma optimizing J on the same set.
  • CD cosine threshold theta = 0.70
    Section 5.2 defines Conversation Depth as cosine similarity < 0.70 between consecutive SBERT embeddings; the threshold is chosen by hand with no calibration against human progression judgments.
  • K-Means cluster count K = 15
    Section 3.3 uses K=15 to organize filtered questions into topics; the choice affects which seeds are selected.
  • High-value seed view threshold = 30 views
    Section 3.3 selects seeds with at least 30 views and follow-up behavior; this threshold shapes the reconstructed training corpus.
  • Max dialogue turns T = 4
    Section 5.1 evaluates SE over up to T=4 tutor-student turns; the round limit affects whether reaching the concept is achievable.
assumptions (6)
  • domain assumption LLM judge assignments of Bloom's taxonomy levels are reliable for both student and tutor turns.
    The R_cog reward in Eq. 2 depends on a Qwen-turbo judge assigning b_query and b_response; no agreement with human-annotated Bloom levels is reported.
  • domain assumption Engagement Proxy Model surface cues (rhetorical questions, analogies, extreme-value language) are valid proxies for child curiosity and follow-up behavior.
    Section 4 defines R_eng via an EPM that detects cues 'correlated with child follow-up' in logs, but gives no training details, features, or validation numbers.
  • domain assumption The Qwen-plus student simulator behaves enough like real 8-12-year-old students to make SE and leakage estimates meaningful.
    Section 5.3 validates the simulator only by mean SBERT similarity 0.449±0.220 to real follow-ups; topical similarity is not behavioral equivalence.
  • domain assumption Curated keyword sets K_i capture the core concepts whose premature disclosure constitutes direct answering.
    Both the R_dir reward (Eq. 4) and the leakage detector in SE (Eq. 5) use K_i; no inter-annotator agreement or external validation of the keyword lists is reported.
  • domain assumption Sentence-BERT cosine similarity below 0.70 indicates semantic progression rather than surface repetition.
    Section 5.2 defines CD with theta=0.70; no calibration against human judgments of dialogue progression is provided.
  • domain assumption Socratic success can be operationalized as reaching the gold concept c* within four turns without tutor-side leakage of K_i.
    SE in Eq. 5 encodes this definition; it is a plausible but unvalidated operationalization of a complex pedagogical construct.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Beyond Direct Answering: Aligning Educational LLMs as Socratic Guides via Heuristic Reinforcement Learning." pith.science (2026). https://pith.science/paper/WZMKQDMD

@misc{pith2026260722996,
  author       = {Pith},
  title        = {Pith review of: Beyond Direct Answering: Aligning Educational LLMs as Socratic Guides via Heuristic Reinforcement Learning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/WZMKQDMD}},
  note         = {Machine review of arXiv:2607.22996}
}
read the original abstract

Large language models (LLMs) deployed in educational settings often behave as direct answerers: they disclose target concepts in the opening turn instead of guiding students through progressive inquiry, as Socratic pedagogy prescribes. We present HeuristicEdu, a two-phase pipeline that aligns Qwen2.5-7B toward Socratic tutoring via supervised warm-up and Group Relative Policy Optimization (GRPO). Training uses SocraticEdu, 797 multi-turn Chinese children's science dialogues reconstructed from a live platform, with a heuristic reward over cognitive depth (R_cog), curiosity engagement (R_eng), and directness (R_dir), together with a K_query correction for student-introduced terms. We introduce Scaffolding Effectiveness (SE) and Conversation Depth (CD) to evaluate outcomes beyond surface fluency. On 30 held-out questions, the best GRPO variant improves SE from 30.0% to 63.3% and lowers keyword leakage from 30.0% to 13.3%. Notably, this best variant omits the directness penalty during optimization, suggesting that explicit anti-leakage terms can conflict with gradient-based behavioral alignment. An unaligned Qwen-72B baseline reaches 0% SE and 96.7% leakage, showing that scale alone does not induce Socratic behavior.

Figures

Figures reproduced from arXiv: 2607.22996 by the authors.

Figure 1
Figure 1. Overview of the HeuristicEdu pipeline: data reconstruction, GRPO alignment, inference-time preprocessing, and pedagogical evaluation with SE and CD. exist for every student query. Reference-free evaluation methods [10] are better suited in principle, but they still mainly judge response quality rather than whether a tutoring dialogue changes the learner’s state. Recent educational￾dialogue work therefore argues for … view at source ↗
Figure 2
Figure 2. visualizes the same PT-track progression. SE rises from PT-Base through SFT and peaks at PT-GRPO w/o Rdir; leakage declines over the same sequence. The dip at PT-GRPO Full (middle bars) foreshadows the reward￾conflict analysis in Section 7.2. Base SFT Full w/o Rdir 0 0.2 0.4 0.6 0.8 0.3 0.5 0.43 0.63 SE (a) Scaffolding Effectiveness (SE) Base SFT Full w/o Rdir 0 0.1 0.2 0.3 0.4 0.5 0.3 0.27 0.23 0.13 LeakRate (b) Ke… view at source ↗

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

19 extracted references · 5 linked inside Pith

  1. [15]

    Scarlatos, A., Lee, J., Woodhead, S., Lan, A.: Simulated students in tutoring dialogues: Substance or illusion? arXiv preprint arXiv:2601.04025 (2026)

  2. [1]

    arXiv preprint arXiv:2303.08774 (2023)

    Achiam, J., Adler, S., Agarwal, S., Ahmad, L., Akkaya, I., Aleman, F.L., Almeida, D., Altenschmidt, J., Altman, S., Anadkat, S., et al.: Gpt-4 technical report. arXiv preprint arXiv:2303.08774 (2023)

  3. [2]

    Addison Wesley Longman, Inc

    Anderson, L.W., Krathwohl, D.R.: A taxonomy for learning, teaching, and assessing: A revision of Bloom’s taxonomy of educational objectives: complete edition. Addison Wesley Longman, Inc. (2001)

  4. [3]

    Handbook 1: Cognitive domain

    Bloom, B.S., Engelhart, M.D., Furst, E.J., Hill, W.H., Krathwohl, D.R., et al.: Tax- onomy of educational objectives: The classification of educational goals. Handbook 1: Cognitive domain. Longman New York (1956)

  5. [4]

    IEEE Transactions on Education 48(4), 612–618 (2005)

    Graesser, A.C., Chipman, P., Haynes, B.C., Olney, A.: Autotutor: An intelligent tutoring system with mixed-initiative dialogue. IEEE Transactions on Education 48(4), 612–618 (2005)

  6. [5]

    In: HGAIS@ ISWC (2024)

    Ilkou, E., Linzbach, S., Wallat, J.: Hybrid evaluation of socratic dialogue for teaching. In: HGAIS@ ISWC (2024)

  7. [6]

    In: International Conference on Learning Representations

    Lightman, H., Kosaraju, V., Burda, Y., Edwards, H., Baker, B., Lee, T., Leike, J., Schulman, J., Sutskever, I., Cobbe, K.: Let’s verify step by step. In: International Conference on Learning Representations. vol. 2024, pp. 39578–39601 (2024)

  8. [7]

    In: Text summarization branches out

    Lin, C.Y.: Rouge: A package for automatic evaluation of summaries. In: Text summarization branches out. pp. 74–81 (2004)

Show all 19 references
  1. [8]

    arXiv preprint arXiv:2508.06583 (2025)

    Liu, Y., Li, C., Zhang, T., Wang, M., Zhu, Q., Li, J., Huang, H.: Discerning minds or generic tutors? evaluating instructional guidance capabilities in socratic llms. arXiv preprint arXiv:2508.06583 (2025)

  2. [9]

    In: Findings of the Association for Computational Linguistics: EMNLP 2023

    Macina, J., Daheim, N., Chowdhury, S., Sinha, T., Kapur, M., Gurevych, I., Sachan, M.: Mathdial: A dialogue tutoring dataset with rich pedagogical properties grounded in math reasoning problems. In: Findings of the Association for Computational Linguistics: EMNLP 2023. pp. 560...

  3. [10]

    In: Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics

    Mehri, S., Eskenazi, M.: Usr: An unsupervised and reference free evaluation metric for dialog generation. In: Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics. pp. 681–707 (2020)

  4. [11]

    Advances in neural information processing systems35, 27730–27744 (2022)

    Ouyang, L., Wu, J., Jiang, X., Almeida, D., Wainwright, C., Mishkin, P., Zhang, C., Agarwal, S., Slama, K., Ray, A., et al.: Training language models to follow instructions with human feedback. Advances in neural information processing systems35, 27730–27744 (2022)

  5. [12]

    In: Proceedings of the 40th annual meeting of the Association for Computational Linguistics

    Papineni, K., Roukos, S., Ward, T., Zhu, W.J.: Bleu: a method for automatic evaluation of machine translation. In: Proceedings of the 40th annual meeting of the Association for Computational Linguistics. pp. 311–318 (2002)

  6. [13]

    In: Proceedings of the 2019 conference on empirical methods in natural language processing and the 9th international joint conference on natural language processing (EMNLP-IJCNLP)

    Reimers, N., Gurevych, I.: Sentence-bert: Sentence embeddings using siamese bert- networks. In: Proceedings of the 2019 conference on empirical methods in natural language processing and the 9th international joint conference on natural language processing (EMNLP-IJCNLP). pp. ...

  7. [14]

    In: Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies

    Sanders, A., Strzalkowski, T., Si, M., Chang, A., Dey, D., Braasch, J., Wang, D.: Towards a progression-aware autonomous dialogue agent. In: Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Techno...

  8. [16]

    arXiv preprint arXiv:2402.03300 (2024) 12 X

    Shao, Z., Wang, P., Zhu, Q., Xu, R., Song, J., Bi, X., Zhang, H., Zhang, M., Li, Y., Wu, Y., et al.: Deepseekmath: Pushing the limits of mathematical reasoning in open language models. arXiv preprint arXiv:2402.03300 (2024) 12 X. Wang et al

  9. [17]

    arXiv preprint arXiv:2205.07540 (2022)

    Tack, A., Piech, C.: The ai teacher test: Measuring the pedagogical ability of blender and gpt-3 in educational dialogues. arXiv preprint arXiv:2205.07540 (2022)

  10. [18]

    Vygotsky, L.S.: Mind in society: The development of higher psychological processes, vol. 86. Harvard university press (1978)

  11. [19]

    Wei, J., Tay, Y., Bommasani, R., Raffel, C., Zoph, B., Borgeaud, S., Yogatama, D., Bosma, M., Zhou, D., Metzler, D., et al.: Emergent abilities of large language models. arXiv preprint arXiv:2206.07682 (2022) A Reward Weight Sensitivity We run a nine-trial Optuna TPE search ov...

Pith tools

Reviewed August 1, 2026 · model on record in the stance chip above.