paper-with-me

홈 › Papers

O1 Replication Journey -- Part 2: Surpassing O1-preview through Simple Distillation, Big Progress or Bitter Lesson?

2024-11-25 · Zhen Huang, Haoyang Zou, Xuefeng Li, Yixiu Liu, Yuxiang Zheng, Ethan Chern, Shijie Xia, Yiwei Qin, Weizhe Yuan, PengFei Liu

This paper presents a critical examination of current approaches to replicating OpenAI's O1 model capabilities, with particular focus on the widespread but often undisclosed use of knowledge distillation techniques. While our previous work explored the fundamental technical path to O1 replication, this study reveals how simple distillation from O1's API, combined with supervised fine-tuning, can achieve superior performance on complex mathematical reasoning tasks. Through extensive experiments, we show that a base model fine-tuned on simply tens of thousands of samples O1-distilled long-thought chains outperforms O1-preview on the American Invitational Mathematics Examination (AIME) with minimal technical complexity. Moreover, our investigation extends beyond mathematical reasoning to explore the generalization capabilities of O1-distilled models across diverse tasks: hallucination, safety and open-domain QA. Notably, despite training only on mathematical problem-solving data, our models demonstrated strong generalization to open-ended QA tasks and became significantly less susceptible to sycophancy after fine-tuning. We deliberately make this finding public to promote transparency in AI research and to challenge the current trend of obscured technical claims in the field. Our work includes: (1) A detailed technical exposition of the distillation process and its effectiveness, (2) A comprehensive benchmark framework for evaluating and categorizing O1 replication attempts based on their technical transparency and reproducibility, (3) A critical discussion of the limitations and potential risks of over-relying on distillation approaches, our analysis culminates in a crucial bitter lesson: while the pursuit of more capable AI systems is important, the development of researchers grounded in first-principles thinking is paramount.

📄 PDF Abstract BibTeX arXiv:2411.16489

Code (1)

gair-nlp/o1-journey 공식 구현

Tasks

HallucinationKnowledge DistillationMathematical Problem-SolvingMathematical Reasoning

Methods 이 논문이 사용한 방법론

American 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Focus 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

O1 Replication Journey: A Strategic Progress Report -- Part 1

2024-10-08 · Yiwei Qin, Xuefeng Li, Haoyang Zou, Yixiu Liu 외

This paper introduces a pioneering approach to artificial intelligence research, embodied in our O1 Replication Journey. In response to the announcement of OpenAI's groundbreaking O1 model, we embark on a transparent, re…

Mathscientific discovery

O1 Replication Journey -- Part 3: Inference-time Scaling for Medical Reasoning

2025-01-11 · Zhongzhen Huang, Gui Geng, Shengyi Hua, Zhen Huang 외

Building upon our previous investigations of O1 replication (Part 1: Journey Learning [Qin et al., 2024] and Part 2: Distillation [Huang et al., 2024]), this work explores the potential of inference-time scaling in large…

Decision MakingDiagnosticMedQA

Can OpenAI o1 outperform humans in higher-order cognitive thinking?

2024-12-07 · Ehsan Latif, Yifan Zhou, Shuchen Guo, Lehong Shi 외

This study evaluates the performance of OpenAI's o1-preview model in higher-order cognitive domains, including critical thinking, systematic thinking, computational thinking, data literacy, creative thinking, logical rea…

Logical Reasoning

Evaluating GPT- and Reasoning-based Large Language Models on Physics Olympiad Problems: Surpassing Human Performance and Implications for Educational Assessment

2025-05-14 · Paul Tschisgale, Holger Maus, Fabian Kieser, Ben Kroehs 외

Large language models (LLMs) are now widely accessible, reaching learners at all educational levels. This development has raised concerns that their use may circumvent essential learning processes and compromise the inte…

Training AI Scientists to Replicate Research

2026-08-13 · Damon Falck, Samer Sabri, Anja Surina, Thom Foster 외 arxiv

The replicability of papers is a cornerstone of scientific knowledge, ensuring the reliability of existing results and providing a base for further experiments. The act of replication typically illuminates details that w…