REVIEW 5 major objections 7 minor 66 references
Decoupling Knowledge and Reasoning in LLMs: An Exploration Using Cognitive Dual-System Theory
T0 review · 5 major / 7 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read A dual-system framework claims that the accuracy gap between slow and fast LLM thinking measures reasoning adjustment, enabling knowledge and reasoning to be decoupled, and uses that gap to report where each lives and how scaling affects…
desk verdict The fast-slow accuracy gap is a clever and clean decomposition, but the paper's central interpretation of it as 'reasoning adjustment capability' is undermined by ceiling effects and an inconsistent evaluation protocol. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the fast/slow cognitive-mode pair and the accuracy gap between them. The load-bearing identity is Equation 9, $\delta = \delta_c - \delta_o = \frac{1}{|D|}\left(r_c |D^{\text{false}}_{\text{fast}}| - r_o |D^{\text{true}}_{\text{fast}}|\right)$, which converts a behavioral accuracy difference into two rates: correction and overthinking. This identity carries the domain-specificity and scaling arguments. The layer-localization claim is carried by CKA, a similarity score between the same network layer's activations under the two modes, where lower layers stay similar and higher layers diverge.
What would settle it
Grade the same slow-thinking answers two ways — with the paper's external-judge prompt and with a direct match to the answer key — while keeping fast and slow prompts as parallel as possible, and compare the resulting $\delta$ values and their domain rankings. If the sign or ranking changes materially, the gap is partly an evaluation artifact rather than a pure measure of reasoning adjustment.
Extended reading notes
Core claim
The central claim is that the gap between slow and fast thinking, $\delta$ in Equation 5, is a capability, $C_{\text{RA}}$, that can be cleanly separated from knowledge retrieval, $C_{\text{KR}} = A_{\text{fast}}$. The paper then decomposes $\delta$ into correction $\delta_c$ — cases where slow thinking fixes a fast error — and overthinking $\delta_o$ — cases where slow thinking overturns a fast correct answer — and explains the sign and size of $\delta$ as the trade-off between those two terms. On this basis it claims three empirical findings: reasoning adjustment is domain-specific; scaling adds more knowledge than reasoning and mostly makes models more prudent rather than more intelligent; and knowledge retrieval and reasoning adjustment occupy lower and higher network layers respectively.
Load-bearing premise
The load-bearing premise is that the accuracy gap between slow and fast thinking is caused by reasoning adjustment alone, and not by the two modes' different prompts, output lengths, or the fact that slow answers are graded by an external judge while fast answers are matched directly to the answer key; if any of those confounds contributes to the gap, the paper's conclusions about domain specificity, scaling, and layer localization do not follow.
Editorial extensions
If this is right
- Slow thinking should be deployed selectively: in knowledge-intensive domains, chain-of-thought can reduce accuracy, so routing questions by domain could improve average performance.
- Scaling laws hide a knowledge/reasoning split: larger models gain mostly memorized knowledge, while reasoning gains saturate once overthinking is controlled, so further reasoning gains require targeted training rather than scale alone.
- Because overthinking, not weak correction, dominates small-model reasoning failure, small models need prudence-style training or shorter reasoning chains, not simply more parameters.
- If knowledge sits in lower layers and reasoning in higher layers, knowledge editing and reasoning interventions target disjoint places, and the paper's CKA curves provide a map for choosing intervention layers.
Reading between the lines
- Editorial inference: the same $\delta$ decomposition could be run on open-ended generation, where the evaluator confound is harder to control; one testable prediction is that the domain ranking of $\delta$ will shift when slow answers are graded by exact-match instead of by an external judge.
- Editorial inference: the localization claim implies a testable intervention — perturbing higher layers during slow thinking should change reasoning gain more than perturbing lower layers, while the reverse should hold for factual recall.
- Editorial inference: the overthinking rate may respond to inference-time controls, so capping chain-of-thought length or adding a decide-whether-to-revise step could selectively reduce $\delta_o$ in small models, which would support the noise interpretation.
- Editorial inference: the anchoring result suggests a cheap prudence probe — measuring fast and slow accuracy after injecting a wrong hint; the increase in $\delta$ under anchoring would quantify how much reasoning compensates when retrieval is misled.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a 'cognition attribution architecture' inspired by dual-system cognitive theory. It defines two phases of LLM inference, knowledge retrieval (fast thinking) and reasoning adjustment (slow thinking), and measures each through prompted accuracy on multiple-choice QA. The central quantity is the accuracy difference δ = Aslow − Afast (Eq. 5), which the paper identifies as the reasoning adjustment capability CRA. The paper then decomposes δ into a correction component δc and an overthinking component δo (Eq. 9). Experiments are run on 15 LLMs over MMLU, MathQA, and MedQA, with domain-level analyses on MMLU. The reported findings are: reasoning adjustment is domain-specific (benefiting mathematics, physics, and chemistry while harming knowledge-intensive domains); parameter scaling improves knowledge more than reasoning and mainly reduces overthinking; and CKA-based representational similarity indicates that knowledge retrieval is localized in lower layers while reasoning adjustment is localized in higher layers.
Significance. If the identification of δ with reasoning adjustment capability were valid, the framework would provide a cheap, model-agnostic tool for decomposing accuracy gains into knowledge and reasoning components, with potential implications for scaling laws, knowledge editing, and small-model reasoning. The paper's strengths include a transparent experimental setup, a broad span of 15 models across three datasets, the useful descriptive decomposition of δ into correction and overthinking rates, and an explicit acknowledgment of limitations. The algebraic identities in Eqs. (3)-(9) are correct. However, the significance is conditional: the headline conclusions are all phrased in terms of δ as a causal capability, and the paper does not establish that δ isolates reasoning adjustment from confounded differences between the fast and slow conditions. The descriptive accuracy-difference results are still of some value, but the claims about 'knowledge' and 'reasoning' as separable cognitive faculties do not currently follow.
major comments (5)
- [§3.1 and Appendix D.2] The identification CRA := δ in Eq. (5) is mechanically bounded by the fast-accuracy ceiling: δ ≤ 1 − Afast. Since Afast varies across domains and model sizes, the cross-domain and scaling conclusions may reflect base rates rather than reasoning adjustment. For example, from Table 1, Qwen 1.5B has Afast = 53.9 and Qwen 32B has Afast = 79.5, so the maximum possible positive δ for Qwen 32B is about 20.5% versus about 46.1% for Qwen 1.5B. The same mechanism affects the domain rankings in Table 2, where knowledge-intensive domains tend to have high fast accuracy and thus little room for positive δ, while math and physics have low fast accuracy and ample room for correction gains. Eq. (9) shows this directly: δ = (rc·|Dfalse_fast| − ro·|Dtrue_fast|)/|D|, so δ depends on the sizes of the correct and incorrect fast-answer sets. I request a normalization or a control for Afast, for example reporting δ on accuracy-matched subsets, or reporting confidence intervals on rc and ro, or an external validation of δ against an independent reasoning benchmark.
- [§3.1 and Appendix D.2] The fast and slow conditions differ in several dimensions beyond the presence of reasoning: the prompts are worded differently (Figures 5 and 6), slow answers are much longer and consume more tokens (Table 6), and the evaluation protocols differ — fast answers are compared directly to the answer key while slow answers are judged by the external model GLM-4-PLUS using a separate prompt (Figure 7). Any of these differences can produce a nonzero δ, so attributing δ to a 'reasoning adjustment capability' is not identified. I ask the authors to run a control where the same evaluator judges both conditions, and ideally also a condition with a matched-length but non-reasoning slow prompt, to isolate the effect of adding reasoning rather than the effect of changing the prompt, output length, or grader.
- [§2 (Eq. 5) and §5] There is a circularity in the central claims: CRA is defined as δ in Eq. (5), and then statements such as 'reasoning adjustment is domain-specific' and 'parameter scaling improves knowledge more than reasoning' are restatements of aggregate properties of the measured accuracy difference. The decomposition in Eq. (9) is descriptive and useful, but the abstract and conclusion present δ as a measure of a capability. The Limitations paragraph in Section 5 says the method is 'simplified,' but Equations 3–9 require the interpretation of δ as CRA to support the headline findings. I recommend either validating δ against an external reasoning measure (e.g., correlation with performance on held-out reasoning tasks after controlling for Afast) or rewriting the claims to be explicitly descriptive of accuracy differences under the two prompt conditions.
- [§3.6 and Appendix H] The 'cognitive hierarchy' claim that knowledge retrieval resides in lower layers and reasoning adjustment in higher layers is based on CKA between fast and slow activations for only two models (Qwen 7B and LLaMA 8B, Figure 4). The fast and slow conditions have different prompts and generate very different numbers of tokens; even though CKA is computed only on question-part tokens, the prompts themselves differ at the input, so the representations may diverge for reasons unrelated to reasoning, such as instruction-following or response format. No significance tests or additional models are reported. Please include more models, use a minimal prompt difference, and add a control with length-matched outputs or identical prompts under different sampling settings.
- [Tables 1–2] No uncertainty quantification is provided for any of the reported accuracies, δ values, or rates. Many per-domain δ entries in Table 2 are within 1–2 percentage points (e.g., several values between −1 and +1), and the domain sample sizes range from about 100 to several hundred questions (Table 4). The top-3 rankings used to support the domain-specificity claim could be unstable under this noise. I request bootstrap confidence intervals or standard errors for δ, and ideally for δc and δo, so that the reader can judge whether differences of a few percentage points are meaningful.
minor comments (7)
- [§3.3] Please fix the typo 'reasnong-intensive' to 'reasoning-intensive'.
- [§5] The Conclusion says 'parameter scaling primarily enhances both knowledge retrieval and reasoning adjustment, with reasoning adjustment more significant,' which contradicts the Abstract's statement that 'knowledge improvements are more pronounced.' Please correct the wording to be consistent.
- [Table 2] The table header says 'δ of 19 LLMs' but the paper reports 15 models; please correct the count.
- [§3.2] The sentence 'the variation in ro across model sizes is more prominent than that in ro' appears to have a typo; it should likely compare ro and rc.
- [§2 (Eq. 2)] Equation (2) uses the notation Cknowledge and Creasoning, while Equations (3)–(5) use CKR and CRA; please align the notation.
- [Appendix F.2] The statement that for MathQA 'one wrong option is randomly removed to reduce the choices from five to four' introduces a stochastic element; please specify the random seed or describe how the removal was fixed across runs.
- [Abstract and Appendix] The abstract promises that datasets and code will be publicly released, but no repository link is provided; please include the link in the final version.
Circularity Check
The central construct 'reasoning adjustment capability' is stipulated as the fast/slow accuracy difference δ (Eq. 5), so the headline conclusions about reasoning are restatements of δ; the CKA layer-localization result is independent and the δ decomposition is algebraic.
-
self definitional
[Section 2, Step 3, Eqs. (3)-(5); interpreted in Sections 3.3-3.5]
"CRA :=δ =Aslow−Afast = 1 |D| Σ_{x∈D} I(yslow =y∗)− 1 |D| Σ_{x∈D} I(yfast =y∗) (5) This equation shows that the accuracy difference between slow and fast thinking, referred to as the reasoning gainδ, reflects the capability of reasoning adjustmentCRA. Ultimately, we decouple the knowledge and reasoning capabilities in Equation 3 and Equation 5."
CRA is stipulated as δ, so conclusions about 'reasoning adjustment' are statements about the measured accuracy difference. 'Domain-specific reasoning' (Sec. 3.3) reduces to 'δ varies by domain'; 'scaling improves knowledge more than reasoning' (Sec. 3.4) compares ΔAfast with Δδ; 'prudent/intelligent' (Sec. 3.5) labels δo/δc from Eq. (9). The decomposition in Eqs. (6)-(9) is exact and not circular, but the cognitive labels are attached to defined quantities, so the headline results are true by construction. Ceiling effects and the differing slow/fast evaluation protocols are validity confounds, not circularity, but they underscore that δ is not validated as 'reasoning' beyond its definition.
full rationale
The paper's measurement chain is internally consistent: Afast and Aslow are directly evaluated accuracies, and δc/δo are exact algebraic decompositions of δ. The CKA experiments in Sec. 3.6 provide an independent empirical observation (lower cross-mode similarity in higher layers) that does not reduce to Eq. (5). No parameter is fitted and then renamed as a prediction, and no load-bearing uniqueness theorem is imported. The only same-author citation, [19], supports the layer-localization claim but is not load-bearing because the CKA measurement is the paper's own evidence. The central circularity is at the construct-label level: CRA is stipulated as δ (Eq. 5), and the paper then reports properties of CRA as findings about reasoning. This is partial self-definition rather than fabricated data. The Limitations section concedes the method is 'simplified and may not fully capture the underlying mechanisms,' which acknowledges the gap between the definitional measure and the latent construct. Score 4 reflects partial definitional circularity in the central claims, with the layer-localization result and exact decomposition providing independent content.
Assumptions & free parameters
assumptions (5)
- domain assumption Fast thinking prompt elicits knowledge retrieval without any reasoning adjustment.
- domain assumption Slow thinking prompt elicits knowledge retrieval plus a reasoning adjustment, and the two phases are additive in accuracy.
- domain assumption The accuracy difference δ is attributable to reasoning adjustment rather than to prompt format, output length, token budget, or the external judge model.
- domain assumption CKA divergence between slow and fast thinking at a layer indicates that reasoning operates there.
- domain assumption Dual-system cognitive theory from humans transfers to LLM inference.
invented entities (1)
-
Reasoning adjustment capability CRA
Cite this review
Pith. "Pith review of Decoupling Knowledge and Reasoning in LLMs: An Exploration Using Cognitive Dual-System Theory." pith.science (2026). https://pith.science/paper/W3452QNA
@misc{pith2026250718178,
author = {Pith},
title = {Pith review of: Decoupling Knowledge and Reasoning in LLMs: An Exploration Using Cognitive Dual-System Theory},
year = {2026},
howpublished = {\url{https://pith.science/paper/W3452QNA}},
note = {Machine review of arXiv:2507.18178}
}
read the original abstract
While large language models (LLMs) leverage both knowledge and reasoning during inference, the capacity to distinguish between them plays a pivotal role in model analysis, interpretability, and development. Inspired by dual-system cognitive theory, we propose a cognition attribution framework to decouple the contribution of knowledge and reasoning. In particular, the cognition of LLMs is decomposed into two distinct yet complementary phases: knowledge retrieval (Phase 1) and reasoning adjustment (Phase 2). To separate these phases, LLMs are prompted to generate answers under two different cognitive modes, fast thinking and slow thinking, respectively. The performance under different cognitive modes is analyzed to quantify the contribution of knowledge and reasoning. This architecture is employed to 15 LLMs across 3 datasets. Results reveal: (1) reasoning adjustment is domain-specific, benefiting reasoning-intensive domains (e.g., mathematics, physics, and chemistry) and potentially imparing knowledge-intensive domains. (2) Parameter scaling improves both knowledge and reasoning, with knowledge improvements being more pronounced. Additionally, parameter scaling make LLMs reasoning significantly more prudent, while moderately more intelligent. (3) Knowledge primarily resides in lower network layers, while reasoning operates in higher layers. Our framework not only helps understand LLMs from a "decoupling" perspective, but also provides new insights into existing research, including scaling laws, hierarchical knowledge editing, and limitations of small-model reasoning.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[1]
J. Achiam, S. Adler, S. Agarwal, L. Ahmad, I. Akkaya, F. L. Aleman, D. Almeida, J. Altenschmidt, S. Altman, S. Anadkat, et al. , “Gpt-4 technical report,” arXiv preprint arXiv:2303.08774, 2023
arXiv 2023
-
[2]
A. Yang, B. Yang, B. Zhang, B. Hui, B. Zheng, B. Yu, C. Li, D. Liu, F. Huang, H. Wei,et al., “Qwen2. 5 technical report,” arXiv preprint arXiv:2412.15115, 2024
arXiv 2024
-
[3]
Llama 2: Open foundation and fine-tuned chat models,
H. Touvron, L. Martin, K. Stone, P. Albert, A. Almahairi, Y . Babaei, N. Bashlykov, S. Batra, P. Bhargava, S. Bhosale,et al., “Llama 2: Open foundation and fine-tuned chat models,” arXiv preprint arXiv:2307.09288, 2023
arXiv 2023
-
[4]
Scaling laws for neural language models,
J. Kaplan, S. McCandlish, T. Henighan, T. B. Brown, B. Chess, R. Child, S. Gray, A. Rad- ford, J. Wu, and D. Amodei, “Scaling laws for neural language models,” arXiv preprint arXiv:2001.08361, 2020
arXiv 2001
-
[5]
Bert: Pre-training of deep bidirectional transformers for language understanding,
J. Devlin, M.-W. Chang, K. Lee, and K. Toutanova, “Bert: Pre-training of deep bidirectional transformers for language understanding,” in Proceedings of the 2019 conference of the North American chapter of the association for computational linguistics: human language technolo- gies, volume 1 (long and short papers), pp. 4171–4186, 2019
work page 2019
-
[6]
Continual pre-training of language models,
Z. Ke, Y . Shao, H. Lin, T. Konishi, G. Kim, and B. Liu, “Continual pre-training of language models,” arXiv preprint arXiv:2302.03241, 2023
arXiv 2023
-
[7]
S. Yang, H. Zhao, S. Zhu, G. Zhou, H. Xu, Y . Jia, and H. Zan, “Zhongjing: Enhancing the chinese medical capabilities of large language model through expert feedback and real-world multi-turn dialogue,” in Proceedings of the AAAI conference on artificial intelligence, vol. 38, pp. 19368–19376, 2024
work page 2024
-
[8]
Efficient continual pre-training for building domain specific large language models,
Y . Xie, K. Aggarwal, and A. Ahmad, “Efficient continual pre-training for building domain specific large language models,” in Findings of the Association for Computational Linguistics ACL 2024, pp. 10184–10201, 2024
work page 2024
Show all 66 references
-
[9]
Lora: Low-rank adaptation of large language models.,
E. J. Hu, Y . Shen, P. Wallis, Z. Allen-Zhu, Y . Li, S. Wang, L. Wang, W. Chen,et al., “Lora: Low-rank adaptation of large language models.,” ICLR, vol. 1, no. 2, p. 3, 2022
2022
-
[10]
Prefix-tuning: Optimizing continuous prompts for generation,
X. L. Li and P. Liang, “Prefix-tuning: Optimizing continuous prompts for generation,”arXiv preprint arXiv:2101.00190, 2021
2021 arXiv
-
[11]
P-tuning v2: Prompt tuning can be comparable to fine-tuning universally across scales and tasks,
X. Liu, K. Ji, Y . Fu, W. L. Tam, Z. Du, Z. Yang, and J. Tang, “P-tuning v2: Prompt tuning can be comparable to fine-tuning universally across scales and tasks,”arXiv preprint arXiv:2110.07602, 2021
2021 arXiv
-
[12]
Gsm-symbolic: Understanding the limitations of mathematical reasoning in large language models,
I. Mirzadeh, K. Alizadeh, H. Shahrokhi, O. Tuzel, S. Bengio, and M. Farajtabar, “Gsm-symbolic: Understanding the limitations of mathematical reasoning in large language models,” arXiv preprint arXiv:2410.05229, 2024
2024 arXiv
-
[13]
Math- perturb: Benchmarking llms’ math reasoning abilities against hard perturbations,
K. Huang, J. Guo, Z. Li, X. Ji, J. Ge, W. Li, Y . Guo, T. Cai, H. Yuan, R. Wang,et al., “Math- perturb: Benchmarking llms’ math reasoning abilities against hard perturbations,”arXiv preprint arXiv:2502.06453, 2025
2025 arXiv
-
[14]
Chain-of- thought prompting elicits reasoning in large language models,
J. Wei, X. Wang, D. Schuurmans, M. Bosma, F. Xia, E. Chi, Q. V . Le, D. Zhou,et al., “Chain-of- thought prompting elicits reasoning in large language models,” Advances in neural information processing systems, vol. 35, pp. 24824–24837, 2022
2022
-
[15]
Learning to reason with large language models
OpenAI, “Learning to reason with large language models.” OpenAI Blog, 2023. Accessed: 2024-07-20
2023
-
[16]
O1 replication journey: A strategic progress report–part 1,
Y . Qin, X. Li, H. Zou, Y . Liu, S. Xia, Z. Huang, Y . Ye, W. Yuan, H. Liu, Y . Li,et al., “O1 replication journey: A strategic progress report–part 1,” arXiv preprint arXiv:2410.18982, 2024
2024 arXiv
-
[17]
O1 replication journey–part 2: Surpassing o1-preview through simple distillation, big progress or bitter lesson?,
Z. Huang, H. Zou, X. Li, Y . Liu, Y . Zheng, E. Chern, S. Xia, Y . Qin, W. Yuan, and P. Liu, “O1 replication journey–part 2: Surpassing o1-preview through simple distillation, big progress or bitter lesson?,” arXiv preprint arXiv:2411.16489, 2024. 11
2024 arXiv
-
[18]
O1 replication journey–part 3: Inference-time scaling for medical reasoning,
Z. Huang, G. Geng, S. Hua, Z. Huang, H. Zou, S. Zhang, P. Liu, and X. Zhang, “O1 replication journey–part 3: Inference-time scaling for medical reasoning,”arXiv preprint arXiv:2501.06458, 2025
2025 arXiv
-
[19]
Co-occurrence is not factual association in language models,
X. Zhang, M. Li, and J. Wu, “Co-occurrence is not factual association in language models,” arXiv preprint arXiv:2409.14057, 2024
2024 arXiv
-
[20]
Locating and editing factual associations in gpt,
K. Meng, D. Bau, A. Andonian, and Y . Belinkov, “Locating and editing factual associations in gpt,” Advances in neural information processing systems, vol. 35, pp. 17359–17372, 2022
2022
-
[21]
Mass-editing memory in a transformer,
K. Meng, A. S. Sharma, A. Andonian, Y . Belinkov, and D. Bau, “Mass-editing memory in a transformer,” arXiv preprint arXiv:2210.07229, 2022
2022 arXiv
-
[22]
Small models struggle to learn from strong reasoners,
Y . Li, X. Yue, Z. Xu, F. Jiang, L. Niu, B. Y . Lin, B. Ramasubramanian, and R. Poovendran, “Small models struggle to learn from strong reasoners,” arXiv preprint arXiv:2502.12143, 2025
2025
-
[23]
Kahneman, Thinking, Fast and Slow
D. Kahneman, Thinking, Fast and Slow. New York: Farrar, Straus and Giroux, 2011
2011
-
[24]
Understanding chain-of-thought in llms through information theory,
J.-F. Ton, M. F. Taufiq, and Y . Liu, “Understanding chain-of-thought in llms through information theory,”arXiv preprint arXiv:2411.11984, 2024
2024 arXiv
-
[25]
Rethinking external slow-thinking: From snowball errors to probability of correct reasoning,
Z. Gan, Y . Liao, and Y . Liu, “Rethinking external slow-thinking: From snowball errors to probability of correct reasoning,” arXiv preprint arXiv:2501.15602, 2025
2025 arXiv
-
[26]
Measuring massive multitask language understanding,
D. Hendrycks, C. Burns, S. Basart, A. Zou, M. Mazeika, D. Song, and J. Steinhardt, “Measuring massive multitask language understanding,” arXiv preprint arXiv:2009.03300, 2020
2009 arXiv
-
[27]
Medical exam question answering with large- scale reading comprehension,
X. Zhang, J. Wu, Z. He, X. Liu, and Y . Su, “Medical exam question answering with large- scale reading comprehension,” in Proceedings of the AAAI conference on artificial intelligence, vol. 32, 2018
2018
-
[28]
Mathqa: Towards interpretable math word problem solving with operation-based formalisms,
A. Amini, S. Gabriel, P. Lin, R. Koncel-Kedziorski, Y . Choi, and H. Hajishirzi, “Mathqa: Towards interpretable math word problem solving with operation-based formalisms,” arXiv preprint arXiv:1905.13319, 2019
1905 arXiv
-
[29]
The llama 3 herd of models,
A. Grattafiori, A. Dubey, A. Jauhri, A. Pandey, A. Kadian, A. Al-Dahle, A. Letman, A. Mathur, A. Schelten, A. Vaughan,et al., “The llama 3 herd of models,”arXiv preprint arXiv:2407.21783, 2024
2024 arXiv
-
[30]
Gemma 2: Improving open language models at a practical size,
G. Team, M. Riviere, S. Pathak, P. G. Sessa, C. Hardin, S. Bhupatiraju, L. Hussenot, T. Mesnard, B. Shahriari, A. Ramé, et al., “Gemma 2: Improving open language models at a practical size,” arXiv preprint arXiv:2408.00118, 2024
2024 arXiv
-
[31]
Phi-4 technical report,
M. Abdin, J. Aneja, H. Behl, S. Bubeck, R. Eldan, S. Gunasekar, M. Harrison, R. J. Hewett, M. Javaheripi, P. Kauffmann,et al., “Phi-4 technical report,” arXiv preprint arXiv:2412.08905, 2024
2024 arXiv
-
[32]
Chatglm: A family of large language models from glm-130b to glm-4 all tools,
T. GLM, A. Zeng, B. Xu, B. Wang, C. Zhang, D. Yin, D. Zhang, D. Rojas, G. Feng, H. Zhao, et al., “Chatglm: A family of large language models from glm-130b to glm-4 all tools,” arXiv preprint arXiv:2406.12793, 2024
2024 arXiv
-
[33]
Mind your step (by step): Chain-of-thought can reduce performance on tasks where thinking makes humans worse,
R. Liu, J. Geng, A. J. Wu, I. Sucholutsky, T. Lombrozo, and T. L. Griffiths, “Mind your step (by step): Chain-of-thought can reduce performance on tasks where thinking makes humans worse,” arXiv preprint arXiv:2410.21333, 2024
-
[34]
The danger of overthinking: Examining the reasoning-action dilemma in agentic tasks,
A. Cuadron, D. Li, W. Ma, X. Wang, Y . Wang, S. Zhuang, S. Liu, L. G. Schroeder, T. Xia, H. Mao, et al., “The danger of overthinking: Examining the reasoning-action dilemma in agentic tasks,” arXiv preprint arXiv:2502.08235, 2025
2025 arXiv
-
[35]
Algorithms for learning kernels based on centered alignment,
C. Cortes, M. Mohri, and A. Rostamizadeh, “Algorithms for learning kernels based on centered alignment,” The Journal of Machine Learning Research, vol. 13, no. 1, pp. 795–828, 2012
2012
-
[36]
Similarity of neural network representations revisited,
S. Kornblith, M. Norouzi, H. Lee, and G. Hinton, “Similarity of neural network representations revisited,” in International conference on machine learning, pp. 3519–3529, PMLR, 2019. 12
2019
-
[37]
Tree of thoughts: Deliberate problem solving with large language models,
S. Yao, D. Yu, J. Zhao, I. Shafran, T. Griffiths, Y . Cao, and K. Narasimhan, “Tree of thoughts: Deliberate problem solving with large language models,” Advances in neural information processing systems, vol. 36, pp. 11809–11822, 2023
2023
-
[38]
Program of thoughts prompting: Disentangling computation from reasoning for numerical reasoning tasks,
W. Chen, X. Ma, X. Wang, and W. W. Cohen, “Program of thoughts prompting: Disentangling computation from reasoning for numerical reasoning tasks,” arXiv preprint arXiv:2211.12588, 2022
2022 arXiv
-
[39]
Graph of thoughts: Solving elaborate problems with large language models,
M. Besta, N. Blach, A. Kubicek, R. Gerstenberger, M. Podstawski, L. Gianinazzi, J. Gajda, T. Lehmann, H. Niewiadomski, P. Nyczyk, et al., “Graph of thoughts: Solving elaborate problems with large language models,” in Proceedings of the AAAI Conference on Artificial Intelligenc...
2024
-
[40]
Large language models are zero-shot reasoners,
T. Kojima, S. S. Gu, M. Reid, Y . Matsuo, and Y . Iwasawa, “Large language models are zero-shot reasoners,” Advances in neural information processing systems , vol. 35, pp. 22199–22213, 2022
2022
-
[41]
Automatic chain of thought prompting in large language models,
Z. Zhang, A. Zhang, M. Li, and A. Smola, “Automatic chain of thought prompting in large language models,” arXiv preprint arXiv:2210.03493, 2022
2022 arXiv
-
[42]
Training verifiers to solve math word problems,
K. Cobbe, V . Kosaraju, M. Bavarian, M. Chen, H. Jun, L. Kaiser, M. Plappert, J. Tworek, J. Hilton, R. Nakano, et al., “Training verifiers to solve math word problems,”arXiv preprint arXiv:2110.14168, 2021
2021 arXiv
-
[43]
Rest-mcts*: Llm self-training via process reward guided tree search,
D. Zhang, S. Zhoubian, Z. Hu, Y . Yue, Y . Dong, and J. Tang, “Rest-mcts*: Llm self-training via process reward guided tree search,”Advances in Neural Information Processing Systems, vol. 37, pp. 64735–64772, 2024
2024
-
[44]
rstar- math: Small llms can master math reasoning with self-evolved deep thinking,
X. Guan, L. L. Zhang, Y . Liu, N. Shang, Y . Sun, Y . Zhu, F. Yang, and M. Yang, “rstar- math: Small llms can master math reasoning with self-evolved deep thinking,” arXiv preprint arXiv:2501.04519, 2025
2025 arXiv
-
[45]
Technical report: Enhancing llm reasoning with reward-guided tree search,
J. Jiang, Z. Chen, Y . Min, J. Chen, X. Cheng, J. Wang, Y . Tang, H. Sun, J. Deng, W. X. Zhao, et al., “Technical report: Enhancing llm reasoning with reward-guided tree search,” arXiv preprint arXiv:2411.11694, 2024
2024 arXiv
-
[46]
Rewarding progress: Scaling automated process verifiers for llm reasoning,
A. Setlur, C. Nagpal, A. Fisch, X. Geng, J. Eisenstein, R. Agarwal, A. Agarwal, J. Berant, and A. Kumar, “Rewarding progress: Scaling automated process verifiers for llm reasoning,” arXiv preprint arXiv:2410.08146, 2024
2024 arXiv
-
[47]
Autopsv: Automated process- supervised verifier,
J. Lu, Z. Dou, H. Wang, Z. Cao, J. Dai, Y . Feng, and Z. Guo, “Autopsv: Automated process- supervised verifier,”Advances in Neural Information Processing Systems, vol. 37, pp. 79935– 79962, 2024
2024
-
[48]
Math- shepherd: Verify and reinforce llms step-by-step without human annotations,
P. Wang, L. Li, Z. Shao, R. Xu, D. Dai, Y . Li, D. Chen, Y . Wu, and Z. Sui, “Math- shepherd: Verify and reinforce llms step-by-step without human annotations,”arXiv preprint arXiv:2312.08935, 2023
2023 arXiv
-
[49]
Imitate, explore, and self-improve: A reproduction report on slow-thinking reasoning systems,
Y . Min, Z. Chen, J. Jiang, J. Chen, J. Deng, Y . Hu, Y . Tang, J. Wang, X. Cheng, H. Song,et al., “Imitate, explore, and self-improve: A reproduction report on slow-thinking reasoning systems,” arXiv preprint arXiv:2412.09413, 2024
2024 arXiv
-
[50]
Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning,
D. Guo, D. Yang, H. Zhang, J. Song, R. Zhang, R. Xu, Q. Zhu, S. Ma, P. Wang, X. Bi,et al., “Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning,” arXiv preprint arXiv:2501.12948, 2025
2025 arXiv
-
[51]
Qwq-32b: Embracing the power of reinforcement learning
Q. Team, “Qwq-32b: Embracing the power of reinforcement learning.” Qwen Blog, 2025. Accessed: 2024-07-20
2025
-
[52]
Kimi k1. 5: Scaling reinforcement learning with llms,
K. Team, A. Du, B. Gao, B. Xing, C. Jiang, C. Chen, C. Li, C. Xiao, C. Du, C. Liao, et al., “Kimi k1. 5: Scaling reinforcement learning with llms,” arXiv preprint arXiv:2501.12599, 2025. 13 A Prompt A.1 Fast thinking prompt Fast thinking requires LLMs to directly output answer...
2025 arXiv
-
[53]
- The key is to understand the combinatorial nature of the problem, which involves selecting and assigning courses to professors
**Analyzing the Question:** - The problem involves assigning 10 professors to 20 courses, with each professor teaching exactly 2 courses and each course being taught by exactly one professor. - The key is to understand the combinatorial nature of the problem, which involves se...
-
[54]
- The total number of courses is 20, and each course is assigned to exactly one professor
**Summarizing Relevant Findings:** - Each professor is assigned 2 courses out of 20, and there are 10 professors. - The total number of courses is 20, and each course is assigned to exactly one professor. - The problem can be approached by considering the number of ways to cho...
-
[55]
**Brainstorming New Ideas:** - One approach is to consider the number of ways to choose 2 courses out of 20 for the first professor, then 2 out of the remaining 18 for the second professor, and so on. - Another approach is to consider the total permutations of assigning 20 cou...
-
[56]
**Verifying the Accuracy of Current Steps:** - The first approach involves calculating combinations for each professor and then multiplying these combinations. - The second approach involves calculating permutations and then dividing by the number of ways to arrange the 2 cour...
-
[57]
- The second approach is more accurate as it accounts for the indistinguishability of the order of courses for each professor
**Refining Any Errors:** - The first approach might overcount because it does not account for the indistinguishability of the order of courses for each professor. - The second approach is more accurate as it accounts for the indistinguishability of the order of courses for eac...
-
[58]
### Solution
**Revisiting Previous Steps:** - The correct approach is to calculate the total permutations of assigning 20 courses to 10 professors and then divide by the number of ways to arrange the 2 courses for each professor (2! for each professor). ### Solution
-
[59]
**Total Permutations of Assigning Courses:** - The total number of ways to assign 20 courses to 10 professors is (20!)
-
[60]
- There are 10 professors, so we divide by (2^(10))
**Adjusting for Indistinguishability:** - Since each professor is assigned exactly 2 courses, and the order of these 2 courses does not matter, we need to divide by (2!) for each professor. - There are 10 professors, so we divide by (2^(10))
-
[61]
Correct",
**Final Calculation:** - The number of different complete assignments is frac{20!}{2^(10)}. Thus, the correct answer is:**A: 20!/2^(10)** B Data This study involves three datasets, including MMLU, MathQA and MedQA. Only the test part of MMLU is involved. MMLU serves as general...
-
[62]
Given two matricesX andY representing the activations of two models or layers, the centering operation involves subtracting the mean of each column from the respective elements
Centering the Matrices The first step in CKA is centering the activation matrices. Given two matricesX andY representing the activations of two models or layers, the centering operation involves subtracting the mean of each column from the respective elements. This centers the...
-
[63]
The Gram matrix represents the inner product between the centered data points
Gram Matrix Computation After centering, the next step is to compute the Gram matrices for both datasets. The Gram matrix represents the inner product between the centered data points. For matrices ˜X and ˜Y , the Gram matrices are computed as: KX = ˜X ˜XT, K Y = ˜Y ˜YT (11) T...
-
[64]
Frobenius Norm The Frobenius norm of a matrixA is defined as the square root of the sum of the squared elements of A: ∥A∥F = sX i,j A2 ij (12) For the Gram matricesKX andKY , we compute their Frobenius norms∥KX∥F and∥KY∥F , which are used to scale the alignment measure
-
[65]
Hilbert-Schmidt Independence Criterion (HSIC) The HSIC is a measure of dependence between two datasets. It is computed by taking the inner product between the two centered Gram matrices: HSIC(X,Y ) = X i,j KX,ijKY,ij (13) whereKX,ij andKY,ij are the elements of the Gram matric...
-
[66]
CKA Calculation Finally, the CKA value is computed by normalizing the HSIC value with the product of the Frobenius norms of the Gram matrices. The formula for the CKA is: CKA(X,Y ) = HSIC(X,Y ) ∥KX∥F·∥KY∥F (14) The CKA score lies in the range [0, 1], where a value closer to 1 ...
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.