8 comments

  • causal5 hours ago
    Title is editorialized and needs to be fixed; the paper does not say what this title implies, nor is that the title of the paper.
    • wongarsu4 hours ago
      HN automatically removes the word "How" from the beginning of titles. I suspect this title is one instance of that
      • causal3 hours ago
        Unfortunate if so, but I&#x27;m finding plenty of counterexamples in the past day alone: <a href="https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=last24h&amp;page=0&amp;prefix=true&amp;query=How%20&amp;sort=byPopularity&amp;type=story" rel="nofollow">https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=last24h&amp;page=0&amp;prefix=true...</a>
        • debugnik1 hour ago
          Posters have a short window to edit the title back.
    • btilly4 hours ago
      The exact phrase appears in the title. There is a title length limit. In this case, I don&#x27;t think that it is wrong to pick the most interesting piece of that title that fits in the limit.
  • matja5 hours ago
    The eigenvalue distribution looks somewhat similar to Benford&#x27;s Law - isn&#x27;t that expected for a human-curated corpus?
    • btilly4 hours ago
      I would expect that for any sampling of data that has a roughly similar distribution over many scales.<p>Which will be true of many human curated corpuses. But it will also be similar to, for natural data as well. Such as the lengths of random rivers, or the brightness of random stars.<p>The law was first discovered because logarithm books tended to wear out at the front first. That turned out to because most numbers had a small leading digit, and therefore the pages at the front were being looked up more often.
  • jdonaldson5 hours ago
    (Pardon the self promotion) Libraries like turnstyle are taking advantage of shared representation across models. Neurosymbolic programming : <a href="https:&#x2F;&#x2F;github.com&#x2F;jdonaldson&#x2F;turnstyle" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jdonaldson&#x2F;turnstyle</a>
  • zjp3 hours ago
    Different models, similar number representations. Different models for different languages, similar concept representations. They have to learn all of this from human text input, so they&#x27;re not divining it themselves. It all makes a strong case for universal grammar, IMO.
    • MarcelOlsz2 hours ago
      I refuse to learn esperanto, sorry.
    • williamcotton2 hours ago
      &gt; <i>It all makes a strong case for universal grammar, IMO.</i><p>What about through the lens of the Norvig-Chomsky debate?
  • dboreham5 hours ago
    It&#x27;s going to turn out that emergent states that are the same or similar in different learning systems fed roughly the same training data will be very common. Also predict it will explain much of what people today call &quot;instinct&quot; in animals (and the related behaviors in humans).
    • ACCount373 hours ago
      Evolution is an optimization process. So if platonic representation hypothesis holds well enough, there might be some convergence between ML neural networks and evolved circuits and biases in biological neural networks.<p>I&#x27;m partial to the &quot;evolved low k-complexity priors are nature&#x27;s own pre-training&quot; hypothesis of where the sample efficiency in biological brains comes from.
    • panagathon5 hours ago
      Oh yeah, that&#x27;s clever
  • ACCount375 hours ago
    The &quot;platonic representation hypothesis&quot; crowd can&#x27;t stop winning.<p>Potentially useful for things like innate mathematical operation primitives. A major part of what makes it hard to imbue LLMs with better circuits is that we don&#x27;t know how to connect them to the model internally, in a way that the model can learn to leverage.<p>Having an &quot;in&quot; on broadly compatible representations might make things like this easier to pull off.
    • causal5 hours ago
      You seem to be going off the title which is plainly incorrect and not what the paper says. The paper demonstrates HOW different models can learn similar representations due to &quot;data, architecture, optimizer, and tokenizer&quot;.<p>&quot;How Different Language Models Learn Similar Number Representations&quot; (actual title) is distinctly different from &quot;Different Language Models Learn Similar Number Representations&quot; - the latter implying some immutable law of the universe.
      • dnautics4 hours ago
        &gt; latter implying some immutable law of the universe<p>I think the implications is slightly weaker -- it implies some immutable law of training datasets?
      • NooneAtAll31 hour ago
        I don&#x27;t understand your argument<p>&quot;How X happens&quot; still implies that X happens, just adds additional explanation on top
        • causal26 minutes ago
          &quot;How&quot; = it can happen<p>Without &quot;How&quot; = it will happen
    • LeCompteSftware5 hours ago
      &quot;using periodic features with dominant periods at T=2, 5, 10&quot; seems inconsistent with &quot;platonic representation&quot; and more consistent with &quot;specific patterns noticed in commonly-used human symbolic representations of numbers.&quot;<p>Edit: to be clear I think these patterns are real and meaningful, but only loosely connected to a platonic representation of the number concept.
      • ACCount374 hours ago
        Is it an actual counterargument?<p>The &quot;platonic representation&quot; argument is &quot;different models converge on similar representations because they are exposed to the same reality&quot;, and &quot;how humans represent things&quot; is a significant part of reality they&#x27;re exposed to.
        • convolvatron1 hour ago
          you&#x27;re right, its just that &#x27;platonic&#x27; is an argument that numbers exist in the universe as objects in and of themselves, completely independent of human reality. if we don&#x27;t assume this, that numbers are a system that humans created (formalism), then sure, we can be happy that llms are picking common representations that map well into our subjective notions of what numbers are.
      • brentd4 hours ago
        Regardless of whether the convergence is superficial or not, I am interested especially in what this could mean for future compression of weights. Quantization of models is currently very dumb (per my limited understanding). Could exploitable patterns make it smarter?
        • ACCount374 hours ago
          That&#x27;s more of a &quot;quantization-aware training&quot; thing, really.
    • FrustratedMonky5 hours ago
      Same with images maybe?<p>Saw similar study comparing brain scans of person looking at image, to neural network capturing an image. And were very &#x27;similar&#x27;. Similar enough to make you go &#x27;hmmmm, those look a lot a like, could a Neural Net have a subjective experience?&#x27;
      • ACCount373 hours ago
        &quot;Subjective experience&quot; is &quot;subjective&quot; enough to be basically a useless term for any practical purpose. Can&#x27;t measure it really, so we&#x27;re stuck doing philosophy rather than science. And that&#x27;s an awful place to be in.<p>That particular landmine aside, there are some works showing that neural networks and human brain might converge to vaguely compatible representations. Visual cortex is a common culprit, partially explained by ANN heritage perhaps - a lot of early ANN work was trying to emulate what was gleaned from the visual cortex. But it doesn&#x27;t stop there. CNNs with their strong locality bias are cortex-alike, but pure ViTs also converge to similar representations to CNNs. There are also similarities found between audio transformers and auditory cortex, and a lot more findings like it.<p>We don&#x27;t know how deep the representational similarity between ANNs and BNNs runs, but we see glimpses of it every once in a while. The overlap is certainly not zero.<p>Platonic representation hypothesis might go very far, in practice.
        • snaking07761 hour ago
          As someone actively researching in the neuroscience field these ideas are increasingly questionable. They do do a decent job of job of predicting neural data depending on your definition and if you compare them to hand built sets of features but we’re actually not even sure that will stay true. Especially in vision we already know that as models have scaled up they actually diverge more from humans and use quite different strategies. If you want them to act like humans or better reflect neural data you have to actively shape the training process to make that happen. There’s less we know about the language side of things currently though as that part of the field hasn’t yet really figured out exactly what they’re looking at yet because we generally know less about language in the brain vs vision. I think most vision scientists are on board with the idea that these things have really been diverging and have to be coerced to be useful. Language it’s more up in the air but there’s a growing wave of papers lately that seem to call the human LLM alignment idea into question. Personally I think the platonic representation idea is just a function of the convergence of training methods, data, and architectures all of these different labs are using. If you look at biological brains across species and even individuals within a species you see an incredible variety of strategies and representations that it seems ridiculous to me that anyone would suggest that there’s some base way to represent reality that is shared across everyone and every species. Here’s some articles that may be of interest if you’re curious:<p>[1] <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;2211.04533" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;2211.04533</a> [2] <a href="https:&#x2F;&#x2F;www.nature.com&#x2F;articles&#x2F;s41586-025-09631-6" rel="nofollow">https:&#x2F;&#x2F;www.nature.com&#x2F;articles&#x2F;s41586-025-09631-6</a> [3] <a href="https:&#x2F;&#x2F;www.biorxiv.org&#x2F;content&#x2F;10.1101&#x2F;2025.03.09.642245v1" rel="nofollow">https:&#x2F;&#x2F;www.biorxiv.org&#x2F;content&#x2F;10.1101&#x2F;2025.03.09.642245v1</a>
    • jeremie_strand44 minutes ago
      [dead]
  • gn_central6 hours ago
    Curious if this similarity comes more from the training data or the model architecture itself. Did they look into that?
    • OtherShrezzing5 hours ago
      They describe that both are important, and researched in the paper, within the opening paragraph.
  • fmbb3 hours ago
    &gt; Language models trained on natural text learn to represent numbers using periodic features with dominant periods at T=2,5,10.<p>This proves a decimal system is correct. Base twelve numeral systems are clearly unnatural and inefficient.
    • aljgz3 hours ago
      This is just a result of base 10 being dominant in our natural languages. I assume if we really used base 12, things would be different.<p>What would using base 12 in our natural language mean? Number names needed to be based on 12, not 10. Thirteen, twenty-seven, our numbers have base 10 embedded in their naming.
    • dunham2 hours ago
      Historically, quite a few languages were (or are) vigesimal. Perhaps decimal is also unnatural.
      • tadfisher1 hour ago
        It&#x27;s been at least eight score since vigesimal usage was common in English.<p>It&#x27;s still used for numbers between 70-99 in French, which is maddening when trying to copy down a phone number as a non-native speaker.