Nathan Lambert discusses Tulu 3, an open-source project that matches Meta's post-training performance using the same base model, covering SFT, RLHF, and RLVR techniques.
要点 · TL;DR
数据质量在后期训练中比算法选择带来 10 倍提升。 Data quality yields 10x improvement over algorithm choice in post-training.
开源后期训练只需 10-15 人即可媲美前沿模型。 Open-source post-training can match frontier models with 10-15 people.
基于可验证奖励的强化学习会涌现链式思考行为。 RL with verifiable rewards causes emergent chain-of-thought behaviors.
核心观点 · Key points
数据质量比算法选择更重要;更好的数据能带来 10 倍的改进,而算法仅能带来 1-2%。 Data quality matters more than algorithm choice; better data yields 10x improvement vs 1-2% from algorithms.
后训练包含三个阶段:监督微调、直接偏好优化和基于可验证奖励的强化学习,每个阶段都增加价值。 Post-training has three stages: SFT, DPO, and RL with verifiable rewards, each adding value.
在策略偏好数据(由当前模型生成)在直接偏好优化中优于离策略数据。 On-policy preference data (generated by current model) outperforms off-policy data for DPO.
基于可验证奖励的强化学习可以显著提升数学分数,而不会降低其他能力。 RL with verifiable rewards can boost math scores significantly without degrading other capabilities.
开源后训练可以通过 10-15 人和精心数据整理,匹配前沿模型如 Llama 3.1。 Open-source post-training can match frontier models like Llama 3.1 with 10-15 people and careful data curation.
反共识 · Contrarian takes
大语言模型作为评判的偏好数据在下游评估分数上通常优于人类数据,尽管存在高偏差。 LLM-as-judge preference data often outperforms human data in downstream eval scores, despite high bias.
基于可验证奖励的强化学习可以引发类似 o1 的思维链行为,如自我检查。 RL for verifiable rewards can cause emergent chain-of-thought behaviors like self-checking, similar to o1.
监督微调提供了 90%的性能;直接偏好优化和强化学习仅增加最后 10%,但对角色和推理至关重要。 SFT provides 90% of performance; DPO and RL add only the last 10%, but are crucial for character and reasoning.
尽管推理轨迹封闭,但通过合成数据和强化学习,开源类似 o1 的模型是可行的。 Open-source o1-like models are feasible despite closed reasoning traces, using synthetic data and RL.
模型的角色和一致性缺乏评估;前沿实验室优先考虑聊天竞技场分数而非学术指标。 Character and consistency in models lack evals; frontier labs prioritize chat arena scores over academic metrics.
本期章节 · Chapters(共 33)
开场与赞助Introduction and Sponsor
欢迎与嘉宾介绍Welcome and Guest Introduction
介绍与艾伦研究所背景Introduction and Allen Institute background
后训练与开放模型格局变化Shifting post-training and open model landscape
介绍与赞助商Introduction and Sponsors
后训练基础理解Baseline Understanding of Post-Training
后训练中开放与封闭配方Open vs Closed Recipes in Post-Training