Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "W96-0106",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T04:59:03.212093Z"
},
"title": "Relating Turing's Formula and Zipf's Law",
"authors": [
{
"first": "Christer",
"middle": [],
"last": "Samuelsson",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Universit\u00a3t des Saarlandes",
"location": {
"addrLine": "FR 8.7, Computerlinguistik Postfach 1150",
"postCode": "D-66041",
"settlement": "Saarbriicken",
"country": "Germany"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "An asymptote is derived from Turing's local reestimation formula for population frequencies, and a local reestimation formula is derived from Zipf's law for the asymptotic behavior of population frequencies. The two are shown to be qualitatively different asymptotically, but nevertheless to be instances of a common class of reestimation-formula-asymptote pairs, in which they constitute the upper and lower bounds of the convergence region of the cumulative of the frequency function, as rank tends to infinity. The results demonstrate that Turing's formula is qualitatively different from the various extensions to Zipf's law, and suggest that it smooths the frequency estimates towards a geometric distribution.",
"pdf_parse": {
"paper_id": "W96-0106",
"_pdf_hash": "",
"abstract": [
{
"text": "An asymptote is derived from Turing's local reestimation formula for population frequencies, and a local reestimation formula is derived from Zipf's law for the asymptotic behavior of population frequencies. The two are shown to be qualitatively different asymptotically, but nevertheless to be instances of a common class of reestimation-formula-asymptote pairs, in which they constitute the upper and lower bounds of the convergence region of the cumulative of the frequency function, as rank tends to infinity. The results demonstrate that Turing's formula is qualitatively different from the various extensions to Zipf's law, and suggest that it smooths the frequency estimates towards a geometric distribution.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Turing's formula [Good 1953 ] and Zipf's law [Zipf 1935 ] indicate how population frequencies in general tend to behave. Turing's formula estimates locally what the frequency count of a species that occurred r times in a sample really would have been, had the sample accurately reflected the underlying population distribution. Zipf's law prescribes the asymptotic behavior of the relative frequencies of species as a function of their rank. The ranking scheme in question orders the species by frequency, with the most common species ranked first. The reason that these formulas are of interest in computational linguistics is that they can be used to improve probability estimates from relative frequencies, and to predict the frequencies of unseen phenomena, e.g., the frequency of previously unseen words encountered in running text.",
"cite_spans": [
{
"start": 17,
"end": 27,
"text": "[Good 1953",
"ref_id": "BIBREF1"
},
{
"start": 45,
"end": 55,
"text": "[Zipf 1935",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Due to limitations in the amount of available training data, the so-called sparse-data problem, estimating probabilities directly from observed relative frequencies may not always be very accurate. For this reason, Turing's formula, in the incarnation of Katz's back-off scheme [Katz 1987] , has become a standard technique for improving parameter estimates for probabilistic language models used by speech recognizers. A more theoretical treatment of Turing's formula itseff can be found in [N\u00a3das 1985 ].",
"cite_spans": [
{
"start": 278,
"end": 289,
"text": "[Katz 1987]",
"ref_id": "BIBREF2"
},
{
"start": 492,
"end": 503,
"text": "[N\u00a3das 1985",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Zipf's law is commonly regarded as an empirically accurate description of a wide variety of (linguistic) phenomena, but too general to be of any direct use. For a bit of historic controversy on Zipf's law, we refer to [Simon 1955] , [Mandelbrot 1959] , and subsequent articles in Information and Control. The model presented there for the stochastic source generating the various Zipfian distributions is however linguistically highly dubious: a version of the monkeywith-typewriter scenario.",
"cite_spans": [
{
"start": 218,
"end": 230,
"text": "[Simon 1955]",
"ref_id": null
},
{
"start": 233,
"end": 250,
"text": "[Mandelbrot 1959]",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The remainder if this article is organized as follows. In Section 2, we induce a recurrence equation from Turing's local reestimation formula and from this derive the asymptotic behavior of the relative frequency as a function of rank, using a continuum approximation. The resulting probability distribution is then examined, and we rederive the recurrence equation from it. In Section 3, we start with the asymptotic behavior stipulated by Zipf's law, and derive a recurrence equation similar to that associated with Turing's formula, and from this induce a corresponding reestimation formula. We then rederive the Zipfian asymptote from the established recurrence equation. In Section 4, similar techniques are used to establish the asymptotic behavior inherent in a general class of recurrence equations, parameterized by a real-valued parameter, and then to rederive the recurrence equations from their asymptotes. The convergence region of this parameter for the cumulative of the frequency function, as rank approaches infinity, is also investigated. In Section 5, we summarize the results, discuss how they might be used practically, and compare them with related work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Turing's formula reestimates population frequencies locally:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "x* = (x+l). N.+~ N~",
"eq_num": "(1)"
}
],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "Here N~ is the number of species with frequency count x, and x* is the improved estimate of x. Let N be the size of the entire population and note that x ~r N = ~x'N.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "and f~ =",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "x----1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "where X is the count of the most populous species and f~ is the relative frequency of any species with frequency count x.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "Let r(x) be the rank of the last species with frequency count x. This means that quite in We first make a continuum approximation by extending Nx from the integer points",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "x = 1, 2,... to a continuous function N(x) on [1, oo). This means that x x r(x) = ~Nk ,~ ~ N(y)dy k----x",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "Differentiating this w.r.t, z, the lower bound of the integral, yields",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "dr(x) d f x dx -dx N(y) dy = -N(x)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "and using the chain rule for differentiation yields dr dr dx",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "= d~'~ = -N(xl.N",
"eq_num": "(a)"
}
],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "Continuum approximations are useful techniques for establishing the dependence of a sum on its bounds, to the leading term, and for determining convergence. For example, if we wish to n in n 3 --1 study the sum ~ k 2, we note that the corresponding integral Jl x 2 dx = --and conclude k---1 3 2n 3 -F 3n 2 + n that the sum behaves like n 3. The exact formula is 6 , so we in fact even got indicating that the integral, and thus the sum, converge for c~ < -1 and diverge for ~ > -1. We have to be a bit careful with the transition to the continuous case. We will first let N x become large and then establish what happens for small, but non-zero, values of ff = ~. So although x will be small compared to N, it will be large compared to any constant C. This means that",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "x x+C f = lim ~ = lim N-*oo N N--+co N",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "for any additive constant C, and we may approximate x + C with x, motivating and similar approximations in the following. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "We are now prepared to derive the asymptotic behavior of the relative frequency f(r) of species as a function of their rank r implicit in Eq. (4). Combining Eq. (5) with Eq. (3) yields",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "dr N1 N1 df - N(x). N = ---. N = - z y",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "This determines the rank r(f) as a function of the relative frequency f:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "r(f) = C-Nllnf",
"eq_num": "(6)"
}
],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "Inverting this gives us the sought-for function f(r):",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "C--r r",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Asymptote for Turing's Formula",
"sec_num": "2"
},
{
"text": "Utilizing the fact that the relative frequencies should be normalized to one, we find that oo 1 1 = f(r) dr = C'.Nle-~\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "/(r) = em-= C'e-",
"sec_num": null
},
{
"text": "and that thus \"Turing's asymptotic law\" is",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "/(r) = em-= C'e-",
"sec_num": null
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "r--1 f(r) = ~-e \"~",
"eq_num": "(7)"
}
],
"section": "/(r) = em-= C'e-",
"sec_num": null
},
{
"text": "Note that, reassuringly, the relative frequency of the most populous species, fx, is preserved:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "/(r) = em-= C'e-",
"sec_num": null
},
{
"text": "1 X f(1) = N1 N -fx r--1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "/(r) = em-= C'e-",
"sec_num": null
},
{
"text": "Upon examining the frequency function --N1 e ~ , we realize that we have an exponential 1 distribution with intensity parameter ~-, the probability of the most common species. This distribution was created by approximating our original discrete distribution with a continuous one. The discrete counterpart of an exponential distribution is a geometric distribution",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "/(r) = em-= C'e-",
"sec_num": null
},
{
"text": "P(r) = p. (1-p)r-1 r=l,2,...",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "/(r) = em-= C'e-",
"sec_num": null
},
{
"text": "parameterized by p, the probability of some outcome occurring in one trial. P(r) can then be interpreted as the probability of waiting r trials for the first occurrence of the outcome. Thus, Turing's formula seems to be smoothing the frequency estimates towards a geometric distribution.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "/(r) = em-= C'e-",
"sec_num": null
},
{
"text": "To test our derivation of the asymptotic equation 7from the recurrence equation (4), we will attempt to rederive Eq. (4) from Eq. (7). Since Eq. (7) implies Eq. (6), we start from the latter and establish that This means that",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rederiving Turing's formula",
"sec_num": "2.3"
},
{
"text": "We first note that 1 < in:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rederiving Turing's formula",
"sec_num": "2.3"
},
{
"text": "x+! < 1 x+l - \\x] - x",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rederiving Turing's formula",
"sec_num": "2.3"
},
{
"text": "We also note that the numerator can bewrittenasg(x+l)-g(x)forg(y)= yln(1 +~), wMch in turn can be written as Jx g(Y) dy, i.e., as ~, ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rederiving Turing's formula",
"sec_num": "2.3"
},
{
"text": "Zipf's law concerns the asymptotic behavior of the relative frequencies f(r) of a population as a function of rank r. It states that, asymptotically, the relative frequency is inversely proportional to rank: A f(~) = B+~",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A Reestimation Formula for Zipf's Law",
"sec_num": "3"
},
{
"text": "This implies a finite total population, since the cumulative (i.e, the sum or integral) of the relative frequency over rank does not converge as rank approaches infinity: ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A Reestimation Formula for Zipf's Law",
"sec_num": "3"
},
{
"text": "x. (x+l) which is deceptively similar to Turing's formula, Eq. (1), the only difference being that it x+2 assigns ~ more relative-frequency mass to frequency count x.",
"cite_spans": [
{
"start": 3,
"end": 8,
"text": "(x+l)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "A Reestimation Formula for Zipf's Law",
"sec_num": "3"
},
{
"text": "If we rederive the asymptotic behavior, we again obtain Zipf's law. Assuming the recurrence equation ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rederiving Zipf's law",
"sec_num": "3.1"
},
{
"text": "If we generalize the rederivation of Zipf's law in Eq. (11) to p = 2, 3,..., x, we find that ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A General Correspondence",
"sec_num": "4"
},
{
"text": "We integrate ~ to get r(f)fp-1 + C\", yielding a r-7:i\" asymptote for f(r).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "C C' 1",
"sec_num": null
},
{
"text": "Although a nontrivial generalization, it is in fact the case that for real-valued 0 : 1 # 0 < z, This means that we have a single reestimation equation",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "C C' 1",
"sec_num": null
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "x* = (x + 0)-Nx+l",
"eq_num": "(14)"
}
],
"section": "C C' 1",
"sec_num": null
},
{
"text": "parameterized by the real-valued parameter O, with the asymptotic behavior Cr-~:r 0 # 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "C C' 1",
"sec_num": null
},
{
"text": ".f(r) =",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "C C' 1",
"sec_num": null
},
{
"text": "Although this correspondence was derived with the requirement that 0 < x, we can in view of the discussion in Section 2.1 assume that x is not only considerably larger than 1, but also greater than any fixed value of 0. The extension to the negative real numbers is straightforward, although perhaps not very sensible. In fact, the convergence region for the cumulative of the frequency function as rank goes to infinity, oo f(r) or /(r) dr",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Ce 0=1",
"sec_num": null
},
{
"text": "is 0 E [1, 2), establishing Turing's formula and Zipf's law as the two extremes of this reestimation formula, in terms of resulting in a proper probability distribution for infinite populations; while the former does so, the latter does not.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Ce 0=1",
"sec_num": null
},
{
"text": "1If 9 = 1, we have the Turing case with an exponentially declining asymptote, cf. Eq. (7).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Ce 0=1",
"sec_num": null
},
{
"text": "Finally, assuming the asymptotic behavior of Eq. (13), we rederive the recurrence equation 12. The mathematics are very similar to those used to rederive Turing's formula in Section 2.3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reversing the directions",
"sec_num": "4.1"
},
{
"text": "Inverting the asymptotic behavior f(r) = Cr-~=~ gives us r(f) -f0-1, which in turn yields",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "C t",
"sec_num": null
},
{
"text": "C tt r(x) - xe-1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "C t",
"sec_num": null
},
{
"text": "For notational convenience, let (2 denote 6 -1, and assume that 0 < 0 # 1, i.e., -1 < (2 # O.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "C t",
"sec_num": null
},
{
"text": "x ~+1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "C t",
"sec_num": null
},
{
"text": "x+a+l ~ = x~ (z + 1)\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "C t",
"sec_num": null
},
{
"text": "1) (i 1) x (x+l)~ ' --(x+(2+l) (x+l)a (x+2)o ` _ 1 (z+(2+ 1)(~ (x + 1)\") x + 1 \"b (2 x+l ~ ( _x._+_a x (x+2) a -(x+l) \"]-\\(x+l) a ~-a] (: : ) (x+(2+l) ~ (x+l) ~ y+(2 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "C t",
"sec_num": null
},
{
"text": "As before, the numerator can be written as g(x + 1) -g(x), now for g(y) = (y + 1) a ya-1 :",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "C t",
"sec_num": null
},
{
"text": "/ =+I 1 < [a 2-1[ .\"z y,~+2dY < [a 2-1[ . 1_ < [~2_1[",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "C t",
"sec_num": null
},
{
"text": "-x + a + 1 Jz/z+l ya+ll dy -x + a + 1 x -",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "C t",
"sec_num": null
},
{
"text": "x 2",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "C t",
"sec_num": null
},
{
"text": "This recaptures Eq. (12). Note that the derivation of Zipf's recurrence equation in Eq. (9) of Section 3 corresponds to the special case where a = 1, i.e., where 8 = 2.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "C t",
"sec_num": null
},
{
"text": "The relationship between Turing's formula and Zipf's law, which both concern population frequencies, was explored in the present article. The asymptotic behavior of the relative frequency as a function of rank implicit in one interpretation of Turing's local reestimation formula was derived and compared with Zipf's law. While the latter relates the rank and relative frequency as asymptotically inversely proportional, the former states that the frequency declines exponentially with rank. This means that while Zipf's law implies a finite total population, Turing's formula yields a proper probability distribution also for infinite populations. In fact, it is tempting to interpret Turing's formula as smoothing the relative-frequency estimates towards a geometric distribution. This could potentially be used to improve sparsedata estimates by assuming a geometric distribution (tail), and introducing a ranking based on direct frequency counts, frequency counts when backing off to more general conditionings, order of appearance in the training data, or, to break any remaining ties, lexicographical order.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "5"
},
{
"text": "Conversely, a local reestimation formula in the vein of Turing's formula was derived from Zipf's law. Although the two equations are similar, Turing's formula shifts the frequency mass towards more frequent species. The two cases were generalized to a single spectrum of reestimarion formulas and corresponding asymptotes, parameterized by one real-valued parameter. Furthermore, the two cases correspond to the upper and lower bounds of this parameter for which the cumulative of the frequency function converges as rank tends to infinity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "5"
},
{
"text": "These results are in sharp contrast to common belief in the field; in [Baayen 1991 ], for example, we read: \"Other models, such as Good (1953) ... have been put forward, all of which have Zipf's law as some special or limiting form.\" All of the Zipf-Simon-Mandelbrot distributions exhibit the same basic asymptotic behavior, C f(r) = r\"'~ parameterized by the positive real-valued parameter 8-Comparing this with Eq. (15), we find 1 1 that ~ -8--Z-1 > 0 and thus 8 = 1 + ~ > 1. In view of the established exponentially declining asymptote of the ideal Turing distribution, corresponding to 8 = 1, we can conclude that the latter is qualitatively different. I also gratefully acknowledge Rens Bod's encouraging comments and useful pointers to related work. Special credit is due to Mark Liberman for sharing his insights about Zipf's law, for drawing my attention to the Simon-Mandelbrot controversy, and for supplying various background material. This article, like others, has benefited greatly from comments by Khalil Sima'an.",
"cite_spans": [
{
"start": 70,
"end": 82,
"text": "[Baayen 1991",
"ref_id": "BIBREF0"
},
{
"start": 131,
"end": 142,
"text": "Good (1953)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "5"
}
],
"back_matter": [
{
"text": "This article originated from inspiring discussions with David Milward and Slava Katz. Many thanks! Most of the work was done while the author was visiting IRCS at the University of Pennsylvania at the invitation of Aravind Joshi, and a number of New York pubs at the invitation of Jussi Karlgren, both of which was very much appreciated. I wish to thank Mark Lauer for helpful comments and suggestions to improvements, Seif Haridi for constituting the entire audience at a seminar on this work and focusing the question session on the convergence region of the parameter 0, and/~.ke Samuelsson for providing a bit of mathematical elegance.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
},
{
"text": "x+(2+1 \"1 1x\" (x + 1)\" ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "annex",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "A Stochastic Process for Word Frequency Distributions",
"authors": [
{
"first": "Harald",
"middle": [],
"last": "Baayen",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the 29th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "271--278",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Harald Baayen. 1991. \"A Stochastic Process for Word Frequency Distributions\". In Proceedings of the 29th Annual Meeting of the Association for Computational Linguistics, pp. 271-278, ACL.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "The Population Frequencies of Species and the Estimation of Population Parameters",
"authors": [
{
"first": "I",
"middle": [
"J"
],
"last": "Good",
"suffix": ""
}
],
"year": 1953,
"venue": "Biometrika ~0(3~4)",
"volume": "",
"issue": "",
"pages": "237--264",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Good 1953] I. J. Good. \"The Population Frequencies of Species and the Estimation of Popu- lation Parameters\". In Biometrika ~0(3~4), pp. 237-264, 1953.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Estimation of Probabilities from Sparse Data for the Language Model Component of a Speech Recognizer",
"authors": [
{
"first": "M",
"middle": [],
"last": "Slava",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Katz",
"suffix": ""
}
],
"year": 1987,
"venue": "IEEE Transactions on Acoustics, Speech, and Signal Processing",
"volume": "35",
"issue": "3",
"pages": "400--401",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Katz 1987] Slava M. Katz. \"Estimation of Probabilities from Sparse Data for the Language Model Component of a Speech Recognizer\". In IEEE Transactions on Acoustics, Speech, and Signal Processing 35(3), pp. 400-401, 1987.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "On Turing's Formula for Word Probabilities",
"authors": [
{
"first": "Arthur",
"middle": [],
"last": "N\u00a3das",
"suffix": ""
},
{
"first": ";",
"middle": [
"G K"
],
"last": "Zipf",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Herbert",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Simon",
"suffix": ""
}
],
"year": 1935,
"venue": "IEEE Transactions on Acoustics, Speech, and Signal Processing",
"volume": "33",
"issue": "6",
"pages": "425--440",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[N\u00a3das 1985] Arthur N\u00a3das. \"On Turing's Formula for Word Probabilities\". In IEEE Tran- sactions on Acoustics, Speech, and Signal Processing 33(6), pp. 1414-1416, 1985. [Zipf 1935] G. K. Zipf. The Psychobiology off Language. Houghton Mifflin, Boston, 1935. The Simon-Mandelbrot Dispute [Simon 1955] Herbert A. Simon. \"On a Class of Skew Distribution Functions\". In Biometrika 42, pp. 425-440(?), 1953.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "A Note on a Class of Skew Distribution Functions: Analysis and Critique of a Paper by H. A. Simon",
"authors": [
{
"first": "Benoit",
"middle": [],
"last": "Mandelbrot",
"suffix": ""
}
],
"year": 1959,
"venue": "Information and Control",
"volume": "2",
"issue": "",
"pages": "90--99",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Mandelbrot 1959] Benoit Mandelbrot. \"A Note on a Class of Skew Distribution Functions: Analysis and Critique of a Paper by H. A. Simon\". In Information and Control 2, pp. 90-99, 1959.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Some Further Notes on a Class of Skew Distribution Functions",
"authors": [
{
"first": "Herbert",
"middle": [
"A"
],
"last": "Simon",
"suffix": ""
}
],
"year": 1960,
"venue": "Information and Control",
"volume": "3",
"issue": "",
"pages": "80--88",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Simon 1960] Herbert A. Simon. \"Some Further Notes on a Class of Skew Distribution Func- tions\". In Information and Control 3, pp. 80-88, 1960.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Final Note on a Class of Skew Distribution Functions = Analysis and Critique of a Model due to H. A. Simon",
"authors": [
{
"first": "Benoit",
"middle": [],
"last": "Mandelbrot",
"suffix": ""
}
],
"year": 1961,
"venue": "Information and Control",
"volume": "4",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Mandelbrot 1961] Benoit Mandelbrot. \"Final Note on a Class of Skew Distribution Functions = Analysis and Critique of a Model due to H. A. Simon\". In Information and Control 4, pp. 198-???, 1961.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Reply to 'Final Note' by Benoit Mandelbrot",
"authors": [
{
"first": "Herbert",
"middle": [
"A"
],
"last": "Simon",
"suffix": ""
}
],
"year": 1961,
"venue": "Information and Control",
"volume": "4",
"issue": "",
"pages": "217--223",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Herbert A. Simon. \"Reply to 'Final Note' by Benoit Mandelbrot\". In Information and Control 4, PP. 217-223, 1961.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Post Scriptum to 'Final Note",
"authors": [
{
"first": "Mandelbrot",
"middle": [],
"last": "Benoit",
"suffix": ""
}
],
"year": 1961,
"venue": "Information and Control",
"volume": "4",
"issue": "",
"pages": "300--304",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Mandelbrot 1961] Benoit Mandelbrot. \"Post Scriptum to 'Final Note' \". In Information and Control 4, PP. 300-304(?), 1961.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Reply to Dr. Mandelbrot's Post Scriptum",
"authors": [
{
"first": "Herbert",
"middle": [
"A"
],
"last": "Simon",
"suffix": ""
}
],
"year": 1961,
"venue": "Information and Control",
"volume": "4",
"issue": "",
"pages": "305--308",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Simon 1961] Herbert A. Simon. \"Reply to Dr. Mandelbrot's Post Scriptum\". In Information and Control 4, PP-305-308, 1961.",
"links": null
}
},
"ref_entries": {
"FIGREF1": {
"uris": null,
"type_str": "figure",
"text": "COthe leading coefficient right. Likewise, we can establish for what values of a the sum ~ k",
"num": null
},
"FIGREF3": {
"uris": null,
"type_str": "figure",
"text": "To localize Zipf's law, we utilize Eq. (2) and observe that r(x",
"num": null
},
"FIGREF4": {
"uris": null,
"type_str": "figure",
"text": "---~'N~, = (x+2).....3\"N1 = (x+2).(x+l)'N1 ~, (x+l)2We again use the equation for the derivative of the rank, Eq. (3",
"num": null
},
"FIGREF5": {
"uris": null,
"type_str": "figure",
"text": "---~'Nx = (x+p).....(l+p)'N1 = i.I~=l(k+p)'il ,~, (x+l)P",
"num": null
},
"FIGREF6": {
"uris": null,
"type_str": "figure",
"text": "The key observation here is that also for real-valued O < x in general,",
"num": null
}
}
}
}