6 comments

  • ironSkillet2 hours ago
    I am not familiar with the standards of publishing in machine learning, but as someone trained in a mathematics background, this paper seems relatively light on details and heavy on exposition. Is that typical? Is this a really novel idea? Not trying to be snarky, just trying to understand how meaningful this is.
    • rhelz2 hours ago
      You are not wrong. But this has by no means proven its up to the standard of being publishable in a machine learning journal. Its on arXiv.org, which, lets face it, at the end of the day is a vanity press.
      • canjobear28 minutes ago
        It was accepted to NeurIPS.
      • efavdb1 hour ago
        At a minimum posting to arxiv gives others a standard way to cite the work.
      • odyssey71 hour ago
        The pace of things is moving along so rapidly right now, I’m not sure that waiting for peer reviews is always a wise move. Doubly so if there’s a paywall; why limit your article’s impact by placing it where practitioners’ agents might not be able to access it? The rapid progress right now is challenging for conventional academic processes.<p>If the value of the paper is difficult to independently verify, for example, if it depends on the credibility of the author, then the academic ritual can add something. If it’s a mathematical result, one that can be automatically verified, or a machine learning technique that anyone can try with Claude code reconstructing it for them, this sort of pre-print publishing model is advantageous.
        • rhelz1 hour ago
          &#x2F;&#x2F; why limit your article&#x27;s impact &#x2F;&#x2F;<p>Because...science? It&#x27;s not science until it passes peer review.<p>I&#x27;m not advocating that everybody stops posting to arXiv, and I&#x27;m not saying you can&#x27;t find good stuff there. I&#x27;m just saying, it&#x27;s a vanity press, there is absolutely no guarantee of the paper&#x27;s quality.<p>And being published by a famous professor from a prestigious university is also no guarantee. If we&#x27;ve learned anything from the non-reproducibility crisis, it is that a paper&#x27;s origin story is no guarantee.
  • nickledave4 hours ago
    Dupe: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44054425">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44054425</a><p>Note this is version 4 of the paper and the original post was version 1 (I think?)<p>OpenReview (for NeurIPS) for the curious: <a href="https:&#x2F;&#x2F;openreview.net&#x2F;forum?id=jiCLUPq5xv" rel="nofollow">https:&#x2F;&#x2F;openreview.net&#x2F;forum?id=jiCLUPq5xv</a>
  • srean3 hours ago
    Let&#x27;s assume that monotonocity of pair-wise distances are preserved.<p>Without knowing the details of how the paper solved the problem, my first attempt would be to find the diametrically distant pair of points in the two different embeddings and assume that the pair is the same pair. Then find the next distant pairs and so on.<p>After sufficiently many such pairs have been found, or better still, the largest d-simplex is found, find that scaled rigid body transformation that makes the corresponding pairs coincide. Proceeding this way ought to be less work than solving a generic graph isomorphism problem.
  • rhelz2 hours ago
    Cyberphrenology. In any two random graphs, you&#x27;ll find an isomorphic graph which is can be up to log of the size of the graphs.<p>And if the LLM has been trained up to the limit of what data it can hold, it is going to be random. Proof below if it isn&#x27;t obvious.<p>The entire effort of all people who are trying to understand how LLMs work, how they represent their data, its all bound to fail.<p>Proof: a LLM is a very good approximation of the Solomonov&#x2F;Levin&#x2F;Kolmogorov universal probability function on tokens. As such, it will be random--pure white noise--because if you found any patterns in there, you could exploit the regularity and come up with a smaller set of weights for the same LLM.<p>There are no patterns there to be found. They have all been factored out by training the neural net until it couldn&#x27;t learn any more.
    • sdenton41 hour ago
      &#x2F;a smaller set of weights for the same LLM.&#x2F;<p>Distillation is alive and well... Earlier work on model printing also found that it&#x27;s pretty easy to find smaller sets of parameters which can replicate the behavior of the entire network with pretty good fidelity.<p>Large parameter counts give space to explore, and give routes out of what would be local minima in a lower dimensional space.<p>In other words, there&#x27;s no guarantee that any given trained model is a minimal representation of its training set.
      • rhelz1 hour ago
        I&#x27;m not claiming any arbitrary set of weights is a minimal representation. But typically, if people could achieve the same quality of results with a smaller set of weights, or weights which have been quantized to lower bit representations, etc, they would have published the smaller one instead.
    • canjobear26 minutes ago
      The weights aren’t compressed. So there are interpretable redundancies in practice.
      • rhelz2 minutes ago
        If the weights arn&#x27;t compressed, then a smaller set of weights would perform as well. Sure, you can always induce as much symmetry and patterns as you want by bloating the data set, but that hardly gives us insight into how a set of weights which is &quot;as full as it can be&quot; of information.
  • measurablefunc4 hours ago
    What is the (co)homology of this space?
  • paidx1 hour ago
    [flagged]