Live data from Hacker News

Meta Superintelligence Labs' first paper is about RAG

paddedinputs.substack.com

251–260 of 283 posts

Re: Meta Superintelligence Labs' first paper is about RAG

#251

Earlier quoted context omitted.

I have seen this particular work example to work. You don't get the exact match but the closest one is indeed Queen.

Yes but it doesn't generalize very well. Even on simple features like gender. If you go look at embeddings you'll find that man and woman are neighbors, just as king and queen are[0]. This is a better explanation for the result as you're just taking very small steps in the latent space. Here, play around[1] mother - parent + man = woman father - parent + woman = man father - parent + man = woman mother - parent + wom…

Thank you for the comment!

This led me to do a bit more research, and I see indeed the queen result is in itself infact "cheating" a bit: https://blog.esciencecenter.nl/king-man-woman-king-9a7fd2935...

#TheMoreYouKnow

Re: Meta Superintelligence Labs' first paper is about RAG

#252

Earlier quoted context omitted.

I think that's total BS, based on this article about her, https://fortune.com/2025/10/03/mira-murati-career-ai-thinkin... 1. She has 2 BAs, one in math and one in mechanical engineering. 2. She was an "Advanced Concepts Engineer at Zodiac Aerospace from 2012 to 2013". 3. She was a product manager at Tesla on the Model X 4. She was VP of product and engineering at Leap Motion. Going from that fact that she wasn't a de…

I think you havent been in tech long enough to know what that resume is.

[dead]

Re: Meta Superintelligence Labs' first paper is about RAG

#253

Earlier quoted context omitted.

But this is in itself selfish right? You dislike them because they don’t benefit you indirectly by benefiting society at large. The incentive structure is wrong, incentivizing things that benefit society would be the solution not judging those that exist in the current system by pretending altruism is somehow not part of the same game.

There is a difference between being selfish in the sense that you want others to contribute back to the society that we are all part of, and being selfish in the sense that you want to compete for exclusive rewards. You can call this difference whatever you want, don't pretend that they are morally or effectively equivalent.

Reciprocal altruism, and inclusive fitness.

Re: Meta Superintelligence Labs' first paper is about RAG

#254

Earlier quoted context omitted.

I view Goodhart's law more as a lesson for why we can never achieve a goal by offering specific incentives if we are measuring success by the outcome of the incentives and not by the achievement of the goal. This is of course inevitable if the goal cannot be directly measured but is composed of many constantly moving variables such as education or public health. This doesn't mean we shouldn't bother having such goals…

> This is of course inevitable if the goal cannot be directly measured It's worth noting that no goal can be directly measured [0]. I agree with you, this doesn't mean we shouldn't bother with goals. They are fantastic tools. But they are guides. The better aligned our proxy measurement is with the intended measurement then the less we have to interpret our results. We have to think less, spending less energy. But ev…

You can measure revenue exactly; it has limited precision.

Re: Meta Superintelligence Labs' first paper is about RAG

#255
post #76

Earlier quoted context omitted.

Metric: time to run 100m Context: track athlete Does it cease to be a good metric? No. After this you can likely come up with many examples of target metrics which never turn bad.

If it were a good metric there wouldn't be a few phone books worth of regulations on what you can do before and during running 100 meters. From banning rocket shoes, to steroids, to robot legs the 100 meter run is a perfect example of a terrible metric both intrinsically as a measure of running speed and extrinsically as a measure of fitness.

[deleted]

Re: Meta Superintelligence Labs' first paper is about RAG

#256

It's kinda funny, Meta has long had some of the best in the field, but left them untapped. I really think if they just took a step back and stop being so metric focused and let their people freely explore then they'd be winning the AI race. But with this new team, I feel like meta mostly hired the people who are really good at gaming the system. The people that care more about the money than the research. A bit of th…

> Labs used to hire researchers and give them a lot of free reign. I can't think of it ever really paying off. Bell Labs is the best example. Amazing research that was unrelated to the core business off the parent company. Microsoft Research is another great one. Lots of interesting research that .. got MS some nerd points? But has materialized into very very few actual products and revenue streams. Moving AI researc…

W.l gore and similar companies are excellent examples, of goretex fame and other chemicals. Super interesting management structure called open allocation which is exactly this, employees get to choose what they work on. Valve is similar but slightly less formal.

Re: Meta Superintelligence Labs' first paper is about RAG

#257

Earlier quoted context omitted.

You guys are debating this as though embedding models and/or layers work the same way. They don't. Vector addition is absolutely associative. The question is more "does it magically line up with what sounds correct in a semantic sense?".

I'm just trying to get an idea of what the operation is such that man - man + man = woman, but it's like pulling teeth.

It's just plain old addition. There is nothing fancy about the operation. The fancy part is training a model such that it would produce vector representations of words which had this property of conceptually making sense.

If someone says: "conceptually, what is king - man + woman". One might reasonably say "queen". This isn't some well defined math thing, just sort of a common sense thing.

Now, imagine you have a function (lets call it an "embedding model") which turns words into vectors. The function turns king into [3,2], man into [1,1], woman into [1.5, 1.5] and queen into [3.5, 2.5].

Now for king - man + woman you get [3,2] - [1,1] + [1.5,1.5] = [3.5, 2.5] and hey presto, that's the same as queen [3.5, 2.5].

Now you have to ask - how do you get a function to produce those numbers? If you look at the word2vec paper, you'll come to see they use a couple of methods to train a model and if you think about those methods and the data, you'll realize it's not entirely surprising (in retrospect) that you could end up with a function that produced vectors which had such properties. And, if at the same time you are sort of mind blown, welcome to the club. It blew Jeff Dean's big brain too.

Re: Meta Superintelligence Labs' first paper is about RAG

#258

Earlier quoted context omitted.

I'm just trying to get an idea of what the operation is such that man - man + man = woman, but it's like pulling teeth.

It's just plain old addition. There is nothing fancy about the operation. The fancy part is training a model such that it would produce vector representations of words which had this property of conceptually making sense. If someone says: "conceptually, what is king - man + woman". One might reasonably say "queen". This isn't some well defined math thing, just sort of a common sense thing. Now, imagine you have a fun…

  > It's just plain old addition
I'm sorry, but I think you are overestimating your knowledge.

Have you gone through abstract algebra? Are you familiar with monoids, groups, rings, fields, algebras, and so on?

Because it seems you aren't aware that these structures exist and area critical part of mathematics. It's probably why you're not understanding the conversation. @yellocake seems to understand that "addition" doesn't mean 'addition' (sorry, I assumed you meant how normal people use the word lol). You may not realize it, but you're already showing that addition doesn't have a single meaning. 1+1 = 2 but [1,0] + [0, 1] = [1,1] and 1+0i + 0+i = 1 + i. The operator symbol is the same but the operation actually isn't.

  > Now for king - man + woman you get [3,2] - [1,1] + [1.5,1.5] = [3.5, 2.5] and hey presto, that's the same as queen [3.5, 2.5].
The same as? Or is queen the closest?

If it were just "plain old addition" then @yellowcake (or me![0]) wouldn't have any confusion. Because

     man - man  + man 
  = (man - man) + man 
  =      0      + man 
  = man != woman
We literally just proved that it isn't "plain old addition". So stop being overly confident and look at the facts.

  >>> Vector addition is absolutely associative
This is commonly true, but not necessarily. Floating point arithmetic is not associative.

  > you'll realize it's not entirely surprising that you could end up with a function that produced vectors which had such properties
Except it doesn't work as well as you think, and that's the issue. There are many examples of it working and this is indeed surprising, but the effect does not generalize. If you go back to Jeff's papers you'll find some reasonable assumptions that are also limiting. Go look at "Distributed Representations of Words and Phrases and their Compositionality"[1] and look at Figure 2. See anything interesting? Notice that the capitals aren't always the closest? You might notice Ankara is closer to Japan than Tokyo. You'll also notice that the lines don't all point in the same direction. So if we made the assumption that the space was well defined then clearly we aren't following the geodesic. But you probably didn't realize a second issue, PCA only works on linear representations. Yet the model is not linear. Now there aren't many details on what they did for the PCA, but it is easy to add information implicitly and there's a good chance that happened here. The model definitely still is facing the challenges of metrics in high dimensional spaces, where notions such as distance become ill-defined.

I've met Jeff and even talked with him at length. He's a brilliant dude and I have no doubt about that. But I don't believe he thinks this works in general. I'm aware he isn't a mathematician, but anyone who plays around with vector embeddings will experience the results I'm talking about. He certainly seems to understand that there are major limits to these models but also that just because something has limits doesn't mean it isn't useful. The paper says just as much and references several works that go into that even further. If you've misinterpreted me as saying embeddings are not useful then you're sorely mistaken. But neither should we talk about tools as if they are infallible and work perfectly. All that does is makes us bad tool users.

[0] I also have no idea what mathematical structure vector embeddings follow. I'm actually not sure anyone does. This is definitely an under researched domain despite it being very important. This issue applies to even modern LLMs! But good luck getting funding for that kind of research. You're going to have a hard time getting it at a big lab (despite having high value) and you don't have the time in academia unless you're tenured, but then you got students to prioritize.

[1] https://proceedings.neurips.cc/paper/2013/file/9aa42b31882ec...

Re: Meta Superintelligence Labs' first paper is about RAG

#259

Earlier quoted context omitted.

> In a sense you can do the same thing to yourself. Of course. I said you can do it unknowingly too. > The degree to which it's a problem is proportional to the size of the bureaucracy. Now take a few steps more and answer "why". What are the reasons this happens and what are the reasons people think it is reasonable? Do you think it happens purely because people are dumb? Or smart but unintended. I think you should…

I don't think the premise that everything is a proxy is right. We can distinguish between proxies and components. A proxy is something like, you're trying to tell if hiring discrimination is happening or to minimize it so you look at the proportion of each race in some occupation compared to their proportion of the general population. That's only a proxy because there could be reasons other than hiring discrimination…

  > I don't think the premise that everything is a proxy is right.
I said every measurement. That is a key word.

I know we're operating at a level that most people never encounter, but you cannot in fact measure a meter. You can use a reference tool like a ruler to try to measure distance which is calibrated. But that's a proxy. You aren't measuring a meter, you're measuring with a tool that is estimating a meter. You can get really precise and use a laser. But now you're actually doing a time of flight measurement, where a laser is bouncing off of something and you're measuring the time it takes to come back. Technically you're always getting 2x the measurement but either way you're actually not measuring distance you're measuring a light impulse (which is going to have units like candles or watts) and timing it, which we then convert those units to meters. You can continue this further to even recognize the limits of each of those estimates and this is an important factor if you're trying to determine the sensitivity (and thus error) of your device.

So I think you really aren't understanding this point. There is no possible way you can directly measure even the most fundamental scientific units (your best chance is going to probably be a mole but quantum mechanics is going to fuck you up).

  > The problem with proxies is they're misaligned. The problem with components is they're incomplete.
If you pay close attention to what I'm talking about then you might find that these aren't as different as you think they are.

  > If you could enumerate all of the components and target them all then you'd have a way out of Goodhart's law.
Which is my point. It isn't just that you can't because they are abstract, you can't because the physical limits of the universe prevent you to in even the non-abstract cases.

I am 100% behind you in that we should better define what we're trying to measure. But this is no different than talking about measuring something with higher precision. Our example above moved from a physical reference device to a laser and a stopwatch. That's a pretty dramatic shift, right? Uses completely different mechanisms. So abstract what you're thinking just a little so we can generalize the concept. I think if you do then we'll be on the same page.

  > In many cases
I think you misunderstood my point here. Those were rhetorical questions and the last sentence tells you why I used them. They were not questions I needed answering. Frankly, I believe something similar is happening throughout our conversation since you are frequently trying to answer questions that don't need answering and telling me things which I have even directly acknowledged. It's creating a weird situation where I don't know how to answer because I don't know how you'll interpret what I'm saying. You seem to think that I'm disagreeing with you on everything and that just isn't true. For the most part I do agree. But to get you on the same level as me I need you to be addressing why these things are happening. Keep asking why until you don't know. That exists at some depth, right? It's true for everyone since we're not omniscient gods. My conclusion certainly isn't all comprehensive, but it does find this interesting and critical part where we run into something you would probably be less surprised about if you looked at my name.

Re: Meta Superintelligence Labs' first paper is about RAG

#260
post #62

Earlier quoted context omitted.

My theory is that as more people compete, the top candidates become those who are best at gaming the system rather than actually being the best. Someone has probably studied this. My only evidence is job applications for GAFAM and Tinder tho.

It is pretty simple - if the rewards are great enough and the objective difficult enough, at some point it becomes more efficient to kneecap your competitors rather than to try to outrun them. I genuinely thing science would be better served if scientist got paid modest salaries to pursue their own research interests and all results became public domain. So many Universities now fancy themselves startup factories, an…

  > if scientist got paid modest salaries to pursue their own research interests and all results became public domain
I would make that deal in a heartbeat[0,1].

We made a mistake by making academia a business. The point was that certain research creates the foundation for others to stand on, but it is difficult to profit off those innovations and by making those innovations public then the society at large will profit by several orders of magnitude more than you would have if you could have. Newton and Leibniz didn't become billionaires by inventing calculus, yet we wouldn't have the trillion dollar businesses and half the technology we have today if they hadn't. You could say the same about Tim Burner Lee's innovation.

The idea that we have to justify our research and sell it as profitable is insane. It is as if being unaware of the past itself. Yeah, there's lots of failures in research, it's hard to push the bounds of human knowledge (surprise?). But there are hundreds, if not millions, of examples where that innovation results in so much value that the entire global revenue is not enough. Because the entire global revenue stands on this very foundation. I'm not saying scientists need to be billionaires, but it's fucking ridiculous that we have to fight so hard to justify buying a fucking laptop. It is beyond absurd.

[0] https://news.ycombinator.com/item?id=45422828

[1] https://news.ycombinator.com/item?id=43959309

Post reply on HN