学习用大语言模型进行推理

Learning to reason with LLMs

OpenAI OpenAI · OpenAI · 2024-09-12 · OpenAI Research ↗

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

贡献:OpenAI o1 在竞争性编程问题(Codeforces)中排名第 89 百分位,在美国数学奥林匹克(AIME)预选赛中位列全美前 500 名学生,并在物理、生物和化学问题基准(GPQA)上超越了人类博士水平的准确率。尽管使这个新模型像当前模型一样易于使用的工作仍在进行中,但我们发布了该模型的早期版本 OpenAI o1-preview,供 ChatGPT 和受信任的 API 用户立即使用。我们的大规模强化学习算法通过高度数据高效的训练过程,教会模型如何利用思维链进行高效思考。我们发现,o1 的性能随着更多的强化学习(训练时计算)和更多的思考时间(测试时计算)而持续提升。扩展这种方法的约束与 LLM 预训练有很大不同,我们正在继续研究它们。

ContributionsUse o1(opens in a new window) OpenAI o1 ranks in the 89th percentile on competitive programming questions (Codeforces), places among the top 500 students in the US in a qualifier for the USA Math Olympiad (AIME), and exceeds human PhD-level accuracy on a benchmark of physics, biology, and chemistry problems (GPQA). While the work needed to make this new model as easy to use as current models is still ongoing, we are releasing an early version of this model, OpenAI o1‑preview, for immediate use in ChatGPT and to trusted API users⁠(opens in a new window). Our large-scale reinforcement learning algorithm teaches the model how to think productively using its chain of thought in a highly data-efficient training process. We have found that the performance of o1 consistently improves with more reinforcement learning (train-time compute) and with more time spent thinking (test-time compute). The constraints on scaling this approach differ substantially from those of LLM pretraining, and we are continuing to investigate them.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 12)

阅读逐段中英对照全文 →