Discover and explore top open-source AI tools and projects—updated daily.
haowang02Benchmark Codex models on math reasoning tasks
New!
Top 47.2% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> This repository offers a straightforward Python script designed to evaluate the performance of local Codex Command Line Interface (CLI) models. It targets users who need to quickly assess model capabilities on a specific mathematical reasoning task, providing metrics on reasoning token consumption and accuracy. The primary benefit is a simple, dependency-free method for batch testing Codex CLI models against a defined problem set.
How It Works
<2-4 sentences on core approach / design (key algorithms, models, data flow, or architectural choices) and why this approach is advantageous or novel.>
The core approach involves executing a predefined "candy math problem" through the Codex CLI. Users can configure the specific model to test, the desired reasoning effort level (ranging from low to xhigh), and the number of test iterations to perform. Upon execution, the script quantifies the reasoning tokens consumed by the model for each test and determines correctness by checking if the exact numerical answer '21' is present within the model's generated output. This allows for a quantitative comparison of different model configurations.
Quick Start & Requirements
wget or curl.
wget -qO- "https://raw.githubusercontent.com/haowang02/codex-candy-eval/main/codex_candy_eval.py" | python3 - -m gpt-5.5 -r high -n 5-m, --model: Specify the Codex model name (e.g., gpt-5.5).-r, --reasoning-effort: Set effort level (low, medium, high, xhigh; default: medium).-n, --tests: Number of test runs (default: 1).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
<1-3 sentences on caveats: unsupported platforms, missing features, alpha status, known bugs, breaking changes, bus factor, deprecation, etc. Avoid vague non-statements and judgments.> The evaluation scope is narrow, focusing on a single, specific math problem. The correctness check is simplistic, relying solely on the presence of the digit '21' in the output, which may not accurately reflect the model's understanding or problem-solving capabilities. Requires a functional and authenticated Codex CLI setup, which could be a barrier to entry for users without prior configuration.
2 days ago
Inactive
ezelikman
InternLM
openai
huggingface
carlini
LiveCodeBench
simplescaling