paper-with-me

홈 › Papers

Mobile-MMLU: A Mobile Intelligence Language Understanding Benchmark

2025-03-26 · Sondos Mahmoud Bsharat, Mukul Ranjan, Aidar Myrzakhan, Jiacheng Liu, Bowei Guo, Shengkun Tang, Zhuang Liu, Yuanzhi Li, Zhiqiang Shen

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.

📄 PDF Abstract BibTeX arXiv:2503.20786

Code (1)

vila-lab/mobile-mmlu 공식 구현 pytorch

Tasks

MMLUMultiple-choice

Methods 이 논문이 사용한 방법론

Travel 설명 없음

Similar Papers 제목 키워드 기반

Mobile-O: Unified Multimodal Understanding and Generation on Mobile Device

2026-02-23 · Abdelrahman Shaker, Ahmed Heakl, Jaseel Muhammad, Ritesh Thawkar 외 arxiv

Unified multimodal models can both understand and generate visual content within a single architecture. Existing models, however, remain data-hungry and too heavy for deployment on edge devices. We present Mobile-O, a co…

MobileExperts: A Dynamic Tool-Enabled Agent Team in Mobile Devices

2024-07-04 · Jiayi Zhang, Chuang Zhao, Yihan Zhao, Zhaoyang Yu 외

The attainment of autonomous operations in mobile computing devices has consistently been a goal of human pursuit. With the development of Large Language Models (LLMs) and Visual Language Models (VLMs), this aspiration i…

Narrow Artificial Intelligence with Machine Learning for Real-Time Estimation of a Mobile Agents Location Using Hidden Markov Models

2018-02-09 · Cédric Beaulac, Fabrice Larribe

We propose to use a supervised machine learning technique to track the location of a mobile agent in real time. Hidden Markov Models are used to build artificial intelligence that estimates the unknown position of a mobi…

Position

The Two Faces of AI in Green Mobile Computing: A Literature Review

2023-07-21 · Wander Siemers, June Sallou, Luís Cruz

Artificial intelligence is bringing ever new functionalities to the realm of mobile devices that are now considered essential (e.g., camera and voice assistants, recommender systems). Yet, operating artificial intelligen…

Recommendation Systems

Mixture of Cache-Conditional Experts for Efficient Mobile Device Inference

2024-11-27 · Andrii Skliar, Ties van Rozendaal, Romain Lepert, Todor Boinovski 외

Mixture of Experts (MoE) LLMs have recently gained attention for their ability to enhance performance by selectively engaging specialized subnetworks or "experts" for each input. However, deploying MoEs on memory-constra…

GSM8KLanguage ModelingLanguage ModellingMixture-of-Experts+1