Chain-of-Thought Hub
FreeMeasuring LLMs' Reasoning Performance
About Chain-of-Thought Hub
Chain-of-Thought Hub is an open-source benchmark suite that measures the complex reasoning performance of large language models (LLMs) using chain-of-thought prompting. It compiles a carefully curated set of challenging tasks spanning math (GSM8K, MATH), science (TheoremQA), symbolic reasoning (BBH), knowledge (MMLU, C-Eval), coding (HumanEval), factual reasoning (SummEdits), and long-context understanding (RepoBench, Qspr, QALT, BkSS). The project categorizes benchmarks into main, experimental, and long-context tracks, providing scripts, results, and analysis to compare models from different organizations. It is actively maintained by researchers from the University of Edinburgh, University of Washington, Allen Institute for AI, and University of Waterloo, and is referenced by leading industrial and academic labs.
Key Features
Pros & Cons
- Carefully curated and regularly updated set of challenging benchmarks
- Covers diverse reasoning domains beyond simple conversation
- Open-source and freely available on GitHub with detailed documentation
- Used and cited by leading industry and academic groups
- Includes long-context tasks for future LLM capabilities
- Limited to the specific datasets included; may not cover all reasoning types
- Requires technical setup to run benchmarks and evaluate models
- Results depend on prompting strategy; chain-of-thought may not suit all tasks
- Not a standalone tool; users need access to LLMs and Python environment