Hugging Face Launches Leaderboard to Measure CoT Performance
Key point
A new leaderboard has been released to measure the practical effectiveness of Chain-of-Thought (CoT), the reasoning ability of LLMs.
Details
Hugging Face has launched the Open CoT Leaderboard, which specializes in evaluating the Chain-of-Thought (CoT) generation ability of LLMs.
Unlike existing leaderboards that measure a model's absolute accuracy, this leaderboard uses the Accuracy Gain Δ before and after applying CoT prompting as its core metric. This is meant to distinguish whether a model is simply memorizing correct answers or actually arriving at answers through a genuine logical reasoning process.
The evaluation uses the following logic-reasoning-focused tasks:
- LogiQA (logical reasoning)
- LSAT (analytical reasoning, logical reasoning, reading comprehension)
This leaderboard is expected to help mitigate the data contamination problem and help developers determine which models produce more effective reasoning traces when building agents and complex applications.