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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

29 repositorios

Awesome GitHub RepositoriesEvaluation Benchmarks

Standardized datasets and frameworks for measuring domain-specific model performance.

Explore 29 awesome GitHub repositories matching part of an awesome list · Evaluation Benchmarks. Refine with filters or upvote what's useful.

Awesome Evaluation Benchmarks GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • open-mmlab/mmsegmentationAvatar de open-mmlab

    open-mmlab/mmsegmentation

    9,860Ver en GitHub↗

    MMSegmentation is an open-source semantic segmentation toolbox built on PyTorch that provides a modular, configurable framework for building, training, evaluating, and deploying segmentation models. At its core, it offers a config-driven pipeline that assembles training, evaluation, and inference workflows by parsing hierarchical configuration files, with a modular component registry that enables plug-and-play composition of neural network modules, optimizers, datasets, and metrics. The framework supports the full model lifecycle through a unified runner interface that controls training, testi

    Provides a standardized benchmark suite for comparing semantic segmentation algorithms across multiple datasets and metrics.

    Pythondeeplabv3image-segmentationmedical-image-segmentation
    Ver en GitHub↗9,860
  • fchollet/arc-agiAvatar de fchollet

    fchollet/ARC-AGI

    4,787Ver en GitHub↗

    Este proyecto es un conjunto estandarizado de problemas de abstracción y razonamiento diseñados para evaluar la capacidad de los modelos de inteligencia artificial para aprender nuevas reglas. Funciona como una prueba de inteligencia fluida y un benchmark de razonamiento, utilizando una colección de puzzles basados en rejillas y un dataset de síntesis de programas para evaluar cómo los agentes generan algoritmos a partir de ejemplos. El proyecto se centra en medir la inteligencia fluida general y la capacidad de generalización zero-shot, probando si un sistema puede aplicar la lógica aprendida a problemas no vistos sin depender de un entrenamiento específico para la tarea. Proporciona un framework para la investigación del razonamiento abstracto, evaluando específicamente la síntesis de programas y la capacidad de los modelos para descubrir patrones latentes para transformaciones de rejillas novedosas. El sistema incorpora una representación de dominio basada en rejillas y un espacio de búsqueda combinatorio de operaciones geométricas y topológicas. Incluye una interfaz human-in-the-loop que permite la construcción manual de rejillas de salida para definir la verdad fundamental para la validación y el benchmarking.

    Uses a standardized set of grid-based puzzles to benchmark an AI system's fluid intelligence.

    JavaScriptartificial-intelligenceintelligence-testingprogram-synthesis
    Ver en GitHub↗4,787
  • tencentcloudadp/youtu-agentAvatar de TencentCloudADP

    TencentCloudADP/youtu-agent

    4,576Ver en GitHub↗

    Youtu Agent is an open-source framework for building, running, and evaluating autonomous agents powered by large language models. It provides the core infrastructure for creating agents that follow reasoning loops, use toolkits, and coordinate with other agents to solve complex tasks, all managed through YAML-driven configuration files. The framework distinguishes itself through its support for multi-agent orchestration, where a planner agent decomposes tasks and coordinates specialized worker agents, and through its integration with the Model Context Protocol for connecting to external toolk

    Runs the evaluation pipeline on pre-built benchmark datasets such as WebWalkerQA or GAIA.

    Pythonagent-frameworkagentsopenai-agents
    Ver en GitHub↗4,576
  • microsoft/biogptAvatar de microsoft

    microsoft/BioGPT

    4,486Ver en GitHub↗

    BioGPT is a biomedical large language model and domain-specific transformer designed for processing and creating specialized medical text. It functions as a generative tool and knowledge extraction engine trained on large-scale scientific literature to produce human-like scientific prose and factual responses to queries. The project provides specialized capabilities for biomedical named entity recognition and the extraction of complex relations from unstructured medical corpora. It is designed to identify and classify biological entities through data mining and relation extraction to support

    Measures model performance on question-answering tasks using test sets with ground truth labels.

    Python
    Ver en GitHub↗4,486
  • openai/simple-evalsAvatar de openai

    openai/simple-evals

    4,354Ver en GitHub↗

    This project is a language model evaluation framework and benchmarking tool designed to measure the accuracy and performance of models across diverse datasets. It provides a system for implementing model-based graders, running standardized tests for mathematical reasoning, coding, and factuality, and calculating quantified performance metrics such as precision, recall, F1 scores, and pass-at-k. The framework utilizes model-based grading and rubrics to validate response quality against expert-defined criteria. It includes a multi-model benchmarking loop and a model-agnostic API interface to co

    Runs a suite of standardized benchmarks against a language model and reports accuracy scores for each test.

    Python
    Ver en GitHub↗4,354
  • sylphai-inc/adalflowAvatar de SylphAI-Inc

    SylphAI-Inc/AdalFlow

    4,167Ver en GitHub↗

    AdalFlow es un framework de agentes de IA autónomos y una librería de aplicaciones LLM diseñada para construir flujos de trabajo modulares. Sirve como una interfaz agnóstica al modelo y orquestador de pipelines RAG, permitiendo a los usuarios desarrollar agentes ReAct que utilizan razonamiento iterativo y ejecución de herramientas externas para resolver tareas complejas. El proyecto se distingue por un sistema de optimización de prompts que utiliza descenso de gradiente textual para refinar automáticamente las plantillas de prompts y ejemplos de pocos disparos (few-shot). Trata la retroalimentación del modelo como una señal diferenciable, permitiendo una forma de retropropagación de LLM para mejorar iterativamente la calidad de la salida basada en métricas de evaluación. El framework cubre una amplia superficie de capacidades, incluyendo generación aumentada por recuperación (RAG) con búsqueda semántica vectorial y reranking, rastreo de ejecución basado en spans para observabilidad y análisis estructurado basado en esquemas. Proporciona una capa de comunicación unificada para numerosos proveedores de modelos propietarios y de código abierto, y admite la conversión de funciones de Python en interfaces de herramientas estandarizadas. El sistema está implementado en Python y se integra con MLflow para el seguimiento y análisis de flujos de trabajo.

    Defines standardized data schemas for representing questions, answers, and metadata used in performance benchmarks.

    Python
    Ver en GitHub↗4,167
  • huggingface/lightevalAvatar de huggingface

    huggingface/lighteval

    2,453Ver en 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

    Executes thousands of ready-made evaluation tasks to measure model performance on standard tests.

    Pythonevaluationevaluation-frameworkevaluation-metrics
    Ver en GitHub↗2,453
  • sjtu-lit/cevalAvatar de SJTU-LIT

    SJTU-LIT/ceval

    1,854Ver en GitHub↗

    Official github repo for C-Eval, a Chinese evaluation suite for foundation models NeurIPS 2023

    Comprehensive benchmark for Chinese academic and professional knowledge.

    Python
    Ver en GitHub↗1,854
  • google-research-datasets/natural-questionsAvatar de google-research-datasets

    google-research-datasets/natural-questions

    1,124Ver en GitHub↗

    Natural Questions is a large-scale machine learning research dataset designed for training and evaluating open-domain question answering systems. It consists of a corpus of real search queries paired with human-annotated Wikipedia document spans, providing a standardized foundation for advancing automated information retrieval and comprehension technologies. The project distinguishes itself by providing high-quality ground truth data that supports multiple answer formats, including binary, short-form, and long-form responses. By incorporating extractive span annotations and structured documen

    Serves as a standardized benchmark dataset for evaluating open-domain question answering models.

    Python
    Ver en GitHub↗1,124
  • chancefocus/pixiuAvatar de chancefocus

    chancefocus/PIXIU

    868Ver en GitHub↗

    This repository introduces PIXIU, an open-source resource featuring the first financial large language models (LLMs), instruction tuning data, and evaluation benchmarks to holistically assess financial LLMs. Our goal is to continually push forward the open-source development of financial artificial intelligence (AI).

    Benchmark for financial understanding and prediction tasks.

    Jupyter Notebook
    Ver en GitHub↗868
  • cbluebenchmark/cblueAvatar de CBLUEbenchmark

    CBLUEbenchmark/CBLUE

    843Ver en GitHub↗

    CBLUE1 中文医疗信息处理基准CBLUE: A Chinese Biomedical Language Understanding Evaluation Benchmark

    Benchmark for medical language understanding tasks.

    Python
    Ver en GitHub↗843
  • haonan-li/cmmluAvatar de haonan-li

    haonan-li/CMMLU

    821Ver en GitHub↗

    CMMLU: Measuring massive multitask language understanding in Chinese

    Benchmark for Chinese language knowledge and reasoning capabilities.

    Python
    Ver en GitHub↗821
  • ruixiangcui/agievalAvatar de ruixiangcui

    ruixiangcui/AGIEval

    775Ver en GitHub↗

    This repository contains information about AGIEval, data, code and output of baseline systems for the benchmark.

    Benchmark for human-level cognitive and qualification exams.

    Python
    Ver en GitHub↗775
  • codefuse-ai/codefuse-devops-evalAvatar de codefuse-ai

    codefuse-ai/codefuse-devops-eval

    656Ver en GitHub↗

    Industrial-first evaluation benchmark for LLMs in the DevOps/AIOps domain.

    Benchmark for DevOps-specific language model performance.

    Python
    Ver en GitHub↗656
  • hazyresearch/legalbenchAvatar de HazyResearch

    HazyResearch/legalbench

    597Ver en GitHub↗

    An open science effort to benchmark legal reasoning in foundation models

    Benchmark for US legal system reasoning tasks.

    Python
    Ver en GitHub↗597
  • open-compass/lawbenchAvatar de open-compass

    open-compass/LawBench

    434Ver en GitHub↗

    Benchmarking Legal Knowledge of Large Language Models

    Benchmark for Chinese legal system reasoning and application.

    Python
    Ver en GitHub↗434
  • michael-wzhu/promptcblueAvatar de michael-wzhu

    michael-wzhu/PromptCBLUE

    394Ver en GitHub↗

    PromptCBLUE: a large-scale instruction-tuning dataset for multi-task and few-shot learning in the medical domain in Chinese

    Medical benchmark focused on prompt-based generation tasks.

    Python
    Ver en GitHub↗394
  • patronus-ai/financebenchAvatar de patronus-ai

    patronus-ai/financebench

    328Ver en GitHub↗

    Abstract: FinanceBench is a first-of-its-kind test suite for evaluating the performance of LLMs on open book financial question answering (QA). This repository contains an open source sample of 150 annotated examples used in the evaluation and analysis of models assessed in the FinanceBench…

    Benchmark for open-ended financial Q&A performance.

    Jupyter Notebook
    Ver en GitHub↗328
  • ssymmetry/bbt-fincuge-applicationsAvatar de ssymmetry

    ssymmetry/BBT-FinCUGE-Applications

    284Ver en GitHub↗

    论文链接:https://arxiv.org/abs/2302.09432

    Benchmark for Chinese financial language understanding and generation.

    Python
    Ver en GitHub↗284
  • sufe-aiflm-lab/finevalAvatar de SUFE-AIFLM-Lab

    SUFE-AIFLM-Lab/FinEval

    275Ver en GitHub↗

    The FinEval financial domain evaluation benchmark, based on quantitative fundamental methods and developed through long-term objective research, summarization, and rigorous manual screening, utilizes over 26,000 diverse question types that are highly consistent with real-world application scenarios.

    Benchmark for financial, economic, and accounting knowledge.

    Python
    Ver en GitHub↗275
Ant.12Siguiente
  1. Home
  2. Part of an Awesome List
  3. Learning & Reference
  4. Evaluation Benchmarks

Explorar subetiquetas

  • HealthBench Consensus EvaluationsRuns models against the HealthBench Consensus subset to measure agreement with expert medical judgments. **Distinct from Evaluation Benchmarks:** Distinct from general Evaluation Benchmarks: specifically targets the HealthBench Consensus subset for medical expert agreement, not general model performance.
  • Question Answering Benchmarks2 sub-etiquetasStandardized test sets with ground truth labels for measuring model performance on question-answering tasks. **Distinct from Evaluation Benchmarks:** Distinct from Evaluation Benchmarks: focuses specifically on QA task evaluation rather than general model benchmarking.
  • Standardized Benchmarks2 sub-etiquetasPre-built benchmark datasets and evaluation pipelines for measuring agent performance on standardized tasks. **Distinct from Evaluation Benchmarks:** Distinct from Evaluation Benchmarks: focuses on running the full evaluation pipeline on pre-built datasets like WebWalkerQA or GAIA, not just listing or curating benchmark datasets.