chain-of-thoughtHaving a model write out intermediate reasoning steps before its answer, which markedly improves performance on hard problems.Full definition →-Core picks evalA repeatable test for AI quality — a set of tasks plus scoring — used the way software teams use test suites, because model output is too variable to judge by eyeballing.Full definition → coresets by clustering questions on their zero-shot chain-of-thought trajectories projected into latent space - grouping by underlying logic rather than surface text similarity.
It is training-free and needs no historical response logs, sidestepping the cold-start bottleneck that blocks Item Response Theory-style coreset methods.
On GSM8K, MMLU, MMLU-Pro and GPQA it sharply cuts evaluation cost while keeping score estimates high-fidelity.
Boundary condition worth noting: the efficacy of reasoning-aware pruning is gated by task complexity - it is not a uniform win across benchmarks.
Terms in this piece · Glossary
benchmark — A standard public test set for comparing AI models — the shared scoreboards behind every "model X beats model Y" claim.
chain-of-thought — Having a model write out intermediate reasoning steps before its answer, which markedly improves performance on hard problems.
eval — A repeatable test for AI quality — a set of tasks plus scoring — used the way software teams use test suites, because model output is too variable to judge by eyeballing.
LLM — A large language model — the neural network behind tools like Claude and ChatGPT, trained on huge amounts of text to predict what comes next.
Why it matters
It shows how clustering by chain-of-thought reasoning patterns—rather than surface text similarity—lets teams pick a smaller, representative benchmarkA standard public test set for comparing AI models — the shared scoreboards behind every "model X beats model Y" claim.Full definition → subset that still tracks full-suite accuracy, cutting the compute cost of repeated LLMA large language model — the neural network behind tools like Claude and ChatGPT, trained on huge amounts of text to predict what comes next.Full definition → evaluation.
Key quotes
“We propose CoT-Core, a novel training-free core question selection framework.”
“Recognizing that lexically disparate questions can share equivalent underlying logic, CoT-Core prompts LLMs to unroll zero-shot Chain-of-Thought (CoT) reasoning trajectories.”