GPT-4为何比一年前更智能?—— OpenAI联合创始人John Schulman解读 Dwarkesh Patel 2024-05-16

AI模型训练:从预训练到后训练的重心转移

Speaker: 中文翻译内容...

Original English

Speaker: The fraction of compute spent on training, specifically pre-training versus post-training, is changing significantly in favor of post-training in the future.

Speaker: 是的,这有一些论据支持。目前来说,这个比例相当失衡,但你可以说模型生成的输出质量很高,或者说比网上大多数内容质量更高。因此,让模型自主思考,而不是仅仅训练来模仿网上的内容,似乎更有意义。所以我认为这里有一个基于第一性原理的论点。

Original English

Speaker: Yeah, there are some arguments for that. I mean, right now it's a pretty lopsided ratio, but you could argue that the output generated by the model is high quality, or higher quality than most of what's on the web. So, it sort of makes more sense for the model to think by itself instead of just training to imitate what's on the web. So, I think there's a first-principle argument for that.

Speaker: 而且,我可以说我们在后训练中找到了很多收益。所以,我不太确定,但我预计我们会继续推进这种方法论,并可能增加我们投入的计算量

Original English

Speaker: And, um, I would say we've found a lot of gains through post-training. So, um, I'm not sure, but I would expect us to keep pushing this methodology and probably increasing the amount of compute we put into it.

Speaker: 目前的GPT-4的ELO评分比最初发布时高出约100分。这是否完全归因于你所说的这些由后训练带来的改进?

Original English

Speaker: The current GPT-4 has an ELO score that is like 100 points higher than the original one that was released. Is that all because of what you're talking about, with these improvements brought on by post-training?

Speaker: 是的,我认为其中大部分是后训练的功劳。

Original English

Speaker: Yeah, I would say that most of that is post-training.

Speaker: 有趣。嗯,改进的途径有很多不同的维度。比如,我们可以考虑数据质量数据数量,以及在部署和收集新数据的整个过程中进行更多迭代,并改变你正在收集的注释类型。所以有很多因素在叠加,但合在一起就能带来相当不错的计算效益提升。

Original English

Speaker: Interesting. Um, so there are a lot of different axes for improvement. Like, you can, uh, yeah, so we think about data quality, data quantity, just doing more iterations of the whole process of deploying and collecting new data, and like changing the kind of annotations you're collecting. So, there's a lot of things that stack up, but together they give you a pretty good effective compute increase.

Speaker: 后训练在多大程度上构成了一种“护城河”?目前,公司通过“我们的模型有多大”等等来区分自己。谁能掌握你之前提到的关于所有这些数据的那些“棘手”之处,谁就能建立起一个强大的“护城河”吗?我认为这确实构成了一种“护城河”,因为它只是一个非常复杂的操作,需要大量技术娴熟的人员来完成,并且包含了很多“隐性知识”和“组织知识”。所以,我认为,是的,我认为后训练,就像要创建一个模型,使其真正拥有人们关心的所有功能,是相当复杂的,需要非常复杂的努力。所以,这基本上是大量研发的积累。

Original English

Speaker: How much of a moat is better post-training? Currently, companies distinguish themselves by, well, how big is our model and so forth. Will it be a big moat for whoever has figured out all the finickiness that you were talking about earlier with regards to all this data? I think there's something of a moat because it's just a very complex operation. And there's, uh, so it takes, uh, you have to have a lot of skilled people doing it. And, uh, so there's a lot of tacit knowledge and, uh, um, there's, uh, a lot of organizational knowledge that's required. So, um, so I think, um, yeah, I think post-training, uh, like to create a model that actually has all the functionality people care about, uh, is pretty complicated. It requires a pretty complicated effort. Um, so, and this requires a lot of, this is basically an accumulation of a lot of R&D.

Speaker: 嗯,所以我想说,这使其在某种程度上成为了一种“护城河”,因为立即搭建起来并非易事。

Original English

Speaker: Um, so I would say, um, I would say that makes it somewhat of a moat, that it's not trivial to spin this up immediately.

Speaker: 嗯,似乎那些在最认真的预训练工作方面投入的公司,也在投入认真的后训练工作。所以,看起来有可能复制或启动更多的这类工作。嗯,还有一个因素,可以说它降低了“护城河”效应,那就是你可以“蒸馏”模型,或者使用别人的模型来“克隆”输出,或者使用别人的模型作为“裁判”来进行比较。所以,我认为,像那些顶尖的公司可能不会这么做,因为它违反了服务条款政策,而且也会损害他们的自尊心,但我预计一些规模较小的参与者会这样做来起步。

Original English

Speaker: Uh, it does seem like the same companies that are putting together the most serious pre-training efforts are also putting together the serious post-training efforts. So, uh, it seems like it is somewhat possible to copy or to spin up more of these efforts. Um, there's also like one force that sort of makes it less of a moat: is that you can, uh, like distill the models, or you can take someone else's model and, uh, clone the outputs, or you can, uh, use someone else's model as a judge to, like, do comparisons. So, I think, uh, like the more big league people probably aren't doing that because it goes against, uh, terms of service policies. But and it would also be a sort of hurt to their pride, but I would expect some of the smaller players are doing that to get off the ground.

Speaker: 是什么造就了那些擅长进行这类研发研究的人?我听说这非常“棘手”,但你有哪些直觉能够让你找到这些方法来处理数据并搭建这些环境?

Original English

Speaker: What makes for somebody who's really good at doing this sort of R&D research? Uh, I hear it's super finicky, but like, what are the sort of intuitions that you have that enable you to find these ways to mess with the data and set up these environments?

Speaker: 我想说,我在这方面积累了相当多的经验,从整个技术栈的不同部分来说,从强化学习算法(RL algorithms),这显然是我自研究生以来一直在研究的,到数据收集,比如标注过程,再到与语言模型(language models)的互动。所以,我只是涉猎过这些东西。我认为,那些擅长这种研究的人,他们对整个技术栈有一定的了解,并对其中不同的部分充满好奇心。而且,他们也会思考,你既想基于经验进行实证研究,让实验更新你的观点,又想在某种程度上从第一性原理出发思考,比如,假设学习确实有效,那么理想的数据类型是什么?等等。

Original English

Speaker: I'd say I just, um, have a decent amount of experience at this point from, uh, like the different parts of the stack, from like, uh, RL algorithms, obviously, since I've worked on those since, uh, grad school, uh, to like, uh, the data collection, um, like, the annotation process, uh, to, um, like, playing with language models. So, I mean, I'd say I've just dabbled with these things. And, uh, I'd say the people who, um, do well at this kind of research, uh, have some view of the whole stack and have a lot of curiosity about the different parts of it. And, uh, also sort of think about, um, well, you want to be both empirical, um, and, uh, like use experiments, let experiments update your views. But you also want to think from first principles somewhat, like, uh, what, um, like, assuming that, um, like, learning works, uh, like, what would be the ideal type of data to collect, yeah, and that sort of thing.

📌 文中提及的人物和组织

公司/组织: OpenAI

产品/模型: GPT-4

关键字: post-training model-improvement compute-allocation data-quality