Mobile-MMLU
收藏资源简介:
Mobile-MMLU是一个为移动智能量身定制的大型基准数据集,由阿布扎比人工智能大学、普林斯顿大学和苹果公司共同创建。该数据集包含80个与移动设备使用情景相关的领域,共计16186个问题,这些问题被精心设计以反映现实世界中的移动使用模式。数据集的构建经历了领域选择、问题生成、相似性过滤和人工AI协作验证等步骤,以确保问题的质量和相关性。Mobile-MMLU旨在提供一个标准化的评估框架,用于开发和比较针对移动设备优化的语言模型,推动移动计算环境中生产力和决策的进步。
Mobile-MMLU is a large-scale benchmark dataset tailored for mobile intelligence, co-created by Mohamed bin Zayed University of Artificial Intelligence, Princeton University, and Apple Inc. This dataset covers 80 domains related to mobile device usage scenarios, with a total of 16,186 questions, which are carefully designed to reflect real-world mobile usage patterns. The dataset construction involves multiple steps including domain selection, question generation, similarity filtering, and human-AI collaborative validation, to ensure the quality and relevance of the questions. Mobile-MMLU aims to provide a standardized evaluation framework for developing and comparing language models optimized for mobile devices, so as to advance productivity and decision-making in mobile computing environments.
Mobile-MMLU 数据集概述
数据集简介
Mobile-MMLU 是一个专为评估移动兼容大型语言模型(LLMs)设计的综合性基准测试,涵盖教育、医疗保健和技术等80个不同领域。该基准测试重新定义了移动智能评估标准,重点关注移动环境中的实际应用性和性能指标。
关键特性
- 全面覆盖:包含80个不同领域的精选问题
- 移动优化:专为评估移动兼容LLMs设计
- 问题数量:包含16,186个问题,涵盖基于场景的问题
- 严格评估:系统评估性能、效率和准确性
- 实际应用:关注日常场景中的实际用例
数据集版本
- Mobile-MMLU:基础版本
- Mobile-MMLU-Pro:更紧凑且复杂的版本
数据获取
评估与排行榜
- 实时排行榜展示不同移动LLMs在各类别和指标上的最新性能排名
使用指南
支持的后端
hf:HF Transformersgptqmodel:用于GPTQ量化模型
响应生成
-
安装依赖包: bash pip install torch transformers datasets pandas tqdm
-
生成模型响应: bash python generate_answers.py --model_name your_model_name --batch_size 32 --device cuda
响应格式
生成CSV文件包含:
question_id:问题唯一标识符predicted_answer:模型预测答案(A、B、C或D)
提交结果
通过评估门户提交预测结果CSV文件




