ARC Prize 2025 Top Score 1st Place NVARC

· Source: ARC Prize · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Advanced, extended

Summary

NV Arc, comprising Nvidia's Jean Puj and Ian Sukin from the Kimon team, secured first place in the Ark Prize 2025 competition with a public score of 27.64 and a private score of 24.03. The Kimon team, a group of Nvidia Kaggle Grandmasters, is specifically hired to compete and apply learnings to Nvidia products, with all prize money donated to the Nvidia Foundation. Their winning strategy for ARC Prize 2025 involved extensive synthetic data generation, leveraging an H-Arc dataset of 4,000 user comments to create more complex puzzles. A key innovation was moving computationally expensive code generation offline using large language models (LLMs) like GPT-4, then distilling the insights into smaller models for Kaggle's constrained compute environment. Test-time fine-tuning (TTFT) was also critical, boosting model performance from 0% to 10% by adapting to specific test puzzle examples.

Key takeaway

For AI Scientists and Machine Learning Engineers tackling complex, data-limited challenges like ARC AGI, your strategy should prioritize generating high-quality synthetic data offline and employing test-time adaptation. This approach allows you to overcome compute constraints and improve model generalization, as demonstrated by NV Arc's win. Focus on iterative testing and rigorous evaluation to avoid overfitting and ensure robust solutions, even when using powerful LLMs for data creation.

Key insights

Offline synthetic data generation and test-time adaptation are crucial for competitive machine learning success under compute constraints.

Principles

Method

Generate diverse, high-quality synthetic data by splitting complex reasoning into stages, validating each, and using powerful LLMs offline. Apply test-time fine-tuning (TTFT) to adapt pre-trained models to specific test examples.

In practice

Topics

Best for: AI Scientist, Machine Learning Engineer, AI Student

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by ARC Prize.