paper-with-me

홈 › Papers

A Case Study of Web App Coding with OpenAI Reasoning Models

2024-09-19 · Yi Cui

This paper presents a case study of coding tasks by the latest reasoning models of OpenAI, i.e. o1-preview and o1-mini, in comparison with other frontier models. The o1 models deliver SOTA results for WebApp1K, a single-task benchmark. To this end, we introduce WebApp1K-Duo, a harder benchmark doubling number of tasks and test cases. The new benchmark causes the o1 model performances to decline significantly, falling behind Claude 3.5. Moreover, they consistently fail when confronted with atypical yet correct test cases, a trap non-reasoning models occasionally avoid. We hypothesize that the performance variability is due to instruction comprehension. Specifically, the reasoning mechanism boosts performance when all expectations are captured, meanwhile exacerbates errors when key expectations are missed, potentially impacted by input lengths. As such, we argue that the coding success of reasoning models hinges on the top-notch base model and SFT to ensure meticulous adherence to instructions.

📄 PDF Abstract BibTeX arXiv:2409.13773

Code (1)

onekq/webapp1k 공식 구현

Tasks

Code Generation

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…
BASE 설명 없음

Similar Papers 제목 키워드 기반

A Comparative Study on Reasoning Patterns of OpenAI's o1 Model

2024-10-17 · Siwei Wu, Zhongyuan Peng, Xinrun Du, Tuney Zheng 외

Enabling Large Language Models (LLMs) to handle a wider range of complex tasks (e.g., coding, math) has drawn great attention from many researchers. As LLMs continue to evolve, merely increasing the number of model param…

Math

Marco-o1: Towards Open Reasoning Models for Open-Ended Solutions

2024-11-21 · Yu Zhao, Huifeng Yin, Bo Zeng, Hao Wang 외

Currently OpenAI o1 sparks a surge of interest in the study of large reasoning models (LRM). Building on this momentum, Marco-o1 not only focuses on disciplines with standard answers, such as mathematics, physics, and co…

Reinforcement Learning (RL)

Behavior Cloning in OpenAI using Case Based Reasoning

2020-02-23 · Chad Peters, Babak Esfandiari, Mohamad Zalat, Robert West

Learning from Observation (LfO), also known as Behavioral Cloning, is an approach for building software agents by recording the behavior of an expert (human or artificial) and using the recorded data to generate the requ…

OpenAI Gym

Scaling Laws for Speculative Decoding

2025-05-08 · Siyuan Yan, Mo Zhu, Guo-qing Jiang, Jianfei Wang 외

The escalating demand for efficient decoding in large language models (LLMs) is particularly critical for reasoning-intensive architectures like OpenAI-o3 and DeepSeek-R1, which depend on extended chain-of-thought reason…

o1-Coder: an o1 Replication for Coding

2024-11-29 · Yuxiang Zhang, Shangxi Wu, YuQi Yang, Jiangming Shu 외

The technical report introduces O1-CODER, an attempt to replicate OpenAI's o1 model with a focus on coding tasks. It integrates reinforcement learning (RL) and Monte Carlo Tree Search (MCTS) to enhance the model's System…

Reinforcement Learning (RL)