CRAFT: Clustering Rubrics to Diagnose Weak LLM Capabilities and Generate Targeted Fine-Tuning Data· CRAFT: 诊断大模型弱点并生成针对性调优数据
Evaluations should do more than measure a models current performance. They should tell us what to fix for the next model iteration and provide a way to generate targeted post training data. Most evaluation pipelines identify weak examples, topics, or categories, but they leave the underlying capability failure implicit: they say where a model fails, not why. We introduce CRAFT, a method that converts any rubric based evaluation dataset into a model specific diagnosis of weak capabilities. CRAFT treats each grading criterion as a capability probe: it extracts a capability description from every prompt rubric pair, clusters these descriptions into a hierarchical capability tree, scores the target model at every node, and selects low performing nodes dynamically across tree levels, at the gra
新方法诊断大模型弱点并生成针对性调优数据
- 核心方法
- CRAFT 方法通过将基于评分标准的评估数据集转换为模型特定的弱能力诊断,利用每个评分标准作为能力探测器,从每组提示和评分标准中提取能力描述,集群这些描述形成层次能力树,对模型在每个节点的能力进行评分,并动态选择表现不佳的节点
- 适合谁读
- 研究者 / 工程师
- 要解决的问题
- 现有评估管道无法明确指出模型失败的原因,仅能识别失败的示例、主题或类别
- 关键实验
- 未提供
- 主要贡献
- 提出了一种系统方法来诊断模型的具体弱点,并为这些弱点生成针对性的后训练数据
- 意义与局限
- 该方法可以帮助研究者和工程师更有效地理解模型的不足,并指导模型的下一次迭代开发。局限性在于需要高质量的评分标准和评估数据集,且对不同模型的有效性可能有所差异