awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 个仓库

Awesome GitHub RepositoriesEvaluation Benchmarks

Tools and frameworks for assessing the performance and safety of language models.

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

Awesome Evaluation Benchmarks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • shishirpatil/gorillaShishirPatil 的头像

    ShishirPatil/gorilla

    12,908在 GitHub 上查看↗

    Gorilla is a foundational infrastructure framework for large language model function calling. It provides a system for training, evaluating, and executing the translation of natural language instructions into accurate API calls and executable code. The project integrates a structured API documentation index, a fine-tuning pipeline for model adaptation, and a secure sandboxed action runtime for executing model-generated commands. The framework distinguishes itself through a specialized evaluation benchmark suite that measures the accuracy, cost, and latency of function calls. It includes tools

    Evaluates the ability of models to generate correct function calls within real-world multi-turn agentic workflows.

    Python
    在 GitHub 上查看↗12,908
  • open-compass/opencompassopen-compass 的头像

    open-compass/opencompass

    6,678在 GitHub 上查看↗

    OpenCompass is an open-source framework for standardized benchmarking of large language models. It provides a configurable evaluation pipeline that supports both objective and subjective assessment, using a dual-engine architecture to handle closed-form answer comparison and open-ended response rating. The framework is designed as a modular platform where datasets, models, and metrics are composed through declarative YAML configuration files. The framework distinguishes itself through its extensible model integration layer, which supports custom models, HuggingFace models, and third-party API

    Comprehensive evaluation platform for language and multimodal models.

    Pythonbenchmarkchatgptevaluation
    在 GitHub 上查看↗6,678
  • sjtu-lit/cevalSJTU-LIT 的头像

    SJTU-LIT/ceval

    1,854在 GitHub 上查看↗

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

    Comprehensive benchmark suite for evaluating Chinese language models.

    Python
    在 GitHub 上查看↗1,854
  • thu-coai/safety-promptsthu-coai 的头像

    thu-coai/Safety-Prompts

    1,176在 GitHub 上查看↗

    Chinese safety prompts for evaluating and improving the safety of LLMs. 中文安全prompts,用于评估和提升大模型的安全性。

    Framework for evaluating safety and ethical alignment in models.

    attack-defensechatgptchinese-language
    在 GitHub 上查看↗1,176
  • cluebenchmark/supercluelybCLUEbenchmark 的头像

    CLUEbenchmark/SuperCLUElyb

    144在 GitHub 上查看↗

    SuperCLUE琅琊榜:中文通用大模型匿名对战评价基准

    Crowdsourced leaderboard for evaluating conversational model performance.

    在 GitHub 上查看↗144
  • mikegu721/xiezhibenchmarkMikeGu721 的头像

    MikeGu721/XiezhiBenchmark

    98在 GitHub 上查看↗

    Xiezhi (獬豸) is a comprehensive evaluation suite for Language Models (LMs). It consists of 249587 multi-choice questions spanning 516 diverse disciplines and four difficulty levels, as shown below. Please check our paper for more details, and our website will be open later on.

    Academic benchmark for evaluating models across diverse disciplines.

    Python
    在 GitHub 上查看↗98
  • flagopen/flagevalFlagOpen 的头像

    FlagOpen/FlagEval

    13在 GitHub 上查看↗

    FlagEval, launched by BAAI in 2023, is a comprehensive large model evaluation system that encompasses over 800 open-source and closed-source models from around the globe. It features more than 40 capability dimensions, including reasoning, mathematical skills, and task-solving abilities, along…

    Multi-dimensional evaluation toolkit for foundational AI models.

    在 GitHub 上查看↗13
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Evaluation Benchmarks

探索子标签

  • API Generation BenchmarksStandardized datasets and metrics for evaluating the correctness of API call generation in agentic workflows. **Distinct from Evaluation Benchmarks:** Specifically evaluates the syntax and logic of generated API calls rather than general model safety or reasoning.