CHASE
收藏资源简介:
CHASE是一个统一框架,用于合成生成无需人工参与即可挑战大型语言模型的问题。该框架以底层方式构建难题,并将其分解为可独立验证的子任务,确保高质量和正确性。CHASE被实施用于创建三个不同领域的评估基准:基于文档的问答、仓库级别的代码补全和数学推理。
CHASE is a unified framework for synthetically generating questions that challenge Large Language Models (LLMs) without human intervention. The framework constructs challenging problems in a bottom-up fashion, decomposes them into independently verifiable subtasks, and thus guarantees high quality and correctness. CHASE has been implemented to create evaluation benchmarks across three distinct domains: document-based question answering, warehouse-scale code completion, and mathematical reasoning.
CHASE数据集概述
数据集简介
- 名称: CHASE (Challenging AI with Synthetic Evaluations)
- 目的: 通过合成生成具有挑战性的问题来评估大型语言模型(LLMs)的性能
- 特点: 无需人工参与,通过自底向上的方式从简单组件构建复杂问题
数据集构成
- 包含三个领域:
- 基于文档的问答 (CHASE-QA)
- 仓库级代码补全 (CHASE-Code)
- 数学推理 (CHASE-Math)
技术特点
- 生成方法: 将生成过程分解为可独立验证的子任务
- 验证机制: 确保生成问题的高质量和正确性
- 模型表现: 当前最先进LLM在这些合成基准上的准确率在40-60%之间
使用要求
- Python版本: 兼容Python 3
- 依赖项: 可通过requirements.txt安装
- 推荐环境: CUDA 12.5
获取方式
- 代码仓库: https://github.com/McGill-NLP/CHASE
- 论文链接: https://arxiv.org/pdf/2502.14678
引用格式
bibtex @misc{patel2025llmgeneratechallengingproblems, title={How to Get Your LLM to Generate Challenging Problems for Evaluation}, author={Arkil Patel and Siva Reddy and Dzmitry Bahdanau}, year={2025}, eprint={2502.14678}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2502.14678}, }
联系方式
- 联系人: Arkil Patel
- 个人网站: http://arkilpatel.github.io/




