能力标签
🛠
AI工具

开源AI工具:Benchmarking

基于 Jupyter Notebook · 开源免费,本地部署,数据完全自主可控
英文名:chain-of-thought-hub
⭐ 2.8k Stars 🍴 144 Forks 💻 Jupyter Notebook 📄 MIT 🏷 AI 7.5分
7.5AI 综合评分
installablejupyter notebook
✦ AI Skill Hub 推荐

AI Skill Hub 推荐使用:开源AI工具:Benchmarking 是一款优质的AI工具。已获得 2.8k 颗 GitHub Star,AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。

📚 深度解析

开源AI工具:Benchmarking 是一款基于 Jupyter 的开源工具,在 GitHub 上收获 3k+ Star,是installable、jupyter notebook领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
开源AI工具:Benchmarking 依赖 Jupyter 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 Jupyter 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 开源AI工具:Benchmarking 的版本更新,及时通知重要功能变化。

📋 工具概览

Benchmarking large language models' complex reasoning ability with chain-of-thought,帮助开发者评估大型语言模型的复杂推理能力,提高AI模型的可靠性和可信度。

开源AI工具:Benchmarking 是一款基于 Jupyter Notebook 开发的开源工具,专注于 installable、jupyter notebook 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 2.8k
开发语言
Jupyter Notebook
支持平台
Windows / macOS / Linux
维护状态
持续维护,定期更新
开源协议
MIT
AI 综合评分
7.5 分
工具类型
AI工具
Forks
144

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

Benchmarking large language models' complex reasoning ability with chain-of-thought,帮助开发者评估大型语言模型的复杂推理能力,提高AI模型的可靠性和可信度。

开源AI工具:Benchmarking 是一款基于 Jupyter Notebook 开发的开源工具,专注于 installable、jupyter notebook 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 开源免费,支持本地部署,数据完全自主可控
  • 活跃的 GitHub 开源社区,持续迭代更新
  • 提供详细文档和使用示例,新手友好
  • 支持自定义配置,灵活适配不同使用环境
  • 可作为基础组件集成进现有技术栈或进行二次开发
🎯 主要使用场景
  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 克隆仓库
git clone https://github.com/FranxYao/chain-of-thought-hub
cd chain-of-thought-hub

# 查看安装说明
cat README.md

# 按 README 完成环境依赖安装后即可使用
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 查看帮助
chain-of-thought-hub --help

# 基本运行
chain-of-thought-hub [options] <input>

# 详细使用说明请查阅文档
# https://github.com/FranxYao/chain-of-thought-hub
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# chain-of-thought-hub 配置说明
# 查看配置选项
chain-of-thought-hub --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export CHAIN_OF_THOUGHT_HUB_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 52/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

Chain-of-Thought Hub: Measuring LLMs' Reasoning Performance

Title "A fantasy graph illustrating a chain of stars in a dark night with blue sky, digital art, super resolution". Midjourney V5

----

By Yao Fu, Litu Ou, Mingyu Chen, Yuhao Wan, Hao Peng, Tushar Khot, Wenhu Chen

From University of Edinburgh, University of Washington, Allen Institute for AI, University of Waterloo

[paper] [blog] [twitter]

Recently, there are a lot of progress in LLMs. Many claim that a small model less than 10B can achieve comparable performance to GPT-3.5. Really?

In a casual conversation, the distinction between GPT-3.5 and GPT-4 can be subtle. The difference comes out when **\the complexity of the task reaches a sufficient threshold\** — GPT-4 is more reliable, creative, and able to handle much more nuanced instructions than GPT-3.5. -- GPT-4 release blog

The key differentiator is whether a model can do complex tasks, like the old saying: "chit-chat is cheap, show me the reasoning." This is why we compile a list of complex reasoning tasks including math (GSM8K), science (MATH, TheoremQA), symbolic (BBH), knowledge (MMLU, C-Eval), coding (HumanEval), factual (SummEdits), and long-context (RepoBench, Qspr, QALT, BkSS) to measure the models' performance on challenging tasks.

More importantly, we envisage large language models to become the next-generation computational platform and foster an ecosystem of LLM-based new applications. When this comes, chain-of-thought prompt engineering will be the next-generation system calls and shell scripts.

The credibility of chain-of-thought hub comes from the very carefully mediculously picked datasets and models that can clearly help the development of LLMs. The resutls and scripts from Chain-of-thought Hub is being used and referred by leading industrial and academic organizations in the space of large language models. We devide the tasks into three categories: main, experimental, and long-context. Main: datasets that are stable and consistently referred by places where LLMs are built. Experimental: datasets that has the potential to test future LLM capabilities. * Long-context: datasets that require reasoning over very long context, an important direction of future LLMs.

<details> <summary>[List of datasets we consider]</summary>

| Section | Dataset | Description | | ------- | ------- | ----------- | | Main | GSM8K | Grade-level math word problems | | Main | MATH | Competition-level math and science problems | | Main | MMLU | Multi-discipline knowledge | | Main | BBH | Challenging language and symbolic reasoning | | Main | HumanEval | Python coding | | Main | C-Eval | Chineses multi-discipline knowledge | | Experimental | TheoremQA | Theorem proving | | Experimental | SummEdits | Factual reasoning | | Long Ctx | Qspr | Question answering over research papers | | Long Ctx | QALT | Multiple-choice questions over long articles and stories | | Long Ctx | BkSS | Reordering of summaries of parts of novels | </details>

[Call for contribution]: would love to invite community members to: Send a PR to fill in a missing number in the table Raise an issue to suggest / brainstorm a new task / benchmark that measures reasoning over very long context Raise an issue to suggest / brainstorm a new task / benchmark that measures complex API calls and tool usage Raise an issue to suggest other good tasks / benchmarks that can clearly differentiate models' performance * Raise an issue to suggest a new model that can be added to the table

[UPDATE 20231210]: Add Gemini, Yi-34B, DeepSeek 67B Update long-context -- we will have more updates on this section * Preview of Mistral 7B8E MoE model results <details> <summary>Mistral 7B 8E looks approximately comparible with Yi34B / LLaMA2 70B / DeepSeek 67B</summary>

BenchmarkMistral 7B DenseMistral 7Bx8E=50BYi-34BDeepSeek-67BLLaMA2 70B
Arc-c59.9866.3864.5965.44-
HellaSwag83.3186.6185.6987.10-
MMLU64.1671.7376.3571.7868.9
TruthfulQA42.1548.5556.2351.0850.18
Winogrande78.3782.4083.0384.14-
GSM8K37.8357.0950.6456.7156.8

</details>

[UPDATE 20230620]: Seperate main (datasets that are stable and consistently referred by places where LLMs are built) and experimental (datasets that has the potential to test future LLM capabilities) leaderboards. Add long-context section (experimental)

<details> <summary>[Previous updates]</summary> [UPDATE 20230609]: Add evaluation scripts on MMLU for LLaMA and Falcon

[UPDATE 20230601]: Add SummEdits

[UPDATE 20230527]: Add TheoremQA, add Vicuna, Alpaca, InstructCodeT5. </details>

More about the tasks

  • GSM8K: 8k elementary school math. -- Performance improvements on this dataset directly translate to daily math abilities when interacting with LLMs
  • MMLU: 15k problems under 57 subjects, high school and college knowledge
  • MATH (Hard!): 12k problems within 7 categories, very hard math and natural science. All current models struggle.
  • BBH: 6.5k problems within 23 subsets, symbolic and text reasoning
  • HumanEval: a classical handwritten dataset of 164 Python problems for evaluating coding capability.
  • C-Eval: a collection of 13k multi-choice questions spanning 52 disciplines of knowledge test in Chinese.
  • TheoremQA (Hard!): 800 QA pairs covering 350+ theorems spanning across Math, EE&CS, Physics and Finance.
  • SummEdits: 6.3k factual consistency reasoning problems within 10 domains.

What's different than other important evaluation?

  • HeLM uses answer-only prompting, we use chain-of-thought promoting
  • HeLM evaluates everything. We only focus on complex reasoning, the key differentiator of LLMs' capability.
  • Open LLM Leaderboard evaluates open-sourced language models. We consider most leading models.
  • Currently, the performance of LLaMA 65B on Open LLM Leaderboard is just 48.8, which is significantly lower than the 63.4 reported in the paper. This casts doubts on the comparison between LLaMA and Falcon.
  • In our reproduction, we got 61.4 using the MMLU official prompt + greedy decoding + fp16. Our results favors the original LLaMA number and cast doublts on the results of Open LLM Leaderboard.
  • Our evaluation script is rather straightforward, most parameters are default, no fancy prompt engineering. We encourage the community to try out our scripts and reproduce our results.
  • According to Nathan Lambert, HuggingFace is currently redoing the backend of Open LLM Leaderboard, and the results may change (Jun 10 2023).
  • Chatbot Arena evaluates chatbot models, which is more user-oriented at deployment. Our evaluation is more developer-oriented, and we consider on not only chatbots but also base models.

I want to know more about building LLMs for reasoning tasks

A detailed roadmap is discussed in our previous blog post.

Generally, the recipe for building models of strong reasoning is the same as generic LLMs: pretraining, finetuning, reinforcement learning. Here we list some very important papers that should be considered:

then run jupyter notebook to see an example penguins dataset

cd penguins

FAQ

  • The sensibility of model performance is very high.
  • Unfortunately, it is a nature of LLMs. We are currently taking efforts to standardize the prompts (see initial progress here) and will update more on it.
  • What are the prompts used in the complexity-based prompting paper?
  • See research/complexity_based_prompting/
  • I want to try some open-sourced model
  • See gsm8k/flan_t5_11b_gsm8k.ipynb for a place to start
  • There are some prompts that have wrong answer
  • Yes, but we keep it as they are used in the original papers
  • Generally the model can be robust under prompt perturbation: even if sometimes there are errors in the prompt, as long as the format of the prompt is about the corresponding task, the model tend to only look at the format, ignore the prompt error, and make its own prediction.
  • See https://arxiv.org/abs/2202.12837 and https://arxiv.org/abs/2212.10001 about more analysis how the model can ignore errors in the prompt
🎯 aiskill88 AI 点评 A 级 2026-06-06

该工具提供了评估大型语言模型复杂推理能力的方法,帮助开发者提高AI模型的可靠性和可信度,但需要注意的是该工具的使用需要一定的技术背景和经验。

⚡ 核心功能

👥 适合人群

AI 技术爱好者研究人员和学生开发者和工程师技术创业者

🎯 使用场景

  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +完全开源免费,无授权费用
  • +本地部署,数据完全自主可控
  • +开发者社区支持,遇问题可查可问
⚠️ 不足
  • 安装和初始配置可能需要一定技术基础
  • 功能完整性通常不如成熟商业产品
  • 技术支持主要依赖开源社区,响应速度不稳定
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐

🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

解答
💡 AI Skill Hub 点评

总体来看,开源AI工具:Benchmarking 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。

📚 深入学习 开源AI工具:Benchmarking
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 chain-of-thought-hub
Topics installablejupyter notebook
GitHub https://github.com/FranxYao/chain-of-thought-hub
License MIT
语言 Jupyter Notebook
🔗 原始来源
🐙 GitHub 仓库  https://github.com/FranxYao/chain-of-thought-hub

收录时间:2026-06-06 · 更新时间:2026-06-06 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。