# when_is_inductive_inference_possible__622a283b.pdf When Is Inductive Inference Possible? Zhou Lu Princeton University zhoul@princeton.edu Can a physicist make only a finite number of errors in the eternal quest to uncover the law of nature? This millennium-old philosophical problem, known as inductive inference, lies at the heart of epistemology. Despite its significance to understanding human reasoning, a rigorous justification of inductive inference has remained elusive. At a high level, inductive inference asks whether one can make at most finite errors amidst an infinite sequence of observations, when deducing the correct hypothesis from a given hypothesis class. Historically, the only theoretical guarantee has been that if the hypothesis class is countable, inductive inference is possible, as exemplified by Solomonoff induction for learning Turing machines. In this paper, we provide a tight characterization of inductive inference by establishing a novel link to online learning theory. As our main result, we prove that inductive inference is possible if and only if the hypothesis class is a countable union of online learnable classes, potentially with an uncountable size, no matter the observations are adaptively chosen or iid sampled. Moreover, the same condition is also sufficient and necessary in the agnostic setting, where any hypothesis class meeting this criterion enjoys an O( T) regret bound for any time step T, while others require an arbitrarily slow rate of regret. Our main technical tool is a novel non-uniform online learning framework, which may be of independent interest. 1 Introduction How does one move from observations to scientific laws? The question of induction, one of the oldest and most basic problems in philosophy, dates back to the 4th century BCE when Aristotle recognized deduction and induction as the cornerstones of human reasoning. Unlike deduction, where conclusions are drawn logically from premises, induction extrapolates general principles from empirical observations without such certainty. The justification of induction has historically been contentious. David Hume, in his Problem of Induction , argued that extrapolations based on past experiences cannot reliably predict the unexperienced. Despite such skepticism, induction remains essential for advancing from specific instances to general theories, deriving first principles upon which rigorous deductive reasoning is built, as Aristotle put it in Nicomachean Ethics : Induction is the starting-point which knowledge even of the universal presupposes, while syllogism proceeds from the universals." This highlights induction s crucial role in human reasoning and scientific discovery. Yet, the enduring question remains: how do we model induction, and what guarantees can it offer? Inductive inference Gold [1967], as the most representative mathematical abstraction of induction, provides a rigorous framework for modeling induction. In inductive inference, a learner aims to deduce the ground-truth hypothesis h from a hypothesis class H based on an infinite observation sequence {xt}. At each round t, the learner makes a binary prediction yt based on all previous 38th Conference on Neural Information Processing Systems (Neur IPS 2024). information after observing xt, then the true outcome h (xt) is revealed and the learner makes an error if yt = h (xt). For example, the hypothesis class H can represent different physical models, and the observations are the data collected by a physicist, who refines theories based on new evidence. The question of inductive inference is whether the learner can make a finite number of errors depending on h in such infinite process. Unfortunately, despite its critical importance to philosophy, theories for inductive inference are notably sparse. All existing theoretical results, including the famous Solomonoff induction Solomonoff [1964a] for learning Turing machines, provide only a sufficient condition on the size of the hypothesis class: inductive inference is possible, if |H| ℵ0, i.e. the size of the hypothesis class H is at most countable. Clearly |H| ℵ0 is not a necessary condition. Consider H = {fc|fc(x) = 1x=c, c R}, it has an uncountable size but can be easily learnt with at most one error: the learner keeps predicting yt = 0 until an error is made, then h can be identified. In this work, we provide a sufficient and necessary condition for inductive inference, via a novel link to online learning theory. Our main result is the following (as a consequence of Theorems 9, 11): Theorem 1. Inductive inference is possible, if and only if H = n NHn, where each Hn is an online learnable class (a hypothesis class with finite Littlestone dimension). As an extension, we further demonstrate that the condition H being a countable union of online learnable classes is also sufficient and necessary for the agnostic setting, where the ground-truth h may not lie in H. For the weaker criterion of consistency where the error bound additionally depends on the observation sequence, we derive a necessary condition which we conjecture to be tight. Algorithms from previous works, examples, and technical proofs are relegated to the appendix. 1.1 Our Approach Due to the shared spirit of sequential decision-making between classic online learning theory Littlestone [1988] and inductive inference Solomonoff [1964a], we seek to cast the problem of inductive inference within the online learning paradigm, which can handle uncountable-sized and agnostic hypothesis classes. The challenge is that traditional online learning theory itself does not fully capture the nuances of inductive inference, for its focus on an adaptive adversary and worst-case uniform error bounds. To bridge the gap between inductive inference and online learning, we propose a new framework termed non-uniform online learning to bypass these differences. Different from classic online learning, this setting considers an oblivious choice of the ground-truth hypothesis (Nature can t change her mind on the choice of h ) and non-uniform guarantees (error bound can vary for different h ). It can be seen as a natural generalization of the non-uniform PAC learning notion Benedek and Itai [1988] to the online setting. The comparison between the protocols of classic and non-uniform online learning is made below. Classic online learning 1: Given domain X and hypothesis class H 2: 3: for t = 1, . . . , do 4: Nature presents observation xt to Learner 5: Learner predicts yt 6: Nature selects a consistent ht H 7: Nature reveals the true label ht(xt) 8: end for 9: Goal: a uniform error bound Non-uniform online learning (inductive inference) 1: Given domain X and hypothesis class H 2: Nature selects ground-truth h H 3: for t = 1, . . . , do 4: Nature presents observation xt to Learner 5: Learner predicts yt 6: 7: Nature reveals the true label h (xt) 8: end for 9: Goal: error bound can depend on h In the realizable setting, non-uniform online learning is indeed equivalent to inductive inference, containing previous results as special cases. We show that Learner can achieve a finite error bound dependent on h , if and only if H is a countable union of hypothesis classes with finite Littlestone dimensions. Furthermore, for the weaker criterion of consistency which only requires a (nonhypothesis-wise) finite error bound, we obtain a necessary condition that we conjecture to be tight. In the agnostic setting, when H is expressed as n N+Hn where each Hn has finite Littlestone dimension dn, we propose an algorithm with an O( dn T) regret bound for any time step T when h lies in Hn. In addition, the sharpness of such characterization is demonstrated by a trichotomy of regret s dependency on T through the two complementary facts: (1) as long as H can t be written in this form, it requires arbitrarily slow rates (2) any non-trivial H requires Ω( 1.2 Related Works Inductive inference and learning The pioneer works of Solomonoff Solomonoff [1964a,b, 1978] established a rigorous theoretical framework for inductive inference. Via a Bayesian approach, Solomonoff s method of prediction assigns larger prior weights to hypotheses with shorter description lengths, providing finite-error guarantees based on the prior weight of the ground truth. The principle of Occam s Razor that simplicity leads to better learning guarantees, as the cornerstone of Solomonoff s theory, plays a vital role in the evolution of statistical learning Blumer et al. [1987, 1989], Mitchell [1997], Von Luxburg and Schölkopf [2011], Harman and Kulkarni [2012], Shalev Shwartz and Ben-David [2014]. VC dimension Vapnik and Chervonenkis [2015], the fundamental concept in PAC learning, is widely regarded as a measure of simplicity in learning theory Sterkenburg and Grünwald [2021], Sterkenburg [2023]. Besides theoretical investigations, there is also growing interest in the empirical inductive inference capabilities of large language models Wang et al. [2023], Qiu et al. [2023], Honovich et al. [2022], Gendron et al. [2023], Grau-Moya et al. [2024]. Online learning Littlestone s seminal work Littlestone [1988] on online learnability in the realizable case introduced the Littlestone dimension, a combinatorial measure precisely characterizing the number of errors. This concept was extended to the learning with expert advice setting, where the weighted majority algorithm Littlestone and Warmuth [1994] achieves an O( T) regret. Since then, online learning has expanded into diverse scenarios, including the bandit setting Auer et al. [1995], the agnostic setting Ben-David et al. [2009], the changing comparator setting Herbster and Warmuth [1998], and the convex optimization area Zinkevich [2003], Kalai and Vempala [2005], Hazan et al. [2007], Duchi et al. [2011], Hazan et al. [2016]. Non-uniform learning Though less explored, the non-uniform learning framework Benedek and Itai [1988] which allows hypothesis-dependent generalization bounds, is crucial for our study. For a comprehensive introduction on non-uniform learning see Shalev-Shwartz and Ben-David [2014]. Closely related to our work in non-uniform learning are Wu and Santhanam [2021] and Bousquet et al. [2021]. The work of Wu and Santhanam [2021] considered the setting they named EAS (eventually almost surely), which demands finite error bounds with probability 1, when the data stream is iid samples from some known distribution. The work of Bousquet et al. [2021] considers how fast the generalization error decreases as the size of training data increases, based on a new combinatorial structure called the VCL tree. In addition to inductive bias on the hypothesis class, there is extensive research on universal consistency under stochastic process assumptions on observations Stone [1977], Antos and Lugosi [1996], Hanneke et al. [2020], Hanneke [2021], Blanchard et al. [2022], Blanchard [2022]. These works on universal learning typically utilize a k-nearest neighbor type algorithm for the constructive proof, which doesn t fully align with practical scenarios of human reasoning and scientific discovery. Given an infinite domain X and the set of all 0/1 loss functions on X: S = 2X , we consider a non-empty subset H S as the hypothesis class. Both X and H are known to Learner and Nature in advance. In inductive inference, Nature iteratively presents Learner with xt X and asks Learner to predict ˆyt {0, 1}, then reveals the the true label yt {0, 1} to Learner, while Learner aims to make as few errors as possible by inferring H. Formally, we consider a learning algorithm A of Learner, as any function of historical observations (thus the learning algorithm is adaptive). In particular, a deterministic learning algorithm is any function with the following domain and codomain n N (Πn i=1(X {0, 1}) X) {0, 1}. A randomized learning algorithm is similarly defined by setting the codomain as [0, 1]. Throughout this paper, we will work with the following general sequential game between Learner and Nature. Before the game begins, Learner fixes a learning algorithm A. At time step t N+, some xt is presented by Nature to Learner, and Learner predicts ˆyt = A(Πt 1 i=1(xi yi) {xt}). Then Nature reveals the true label yt and Learner makes an error if ˆyt = yt. We write x = Πi N+{xi} and the set of all possible x as X. For simplicity, we assume the continuum hypothesis, i.e. 2ℵ0 = ℵ1. In the following, we discuss different ways of Nature choosing (xt, yt) and the criteria of learning, corresponding to different notions of learnability. 2.1 Classic Online Learning In the classic online learning setting, there is no restriction on Nature s choice of xt, and the only restriction on yt is the existence of a hypothesis h t H consistent with history: i t, h t (xi) = yi. Classic online learnability is characterized by a combinatorial quantity of the hypothesis class H, called the Littlestone dimension Ldim(H). Definition 2 (Littlestone dimension). We call a sequence of data points x1, , x2d 1 X a shattered tree of depth d, when for all labeling (y1, , yd) {0, 1}d, there exists h H such that for all t [d] we have that h(xit) = yt, where it = 2t 1 + j=1 yj2t 1 j. The Littlestone dimension Ldim(H) of a hypothesis class H is the maximal integer M such that there exist a shattered tree of depth M. When no finite M exists, we write Ldim(H) = . We call any hypothesis class with finite Ldim(H) a Littlestone class. It s clear from the definition of Littlestone dimension, that no algorithm can have a mistake bound strictly smaller than Ldim(H). Moreover, there is a deterministic learning algorithm SOA 3 which is guaranteed to make at most Ldim(H) errors. Lemma 3 (Online learnability Littlestone [1988]). When Ldim(H) < , no learning algorithm makes errors strictly fewer than Ldim(H). In addition, Algorithm 3 makes at most Ldim(H) errors. 2.2 Inductive Inference as Non-uniform Online Learning Nature s ability of selecting a changing h t adaptively contradicts the principles of inductive inference that the ground-truth should be consistent. To set the stage for inductive inference, the first change we make to classic online learning is requiring Nature to fix a ground-truth hypothesis h in advance and sets yt = h (xt) thereforth. The main criterion we consider in this paper is then hypothesis-wise error bounds depending on h , besides the dependence on H. The reason for mainly considering hypothesis-wise guarantees is twofold: (1) it follows the conventions of inductive inference literature (2) uniform guarantee is too strong for the problem of induction, while consistency guarantee is weak in that it s fully posterior and thereby less informative. Throughout this paper, all discussions are made under the above setting, unless otherwise specified (classic/consistency). Denote the number of errors made by a learning algorithm A when Nature chooses h and presents x to Learner as err A(h, x) t=1 |ˆyt h(xt)| N , we define non-uniform online learnability: Definition 4 (Non-uniform online learnability). We say a hypothesis class H is non-uniform online learnable, if there exists a deterministic learning algorithm A, such that m : H N+, h H, x X, err A(h, x) m(h). In the definition above, Nature is allowed to adaptively choose x (for deterministic Learner, adaptive and oblivious adversaries are equivalent). A stronger yet common assumption is each xt drawn independently from some unknown µ fixed by Nature in advance. Let X be equipped with some fixed separable σ-algebra, we define non-uniform stochastic online learnability as below. Definition 5 (Non-uniform stochastic online learnability). We say a hypothesis class H is nonuniform stochastic online learnable, if there exists a deterministic learning algorithm A, such that m : H N+, h H, µ, Px µ (err A(h, x) m(h)) = 1. Equivalence to inductive inference the non-uniform online learnability notions introduced above are indeed equivalent to the problem of inductive inference, with different rules of observations {xt}. Previous results on inductive inference can be written as special cases under our framework with countable-sized hypothesis class H. The most important example is learning computable functions, previously settled by Solomonoff induction, see also Li et al. [2008]. In our language, it concerns a non-uniform online learning problem with H being a set of (binary) computable functions, which has a countable size. In particular, H can be the set of possible infinite sequences generated by Turing machines, with X = N+ and xt = t. 2.3 Agnostic Non-uniform Online Learning So far we have assumed Nature must choose yt such that the whole data sequence is consistent with some h H. However, it s a rather strong assumption that the ground-truth h is already included in the hypothesis class in consideration. This motivates the study on the more realistic agnostic learning setting: Nature can select arbitrary xt, yt in an oblivious way, where the sequence of xt, yt is not necessarily realizable by some hypothesis h H. It s known that for the agnostic online learning setting, even a hypothesis class H with finite Ldim(H) can make Ω( p TLdim(H)) errors in expectation for a time horizon T Ben-David et al. [2009], making the finite error criterion less interesting. As a result, we will consider sub-linear dependence on T in the error bound. Agnostic non-uniform online learnability is defined as below. Definition 6 (Agnostic non-uniform online learnability). We say a hypothesis class H is agnostic non-uniform online learnable with rate r(T), if there exists a learning algorithm A, such that m : H N+, x X, y {0, 1} , h H, T N+, t=1 1[ˆyt =yt] t=1 1[h(xt) =yt] 3 Non-uniform Guarantees in the Realizable Setting In this section we study non-uniform (stochastic) online learnability in the realizable setting. We provide a complete characterization by showing the learnability of H is equivalent to H being a countable union of Littlestone classes. This result generalizes previous inductive inference methods such as Solomonoff [1964a] which provide only a sufficient condition H being countable for this setting. Our analysis begins with the basic uniform case. Definition 7 (Uniform online learnability). We say a hypothesis class H is uniform online learnable, if there exists a deterministic learning algorithm A, such that m N+, h H, x, err A(h, x) m. The next lemma shows uniform online learnability is equivalent to classic online learnability. Lemma 8. H is uniform online learnable if and only if H is classic online learnable. In addition, Ldim(H) is a tight error bound. We are ready to state our main results in the realizable setting. The proof is mainly based on the structural risk minimization (SRM) technique Vapnik and Chervonenkis [1974], Wu and Santhanam [2021], in which our algorithm goes over each Hn one by one. Intuitively, since each Hn is uniform online learnable, we can safely exclude the whole class when a certain amount of errors are made by SOA. Theorem 9. H is non-uniform online learnable if and only if H can be written as a countable union of hypothesis classes with finite Littlestone dimension. Algorithm 1 Non-uniform Online Learner 1: Input: a hypothesis class H = n N+Hn with dn = Ldim(Hn) < , n N+. 2: Initialize a SOA algorithm An for each Hn, and error bounds e1, e2, all equal to 0. 3: for t N+ do 4: Observe xt. 5: Compute Jt = argminn{en + n}. 6: Predicts ˆyt as AJt. 7: Observe the true label yt. 8: For each n N+, update en = en + 1 if the prediction of An is not yt. 9: end for Proof. We discuss the two directions respectively. If: Suppose H can be written as a countable union of hypothesis classes Hn with finite Littlestone dimension dn = Ldim(Hn). We describe a learning algorithm A (Algorithm 1) which non-uniform online learns H. Let An be the SOA algorithm which classic online learns Hn with at most dn errors. By Lemma 8, An also uniform online learns Hn with at most dn errors. Denote e(t, n) as the the number of errors that An would make if it were employed in the first t 1 steps, let Jt = argminn{e(t, n) + n}, the algorithm A predicts as AJt at time t. Assume the ground-truth hypothesis h lies in Hk, then Ak makes at most dk errors which is finite. We have that e(t, k) + k dk + k for any t. Therefore, Jt dk + k for any t, meaning H will only invoke algorithms within A1, , Adk+k. Furthermore, once an An makes more than dk + k errors, it will not be chosen by A anymore, thus A makes at most (dk + k)2 errors, and this upper bound only depends on h and is independent of the choice of x. Only if: Suppose H is non-uniform online learnable, we would like to show it can be written as a countable union of uniform online learnable hypothesis classes. For any h, denote d(h) as the maximal number of errors made as admitted by the non-uniform online learnability, which is guaranteed to be a finite number. We denote Hn = {h : d(h) = n}. Since d(h) is a finite number for every h, we have that H = n NHn. Now we only need to prove each Hn is uniform online learnable. By applying the same algorithm A which non-uniform online learns H on Hn, we have that the number of errors made for any h Hn is bounded by n, thus Hn is uniform online learnable with a uniform error bound n. As a corollary, Example 22 (rational thresholds) shows the existence of a class non-uniform online learnable but not online learnable, demonstrating a separation between the two notions. Corollary 10. Uniform online learnability non-uniform online learnability. Our second result shows that non-uniform online learnability is in fact equivalent to non-uniform stochastic online learnability. Theorem 11. H is non-uniform stochastic online learnable it s non-uniform online learnable. Proof. We only need to discuss the only if direction, since the other direction is immediate from the definitions. It s equivalent to showing the following two are incompatible: (1) H is non-uniform stochastic online learnable; (2) H is not non-uniform online learnable. Suppose (1) and (2) both hold, we would like to derive a contradiction. (1) implies that there exists a learning algorithm A such that for any h H, there is a constant n(h), for any µ, the number of errors made is bounded by n(h) with probability 1. However, (2) implies for the same algorithm A, there exists a h H, such that for any n, there is a sequence x(n) X that the number of errors is at least n by some finite time tn. Now, pick x = x(n(h)+1), we define an arbitrary discrete probability measure µ over x with full support. For example, we can define µ(x(n(h)+1) i ) = 1 There is positive possibility that in the first t(n(h)+1) steps, the sequence is identical to x, which incurs n(h) + 1 > n(h) errors, contradicting (1). In particular, the probability is lower bounded by Π t(n(h)+1) i=1 1 2i = 1 2 Pt(n(h)+1) i=1 i 1 2t2 (n(h)+1) > 0. The two theorems together imply that for both the strongest (adaptive) and weakest (stochastic) Nature s choice on x, the characterization for learnability is the same, therein applies to any other setting in between such as stochastic process Hanneke [2021] or dynamically changing environment Wu et al. [2023]. As a result, Theorem 9 and Theorem 11 together imply our main result 1 on inductive inference, now that all natural choices of observation sequences share the same characterization: H is a countable union of Littlestone classes. 4 Non-uniform Guarantees in the Agnostic Setting The realizable assumption implies a belief that the law of nature already lies in a set of hypotheses known to Learner. This however doesn t match the practical scenarios of scientific progress where theories are usually proven not perfectly correct along with the development of science. As a result, the more realistic way is to consider the agnostic setting, in which we pose no constraint on how Nature presents yt, with Learner s objective to be performing as good as the best hypothesis h from the whole class. We obtain the following regret bound showing that any countable union of Littlestone classes is also learnable in this setting. Theorem 12. When H = n N+Hn is a countable union of hypothesis classes with finite Littlestone dimension dn, then it s agnostic non-uniform learnable at rate O( T), with expected regret t=1 1[ˆyt =yt] t=1 1[h(xt) =yt] dn + log n) for any x, y, T and h Hn. Under O we hide logarithmic dependences except for n. Algorithm 2 Agnostic Non-uniform Online Learner 1: Input: a hypothesis class H = n N+Hn with dn = Ldim(Hn) < , n N+. 2: For each Hn, initialize a Hierarchical FPL instance An with experts being the set of Algorithm 4 instances with L dn and learning rate ηt = 1 t. The complexity of an instance with i L = j is 1 + (dn + 2) log j. 3: Initialize a complexity kn = 2(log n + 1) for each expert An. 4: for t N+ do 5: Choose learning rate ηt = 1 6: Sample a random vector q exp, i.e. P(qi = λ) = e λ for λ 0 and all i N+. 7: Output prediction ˆyt of expert An which minimizes j=1 1[An(xj) =yj] + kn qn 8: Observe the true label yt. 9: end for Furthermore, we show Theorem 12 indeed provides a tight characterization by the following result, that any hypothesis class which can t be written as a countable union of Littlestone classes requires arbitrarily slow rates, with a different spirit than the typical Ω( d T) lower bound in Ben-David et al. [2009]. Proposition 13. For any hypothesis class H, if it can t be written as a countable union of Littlestone classes, then it s not agnostic non-uniform online learnable at rate T 1 ϵ for any ϵ > 0. On the other hand, it s well-known an Ω( T) lower bound is inevitable, even for the simplest case with two hypothesis classes differing on only one point. Proposition 14. As long as |H| > 1, then for any Learner s algorithm and T N+, the expected regret at time T is at least Ω( As a result, we reach the following trichotomy that provides a complete characterization of agnostic non-uniform online learnability, including degenerate, typical, and arbitrarily slow rates, which can be seen as an online agnostic analogue to the universal learning trichotomy of Bousquet et al. [2021]. Theorem 15. There are only three possible rates of agnostic non-uniform online learning: H is learnable at rate 0 |H| = 1. H is learnable at rate Θ( T) H is a countable union of Littlestone classes. H requires arbitrarily slow rates H isn t a countable union of Littlestone classes. 5 Non-uniformity Versus Consistency in the Realizable Setting In addition to hypothesis-wise guarantees, we can also consider the weaker notion of consistency, which needs no uniformity over x for a fixed h and only requires the number of errors to be finite. We will restrict our attention to the realizable setting only, since non-hypothesis-wise guarantees are ill-defined in the agnostic setting. Definition 16 (Consistency). A hypothesis class H is consistent, if there is a deterministic algorithm A, such that err A(h, x) < for any (h, x) chosen by Nature. In the classic online learning setting, it was proven by Bousquet et al. [2021] that a hypothesis class H is consistent, if and only if H has an infinite-depth shatter tree. Example 21 (integer thresholds) is consistent but not online learnable, showing that uniformity = consistency in the classic online learning setting. To characterize consistency in our setting where Nature must fix h beforehand, we introduce the following definition on the size of an infinite (binary) tree, such that besides the set of nodes V , each edge is marked with some number z {0, 1} where left edges are 0 and right edges are 1. Definition 17 (Size of infinite tree). Given a hypothesis class H, for any infinite tree, a countable branch b = (v1, z1, v2, z2, ) where vt+1 is the zt-child of vt, is called realizable if there is some h H consistent on b. The size of this tree is |B = {b|b is realizable}| N ℵ0 ℵ1. In addition, we say the tree is full-size if all branches are realizable. Example 22 (rational thresholds) has an infinite-depth shatter tree yet no ℵ1-size trees. Example 23 (real thresholds), however, has a full-size tree. Clearly, when H has a full-size tree, it s not consistent, since any deterministic Learner must make no correct predictions on one of the branches. We obtain a stronger necessary condition for consistency by the following result. Theorem 18. If a hypothesis class H is consistent in the non-uniform (stochastic) online learning setting, it doesn t have any ℵ1-size tree in which tree nodes belong to X. Proof. Suppose for contradiction that there exists an ℵ1-size tree T while H is consistent at the same time. For each b B, let hb H be some hypothesis consistent with b. Consider a set S = b Bsb of Nature s strategies, where by sb Nature fixes hb beforehand and shows the branch b to Learner. Now, since H is consistent, there is some Learner s algorithm A such that it makes mb < errors when Nature plays sb for any b B. Denote Bm = {b|mb = m}, we have that B = m NBm. On the one hand, any countable union of countable sets is still countable, while on the other hand, |B| = ℵ1, therefore there must exists some m < such that |Bm | = ℵ1. Consider a new hypothesis set H = {h H|h Bm }. Since it s a subset of H, A is also consistent on H . In particular, the tree T is still ℵ1-size. Central to our proof is the claim that for any ℵ1-size tree, there exists a node of the tree, such that both induced sub-trees of its children are ℵ1-size. Suppose for contradiction the claim is false, denote the root as N1, we can recursively define an infinite sequence N2, N3, such that for any t 2, Nt is the child of Nt 1 and Nt s brother s induced sub-tree (denoted as Tt) is at most ℵ0-size. Now the set of realizable branches is countable: besides the single branch defined by the infinite sequence, any other branch falls in one sub-tree Tt, and there are only countably many such ℵ0-size sub-trees Tt. This contradicts the fact that the tree is ℵ1-size and proves the claim. By repeatedly using the claim, we can find m + 2 levels of nodes of the tree T v(1,1), v(2,1), v(2,2), , v(m +2,1), , v(m +2,2m +1) where v(i,j) is the ancestor of v(i+1,2j 1), v(i+1,2j), and each v(i,j) induces an ℵ1-size sub-tree. Notice that any node v(i,j) need not to be a i-depth node in the tree T , and v(i,j) may be a multigeneration grandfather of v(i+1,2j 1), v(i+1,2j). Now, by construction H shatters the m + 2 levels of nodes, therefore any deterministic algorithm including A will make at least m + 1 errors on one of the finite branches (if we see the levels of nodes as a tree). This however contradicts the definition of Bm , which completes the proof. Figure 1: An example of v(i,j). Here the red paths denote realizable branches. In addition, when µ is known to Learner in the non-uniform stochastic online learning setting, we strengthen a result of Wu and Santhanam [2021] in which they name consistency as EAS. Definition 19 (EAS online learnability). A class H is eas-online learnable w.r.t distribution µ, if there exists a learning algorithm A such that for all h H and x µ P (err A(h, x) < ) = 1. They proved that H is eas-online learnable if and only if H has a countable effective cover w.r.t µ (Theorem 7 in Wu and Santhanam [2021]), where H is said to be an effective cover if for any h H, there exists h H such that (we say h is covered by h ) µ{h(x) = h (x)} = 0. We strengthen this result by showing that in the same setting of Wu and Santhanam [2021], non-uniformity = consistency. Proposition 20. When µ is known to Learner, a class H is non-uniform stochastic online learnable if and only if H has a countable effective cover w.r.t µ. any x, varying h any x, fixed h unknown µ, fixed h known µ, fixed h non-uniform NA ℵ0 LS = ℵ0 LS ? ℵ0 effective cover consistent no tree no ℵ1-size tree ? ℵ0 effective cover Table 1: Summary of learnabilities in the non-uniform realizable setting. LS denotes any Littlestone class. Our results are marked in red. Necessary conditions are marked in blue. 6 Discussion Summary of Results We resolve a long-standing philosophical question, the question of inductive inference, via a novel link to online learning theory. Different from previous results on inductive inference, which only provide a sufficient condition that the hypothesis class has a countable size, we provide a sufficient and necessary condition: inductive inference is possible, if and only if the hypothesis class is a countable union of online learnable classes. We hope this connection offers a fresh perspective that could open new avenues for research in both fields. From the technical side, we develop a novel framework called non-uniform online learning, where the ground-truth hypothesis is determined in advance and hypothesis-wise error bounds are considered. In both realizable and agnostic settings, we prove that the hypothesis class H being a countable union of Littlestone classes is the sufficient and necessary condition for learnability. Our results provide a sharp characterization of inductive inference beyond countable-sized realizable hypotheses. Philosophical Interpretations Our findings reveal an intrinsic trade-off between dn and n in both the error bound of Theorem 9 the regret bound of Theorem 12, depending on how we make the countable partition H = n N+Hn. A finer partition can decrease the Littlestone dimension dn of the class Hn that h belongs to for every h H, however, at the cost of creating more classes and increasing the dependence on n. Such trade-off shows a connection to certain philosophical debates around falsifiability, such as the mission is to classify truths, not to certify them" Miller [2015]. Future Directions Identifying a sufficient condition for consistency remains an unresolved challenge. We conjecture that having no ℵ1-size tree is a tight characterization. Understanding inclusion relations between different learnabilities, as outlined in the table, is also an important problem. The current work prioritizes error bounds without delving into computational constraints. It s interesting to study non-uniform online learnability with computable learners for this theory s practical applicability, as in Agarwal et al. [2020], Sterkenburg [2022], Hasrati and Ben-David [2023]. Sushant Agarwal, Nivasini Ananthakrishnan, Shai Ben-David, Tosca Lechner, and Ruth Urner. On learnability wih computable learners. In Algorithmic Learning Theory, pages 48 60. PMLR, 2020. András Antos and Gábor Lugosi. Strong minimax lower bounds for learning. In Proceedings of the ninth annual conference on Computational learning theory, pages 303 309, 1996. Peter Auer, Nicolo Cesa-Bianchi, Yoav Freund, and Robert E Schapire. Gambling in a rigged casino: The adversarial multi-armed bandit problem. In Proceedings of IEEE 36th annual foundations of computer science, pages 322 331. IEEE, 1995. Shai Ben-David, Dávid Pál, and Shai Shalev-Shwartz. Agnostic online learning. In COLT, volume 3, page 1, 2009. Gyora M Benedek and Alon Itai. Nonuniform learnability. In Automata, Languages and Programming: 15th International Colloquium Tampere, Finland, July 11 15, 1988 Proceedings 15, pages 82 92. Springer, 1988. Moise Blanchard. Universal online learning: An optimistically universal learning rule. In Conference on Learning Theory, pages 1077 1125. PMLR, 2022. Moise Blanchard, Romain Cosson, and Steve Hanneke. Universal online learning with unbounded losses: Memory is all you need. In International Conference on Algorithmic Learning Theory, pages 107 127. PMLR, 2022. Anselm Blumer, Andrzej Ehrenfeucht, David Haussler, and Manfred K Warmuth. Occam s razor. Information processing letters, 24(6):377 380, 1987. Anselm Blumer, Andrzej Ehrenfeucht, David Haussler, and Manfred K Warmuth. Learnability and the vapnik-chervonenkis dimension. Journal of the ACM (JACM), 36(4):929 965, 1989. Olivier Bousquet, Steve Hanneke, Shay Moran, Ramon Van Handel, and Amir Yehudayoff. A theory of universal learning. In Proceedings of the 53rd Annual ACM SIGACT Symposium on Theory of Computing, pages 532 541, 2021. John Duchi, Elad Hazan, and Yoram Singer. Adaptive subgradient methods for online learning and stochastic optimization. Journal of machine learning research, 12(7), 2011. Gaël Gendron, Qiming Bao, Michael Witbrock, and Gillian Dobbie. Large language models are not abstract reasoners. ar Xiv preprint ar Xiv:2305.19555, 2023. E Mark Gold. Language identification in the limit. Information and control, 10(5):447 474, 1967. Jordi Grau-Moya, Tim Genewein, Marcus Hutter, Laurent Orseau, Grégoire Delétang, Elliot Catt, Anian Ruoss, Li Kevin Wenliang, Christopher Mattern, Matthew Aitchison, et al. Learning universal predictors. ar Xiv preprint ar Xiv:2401.14953, 2024. Steve Hanneke. Learning whenever learning is possible: Universal learning under general stochastic processes. The Journal of Machine Learning Research, 22(1):5751 5866, 2021. Steve Hanneke, Aryeh Kontorovich, Sivan Sabato, and Roi Weiss. Universal bayes consistency in metric spaces. In 2020 Information Theory and Applications Workshop (ITA), pages 1 33. IEEE, 2020. Gilbert Harman and Sanjeev Kulkarni. Reliable reasoning: Induction and statistical learning theory. MIT press, 2012. Niki Hasrati and Shai Ben-David. On computable online learning. In International Conference on Algorithmic Learning Theory, pages 707 725. PMLR, 2023. Elad Hazan, Amit Agarwal, and Satyen Kale. Logarithmic regret algorithms for online convex optimization. Machine Learning, 69:169 192, 2007. Elad Hazan et al. Introduction to online convex optimization. Foundations and Trends in Optimization, 2(3-4):157 325, 2016. Mark Herbster and Manfred K Warmuth. Tracking the best expert. Machine learning, 32:151 178, 1998. Or Honovich, Uri Shaham, Samuel R Bowman, and Omer Levy. Instruction induction: From few examples to natural language task descriptions. ar Xiv preprint ar Xiv:2205.10782, 2022. Marcus Hutter, Jan Poland, et al. Adaptive online prediction by following the perturbed leader. 2005. Adam Kalai and Santosh Vempala. Efficient algorithms for online decision problems. Journal of Computer and System Sciences, 71(3):291 307, 2005. Ming Li, Paul Vitányi, et al. An introduction to Kolmogorov complexity and its applications, volume 3. Springer, 2008. Nick Littlestone. Learning quickly when irrelevant attributes abound: A new linear-threshold algorithm. Machine learning, 2:285 318, 1988. Nick Littlestone and Manfred K Warmuth. The weighted majority algorithm. Information and computation, 108(2):212 261, 1994. David Miller. Critical rationalism: A restatement and defence. Open court, 2015. Tom M Mitchell. Machine learning, 1997. Linlu Qiu, Liwei Jiang, Ximing Lu, Melanie Sclar, Valentina Pyatkin, Chandra Bhagavatula, Bailin Wang, Yoon Kim, Yejin Choi, Nouha Dziri, et al. Phenomenal yet puzzling: Testing inductive reasoning capabilities of language models with hypothesis refinement. ar Xiv preprint ar Xiv:2310.08559, 2023. Shai Shalev-Shwartz and Shai Ben-David. Understanding machine learning: From theory to algorithms. Cambridge university press, 2014. Ray Solomonoff. Complexity-based induction systems: comparisons and convergence theorems. IEEE transactions on Information Theory, 24(4):422 432, 1978. Ray J Solomonoff. A formal theory of inductive inference. part i. Information and control, 7(1):1 22, 1964a. Ray J Solomonoff. A formal theory of inductive inference. part ii. Information and control, 7(2): 224 254, 1964b. Tom F Sterkenburg. On characterizations of learnability with computable learners. In Conference on Learning Theory, pages 3365 3379. PMLR, 2022. Tom F Sterkenburg. Statistical learning theory and occam s razor: The argument from empirical risk minimization. 2023. Tom F Sterkenburg and Peter D Grünwald. The no-free-lunch theorems of supervised learning. Synthese, 199(3-4):9979 10015, 2021. Charles J Stone. Consistent nonparametric regression. The annals of statistics, pages 595 620, 1977. Vladimir Vapnik and Alexey Chervonenkis. Theory of pattern recognition, 1974. Vladimir N Vapnik and A Ya Chervonenkis. On the uniform convergence of relative frequencies of events to their probabilities. In Measures of complexity: festschrift for alexey chervonenkis, pages 11 30. Springer, 2015. Ulrike Von Luxburg and Bernhard Schölkopf. Statistical learning theory: Models, concepts, and results. In Handbook of the History of Logic, volume 10, pages 651 706. Elsevier, 2011. Ruocheng Wang, Eric Zelikman, Gabriel Poesia, Yewen Pu, Nick Haber, and Noah D Goodman. Hypothesis search: Inductive reasoning with language models. ar Xiv preprint ar Xiv:2309.05660, 2023. Changlong Wu and Narayana Santhanam. Non-uniform consistency of online learning with random sampling. In Algorithmic Learning Theory, pages 1265 1285. PMLR, 2021. Changlong Wu, Ananth Grama, and Wojciech Szpankowski. Online learning in dynamically changing environments. ar Xiv preprint ar Xiv:2302.00103, 2023. Martin Zinkevich. Online convex programming and generalized infinitesimal gradient ascent. In Proceedings of the 20th international conference on machine learning (icml-03), pages 928 936, 2003. A Algorithms from Previous Work Algorithm 3 Standard Optimal Algorithm (SOA) 1: Input: a hypothesis class H. 2: Initialize the active hypothesis set V1 = H. 3: for t N+ do 4: Observe xt. 5: For y {0, 1}, let V y t = {h : h(xt) = y, h Vt}. 6: Predict ˆyt = argmaxy Ldim(V y t ). 7: Observe the true label yt. 8: Update Vt+1 = V yt t if yt = ˆyt. Otherwise set Vt+1 = Vt. 9: end for Algorithm 4 Expert(i1, , i L) 1: Input: a hypothesis class H, indices i1 < < i L. 2: Initialize the active hypothesis set V1 = H. 3: for t N+ do 4: Observe xt. 5: For y {0, 1}, let V y t = {h : h(xt) = y, h Vt}. 6: Predict ˆyt = argmaxy Ldim(V y t ). 7: Observe the true label yt. 8: Update Vt+1 = V yt t if yt = ˆyt and t {i1, , i L}. Otherwise set Vt+1 = Vt. 9: end for Algorithm 5 Follow the Perturber Leader (FPL) 1: Input: a countable class of experts E1, E2, . 2: Initialize a complexity ki for each expert Ei, such that P i N+ e ki 1. 3: for t N+ do 4: Choose learning rate ηt. 5: Sample a random vector q exp, i.e. P(qi = λ) = e λ for λ 0 and all i N+. 6: Output prediction ˆyt of expert Ei which minimizes j=1 1[Ei(xj) =yj] + ki qi 7: Observe the true label yt. 8: end for Example 21. Consider X = N+ and let H be the set of all threshold functions H = {h : h(x) = 1[x n], n N}. The Littlestone dimension Ldim(H) = . However, there is a simple learning algorithm with finite errors, by keeping predicting 0 until the first mistake. It s clear H is consistent but not uniformly classic online learnable. Example 22. Consider X = [0, 1], and the class of all rational thresholds H = {h : h(x) = 1[x c], c Q}. This hypothesis class has infinite Littlestone dimension, thereby not uniformly online learnable. However, We have the countable decomposition H = c [0,1],c QHc, where each Hc is a singleton Hc = {1[x c]}. Thus it s non-uniformly online learnable. Example 23. Consider X = [0, 1], and the class of all real thresholds H = {h : h(x) = 1[x c], c R}. This hypothesis class is not even EAS online learnable under the uniform distribution Wu and Santhanam [2021], thus not consistent. In the language of Definition 17, H has a full-size infinite shatter tree. The naive way of setting the tree nodes as ( 1 8, ) doesn t give a full-size tree, because the limit of some converging branch can be one of the seen nodes. For example, consider a branch with x = ( 1 16, ), the limit 1 2 requires the only possible consistent hypothesis to be h(x) = 1[x 1 2 ], which contradicts the first round error h( 1 Instead, we can shrink the window size at each round to prevent the convergence to any node seen. For example, we can half the window size then take the middle point to construct the tree which is a full-size infinite tree {1 C Omitted Proofs We include here the omitted proofs from the main-text, which are either straightforward or standard in literature. C.1 Proof of Lemma 3 Proof. The first claim is proven by the existence of a shatter tree with depth Ldim(H). Let d = Ldim(H) and set xt to be xit as in the definition, then if Nature chooses yt = ˆyt, Learner makes d mistakes. The existence of consistent hypotheses is guaranteed by the definition of a shatter tree. For the second claim, it suffices to prove that whenever SOA makes an error, the Littlestone dimension of the active hypothesis set strictly decreases. Assume for the contrary that Ldim(Vt+1) = Ldim(Vt) but yt = ˆyt. The definition of ˆyt implies Ldim(Vt) = Ldim(V 1 t ) = Ldim(V 0 t ). In this case, we obtain a shatter tree with depth Ldim(Vt) + 1 for Vt, which is a contradiction. C.2 Proof of Lemma 8 Proof. We only need to discuss the only if direction, since it s clear from the definition any online learnable problem is automatically uniform online learnable. The claim is reduced to showing uniform online learnability implies online learnability. Suppose H is uniform online learnable, then there is a learning algorithm A and a finite number d, such that for any h H and choice of x X by Nature, A makes at most d errors. We claim that applying the same algorithm A to the online setting, where Nature is even allowed to adaptively choose consistent h t , will also make at most d errors. We prove by contradiction. Suppose for some x and some time step T, the algorithm makes the (d + 1)th error at time T, while the Nature chooses h T at this time step. Notice that h T is consistent with the whole history of data. The algorithm will also make d + 1 errors at time T, when Nature fixes h T in advance and uses the same x, since it incurs exactly the same history of data. However, this contradicts our assumption on uniform online learnability. C.3 Proof of Theorem 11 Proof. In agnostic online learning, Ben-David et al. [2009] attains an O( TLdim) regret bound for Littlestone classes, which however requires T to be known in advance. To get rid of such dependence, we use the FPL algorithm Hutter et al. [2005] for the learning with experts problem with countably many experts and unknown T. In particular, we use Algorithm 4 (a subroutine for learning a Littlestone class with known Ldim and T) as the experts for the Hierarchical FPL Algorithm from Hutter et al. [2005], to obtain a regret bound for any Littlestone class in the agnostic setting, without knowing T. Having such algorithms for each of Hn in hand, we then build another hierarchy by using these algorithm as experts under a meta FPL Algorithm 5, to finally obtain a non-uniform regret bound for every hypothesis in H. We begin with lemmas on the guarantees of these algorithms. Lemma 24 (Error Bound of Expert(i1, , i L) (Algorithm 4), Ben-David et al. [2009]). Let x be any sequence chosen by Nature, for any T N+, we denote (x1, y1), , (x T , y T ) as the first T rounds of x, y. Let H be a hypothesis class with Ldim(H) < . Then there exists some L Ldim(H) and some sequence 1 i1 < < i L T, such that Expert(i1, , i L) makes at most t=1 1[h(xt) =yt] errors on (x1, y1), , (x T , y T ) for any h H. Lemma 25 (Regret Bound of FPL (Algorithm 5), Hutter et al. [2005]). Let ηt = 1 t and ki satisfying P i N+ e ki 1, for any x, y and T N+, the regret w.r.t any expert Ei is bounded by t=1 1[ˆyt =yt] t=1 1[Ei(xt) =yt] (ki + 2) Lemma 26 (Regret Bound of Hierarchical FPL (Theorem 9 in Hutter et al. [2005]) ). Let ki satisfying P i N+ e ki 1, for any x, y and T N+, there is an algorithm (Hierarchical FPL) such that the regret w.r.t any expert Ei is bounded by t=1 1[ˆyt =yt] t=1 1[Ei(xt) =yt] 2 p 2ki T(1 + O(log ki ki )) = O( p Now we explain the details of how we aggregate the algorithms. Fix any Hn with Ldim(Hn) = dn, we first extend the result of Ben-David et al. [2009] to infinite horizon. By Lemma 24, for any T N+, there is an Expert(i1, , i L) with i L T attaining the claimed error bound. Counting the number of experts with i L T, we find there are at most T dn such experts. In addition, the number of experts with i L = T is also bounded by T dn. We specify a way of assigning complexities ki in Hierarchical FPL. For each expert with i L = j, we assign a complexity 1 + (dn + 2) log j. To see why it s a valid choice, notice i N+ e ki X t N+ tdne 1 (dn+2) log t X 1 2t2 0.83. By Lemma 26, it immediately gives an expected regret bound of on the Hierarchical FPL instance against Algorithm 4 instances. Now, choose kn = 2(log n + 1) for the meta FPL algorithm, we can verify n N+ e kn 1 As a result, by Lemma 25, for any h Hn, the regret compared with it up to time T is bounded by dn T) + (2 log n + 4) dn + log n) C.4 Proof of Lemma 24 The proof is a simplified rephrase of Lemma 12 in Ben-David et al. [2009]. Proof. Fix any h H, we denote j1, , jk be the time steps that h doesn t err. It s equivalent to prove that there exists an Expert(i1, , i L) such that it makes at most Ldim(H) errors on j1, , jk. Notice that the sequence (xj1, yj1), , (xjk, yjk) is realizable on H, running SOA on this sequence will incur at most Ldim(H) errors. Choose any sub-sequence t1, , t L of j1, , jk with L Ldim(H), which contains all time steps that SOA makes errors on. The Expert(t1, , t L) makes the same predictions as SOA on j1, , jk, thereby it makes at most Ldim(H) errors on j1, , jk, concluding the proof. C.5 Proof of Proposition 13 Suppose H is agnostic non-uniform online learnable at rate T 1 ϵ for some ϵ > 0. Define h = argminh H t=1 1[h(xt) =yt] as the best hypothesis in hindsight, the definition of agnostic non-uniform online learnability directly implies that for any x, y, T, the expected regert is bounded by t=1 1[ˆyt =yt] t=1 1[h (xt) =yt] m(h )T 1 ϵ. We have the partition H = n N+Hn, where Hn = {h H : m(h) n}. Since H can t be written as a countable union of Littlestone classes, one of Hn is not a Littlestone class. Suppose it s Hm, then Learner s expected regret on Hm is (uniformly) bounded by m T 1 ϵ. However, since it s not a Littlestone class, it has infinite Littlestone dimension. In particular, it has arbitrary depth shatter trees. Fix any shatter tree with depth T0 = (2m) 1 ϵ + 1, the first integer such that m T 1 ϵ 0 < T0 2 . Consider the 2T0 sequences of x, y defined by this tree. If Nature randomly chooses a sequence among them and presents it to Learner, then Learner has expected loss T0 2 since every prediction is merely a random coin flip. On the other hand, since the tree is shattered, the best hypothesis in hindsight must have loss 0, thus Learner has expected regret at least T0 2 . We conclude that it s impossible for Learner to have expected regret at most m T 1 ϵ 0 on every sequence since m T 1 ϵ 0 < T0 2 , leading to the desired contradiction. C.6 Proof of Proposition 14 Without loss of generality we can consider the simple problem where X = {0} and H = {h0(0) = 0, h1(0) = 1}. Nature always selects xt = 0 and generates yt by iid coin flips, i.e. yt = 0 with probability 1 2. Clearly, the expected number of errors made by Learner at any time T is T On the other hand, define zt = 2yt 1 and S = PT t=1 zt. We have that i = j E[z2 i ] = E[z4 i ] = E[z2 i z2 j ] = 1, E[zizj] = E[z3 i zj] = 0. As a result, E[S2] = T and E[S4] = T + 3T(T 1) 3T 2. By the Paley Zygmund inequality, we have that Notice the distribution of S is symmetric, we get As a result, with probability at least 3 32, there are T more 1 than 0 in {y1, , y T }, and the number of errors made by h1 is at most T T 2 . Notice it implies that minh H PT t=1 1[h(xt) =yt] T T 2 , we conclude that t=1 1[ˆyt =yt] min h H t=1 1[h(xt) =yt] As a result, H can t be learnt with rate o( C.7 Proof of Proposition 20 Proof. We only need to discuss the if direction, since non-uniform stochastic online learnability implies EAS online learnability. Suppose H has a countable effective cover H . We claim that with probability 1 on the drawing of x, there exists h H such that h (xt) = h (xt), t N+. (1) To see this, we fix the h w.r.t h as in the definition of effective cover, then Px µ(h (x) = h (x)) = 0. Since any countable union of zero-measure set still has zero measure, we conclude the proof of the claim. Since H is countable, we list its elements as h 1, , h n, . We partition H into n N+Hn, such that Hn is the set of h covered by h n. Conditioned on the event 1, consider the simple algorithm that outputs the prediction of h n which has the smallest index n among all consistent hypotheses in H . When h Hm, h m is consistent with all xt, then clearly this algorithm makes at most m errors, which is a hypothesis-wise bound as desired. In addition, this happens with probability 1. Neur IPS Paper Checklist Question: Do the main claims made in the abstract and introduction accurately reflect the paper s contributions and scope? Answer: [Yes] Justification: we make sure all the claims are accurate. Guidelines: The answer NA means that the abstract and introduction do not include the claims made in the paper. The abstract and/or introduction should clearly state the claims made, including the contributions made in the paper and important assumptions and limitations. A No or NA answer to this question will not be perceived well by the reviewers. The claims made should match theoretical and experimental results, and reflect how much the results can be expected to generalize to other settings. It is fine to include aspirational goals as motivation as long as it is clear that these goals are not attained by the paper. 2. Limitations Question: Does the paper discuss the limitations of the work performed by the authors? Answer: [Yes] Justification: we discuss the limitations and future directions for improvement in the Discussion section. Guidelines: The answer NA means that the paper has no limitation while the answer No means that the paper has limitations, but those are not discussed in the paper. The authors are encouraged to create a separate "Limitations" section in their paper. The paper should point out any strong assumptions and how robust the results are to violations of these assumptions (e.g., independence assumptions, noiseless settings, model well-specification, asymptotic approximations only holding locally). The authors should reflect on how these assumptions might be violated in practice and what the implications would be. The authors should reflect on the scope of the claims made, e.g., if the approach was only tested on a few datasets or with a few runs. In general, empirical results often depend on implicit assumptions, which should be articulated. The authors should reflect on the factors that influence the performance of the approach. For example, a facial recognition algorithm may perform poorly when image resolution is low or images are taken in low lighting. Or a speech-to-text system might not be used reliably to provide closed captions for online lectures because it fails to handle technical jargon. The authors should discuss the computational efficiency of the proposed algorithms and how they scale with dataset size. If applicable, the authors should discuss possible limitations of their approach to address problems of privacy and fairness. While the authors might fear that complete honesty about limitations might be used by reviewers as grounds for rejection, a worse outcome might be that reviewers discover limitations that aren t acknowledged in the paper. The authors should use their best judgment and recognize that individual actions in favor of transparency play an important role in developing norms that preserve the integrity of the community. Reviewers will be specifically instructed to not penalize honesty concerning limitations. 3. Theory Assumptions and Proofs Question: For each theoretical result, does the paper provide the full set of assumptions and a complete (and correct) proof? Answer: [Yes] Justification: we provide the full set of assumptions for all theoretical results. We provide a complete (and correct) proof to for all theoretical results, among which the simpler ones are left to the appendix. Guidelines: The answer NA means that the paper does not include theoretical results. All the theorems, formulas, and proofs in the paper should be numbered and crossreferenced. All assumptions should be clearly stated or referenced in the statement of any theorems. The proofs can either appear in the main paper or the supplemental material, but if they appear in the supplemental material, the authors are encouraged to provide a short proof sketch to provide intuition. Inversely, any informal proof provided in the core of the paper should be complemented by formal proofs provided in appendix or supplemental material. Theorems and Lemmas that the proof relies upon should be properly referenced. 4. Experimental Result Reproducibility Question: Does the paper fully disclose all the information needed to reproduce the main experimental results of the paper to the extent that it affects the main claims and/or conclusions of the paper (regardless of whether the code and data are provided or not)? Answer: [NA] Justification: the paper does not include experiments. Guidelines: The answer NA means that the paper does not include experiments. If the paper includes experiments, a No answer to this question will not be perceived well by the reviewers: Making the paper reproducible is important, regardless of whether the code and data are provided or not. If the contribution is a dataset and/or model, the authors should describe the steps taken to make their results reproducible or verifiable. Depending on the contribution, reproducibility can be accomplished in various ways. For example, if the contribution is a novel architecture, describing the architecture fully might suffice, or if the contribution is a specific model and empirical evaluation, it may be necessary to either make it possible for others to replicate the model with the same dataset, or provide access to the model. In general. releasing code and data is often one good way to accomplish this, but reproducibility can also be provided via detailed instructions for how to replicate the results, access to a hosted model (e.g., in the case of a large language model), releasing of a model checkpoint, or other means that are appropriate to the research performed. While Neur IPS does not require releasing code, the conference does require all submissions to provide some reasonable avenue for reproducibility, which may depend on the nature of the contribution. For example (a) If the contribution is primarily a new algorithm, the paper should make it clear how to reproduce that algorithm. (b) If the contribution is primarily a new model architecture, the paper should describe the architecture clearly and fully. (c) If the contribution is a new model (e.g., a large language model), then there should either be a way to access this model for reproducing the results or a way to reproduce the model (e.g., with an open-source dataset or instructions for how to construct the dataset). (d) We recognize that reproducibility may be tricky in some cases, in which case authors are welcome to describe the particular way they provide for reproducibility. In the case of closed-source models, it may be that access to the model is limited in some way (e.g., to registered users), but it should be possible for other researchers to have some path to reproducing or verifying the results. 5. Open access to data and code Question: Does the paper provide open access to the data and code, with sufficient instructions to faithfully reproduce the main experimental results, as described in supplemental material? Answer: [NA] Justification: paper does not include experiments requiring code. Guidelines: The answer NA means that paper does not include experiments requiring code. Please see the Neur IPS code and data submission guidelines (https://nips.cc/ public/guides/Code Submission Policy) for more details. While we encourage the release of code and data, we understand that this might not be possible, so No is an acceptable answer. Papers cannot be rejected simply for not including code, unless this is central to the contribution (e.g., for a new open-source benchmark). The instructions should contain the exact command and environment needed to run to reproduce the results. See the Neur IPS code and data submission guidelines (https: //nips.cc/public/guides/Code Submission Policy) for more details. The authors should provide instructions on data access and preparation, including how to access the raw data, preprocessed data, intermediate data, and generated data, etc. The authors should provide scripts to reproduce all experimental results for the new proposed method and baselines. If only a subset of experiments are reproducible, they should state which ones are omitted from the script and why. At submission time, to preserve anonymity, the authors should release anonymized versions (if applicable). Providing as much information as possible in supplemental material (appended to the paper) is recommended, but including URLs to data and code is permitted. 6. Experimental Setting/Details Question: Does the paper specify all the training and test details (e.g., data splits, hyperparameters, how they were chosen, type of optimizer, etc.) necessary to understand the results? Answer: [NA] Justification: the paper does not include experiments. Guidelines: The answer NA means that the paper does not include experiments. The experimental setting should be presented in the core of the paper to a level of detail that is necessary to appreciate the results and make sense of them. The full details can be provided either with the code, in appendix, or as supplemental material. 7. Experiment Statistical Significance Question: Does the paper report error bars suitably and correctly defined or other appropriate information about the statistical significance of the experiments? Answer: [NA] Justification: the paper does not include experiments. Guidelines: The answer NA means that the paper does not include experiments. The authors should answer "Yes" if the results are accompanied by error bars, confidence intervals, or statistical significance tests, at least for the experiments that support the main claims of the paper. The factors of variability that the error bars are capturing should be clearly stated (for example, train/test split, initialization, random drawing of some parameter, or overall run with given experimental conditions). The method for calculating the error bars should be explained (closed form formula, call to a library function, bootstrap, etc.) The assumptions made should be given (e.g., Normally distributed errors). It should be clear whether the error bar is the standard deviation or the standard error of the mean. It is OK to report 1-sigma error bars, but one should state it. The authors should preferably report a 2-sigma error bar than state that they have a 96% CI, if the hypothesis of Normality of errors is not verified. For asymmetric distributions, the authors should be careful not to show in tables or figures symmetric error bars that would yield results that are out of range (e.g. negative error rates). If error bars are reported in tables or plots, The authors should explain in the text how they were calculated and reference the corresponding figures or tables in the text. 8. Experiments Compute Resources Question: For each experiment, does the paper provide sufficient information on the computer resources (type of compute workers, memory, time of execution) needed to reproduce the experiments? Answer: [NA] Justification: the paper does not include experiments. Guidelines: The answer NA means that the paper does not include experiments. The paper should indicate the type of compute workers CPU or GPU, internal cluster, or cloud provider, including relevant memory and storage. The paper should provide the amount of compute required for each of the individual experimental runs as well as estimate the total compute. The paper should disclose whether the full research project required more compute than the experiments reported in the paper (e.g., preliminary or failed experiments that didn t make it into the paper). 9. Code Of Ethics Question: Does the research conducted in the paper conform, in every respect, with the Neur IPS Code of Ethics https://neurips.cc/public/Ethics Guidelines? Answer: [Yes] Justification: we carefully follow the Neur IPS Code of Ethics. Guidelines: The answer NA means that the authors have not reviewed the Neur IPS Code of Ethics. If the authors answer No, they should explain the special circumstances that require a deviation from the Code of Ethics. The authors should make sure to preserve anonymity (e.g., if there is a special consideration due to laws or regulations in their jurisdiction). 10. Broader Impacts Question: Does the paper discuss both potential positive societal impacts and negative societal impacts of the work performed? Answer: [NA] Justification: there is no societal impact of the work performed. Guidelines: The answer NA means that there is no societal impact of the work performed. If the authors answer NA or No, they should explain why their work has no societal impact or why the paper does not address societal impact. Examples of negative societal impacts include potential malicious or unintended uses (e.g., disinformation, generating fake profiles, surveillance), fairness considerations (e.g., deployment of technologies that could make decisions that unfairly impact specific groups), privacy considerations, and security considerations. The conference expects that many papers will be foundational research and not tied to particular applications, let alone deployments. However, if there is a direct path to any negative applications, the authors should point it out. For example, it is legitimate to point out that an improvement in the quality of generative models could be used to generate deepfakes for disinformation. On the other hand, it is not needed to point out that a generic algorithm for optimizing neural networks could enable people to train models that generate Deepfakes faster. The authors should consider possible harms that could arise when the technology is being used as intended and functioning correctly, harms that could arise when the technology is being used as intended but gives incorrect results, and harms following from (intentional or unintentional) misuse of the technology. If there are negative societal impacts, the authors could also discuss possible mitigation strategies (e.g., gated release of models, providing defenses in addition to attacks, mechanisms for monitoring misuse, mechanisms to monitor how a system learns from feedback over time, improving the efficiency and accessibility of ML). 11. Safeguards Question: Does the paper describe safeguards that have been put in place for responsible release of data or models that have a high risk for misuse (e.g., pretrained language models, image generators, or scraped datasets)? Answer: [NA] Justification: the paper poses no such risks. Guidelines: The answer NA means that the paper poses no such risks. Released models that have a high risk for misuse or dual-use should be released with necessary safeguards to allow for controlled use of the model, for example by requiring that users adhere to usage guidelines or restrictions to access the model or implementing safety filters. Datasets that have been scraped from the Internet could pose safety risks. The authors should describe how they avoided releasing unsafe images. We recognize that providing effective safeguards is challenging, and many papers do not require this, but we encourage authors to take this into account and make a best faith effort. 12. Licenses for existing assets Question: Are the creators or original owners of assets (e.g., code, data, models), used in the paper, properly credited and are the license and terms of use explicitly mentioned and properly respected? Answer: [NA] Justification: the paper does not use existing assets. Guidelines: The answer NA means that the paper does not use existing assets. The authors should cite the original paper that produced the code package or dataset. The authors should state which version of the asset is used and, if possible, include a URL. The name of the license (e.g., CC-BY 4.0) should be included for each asset. For scraped data from a particular source (e.g., website), the copyright and terms of service of that source should be provided. If assets are released, the license, copyright information, and terms of use in the package should be provided. For popular datasets, paperswithcode.com/datasets has curated licenses for some datasets. Their licensing guide can help determine the license of a dataset. For existing datasets that are re-packaged, both the original license and the license of the derived asset (if it has changed) should be provided. If this information is not available online, the authors are encouraged to reach out to the asset s creators. 13. New Assets Question: Are new assets introduced in the paper well documented and is the documentation provided alongside the assets? Answer: [NA] Justification: the paper does not release new assets. Guidelines: The answer NA means that the paper does not release new assets. Researchers should communicate the details of the dataset/code/model as part of their submissions via structured templates. This includes details about training, license, limitations, etc. The paper should discuss whether and how consent was obtained from people whose asset is used. At submission time, remember to anonymize your assets (if applicable). You can either create an anonymized URL or include an anonymized zip file. 14. Crowdsourcing and Research with Human Subjects Question: For crowdsourcing experiments and research with human subjects, does the paper include the full text of instructions given to participants and screenshots, if applicable, as well as details about compensation (if any)? Answer: [NA] Justification: the paper does not involve crowdsourcing nor research with human subjects. Guidelines: The answer NA means that the paper does not involve crowdsourcing nor research with human subjects. Including this information in the supplemental material is fine, but if the main contribution of the paper involves human subjects, then as much detail as possible should be included in the main paper. According to the Neur IPS Code of Ethics, workers involved in data collection, curation, or other labor should be paid at least the minimum wage in the country of the data collector. 15. Institutional Review Board (IRB) Approvals or Equivalent for Research with Human Subjects Question: Does the paper describe potential risks incurred by study participants, whether such risks were disclosed to the subjects, and whether Institutional Review Board (IRB) approvals (or an equivalent approval/review based on the requirements of your country or institution) were obtained? Answer: [NA] Justification: the paper does not involve crowdsourcing nor research with human subjects. Guidelines: The answer NA means that the paper does not involve crowdsourcing nor research with human subjects. Depending on the country in which research is conducted, IRB approval (or equivalent) may be required for any human subjects research. If you obtained IRB approval, you should clearly state this in the paper. We recognize that the procedures for this may vary significantly between institutions and locations, and we expect authors to adhere to the Neur IPS Code of Ethics and the guidelines for their institution. For initial submissions, do not include any information that would break anonymity (if applicable), such as the institution conducting the review.