Table of Contents
Fetching ...

Mobile-MMLU: A Mobile Intelligence Language Understanding Benchmark

Sondos Mahmoud Bsharat, Mukul Ranjan, Aidar Myrzakhan, Jiacheng Liu, Bowei Guo, Shengkun Tang, Zhuang Liu, Yuanzhi Li, Zhiqiang Shen

TL;DR

This paper introduces Mobile-MMLU and Mobile-MMLU-Pro, a pair of mobile-centric benchmarks designed to evaluate on-device language understanding under resource constraints. The authors propose a four-stage data construction pipeline and human–AI collaboration to ensure relevance, quality, and reduced bias, along with a more challenging Mobile-MMLU-Pro variant generated via multi-model consistency and rejection sampling. Empirical results across 1B–9B models show Mobile-MMLU better differentiates mobile-capable models than traditional desktop benchmarks, with notable variance among smaller models and a significant impact of answer ordering. The work emphasizes privacy, on-device processing, and personalized adaptation, offering a standardized framework to advance mobile-optimized LLMs and highlighting the need for mobile-aware benchmarks in real-world deployment. Overall, Mobile-MMLU provides a realistic, discriminative, and privacy-conscious benchmark suite that drives development of efficient, user-centric language technologies for mobile platforms.

Abstract

Rapid advancements in large language models (LLMs) have increased interest in deploying them on mobile devices for on-device AI applications. Mobile users interact differently with LLMs compared to desktop users, creating unique expectations and data biases. Current benchmark datasets primarily target at server and desktop environments, and there is a notable lack of extensive datasets specifically designed for mobile contexts. Additionally, mobile devices face strict limitations in storage and computing resources, constraining model size and capabilities, thus requiring optimized efficiency and prioritized knowledge. To address these challenges, we introduce Mobile-MMLU, a large-scale benchmark dataset tailored for mobile intelligence. It consists of 16,186 questions across 80 mobile-related fields, designed to evaluate LLM performance in realistic mobile scenarios. A challenging subset, Mobile-MMLU-Pro, provides advanced evaluation similar in size to MMLU-Pro but significantly more difficult than our standard full set. Both benchmarks use multiple-choice, order-invariant questions focused on practical mobile interactions, such as recipe suggestions, travel planning, and essential daily tasks. The dataset emphasizes critical mobile-specific metrics like inference latency, energy consumption, memory usage, and response quality, offering comprehensive insights into model performance under mobile constraints. Moreover, it prioritizes privacy and adaptability, assessing models' ability to perform on-device processing, maintain user privacy, and adapt to personalized usage patterns. Mobile-MMLU family offers a standardized framework for developing and comparing mobile-optimized LLMs, enabling advancements in productivity and decision-making within mobile computing environments. Our code and data are available at: https://github.com/VILA-Lab/Mobile-MMLU.

Mobile-MMLU: A Mobile Intelligence Language Understanding Benchmark

TL;DR

This paper introduces Mobile-MMLU and Mobile-MMLU-Pro, a pair of mobile-centric benchmarks designed to evaluate on-device language understanding under resource constraints. The authors propose a four-stage data construction pipeline and human–AI collaboration to ensure relevance, quality, and reduced bias, along with a more challenging Mobile-MMLU-Pro variant generated via multi-model consistency and rejection sampling. Empirical results across 1B–9B models show Mobile-MMLU better differentiates mobile-capable models than traditional desktop benchmarks, with notable variance among smaller models and a significant impact of answer ordering. The work emphasizes privacy, on-device processing, and personalized adaptation, offering a standardized framework to advance mobile-optimized LLMs and highlighting the need for mobile-aware benchmarks in real-world deployment. Overall, Mobile-MMLU provides a realistic, discriminative, and privacy-conscious benchmark suite that drives development of efficient, user-centric language technologies for mobile platforms.

Abstract

Rapid advancements in large language models (LLMs) have increased interest in deploying them on mobile devices for on-device AI applications. Mobile users interact differently with LLMs compared to desktop users, creating unique expectations and data biases. Current benchmark datasets primarily target at server and desktop environments, and there is a notable lack of extensive datasets specifically designed for mobile contexts. Additionally, mobile devices face strict limitations in storage and computing resources, constraining model size and capabilities, thus requiring optimized efficiency and prioritized knowledge. To address these challenges, we introduce Mobile-MMLU, a large-scale benchmark dataset tailored for mobile intelligence. It consists of 16,186 questions across 80 mobile-related fields, designed to evaluate LLM performance in realistic mobile scenarios. A challenging subset, Mobile-MMLU-Pro, provides advanced evaluation similar in size to MMLU-Pro but significantly more difficult than our standard full set. Both benchmarks use multiple-choice, order-invariant questions focused on practical mobile interactions, such as recipe suggestions, travel planning, and essential daily tasks. The dataset emphasizes critical mobile-specific metrics like inference latency, energy consumption, memory usage, and response quality, offering comprehensive insights into model performance under mobile constraints. Moreover, it prioritizes privacy and adaptability, assessing models' ability to perform on-device processing, maintain user privacy, and adapt to personalized usage patterns. Mobile-MMLU family offers a standardized framework for developing and comparing mobile-optimized LLMs, enabling advancements in productivity and decision-making within mobile computing environments. Our code and data are available at: https://github.com/VILA-Lab/Mobile-MMLU.

Paper Structure

This paper contains 21 sections, 3 equations, 18 figures, 8 tables.

Figures (18)

  • Figure 1: Statistical comparison across benchmarks. Our Mobile-MMLU and Mobile-MMLU-Pro both maintain comprehensive coverage with 80 topics each, significantly more than MMLU (57 topics) and MMLU-Pro (14 topics). In terms of question volume, Mobile-MMLU leads with 16,186 questions, followed by MMLU (15,573), MMLU-Pro (12,102), and Mobile-MMLU-Pro (9,497). Our full version contains the largest number of questions, designed for the mobile-centric evaluation of mobile-level LLMs. Oue Pro version has fewer but more challenging questions, making it ideal for quick testing of strong models.
  • Figure 2: Illustration of topic hierarchy of Mobile-MMLU. Our benchmark consists of topics and questions related to daily life use cases like Travel-Planning, First-Aid, Parenting, etc.
  • Figure 3: Data construction pipeline for Mobile-MMLU, where the left subfigure (Step 2) illustrates handling ground truth and multiple-choice questions (MCQs), and the right subfigure (Step 4) demonstrates handling multi-correct situations. The whole process includes field selection, question structuring, and iterative verification for mobile-relevant questions.
  • Figure 4: Data creation pipeline for Mobile-MMLU-Pro.
  • Figure 5: Example question from the First Aid field in Mobile-MMLU dataset.
  • ...and 13 more figures