REVIEW 4 major objections 5 minor 95 references
When Do Neural Networks Learn World Models?
T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read A degree-minimizing multi-task learner recovers the true latent variables of its data up to sign flips and coordinate permutations, provided the proxy-task distribution is tilted toward low-complexity tasks.
desk verdict A serious Boolean-function theory result for when low-degree bias recovers latents, with one real caveat: the p1>0 assumption is more substantive than 'mild,' and the paper itself admits it. 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 load-bearing object is the realization degree, $\mathrm{ddeg}(f^{(1)}\circ\dots\circ f^{(q)})=\sum_i \deg(f^{(i)})$, computed using the Fourier-Walsh degree of each Boolean function—the size of the largest parity monomial $\chi_S(x)=\prod_{i\in S} x_i$ in its multilinear expansion. A low-degree bias means the learner minimizes this quantity, which orders hierarchical realizations $g\circ\Phi$ (a generic representation plus task-specific head) against flat realizations $h^*$ of each task. The machinery works through three lemmas: min-degree solutions of any task have degree at most $d$ (Lemma E.1), the averaged degree of $k$-degree functions composed with an invertible transform is minimized exactly when the transform is degree-1 (Lemma E.10), and conditioning on a representation lowers task degree only when the representation aligns with the latent structure. 'k-degree tasks'—tasks solvable by a function of degree at most $k$ on top of the true latents—are what make the task distribution break the uniform-case tie.
What would settle it
Train a multi-task MLP on $n$ tasks sampled from the degree-biased distribution of Theorem 4.8 with $p_1>0$, and linearly probe the learned representation for the true latents $z$: the theorem's mechanism predicts that the probe error tends to zero (up to sign and permutation) as $n$ grows, while single-task training ($n=1$) does not identify $z$. If the probe error stays bounded away from zero as $n\to\infty$ under exactly this setting, the identification claim as stated fails.
Extended reading notes
Core claim
The paper's claim is that the low-complexity bias of neural networks is enough to break latent-variable non-identifiability, provided the learner is trained on many tasks at once and the task distribution is tilted toward low-degree Boolean functions. Concretely, Theorem 4.8 states that as the number of tasks $n$ grows, the minimizer $\Phi^*$ of the average realization degree satisfies $\Phi^*_j(x)\in\{\pm z_{i_j}\}$ for each coordinate $j$: the learned representation coincides with the true latent variables up to signs and a permutation of coordinates, with $z=\psi^{-1}(x)$. This holds although the proxy tasks $h_i$ may be arbitrary nonlinear functions of $z$; the only structural requirement is that lower-degree tasks are sampled with higher probability and that degree-1 tasks have positive probability $p_1>0$. The authors complement this with a 'no free lunch' theorem (Theorem 4.4) showing that a uniform task distribution makes all representations equally cheap on average, and an architecture theorem (Theorem 4.12) showing that recovery persists exactly when the model's functional basis preserves degree ('basis compatibility').
Load-bearing premise
The result requires the task distribution to give positive probability to degree-1 tasks—proxy tasks that directly output an individual latent bit—and it assumes the learner exactly minimizes realization degree, which is not proven for networks trained by gradient descent.
Editorial extensions
If this is right
- Single-task training never favors a world model: for every task, the flat min-degree solution is at least as cheap as any hierarchical one (Theorem 4.1), so representation learning requires the multi-task setting.
- With enough tasks of positive conditional degree, hierarchical realizations beat flat ones (Theorem 4.3), giving a theoretical reason why pre-training objectives like next-token prediction or masked modeling can induce general representations.
- A world-model representation is provably better out-of-distribution: for tasks whose latent-space version is a parity of degree $q$, flat min-degree solutions have test MSE above 1 while the world-model realization has test MSE 0 when training latents are restricted to a Hamming ball (Theorem 4.9), an abstract model of length generalization.
- Architecture controls the outcome: only bases that preserve the degree of every parity function ('compatible' bases) inherit the recovery guarantee; for any $k$ there is an incompatible basis whose minimizer is $\Phi=T\circ\psi^{-1}$ with $\max_i \deg(T_i^{-1})\ge k$, so the wrong activation basis can hide the latents in high-degree features (Theorem 4.12).
- The result is a Boolean, provable counterpart of the linear representation hypothesis: permutations and negations are exactly the degree-1 Boolean functions, the discrete analogue of linear features in real space.
Reading between the lines
- If the mechanism is right, the practical recipe is to shape pretraining task mixtures toward low-degree tasks and to prefer objectives that raise conditional degree; reconstruction-style losses that are solvable by a low-degree shortcut (predicting pixel $x$ from $x$) should fail, while masked or predictive objectives should succeed—a comparative prediction the paper only gestures at.
- The $p_1>0$ requirement yields a testable diagnostic: vary the fraction of degree-1 tasks in the mixture and measure latent-recovery error; the theory predicts a sharp transition in the number of tasks needed, and failure near $p_1=0$ would confirm that 'atomic' tasks are load-bearing rather than a technical convenience.
- The exact-minimizer idealization suggests the cleanest place to look for the predicted effect is heavily regularized or feature-learning-dominated training that amplifies simplicity bias; networks that memorize via flat solutions should show no latent recovery.
- By recovering latents only up to permutations and negations, the result meets the identifiability bar used in causal representation learning; adding interventional or auxiliary-variable signals could plausibly tighten the equivalence class to the exact latents, a direction the paper lists as future work but does not develop.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a Boolean-function framework for studying when neural network representations recover latent data-generating variables, which it equates with learning world models. It defines a realization-degree complexity measure, proves that single-task learning prefers flat solutions (Theorem 4.1), that enough tasks with positive conditional degree can favor hierarchical solutions (Theorem 4.3), and that a uniform task distribution yields a no-free-lunch result (Theorem 4.4). The main result, Theorem 4.8, states that if tasks are drawn from a degree-weighted distribution over functions of the true latents with p1>0, then the exact minimizer of the average realization degree recovers the latents up to negation and permutation. The paper also claims out-of-distribution benefits (Theorem 4.9), analyzes architecture dependence via basis compatibility (Theorem 4.12), and reports experiments on polynomial extrapolation and physical-law prediction.
Significance. The central identifiability theorem (Theorem 4.8) is a genuinely interesting result: it gives a precise sense in which a low-degree bias in a multi-task curriculum can break generic non-identifiability of nonlinear latent-variable models. The proof relies on Lemma E.10, a clean averaging argument over degree-bounded Boolean function classes, and the equality analysis for k=1 is coherent. The paper also honestly states several limitations, including the p1>0 assumption and the counterexample in Example E.12. If the formal gaps are repaired, this could be a useful contribution to the theory of representation learning. However, the current version has serious issues in the OOD-benefit theorem and in the statement of Theorem 4.3, and the bridge from exact minimizers to neural network training is only empirical.
major comments (4)
- [Section 4.3 / Section E.7, Theorem 4.9] As stated, Theorem 4.9 is vacuous. Since h∘ψ is a parity function of degree q, the function g=χ_S satisfies g∘ψ^{-1}∈H(h), so max_g deg(g)≥q. Lemma E.13 gives deg(h*)≤k for every h*∈Hmin(h). By Definition 3.6, deg(h|ψ^{-1}) = deg(h*)−max_g deg(g) ≤ k−q. The assumptions state q>k and deg(h|ψ^{-1})≥q−r, but k−q<0<q−r, so no task can satisfy both. Additionally, the proof of part (ii) is invalid: the unique degree-r function from Lemma E.8 agrees with a degree-q parity only on the Hamming ball B_r, and since q>r it cannot equal the parity on all of Z; therefore the claimed zero OOD MSE for g*∘Φ* does not follow from uniqueness of low-degree interpolation.
- [Section 4.1 / Section E.3, Theorem 4.3] The statement of Theorem 4.3 quantifies over 'Φ* ∈ Hmin(Φ)', but Hmin(Φ) is never defined anywhere in the paper. The proof's bound deg(Φ*_j)≤d, imported from Lemma E.1, applies to min-degree solutions of tasks, not to arbitrary representations Φ*. Without a definition of the class over which Φ* minimizes, inequality (7) is not a well-formed theorem. The authors should either define Hmin(Φ) as the set of degree-minimizing representations subject to the feasibility constraints and prove the bound, or restate the result without this undefined object.
- [Section E.6, proof of Theorem 4.8] The proof asserts without justification that the feasibility constraints gi∘Φ∈H(hi) for all i imply the existence of a bijection T:Z→Z with Φ(x)=T(z) for every x=ψ(z). This is true in the n→∞ limit when p1>0, because the degree-1 tasks separate points of Z, but the argument is omitted and should be made explicit. Furthermore, Theorem 4.8 is a statement about exact minimizers of the realization-degree objective (10); the paper does not show that any neural network training procedure converges to such a minimizer. The abstract's claim that 'models with a low-degree bias provably recover' should therefore be qualified to refer to the idealized optimization problem, with the experimental section serving as empirical evidence.
- [Theorem 4.8 and Remark E.11, p1>0] The assumption p1>0 is substantive, not merely technical: it requires the task distribution to place positive probability on degree-1 tasks that directly output individual true latents. Example E.12 shows that without p1>0 the minimizing representation need not be a world model, so this assumption is not removable in the current framework. The paper acknowledges this in Remark E.11, but the abstract's phrase 'mild assumptions' overstates the scope. The abstract and introduction should explicitly mention that the result requires some direct linear (degree-1) observations of the latents, not merely nonlinear functions of them.
minor comments (5)
- [Section E.7, proof of Lemma E.13] The displayed formula 'Pr i=0 (d r)' should read '\sum_{i=0}^r \binom{d}{i}'; as printed it is not a valid expression.
- [Theorem 4.9] The notation 'deg(h)=q' in Theorem 4.9 is ambiguous; the subsequent conditions refer to deg(h∘ψ), so the statement should say 'deg(h∘ψ)=q'.
- [Remark 4.10] The phrase 'zero i.i.d. test error' is confusing because Theorem 4.9 defines the test distribution as uniform over Z, where the flat solution has error larger than 1. The intended meaning appears to be zero error on a held-out sample from the training distribution B_r; please reword.
- [Section 4.4, Eq. (11)] The definition of deg_U(f) in Eq. (11) seems to use the coefficients of f in the standard parity basis rather than the coefficients of f in the new basis {U(χ_S)}. Please clarify the definition, ideally with a concrete example, or correct the formula.
- [Figure 2c] The numeric labels in Figure 2c (0.16, 0.29, 0.07, 0.13) are not explained in the caption; please add a legend or a table so the reader knows which numbers correspond to which model and task.
Circularity Check
No significant circularity: Theorem 4.8's derivation is self-contained; the p1>0 requirement is a substantive but honestly acknowledged scope condition, not a circular encoding of the conclusion.
full rationale
The central claim (Theorem 4.8, Section 4.2; proof in Section E.6) is derived, not assumed: Lemma E.10 (Eqs. 51-60) proves a genuine inequality for sums of degrees under invertible transforms, and the equality condition deg(T_i)=1 for k=1 is proven, not posited. The task distribution being defined in terms of the true latents (Definition 4.6, F^d_k ∘ ψ^{-1}) is the standard form of an identifiability assumption, analogous to assuming sparsity in a known dictionary, not a self-definitional reduction: the theorem's contribution is showing that the degree-minimizer must be a degree-1 transform of z, which Example E.12 shows is false without p1>0. The paper explicitly flags the p1>0 limitation (Remark E.11 and the bullet after Theorem 4.8: 'we require a non-zero probability of explicitly sampling degree-1 tasks'), and Example E.12 with T=(z1, z1 z2, z1 z3) demonstrates the condition is essential; this is honest scope disclosure rather than hidden circularity. No parameters are fitted and then renamed as predictions: the optimization (10) is over exact realization degree, and the asymptotic n→∞ analysis is analytic. Self-citations (Zhang et al. 2024; Zhao et al. 2024) occur only in the related-work survey (Appendix A) and are not load-bearing for any theorem. Lemma E.8, the one imported uniqueness result, comes from external prior work (Abbe et al. 2023, Theorem 5.1) and is cited as an external mathematical fact, not from the present authors. The abstract's phrase 'mild assumptions' arguably overstates the scope, since p1>0 requires some proxy tasks to output individual latents directly, but that is a scope/correctness concern, not circularity. The empirical sections are proof-of-concept demonstrations, not evidence used in the proofs. Overall, the derivation chain is self-contained and no step reduces by construction to its own inputs.
Assumptions & free parameters
free parameters (2)
- task degree distribution p_1,...,p_d =
not fitted; p_i in (0,1), sum = 1
- Hamming ball radius r =
r < d, no fitted value
assumptions (5)
- domain assumption All variables can be modeled as Boolean without loss of generality because computers use finite precision.
- domain assumption The data generation process is x = ψ(z) with invertible ψ and supp(p) = Z.
- domain assumption The learner exhibits a low-degree bias, i.e., minimizes realization degree ddeg over realizations.
- ad hoc to paper Proxy tasks are sampled from a degree-weighted distribution over F_d ∘ ψ^{-1} with p_i in (0,1); in particular p1 > 0.
- standard math Lemma E.8 from Abbe et al. (2023): on Hamming ball B_r there is a unique degree ≤ r Boolean function matching any target.
Cite this review
Pith. "Pith review of When Do Neural Networks Learn World Models?." pith.science (2026). https://pith.science/paper/GAXBHNQM
@misc{pith2026250209297,
author = {Pith},
title = {Pith review of: When Do Neural Networks Learn World Models?},
year = {2026},
howpublished = {\url{https://pith.science/paper/GAXBHNQM}},
note = {Machine review of arXiv:2502.09297}
}
read the original abstract
Humans develop world models that capture the underlying generation process of data. Whether neural networks can learn similar world models remains an open problem. In this work, we present the first theoretical results for this problem, showing that in a multi-task setting, models with a low-degree bias provably recover latent data-generating variables under mild assumptions--even if proxy tasks involve complex, non-linear functions of the latents. However, such recovery is sensitive to model architecture. Our analysis leverages Boolean models of task solutions via the Fourier-Walsh transform and introduces new techniques for analyzing invertible Boolean transforms, which may be of independent interest. We illustrate the algorithmic implications of our results and connect them to related research areas, including self-supervised learning, out-of-distribution generalization, and the linear representation hypothesis in large language models.
Figures
Figures from the paper (9 more)
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
-
[2]
Generalization on the unseen, logic reasoning and degree curriculum
Abbe, E., Bengio, S., Lotfi, A., and Rizk, K. Generalization on the unseen, logic reasoning and degree curriculum. In International Conference on Machine Learning , 2023
2023
-
[3]
Interventional causal representation learning
Ahuja, K., Mahajan, D., Wang, Y., and Bengio, Y. Interventional causal representation learning. In International Conference on Machine Learning , 2023
2023
-
[4]
and Li, Y
Allen-Zhu, Z. and Li, Y. Towards understanding ensemble, knowledge distillation and self-distillation in deep learning. In International Conference on Learning Representations , 2023
2023
-
[5]
V., Pillaud-Vivien, L., and Flammarion, N
Andriushchenko, M., Varre, A. V., Pillaud-Vivien, L., and Flammarion, N. SGD with large step sizes learns sparse features. In International Conference on Machine Learning , pp.\ 903--925, 2023
2023
-
[6]
Exploring length generalization in large language models
Anil, C., Wu, Y., Andreassen, A., Lewkowycz, A., Misra, V., Ramasesh, V., Slone, A., Gur-Ari, G., Dyer, E., and Neyshabur, B. Exploring length generalization in large language models. In Advances in Neural Information Processing Systems , volume 35, pp.\ 38546--38556, 2022
2022
-
[7]
Arjovsky, M., Bottou, L., Gulrajani, I., and Lopez-Paz, D. Invariant risk minimization. arXiv preprint arXiv:1907.02893, 2019
arXiv 1907
-
[8]
A theoretical analysis of contrastive unsupervised representation learning
Arora, S., Khandeparkar, H., Khodak, M., Plevrakis, O., and Saunshi, N. A theoretical analysis of contrastive unsupervised representation learning. In International Conference on Machine Learning , pp.\ 5628--5637, 2019
2019
Show all 95 references
-
[9]
Bartlett, P. L. and Mendelson, S. Rademacher and Gaussian complexities: Risk bounds and structural results. Journal of Machine Learning Research, 3: 0 463--482, 2002
2002
-
[10]
L., Foster, D
Bartlett, P. L., Foster, D. J., and Telgarsky, M. Spectrally-normalized margin bounds for neural networks. In Advances in Neural Information Processing Systems , 2017
2017
-
[11]
L., Long, P
Bartlett, P. L., Long, P. M., Lugosi, G., and Tsigler, A. Benign overfitting in linear regression. Proceedings of the National Academy of Sciences, 117 0 (48): 0 30063--30070, 2020
2020
-
[12]
M., Gebru, T., McMillan-Major, A., and Shmitchell, S
Bender, E. M., Gebru, T., McMillan-Major, A., and Shmitchell, S. On the dangers of stochastic parrots: Can language models be too big? In Proceedings of the 2021 ACM Conference on Fairness , Accountability , and Transparency , pp.\ 610--623, 2021
2021
-
[13]
Representation learning: A review and new perspectives
Bengio, Y., Courville, A., and Vincent, P. Representation learning: A review and new perspectives. IEEE Transactions on Pattern Analysis and Machine Intelligence, 35 0 (8): 0 1798--1828, 2013
2013
-
[14]
fail to learn ``b is a
Berglund, L., Tong, M., Kaufmann, M., Balesni, M., Stickland, A. C., Korbak, T., and Evans, O. The reversal curse: LLMs trained on ``a is b" fail to learn ``b is a". In International Conference on Learning Representations , 2024
2024
-
[15]
Simplicity bias in transformers and their ability to learn sparse boolean functions
Bhattamishra, S., Patel, A., Kanade, V., and Blunsom, P. Simplicity bias in transformers and their ability to learn sparse boolean functions. arXiv preprint arXiv:2211.12316, 2023
2023 arXiv
-
[16]
Towards monosemanticity: Decomposing language models with dictionary learning
Bricken, T., Templeton, A., Batson, J., Chen, B., Jermyn, A., Conerly, T., Turner, N., Anil, C., Denison, C., Askell, A., et al. Towards monosemanticity: Decomposing language models with dictionary learning. Transformer Circuits Thread, 2, 2023
2023
-
[17]
Video generation models as world simulators, 2024
Brooks, T., Peebles, B., Holmes, C., DePue, W., Guo, Y., Jing, L., Schnurr, D., Taylor, J., Luhman, T., Luhman, E., et al. Video generation models as world simulators, 2024
2024
-
[18]
Brown, T. B., Mann, B., Ryder, N., Subbiah, M., Kaplan, J., Dhariwal, P., Neelakantan, A., Shyam, P., Sastry, G., Askell, A., Agarwal, S., Herbert-Voss, A., Krueger, G., Henighan, T., Child, R., Ramesh, A., Ziegler, D. M., Wu, J., Winter, C., Hesse, C., Chen, M., Sigler, E., L...
2020
-
[19]
and Sudijono, T
Chatterjee, S. and Sudijono, T. Neural networks generalize on low complexity data. arXiv preprint arXiv:2409.12446, 2024
2024
-
[20]
Implicit bias of gradient descent for wide two-layer neural networks trained with the logistic loss
Chizat, L., Chizat, L., and Fr, U.-P.-S. Implicit bias of gradient descent for wide two-layer neural networks trained with the logistic loss. In Conference on Learning Theory , 2020
2020
-
[21]
Craik, K. J. W. The nature of explanation, volume 445. CUP Archive, 1967
1967
-
[22]
Q., and Louis, A
Dingle, K., Camargo, C. Q., and Louis, A. A. Input–output maps are strongly biased towards simple outputs. Nature Communications, 9 0 (1), 2018
2018
-
[23]
An introduction to latent variable models
Everett, B. An introduction to latent variable models. 2013
2013
-
[24]
J., Nagai, Y., Taniguchi, T., Gomi, H., and Tenenbaum, J
Friston, K., Moran, R. J., Nagai, Y., Taniguchi, T., Gomi, H., and Tenenbaum, J. World model learning and inference. Neural Networks, 144: 0 573--590, 2021
2021
-
[25]
On the approximate realization of continuous mappings by neural networks
Funahashi, K.-I. On the approximate realization of continuous mappings by neural networks. Neural Networks, 2 0 (3): 0 183--192, 1989
1989
-
[26]
A., and Brendel, W
Geirhos, R., Rubisch, P., Michaelis, C., Bethge, M., Wichmann, F. A., and Brendel, W. ImageNet -trained CNNs are biased towards texture; increasing shape bias improves accuracy and robustness. In International Conference on Learning Representations , 2019
2019
-
[27]
W., and Keutzer, K
Gholami, A., Kim, S., Dong, Z., Yao, Z., Mahoney, M. W., and Keutzer, K. A survey of quantization methods for efficient neural network inference. arXiv preprint arXiv:2103.13630, 2021
2021 arXiv
-
[28]
Goldblum, M., Finzi, M., Rowan, K., and Wilson, A. G. Position: The no free lunch theorem, Kolmogorov complexity, and the role of inductive biases in machine learning. In International Conference on Machine Learning , 2024
2024
-
[29]
and Bengio, Y
Goyal, A. and Bengio, Y. Inductive biases for deep learning of higher-level cognition. arXiv preprint arXiv:2011.15091, 2020
2011 arXiv
-
[30]
Characterizing implicit bias in terms of optimization geometry
Gunasekar, S., Lee, J., Soudry, D., and Srebro, N. Characterizing implicit bias in terms of optimization geometry. In International Conference on Machine Learning , pp.\ 1827--1836, 2018 a
2018
-
[31]
D., Soudry, D., and Srebro, N
Gunasekar, S., Lee, J. D., Soudry, D., and Srebro, N. Implicit bias of gradient descent on linear convolutional networks. In Advances in Neural Information Processing Systems , pp.\ 9482--9491, 2018 b
2018
-
[32]
and Tegmark, M
Gurnee, W. and Tegmark, M. Language models represent space and time. In International Conference on Learning Representations , 2024
2024
-
[33]
and Schmidhuber, J
Ha, D. and Schmidhuber, J. World models. arXiv preprint arXiv:1803.10122, 2018
2018 arXiv
-
[34]
Masked autoencoders are scalable vision learners
He, K., Chen, X., Xie, S., Li, Y., Dollár, P., and Girshick, R. Masked autoencoders are scalable vision learners. In Proceedings of the IEEE / CVF Conference on Computer Vision and Pattern Recognition , pp.\ 16000--16009, 2022
2022
-
[35]
An overview of catastrophic AI risks
Hendrycks, D., Mazeika, M., and Woodside, T. An overview of catastrophic AI risks. arXiv preprint arXiv:2306.12001, 2023
2023 arXiv
-
[36]
Multilayer feedforward networks are universal approximators
Hornik, K., Stinchcombe, M., and White, H. Multilayer feedforward networks are universal approximators. Neural Networks , 2 0 (5): 0 359--366, 1989
1989
-
[37]
The low-rank simplicity bias in deep networks
Huh, M., Mobahi, H., Zhang, R., Cheung, B., Agrawal, P., and Isola, P. The low-rank simplicity bias in deep networks. Transactions on Machine Learning Research, 2023
2023
-
[38]
The Platonic representation hypothesis
Huh, M., Cheung, B., Wang, T., and Isola, P. The Platonic representation hypothesis. In International Conference on Machine Learning , 2024
2024
-
[39]
and Pajunen, P
Hyvärinen, A. and Pajunen, P. Nonlinear independent component analysis: Existence and uniqueness results. Neural Networks, 12 0 (3): 0 429--439, 1999
1999
-
[40]
Hyvärinen, A., Sasaki, H., and Turner, R. E. Nonlinear ICA using auxiliary variables and generalized contrastive learning. In International Conference on Artificial Intelligence and Statistics , 2019
2019
-
[41]
Neural tangent kernel: Convergence and generalization in neural networks
Jacot, A., Gabriel, F., and Hongler, C. Neural tangent kernel: Convergence and generalization in neural networks. In Advances in Neural Information Processing Systems , 2018
2018
-
[42]
Low -resource
Jiang, Z., Yang, M., Tsirlin, M., Tang, R., Dai, Y., and Lin, J. “ Low -resource” text classification: A parameter-free classification method with compressors. In Findings of the Association for Computational Linguistics : ACL 2023 , pp.\ 6810--6828, Toronto, Canada, 2023
2023
-
[43]
and Rinard, M
Jin, C. and Rinard, M. Emergent representations of program semantics in language models trained on programs. In International Conference on Machine Learning , 2024
2024
-
[44]
SGD on neural networks learns functions of increasing complexity
Kalimeris, D., Kaplun, G., Nakkiran, P., Edelman, B., Yang, T., Barak, B., and Zhang, H. SGD on neural networks learns functions of increasing complexity. In Advances in Neural Information Processing Systems , pp.\ 3491--3501, 2019
2019
-
[45]
How far is video generation from world model: A physical law perspective
Kang, B., Yue, Y., Lu, R., Lin, Z., Zhao, Y., Wang, K., Huang, G., and Feng, J. How far is video generation from world model: A physical law perspective. In International Conference on Machine Learning , 2025
2025
-
[46]
P., Monti, R
Khemakhem, I., Kingma, D. P., Monti, R. P., and Hyvärinen, A. Variational autoencoders and nonlinear ICA : A unifying framework. In International Conference on Artificial Intelligence and Statistics , 2020
2020
-
[47]
A path towards autonomous machine intelligence version 0.9
LeCun, Y. A path towards autonomous machine intelligence version 0.9. 2, 2022-06-27. Open Review, 62 0 (1): 0 1--62, 2022
2022
-
[48]
D., Lei, Q., Saunshi, N., and Zhuo, J
Lee, J. D., Lei, Q., Saunshi, N., and Zhuo, J. Predicting what you already know helps: Provable self-supervised learning. In Advances in Neural Information Processing Systems , volume 34, pp.\ 309--323, 2021
2021
-
[49]
Z., Nye, M., and Andreas, J
Li, B. Z., Nye, M., and Andreas, J. Implicit representations of meaning in neural language models. arXiv preprint arXiv:2106.00737, 2021
2021 arXiv
-
[50]
K., and Bau, D
Li, K., Hopkins, A. K., and Bau, D. Emergent world representations: Exploring a sequence model trained on a synthetic task. In International Conference on Learning Representations , 2023
2023
-
[51]
An introduction to Kolmogorov complexity and its applications, volume 3
Li, M., Vit \'a nyi, P., et al. An introduction to Kolmogorov complexity and its applications, volume 3. 2008
2008
-
[52]
Self-supervised learning: Generative or contrastive
Liu, X., Zhang, F., Hou, Z., Mian, L., Wang, Z., Zhang, J., and Tang, J. Self-supervised learning: Generative or contrastive. IEEE Transactions on Knowleadge and Data Engineering , 35 0 (1): 0 857--876, 2021
2021
-
[53]
Grokking as compression: A nonlinear complexity perspective
Liu, Z., Zhong, Z., and Tegmark, M. Grokking as compression: A nonlinear complexity perspective. arXiv preprint arXiv:2310.05918, 2023
2023 arXiv
-
[54]
and Hutter, F
Loshchilov, I. and Hutter, F. Decoupled weight decay regularization. In International Conference on Learning Representations , 2019
2019
-
[55]
Lotfi, S., Finzi, M., Kapoor, S., Potapczynski, A., Goldblum, M., and Wilson, A. G. PAC - Bayes compression bounds so tight that they can explain generalization. In Advances in Neural Information Processing Systems , 2022
2022
-
[56]
Gradient descent on two-layer nets: Margin maximization and simplicity bias
Lyu, K., Wang, R., Li, Z., and Arora, S. Gradient descent on two-layer nets: Margin maximization and simplicity bias. In Advances in Neural Information Processing Systems , pp.\ 12978--12991, 2021
2021
-
[57]
and Tegmark, M
Marks, S. and Tegmark, M. The geometry of truth: Emergent linear structure in large language model representations of true/false datasets. arXiv preprint arXiv:2310.06824, 2023
2023 arXiv
-
[58]
Linguistic regularities in continuous space word representations
Mikolov, T., Yih, W.-t., and Zweig, G. Linguistic regularities in continuous space word representations. In Proceedings of the 2013 Conference of the North American Chapter of the Association for Computational Linguistics : Human Language Technologies , pp.\ 746--751, 2013
2013
-
[59]
GSM -symbolic: Understanding the limitations of mathematical reasoning in large language models
Mirzadeh, I., Alizadeh, K., Shahrokhi, H., Tuzel, O., Bengio, S., and Farajtabar, M. GSM -symbolic: Understanding the limitations of mathematical reasoning in large language models. arXiv preprint arXiv:2410.05229, 2024
2024 arXiv
-
[60]
Ai’s challenge of understanding the world
Mitchell, M. Ai’s challenge of understanding the world. Science, 382 0 (6671), 2023
2023
-
[61]
Do generative video models learn physical principles from watching videos? arXiv preprint arXiv:2501.09038, 2025
Motamed, S., Culp, L., Swersky, K., Jaini, P., and Geirhos, R. Do generative video models learn physical principles from watching videos? arXiv preprint arXiv:2501.09038, 2025
2025 arXiv
-
[62]
A., Bondarenko, Y., Baalen, M
Nagel, M., Fournarakis, M., Amjad, R. A., Bondarenko, Y., Baalen, M. v., and Blankevoort, T. A white paper on neural network quantization. arXiv preprint arXiv:2106.08295, 2021
2021 arXiv
-
[63]
Emergent linear representations in world models of self-supervised sequence models
Nanda, N., Lee, A., and Wattenberg, M. Emergent linear representations in world models of self-supervised sequence models. arXiv preprint arXiv:2309.00941, 2023
2023 arXiv
-
[64]
Analysis of boolean functions
O'Donnell, R. Analysis of boolean functions. Cambridge University Press, 2014
2014
-
[65]
PyTorch : An imperative style, high-performance deep learning library
Paszke, A., Gross, S., Massa, F., Lerer, A., Bradbury, J., Chanan, G., Killeen, T., Lin, Z., Gimelshein, N., Antiga, L., Desmaison, A., Kopf, A., Yang, E., DeVito, Z., Raison, M., Tejani, A., Chilamkurthy, S., Steiner, B., Fang, L., Bai, J., and Chintala, S. PyTorch : An imper...
2019
-
[66]
Train short, test long: Attention with linear biases enables input length extrapolation
Press, O., Smith, N., and Lewis, M. Train short, test long: Attention with linear biases enables input length extrapolation. In International Conference on Learning Representations , 2022
2022
-
[67]
V., Louis, A
Pérez, G. V., Louis, A. A., and Camargo, C. Q. Deep learning generalizes because the parameter-function map is biased towards simple functions. In International Conference on Learning Representations , 2019
2019
-
[68]
Language models are unsupervised multitask learners
Radford, A., Wu, J., Child, R., Luan, D., Amodei, D., Sutskever, I., et al. Language models are unsupervised multitask learners. OpenAI Blog , 1 0 (8): 0 9, 2019
2019
-
[69]
Do vision transformers see like convolutional neural networks? Advances in Neural Information Processing Systems , 34: 0 12116--12128, 2021
Raghu, M., Unterthiner, T., Kornblith, S., Zhang, C., and Dosovitskiy, A. Do vision transformers see like convolutional neural networks? Advances in Neural Information Processing Systems , 34: 0 12116--12128, 2021
2021
-
[70]
Position: Understanding LLMs requires more than statistical generalization
Reizinger, P., Ujváry, S., Mészáros, A., Kerekes, A., Brendel, W., and Huszár, F. Position: Understanding LLMs requires more than statistical generalization. In International Conference on Machine Learning , 2024
2024
-
[71]
and Everitt, T
Richens, J. and Everitt, T. Robust agents learn causal world models. In ICLR, 2024
2024
-
[72]
R., Kalchbrenner, N., Goyal, A., and Bengio, Y
Schölkopf, B., Locatello, F., Bauer, S., Ke, N. R., Kalchbrenner, N., Goyal, A., and Bengio, Y. Toward causal representation learning. Proceedings of the IEEE, 109 0 (5): 0 612--634, 2021
2021
-
[73]
S., Gunasekar, S., and Srebro, N
Soudry, D., Hoffer, E., Nacson, M. S., Gunasekar, S., and Srebro, N. The implicit bias of gradient descent on separable data. The Journal of Machine Learning Research, 19 0 (1): 0 2822--2878, 2018
2018
-
[74]
Neural redshift: Random networks are not random functions
Teney, D., Nicolicioiu, A., Hartmann, V., and Abbasnejad, E. Neural redshift: Random networks are not random functions. arXiv preprint arXiv:2403.02241, 2024
2024 arXiv
-
[75]
Contrastive learning, multi-view redundancy, and linear models
Tosh, C., Krishnamurthy, A., and Hsu, D. Contrastive learning, multi-view redundancy, and linear models. In Algorithmic Learning Theory , pp.\ 1179--1206, 2021
2021
-
[76]
The nature of statistical learning theory
Vapnik, V. The nature of statistical learning theory. 1999
1999
-
[77]
N., Kaiser, L., and Polosukhin, I
Vaswani, A., Shazeer, N., Parmar, N., Uszkoreit, J., Jones, L., Gomez, A. N., Kaiser, L., and Polosukhin, I. Attention is all you need. In Advances in Neural Information Processing Systems , pp.\ 5998--6008, 2017
2017
-
[78]
Self-supervised learning with data augmentations provably isolates content from style
Von Kügelgen, J., Sharma, Y., Gresele, L., Brendel, W., Schölkopf, B., Besserve, M., and Locatello, F. Self-supervised learning with data augmentations provably isolates content from style. In Advances in Neural Information Processing Systems , volume 34, pp.\ 16451--16467, 2021
2021
-
[79]
Nonparametric identifiability of causal representations from unknown interventions
von Kügelgen, J., Besserve, M., Wendong, L., Gresele, L., Kekić, A., Bareinboim, E., Blei, D., and Schölkopf, B. Nonparametric identifiability of causal representations from unknown interventions. In Advances in Neural Information Processing Systems , volume 36, 2023
2023
-
[80]
M., and Ma, T
Wei, C., Xie, S. M., and Ma, T. Why do pretrained language models help in downstream tasks? An analysis of head and prompt tuning. In Advances in Neural Information Processing Systems , volume 34, pp.\ 16158--16170, 2021
2021
-
[81]
and Watson, J
Whitley, D. and Watson, J. P. Complexity theory and the no free lunch theorem. Search Methodologies : Introductory Tutorials in Optimization and Decision Support Techniques , pp.\ 317--339, 2005
2005
-
[82]
Wolpert, D. H. The lack of a priori distinctions between learning algorithms. Neural computation, 8 0 (7): 0 1341--1390, 1996
1996
-
[83]
K., Goodman, N
Wong, L., Grand, G., Lew, A. K., Goodman, N. D., Mansinghka, V. K., Andreas, J., and Tenenbaum, J. B. From word models to world models: Translating from natural language to the probabilistic language of thought. arXiv preprint arXiv:2306.12672, 2023
2023 arXiv
-
[84]
Reasoning or reciting? Exploring the capabilities and limitations of language models through counterfactual tasks
Wu, Z., Qiu, L., Ross, A., Akyürek, E., Chen, B., Wang, B., Kim, N., Andreas, J., and Kim, Y. Reasoning or reciting? Exploring the capabilities and limitations of language models through counterfactual tasks. arXiv preprint arXiv:2307.02477, 2023
2023 arXiv
-
[85]
Making large language models into world models with precondition and effect knowledge
Xie, K., Yang, I., Gunerli, J., and Riedl, M. Making large language models into world models with precondition and effect knowledge. arXiv preprint arXiv:2409.12278, 2024
2024 arXiv
-
[86]
S., Kawarabayashi, K.-i., and Jegelka, S
Xu, K., Li, J., Zhang, M., Du, S. S., Kawarabayashi, K.-i., and Jegelka, S. What can neural networks reason about? In International Conference on Learning Representations , 2020
2020
-
[87]
S., Kawarabayashi, K.-i., and Jegelka, S
Xu, K., Li, J., Zhang, M., Du, S. S., Kawarabayashi, K.-i., and Jegelka, S. How neural networks extrapolate: From feedforward to graph neural networks. In International Conference on Learning Representations , 2021
2021
-
[88]
J., Zhang, Y., Luo, T., Xiao, Y., and Ma, Z
Xu, Z.-Q. J., Zhang, Y., Luo, T., Xiao, Y., and Ma, Z. Frequency principle: Fourier analysis sheds light on deep neural networks. arXiv preprint arXiv:1901.06523, 2019
1901 arXiv
-
[89]
and Paul, L
Yildirim, I. and Paul, L. From task structures to world models: What do LLMs know? Trends in Cognitive Sciences, 2024
2024
-
[90]
Understanding deep learning requires rethinking generalization
Zhang, C., Bengio, S., Hardt, M., Recht, B., and Vinyals, O. Understanding deep learning requires rethinking generalization. In International Conference on Learning Representations , 2017
2017
-
[91]
Feature contamination: Neural networks learn uncorrelated features and fail to generalize
Zhang, T., Zhao, C., Chen, G., Jiang, Y., and Chen, F. Feature contamination: Neural networks learn uncorrelated features and fail to generalize. In International Conference on Machine Learning , 2024
2024
-
[92]
M ^3 PL : Identifying and exploiting view bias of prompt learning
Zhao, C., Zhang, T., Chen, G., Jiang, Y., and Chen, F. M ^3 PL : Identifying and exploiting view bias of prompt learning. Transactions on Machine Learning Research, 2024
2024
-
[93]
P., and Orbanz, P
Zhou, W., Veitch, V., Austern, M., Adams, R. P., and Orbanz, P. Non-vacuous generalization bounds at the ImageNet scale: A PAC - Bayesian compression approach. In International Conference on Learning Representations , 2019
2019
-
[94]
S., Sharma, Y., Schneider, S., Bethge, M., and Brendel, W
Zimmermann, R. S., Sharma, Y., Schneider, S., Bethge, M., and Brendel, W. Contrastive learning inverts the data generating process. In International Conference on Machine Learning , pp.\ 12979--12990, 2021
2021
-
[95]
Neural networks fail to learn periodic functions and how to fix it
Ziyin, L., Hartwig, T., and Ueda, M. Neural networks fail to learn periodic functions and how to fix it. In Advances in Neural Information Processing Systems , 2020
2020
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.