Research Papers 论文研究 4h ago Updated 2h ago 更新于 2小时前 44

CoT-Core: Accelerating LLM Evaluation via CoT-Aware Coreset Selection CoT-Core:通过CoT感知核心集选择加速LLM评估

CoT-Core is a training-free core question selection framework that accelerates LLM evaluation by leveraging zero-shot Chain-of-Thought reasoning trajectories It addresses two key limitations of existing coreset methods: the "cold start" bottleneck requiring massive historical logs and surface lexical bias that misses underlying reasoning structures The method projects CoT reasoning paths into a latent space to cluster questions by intrinsic logical equivalence rather than superficial text simila 提出CoT-Core框架,通过零样本思维链推理轨迹实现无需训练的核心问题选择,解决LLM评估成本高昂问题 克服现有方法的冷启动瓶颈(依赖大量历史日志)和表面词汇偏差,按内在逻辑等价性而非文本相似度聚类问题 在GSM8K、MMLU、MMLU-Pro和GPQA基准上验证,大幅降低评估成本同时保持高保真度分数估计 揭示推理感知剪枝的有效性边界:其效能本质上受任务复杂度制约

55
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • CoT-Core is a training-free core question selection framework that accelerates LLM evaluation by leveraging zero-shot Chain-of-Thought reasoning trajectories
  • It addresses two key limitations of existing coreset methods: the "cold start" bottleneck requiring massive historical logs and surface lexical bias that misses underlying reasoning structures
  • The method projects CoT reasoning paths into a latent space to cluster questions by intrinsic logical equivalence rather than superficial text similarity
  • Experiments on GSM8K, MMLU, MMLU-Pro, and GPQA show CoT-Core drastically reduces evaluation costs while maintaining high-fidelity score estimation
  • The framework's efficacy is intrinsically gated by task complexity, delineating clear boundary conditions for reasoning-aware pruning

Why It Matters

This work directly addresses one of the most pressing operational challenges in LLM development: the prohibitive computational cost of continuous evaluation. By eliminating the need for historical logs and moving beyond lexical similarity, CoT-Core offers a practical, training-free solution that can significantly reduce evaluation overhead without sacrificing accuracy. For AI practitioners running frequent benchmark cycles, this could translate to substantial cost savings and faster iteration timelines.

Technical Details

  • Core Innovation: CoT-Core prompts LLMs to generate zero-shot Chain-of-Thought reasoning trajectories for each question, then projects these reasoning paths into a latent space where questions are clustered based on intrinsic logical equivalence rather than surface-level text similarity
  • Problem Addressed: Existing coreset selection methods like Item Response Theory suffer from a "cold start" bottleneck requiring massive historical interaction logs, while other approaches exhibit lexical bias that fails to capture the underlying reasoning manifold of tasks
  • Training-Free Design: The framework requires no additional training or fine-tuning, operating purely through prompting and latent space projection of existing model reasoning
  • Benchmarks: Evaluated across four major benchmarks—GSM8K (mathematical reasoning), MMLU (general knowledge), MMLU-Pro (enhanced multiple-choice), and GPQA (graduate-level science)—demonstrating consistent cost reduction with high-fidelity score estimation
  • Key Finding: The effectiveness of reasoning-aware pruning is intrinsically gated by task complexity, establishing clear boundary conditions for when this approach is most beneficial

Industry Insight

  • Organizations running continuous LLM evaluation pipelines should consider adopting reasoning-aware coreset selection to reduce computational costs, particularly for high-frequency benchmarking scenarios where traditional methods become prohibitively expensive
  • The finding that efficacy is gated by task complexity suggests a strategic tiered evaluation approach: apply CoT-Core aggressively for complex reasoning tasks where lexical bias is most damaging, while simpler tasks may still benefit from lighter-weight selection methods
  • As LLM development cycles accelerate, training-free evaluation acceleration methods will become increasingly valuable; this work positions reasoning structure as a first-class signal for evaluation efficiency rather than an afterthought

TL;DR

  • 提出CoT-Core框架,通过零样本思维链推理轨迹实现无需训练的核心问题选择,解决LLM评估成本高昂问题
  • 克服现有方法的冷启动瓶颈(依赖大量历史日志)和表面词汇偏差,按内在逻辑等价性而非文本相似度聚类问题
  • 在GSM8K、MMLU、MMLU-Pro和GPQA基准上验证,大幅降低评估成本同时保持高保真度分数估计
  • 揭示推理感知剪枝的有效性边界:其效能本质上受任务复杂度制约

为什么值得看

本文针对LLM持续开发中评估成本高昂的核心痛点,提供了一种无需训练、不依赖历史数据的评估加速方案,对频繁迭代的大模型研发团队具有直接实用价值。方法通过捕捉推理逻辑而非表面文本进行问题聚类,代表了评估方法论从统计驱动向语义理解驱动的重要演进方向。

技术解析

  • 核心架构:CoT-Core通过提示LLM展开零样本Chain-of-Thought推理轨迹,将这些推理路径投影到潜在空间,实现基于内在逻辑等价性的问题聚类,而非依赖传统表面文本相似度
  • 解决冷启动问题:无需大量历史评估日志,避免了Item Response Theory等传统方法对历史数据的严重依赖
  • 实验验证:在GSM8K(数学推理)、MMLU/MMLU-Pro(多领域知识)、GPQA(科学推理)四个基准上进行广泛测试
  • 边界条件发现:推理感知剪枝的有效性并非普适,其效能本质上受任务复杂度内在制约,为方法适用场景提供了明确指导

行业启示

  • LLM评估优化正从依赖历史数据的统计方法转向基于推理过程的语义理解,这代表了评估方法论的重要演进方向,值得团队关注并跟进
  • 对于需要频繁迭代评估的研发团队,CoT-Core提供了一种即插即用的低成本评估方案,可显著降低开发周期中的计算开销,建议在实际评估流程中试点应用
  • 任务复杂度是评估加速方法有效性的关键因素,在实际应用中需根据任务特性(简单知识检索vs复杂推理)选择合适的评估策略,避免盲目套用

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Evaluation 评测 Research 科学研究 Benchmark 基准测试 Dataset 数据集