awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
fchollet avatar

fchollet/ARC-AGI

0
View on GitHub↗
4,787 stars·716 forks·JavaScript·Apache-2.0·33 views

ARC AGI

This project is a standardized set of abstraction and reasoning problems designed for benchmarking the ability of artificial intelligence models to learn new rules. It functions as a fluid intelligence test and a reasoning benchmark, utilizing a collection of grid-based puzzles and a program synthesis dataset to evaluate how agents generate algorithms from examples.

The project focuses on measuring general fluid intelligence and the capacity for zero-shot generalization, testing whether a system can apply learned logic to unseen problems without relying on task-specific training. It provides a framework for abstract reasoning research, specifically evaluating program synthesis and the ability of models to discover latent patterns for novel grid transformations.

The system incorporates a grid-based domain representation and a combinatorial search space of geometric and topological operations. It includes a human-in-the-loop interface that allows for the manual construction of output grids to define ground truth for validation and benchmarking.

Features

  • Fluid Intelligence Benchmarks - Serves as a standardized benchmark to measure general fluid intelligence and program synthesis in AI models.
  • Geometric Knowledge Priors - Utilizes a core set of innate geometric biases such as symmetry and containment to guide the program search.
  • Example-Based Synthesis - Derives general transformation rules by learning patterns from a small set of input-output examples.
  • Fluid Intelligence Tests - Features a series of logic puzzles requiring the discovery of latent patterns to solve grid transformations.
  • LLM Benchmarking - Provides a dataset of grid-based tasks to measure general fluid intelligence and reasoning in LLMs.
  • AI Evaluation Frameworks - Provides a standardized set of abstraction and reasoning problems to assess the quality of AI reasoning.
  • Problem Domain Representations - Represents reasoning tasks as multi-dimensional arrays of integers mapping to colors and spatial coordinates.
  • Zero-Shot Generalization - Tests the ability of AI systems to solve novel reasoning tasks without training on the specific problem distribution.
  • Abstract Reasoning Research - Provides a framework for researching how machines perform conceptual abstraction and general reasoning.
  • Program Synthesis - Tests the capacity of models to generate executable code that solves abstract logic problems from few examples.
  • Datasets - Includes a collection of visual reasoning puzzles designed to test an agent's capacity to generate algorithms.
  • Standardized Benchmarks - Uses a standardized set of grid-based puzzles to benchmark an AI system's fluid intelligence.
  • Agent Generalization Testing - Evaluates whether AI can apply learned logic to unseen problems without task-specific training.
  • Human-in-the-Loop Interfaces - Provides an interface for manual grid manipulation to define ground truth and validate reasoning tasks.
  • Combinatorial Search Spaces - Implements a search space of primitive geometric and topological operations to discover valid transformation programs.

Star history

Star history chart for fchollet/arc-agiStar history chart for fchollet/arc-agi

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with ARC AGI

These projects share indexed features with ARC AGI. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • comet-ml/opikcomet-ml avatar

    comet-ml/opik

    17,787View on GitHub↗

    Opik is an observability and evaluation platform designed for generative AI applications and agentic workflows. It provides a centralized environment for tracing execution flows, managing prompt templates, and monitoring production performance, allowing teams to gain visibility into complex model interactions and tool usage without requiring manual application code changes. The platform distinguishes itself through its integrated approach to the AI development lifecycle, combining distributed trace instrumentation with automated evaluation frameworks. It supports model-as-a-judge scoring, syn

    Pythonevaluationhacktoberfesthacktoberfest2025
    View on GitHub↗17,787
  • huggingface/lightevalhuggingface avatar

    huggingface/lighteval

    2,453View on GitHub↗

    Lighteval is an open-source framework for running standardized benchmarks and custom evaluation tasks against language models. It provides a system for defining new evaluation tasks with custom prompts, metrics, and scoring in YAML configuration files, and integrates with the Hugging Face Hub for storing and comparing results. The framework supports evaluating models across multiple inference backends, including transformers, vllm, and custom APIs, through a unified generation and log-probability interface. It includes a pluggable metric registry for built-in and custom scoring, a prediction

    Pythonevaluationevaluation-frameworkevaluation-metrics
    View on GitHub↗2,453
  • evidentlyai/evidentlyevidentlyai avatar

    evidentlyai/evidently

    7,137View on GitHub↗

    Evidently is an AI observability platform and evaluation framework designed to quantify the performance of machine learning models and large language models. It functions as a monitoring tool for detecting data drift and quality degradation in tabular datasets, while providing a specialized analyzer for the faithfulness and correctness of retrieval augmented generation systems. The project distinguishes itself through an evaluation framework that utilizes judge models and custom rubrics to score language model outputs. It includes tools for iterative prompt optimization and the generation of

    Jupyter Notebookdata-driftdata-qualitydata-science
    View on GitHub↗7,137
  • internlm/opencompassInternLM avatar

    InternLM/opencompass

    7,096View on GitHub↗

    OpenCompass is a comprehensive evaluation platform, benchmarking suite, and distributed model evaluator designed to measure the performance and accuracy of large language models. It provides a framework for benchmarking both open-source and API-based models against diverse datasets using standardized metrics and reproducible pipelines. The project features an automated judging framework that uses language models as judges to score and verify the quality of generated text. It includes a performance leaderboard system for comparing the relative capabilities of various models across industry-sta

    Python
    View on GitHub↗7,096
Compare all 30 related projects→

Frequently asked questions

What does fchollet/arc-agi do?

This project is a standardized set of abstraction and reasoning problems designed for benchmarking the ability of artificial intelligence models to learn new rules. It functions as a fluid intelligence test and a reasoning benchmark, utilizing a collection of grid-based puzzles and a program synthesis dataset to evaluate how agents generate algorithms from examples.

What are the main features of fchollet/arc-agi?

The main features of fchollet/arc-agi are: Fluid Intelligence Benchmarks, Geometric Knowledge Priors, Example-Based Synthesis, Fluid Intelligence Tests, LLM Benchmarking, AI Evaluation Frameworks, Problem Domain Representations, Zero-Shot Generalization.

Which projects share features with fchollet/arc-agi?

Projects with overlapping indexed features include: comet-ml/opik — Opik is an observability and evaluation platform designed for generative AI applications and agentic workflows. It… latitude-dev/latitude-llm — This project is a self-hosted AI monitoring stack that functions as an LLM observability platform, AI evaluation… internlm/opencompass — OpenCompass is a comprehensive evaluation platform, benchmarking suite, and distributed model evaluator designed to… evidentlyai/evidently — Evidently is an AI observability platform and evaluation framework designed to quantify the performance of machine… huggingface/lighteval — Lighteval is an open-source framework for running standardized benchmarks and custom evaluation tasks against language… microsoft/phicookbook — PhiCookBook is a technical guide and implementation framework for integrating small language models into applications.…