How Do Prompt Variations Affect Energy Consumption in On-Device LLMs?

arXiv cs.CL Papers

Summary

This paper explores how prompt properties like cognitive load and phrasing pattern influence energy usage in on-device LLM inference, showing that cognitive load affects energy per token while phrasing impacts token usage, highlighting the need for model-aware prompt design for energy efficiency.

arXiv:2609.01798v1 Announce Type: new Abstract: Large language models (LLMs) are increasingly deployed on mobile devices, making energy efficiency a key deployment constraint, yet the energy impact of prompt design remains underexplored. This paper aims to understand how two prompt properties, cognitive load and phrasing pattern, shape the energy behavior of on-device LLM inference. We conduct a broad empirical study covering prompt properties, datasets, models, and devices, with phase-level profiling that separates prefill and decode energy. We find that cognitive load primarily affects the energy cost per token, while phrasing pattern affects energy largely through token usage. Our energy-quality analysis further shows that prompt design reshapes the attainable frontier differently across models, highlighting the need for model-aware prompt design in energy-efficient on-device LLM inference. Code, datasets, and scripts are available at https://amai-gsu.github.io/PromptProperty/.
Original Article
View Cached Full Text

Cached at: 09/03/26, 05:47 AM

# How Do Prompt Variations Affect Energy Consumption in On-Device LLMs?
Source: [https://arxiv.org/html/2609.01798](https://arxiv.org/html/2609.01798)
Wei Hu††thanks:Equal contribution\.Xiaolong Tu11footnotemark:1Affiliation:Georgia State UniversityEmail:[yitao\.chen@toyota\.com](mailto:[email protected])Dawei ChenAffiliation:Toyota Motor North America\{whu6, xtu1\}@student\.gsu\.edu, haoxinwang@gsu\.eduEmail:[kt\.han@toyota\.com](mailto:[email protected])Yitao ChenAffiliation:Toyota Motor North America\{whu6, xtu1\}@student\.gsu\.edu, haoxinwang@gsu\.eduKyungtae HanAffiliation:Toyota Motor North America\{whu6, xtu1\}@student\.gsu\.edu, haoxinwang@gsu\.eduHaoxin Wang††thanks:Corresponding author\.Affiliation:Georgia State University

###### Abstract

Large language models \(LLMs\) are increasingly deployed on mobile devices, making energy efficiency a key deployment constraint, yet the energy impact of prompt design remains underexplored\. This paper aims to understand how two prompt properties, cognitive load and phrasing pattern, shape the energy behavior of on\-device LLM inference\. We conduct a broad empirical study covering prompt properties, datasets, models, and devices, with phase\-level profiling that separates prefill and decode energy\. We find that cognitive load primarily affects the energy cost per token, while phrasing pattern affects energy largely through token usage\. Our energy\-quality analysis further shows that prompt design reshapes the attainable frontier differently across models, highlighting the need for model\-aware prompt design in energy\-efficient on\-device LLM inference\. Code, datasets, and scripts are available at[https://amai\-gsu\.github\.io/PromptProperty/](https://amai-gsu.github.io/PromptProperty/)\.

## 1Introduction

The deployment of Large Language Models \(LLMs\) is increasingly expanding beyond cloud serving toward on\-device execution on mobile and edge platforms[Chen et al\. \(2020\)](https://arxiv.org/html/2609.01798#bib.bib5);[Zhou et al\. \(2019\)](https://arxiv.org/html/2609.01798#bib.bib53)\. This trend is driven by the growing demand for stronger user privacy guarantees, lower inference latency, and reliable offline access[Das et al\. \(2025\)](https://arxiv.org/html/2609.01798#bib.bib9)\. However, unlike cloud\-based inference, where energy consumption is amortized across large\-scale infrastructure and has little immediate impact on users, on\-device inference is powered by finite batteries, making energy efficiency a strict and user\-visible constraint[Liu et al\. \(2024\)](https://arxiv.org/html/2609.01798#bib.bib27)\. As a result, energy efficiency has emerged as a key bottleneck limiting widespread adoption of on\-device LLMs[Schwartz et al\. \(2020\)](https://arxiv.org/html/2609.01798#bib.bib39)\.

Prior research on efficient LLMs has overwhelmingly focused on model\-centric optimization techniques, including quantization, pruning, architectural compression, and distillation[Xiao et al\. \(2023\)](https://arxiv.org/html/2609.01798#bib.bib49);[Dettmers et al\. \(2022\)](https://arxiv.org/html/2609.01798#bib.bib10);[Frankle and Carbin \(2019\)](https://arxiv.org/html/2609.01798#bib.bib11);[Gu et al\. \(2024\)](https://arxiv.org/html/2609.01798#bib.bib14);[Hinton et al\. \(2015\)](https://arxiv.org/html/2609.01798#bib.bib15)\. These approaches improve inference efficiency primarily by reducing model size and computational cost through parameter or architectural modification, and have become the dominant strategy for on\-device LLM deployment\. In addition, several recent studies have examined prompt sensitivity by analyzing how variations in prompt phrasing, structure, and formatting affect the quality and stability of model outputs[Long et al\. \(2025\)](https://arxiv.org/html/2609.01798#bib.bib28);[Ismithdeen et al\. \(2025\)](https://arxiv.org/html/2609.01798#bib.bib18);[Zhu et al\. \(2024\)](https://arxiv.org/html/2609.01798#bib.bib54);[Lu et al\. \(2022\)](https://arxiv.org/html/2609.01798#bib.bib30)\. However, a fundamental question remains largely unexplored:how does prompt design itself affect the energy consumption of on\-device LLM inference?If different prompt variations induce substantially different energy costs, even when producing comparable outputs, prompting could serve as a new, model\-agnostic approach to improving energy efficiency beyond model\-centric optimization\.

Studying how prompt variations affect the energy consumption of on\-device LLMs is non\-trivial\. First, prompts are linguistic artifacts, whereas energy consumption depends on the computation they trigger inside the model, and there is no direct mapping between the two\. Understanding why a prompt is energy\-consuming therefore requires carefully designed empirical analysis that systematically links prompt variations to differences in computational behavior and measured power consumption\. Second, it is challenging to construct prompt variants in a principled way\. Prompt variants can differ along many dimensions, such as phrasing, cognitive load, or length, and naïve changes may unintentionally alter task semantics\. Designing prompt variants that isolate specific prompt properties while preserving comparable task intent is essential for attributing observed energy differences to prompt design\. Finally, deriving generalizable insights requires moving beyond isolated examples to identify consistent patterns that hold across prompt variants, tasks, models, and hardware devices\.

To address these challenges, we design and conduct a comprehensive empirical study that systematically examines the impact of prompt variants on the energy consumption of on\-device LLM inference\. Our contributions are summarized as follows:

- •New dataset construction for cognitive load\.We construct a new prompt dataset that varies cognitive demand while preserving task intent\. We then develop LLM\-based scoring and embedding similarity to ensure semantic consistency and limit semantic variation\. This dataset enables a controlled examination of energy variation associated with cognitive load demand rather than semantic differences\.
- •Empirical study of prompt property effects\.We present the first large\-scale empirical study of how two prompt properties,Phrasing PatternandCognitive Load, affect energy consumption in on\-device LLM inference, spanning an evaluation space of prompt variants×\\timesdatasets×\\timesmodels×\\timesdevices\. This enablesthe first study of how linguistic form and reasoning demand influence the computational behavior of on\-device LLM inference\.
- •Energy behavior analysis and empirical findings\.We analyze energy behavior using per\-token energy and token usage, which indicate the cost per token and the number of tokens processed or generated, respectively\. We find that cognitive load mainly affects per\-token energy variation, while phrasing patterns primarily affect token usage\. We further show that energy\-quality trade\-offs are model\-dependent, offering guidance for model\-aware, energy\-efficient prompt design\.

## 2Prompt Properties and Datasets

This section first describes the two prompt properties motivated by prior literature, and then introduces the datasets used to study them\.

### 2\.1Prompt Properties

To analyze how prompt variations affect energy behavior, we focus on two representative prompt properties:Phrasing PatternandCognitive Load\. Phrasing pattern characterizes linguistic and structural variation under semantic equivalence, while cognitive load introduces the reasoning structure and cognitive demand\. The two properties capture complementary aspects of prompt variation, covering both expression form and reasoning demand, as shown in Figure[1](https://arxiv.org/html/2609.01798#S2.F1)\. The detailed definitions of the phrasing pattern and cognitive load sub\-properties are provided in Appendix[A](https://arxiv.org/html/2609.01798#A1)\.

Figure 1:Prompt examples for two prompt properties\.\(a\) Phrasing pattern includes a base prompt and seven sub\-properties that capture surface\-level linguistic and structural variations under the same semantic intent\. \(b\) Cognitive load includes a base prompt and three sub\-properties that vary the information density and reasoning demand of the prompt\.Phrasing pattern\.Prior studies have shown that semantically equivalent paraphrases can induce substantial variability in model behavior, raising concerns about robustness and evaluation reliability[Ismithdeen et al\. \(2025\)](https://arxiv.org/html/2609.01798#bib.bib18);[Mizrahi et al\. \(2024\)](https://arxiv.org/html/2609.01798#bib.bib33)\. Motivated by this sensitivity, we study phrasing pattern as a prompt property that characterizes variations in tone, linguistic style, and presentation structure while maintaining semantic intent\. Drawing on the taxonomy of phrasing styles introduced by[Sotic and Kamps \(2025\)](https://arxiv.org/html/2609.01798#bib.bib40)for the CLEF 2025 ELOQUENT Lab[Karlgren et al\. \(2025\)](https://arxiv.org/html/2609.01798#bib.bib21), we consider seven sub\-properties:Aggressive Tone,Conversational Tone,Chain\-of\-Thought \(CoT\),Formatting Differences,Persona\-Based Prompts,Polite Tone, andTechnical/Jargon\-Heavy Prompts\.

Cognitive load\.Cognitive Load Theory categorizes cognitive load into intrinsic load, extraneous load, and germane load, emphasizing that problem\-solving requires meticulous management of cognitive load[Sweller and Chandler \(1991\)](https://arxiv.org/html/2609.01798#bib.bib41)\. Recent work conceptualizes cognitive load as a prompt\-level property that systematically influences model reasoning behavior[Long et al\. \(2025\)](https://arxiv.org/html/2609.01798#bib.bib28)\. In this paper, we examine cognitive load through three sub\-properties:Intrinsic Load,Extraneous Load, andGermane Load\. Each sub\-property is represented by explicit prompt cues that vary the reasoning demand while preserving the original task intent\.

### 2\.2Prompt Datasets

For phrasing pattern, we select variants from an existing robustness evaluation dataset; for cognitive load, we construct a new dataset\.

Public benchmark dataset for phrasing pattern\.To study phrasing pattern, we use the dataset introduced by[Sotic and Kamps \(2025\)](https://arxiv.org/html/2609.01798#bib.bib40), which offers controlled stylistic variations of semantically equivalent prompts for robustness evaluation\. We retain prompts covering the seven selected sub\-properties\.

New dataset construction for cognitive load\.As no existing public benchmark is designed to capture cognitive load across its three sub\-properties \(intrinsic, extraneous, and germane load\), we construct a new dataset for cognitive load property using a manually designed template that guides the LLM in generating prompt variants \(see Appendix[B](https://arxiv.org/html/2609.01798#A2)\)\. For each sub\-property, we create dedicated prompt variants while minimizing confounding cues from the other sub\-properties\. We sample base prompts as semantic anchors from three public datasets that represent distinct reasoning types: SVAMP \(arithmetic word problems\)[Patel et al\. \(2021\)](https://arxiv.org/html/2609.01798#bib.bib36), BoolQ \(binary yes/no question answering\)[Clark et al\. \(2019\)](https://arxiv.org/html/2609.01798#bib.bib6), and AI2\-ARC \(multiple\-choice science questions\)[Clark et al\. \(2018\)](https://arxiv.org/html/2609.01798#bib.bib7)\.

## 3Empirical Study Pipeline

This section describes the empirical study pipeline we designed\. As shown in Figure[2](https://arxiv.org/html/2609.01798#S3.F2), the workflow consists of three stages: prompt generation, prompt validation, and on\-device energy profiling\.

![Refer to caption](https://arxiv.org/html/2609.01798v1/f2new.png)Figure 2:Empirical study pipeline\.Prompt variants are generated from base prompts using property definitions and generation constraints, then validated through scoring and semantic similarity filtering\. Validated prompts are deployed on lightweight LLMs \(Gemma\-2\-2B[Team et al\. \(2024\)](https://arxiv.org/html/2609.01798#bib.bib42), Llama\-3\.2\-1B[Grattafiori et al\. \(2024\)](https://arxiv.org/html/2609.01798#bib.bib13), Qwen\-2\.5\-0\.5B/1\.5B[Team \(2024\)](https://arxiv.org/html/2609.01798#bib.bib43), and SmolLM2\-360M[Allal et al\. \(2025\)](https://arxiv.org/html/2609.01798#bib.bib1)\) via MLC\-LLM to collect phase\-level power, latency, and response quality measurements\.### 3\.1Prompt Variation Generation

For cognitive load property, we generate three variants for each base prompt, corresponding to intrinsic, extraneous, and germane load\. We employ Gemini\-2\.5\-Pro API[Comanici et al\. \(2025\)](https://arxiv.org/html/2609.01798#bib.bib8)as the generator\. Given a base prompt sampled from public datasets, the generator produces candidate prompt variations that target a specific prompt sub\-property while preserving semantic meaning\. The generation process follows three rules: \(i\)Single\-property isolation, where each variation instantiates only one prompt sub\-property to avoid property overlap; \(ii\)Semantic preservation, where the original task intent and expected answer remain unchanged; and \(iii\)Sub\-property consistency, where each individual variation strictly follows the precise definition of its intended target sub\-property\.

### 3\.2Prompt Variation Validation

To ensure that the generated prompt variants are valid and aligned with the intended cognitive load sub\-property, all candidates are passed through a rigorous validation process: \(i\)Property purity: confirming that each candidate strictly reflects its target sub\-property while avoiding overlap with other sub\-properties\. \(ii\)Semantic similarity: verifying that each candidate remains semantically aligned with the base prompt, with alignment quantified using embedding\-based cosine similarity\.

Prompt variation scoring\.For prompt variation quality control, we adopt the rubric\-based scoring system from[Long et al\. \(2025\)](https://arxiv.org/html/2609.01798#bib.bib28), which provides not only the definitions but also the standardized evaluation template for cognitive load properties \(see Appendix[C](https://arxiv.org/html/2609.01798#A3)\)\. Specifically, we invert the standard scoring direction for extraneous load, so that a higher score indicates a stronger presence of irrelevant and redundant information and better alignment with the intended extraneous load sub\-property\.

Following the evaluation template, each variation receives a score vector𝐬=\(si,se,sg\)\\mathbf\{s\}=\(s\_\{i\},s\_\{e\},s\_\{g\}\)over the three cognitive load sub\-properties\. To isolate the target property, we retain only variations whose target sub\-property score is at least 8 while all non\-target scores are at most 3 on the 1\-10 scale\.

Semantic consistency filtering\.We further filter each prompt variation group to prevent semantic drift from the original task\. Specifically, for each base prompt embedding𝐞0\\mathbf\{e\}\_\{0\}and variation embedding𝐞i\\mathbf\{e\}\_\{i\}, we compute cosine similarity\. Given the structural rewriting required by cognitive load instantiation, we adopt a thresholdτ\\tauand retain a prompt variation group only if all its variations remain above this threshold:

mini⁡CosSim⁡\(𝐞0,𝐞i\)≥τ,\\min\_\{i\}\\mathrm\{CosSim\}\(\\mathbf\{e\}\_\{0\},\\mathbf\{e\}\_\{i\}\)\\geq\\tau,\(1\)where we use a relaxed thresholdτ=0\.6\\tau=0\.6to accommodate added cognitive load information\.

### 3\.3On\-Device LLM Inference Profiling

We run the validated prompts on mobile devices using instruction\-tuned, quantized models deployed locally through the MLC framework\. All prompts are evaluated using a fixed inference configuration\.

On\-device power and latency profiling framework\.Building on MLC\-LLM[MLC\-LLM Team \(2023\)](https://arxiv.org/html/2609.01798#bib.bib34)and LM\-Meter[Wang et al\. \(2025\)](https://arxiv.org/html/2609.01798#bib.bib45), we develop a profiling framework for measuring power and latency during on\-device LLM inference\. The framework instruments the inference runtime to record the start \(tst\_\{s\}\) and end \(tet\_\{e\}\) timestamps of the prefill and decode phases, which define phase\-level latency and the corresponding energy integration windows\. We divide on\-device inference into two phases\. The prefill window spans from request arrival to first\-token sampling, covering tokenization, queueing, embedding, the prefill forward pass, and first\-token sampling; the decode window covers all subsequent token generation\. This extended window is used instead of the isolated prefill forward pass to capture all energy consumed before the first output and cleanly separate the two phases\.

Concurrently, we sample device\-level currentI⁡\(t\)I\(t\)and voltageV⁡\(t\)V\(t\)through Android Debug Bridge \(ADB\) to construct power traces\. Hardware\-specific interfaces and device settings are summarized in Table[3](https://arxiv.org/html/2609.01798#A4.T3)\. Instantaneous power is computed asP⁡\(t\)=I⁡\(t\)⋅V⁡\(t\)P\(t\)=I\(t\)\\cdot V\(t\)\. After aligning the inference traces with the power measurements, we estimate the phase\-level energyEphaseE\_\{\\text\{phase\}\}by integrating power over the corresponding phase window\[ts,te\]\[t\_\{s\},t\_\{e\}\], approximated using discrete samples:

Ephase=∫tsteP⁡\(t\)​𝑑t≈∑i∈ℐphasePi​Δ​t,E\_\{\\text\{phase\}\}=\\int\_\{t\_\{s\}\}^\{t\_\{e\}\}P\(t\)\\,dt\\approx\\sum\_\{i\\in\\mathcal\{I\}\_\{\\text\{phase\}\}\}P\_\{i\}\\Delta t,\(2\)
whereℐphase\\mathcal\{I\}\_\{\\text\{phase\}\}denotes the set of power\-sample indices whose timestamps fall within the phase window, andΔ​t\\Delta tis the effective sampling interval\.

Response logging\.For each run, we record the generated response and run\-level metadata, including device, model, prompt ID, token counts, and timestamps\. These records support traceable analysis across prompts, models, devices, and energy measurements\. Detailed latency, energy, token, and quality statistics are provided in Appendix[F](https://arxiv.org/html/2609.01798#A6)\.

### 3\.4Response Quality Evaluation

We evaluate response quality with task\-specific metrics: accuracy for ground\-truth tasks and reference\-free assessment for open\-ended tasks using DeepEval[Ip and Vongthongsri \(2026\)](https://arxiv.org/html/2609.01798#bib.bib17), with a randomly sampled subset manually verified\.

Cognitive load tasks\.For cognitive load datasets with ground\-truth answers, we measure response quality with Exact Match \(EM\) accuracy\. Since prompt variations preserve semantic intent, models should produce the same correct answer across variants\. EM helps ensure that energy differences are not attributable to degraded correctness\.

Phrasing pattern tasks\.For phrasing pattern tasks, strict accuracy is unsuitable because the prompts are open\-ended and can elicit multiple valid responses\. In addition, the reference answers are LLM\-generated rather than objective ground truth\. We score each open\-ended response along six dimensions:Relevance,Correctness,Coherence,Completeness,Instruction Adherence, andInternal Consistency\. Each dimension is scored on a 0\-1 rubric, with the dimension definitions and evaluation rubric provided in Appendix[E](https://arxiv.org/html/2609.01798#A5)\.

## 4Results and Analysis

Prefill processes the input prompt, while decode generates the response\. We therefore report phase\-level energy alongside total energy to analyze how prompt variations affect each phase\. We compare per\-token energy with token usage, indicating the cost of processing each token and the number of tokens processed or generated:

Ephase=ephase⋅Tphase,E\_\{\\text\{phase\}\}=e\_\{\\text\{phase\}\}\\cdot T\_\{\\text\{phase\}\},\(3\)whereEphaseE\_\{\\text\{phase\}\}denotes the energy consumption of a given inference phase,ephasee\_\{\\text\{phase\}\}denotes the per\-token energy, andTphaseT\_\{\\text\{phase\}\}denotes the number of tokens processed or generated in that phase\.

To understand how prompt properties affect the*energy cost per token*and the*number of tokens processed and generated*, we organize this section around the following three research questions:

- •RQ1: To what extent is per\-token energy shaped by prompt properties relative to device and model factors?
- •RQ2: How do prompt properties affect token usage across the prefill and decode phases?
- •RQ3: Can prompt properties shift the energy\-quality frontier across model architectures?

![Refer to caption](https://arxiv.org/html/2609.01798v1/RQ1_phrasing_absolute_and_relative_energy_combined_prefill_decode_8p.png)\(a\)Per\-token energy across phrasing pattern for Pixel 8 Pro\.
![Refer to caption](https://arxiv.org/html/2609.01798v1/RQ1_cognitive_load_boolq_prefill_decode.png)\(b\)Per\-token energy across cognitive load for BoolQ\.

Figure 3:Per\-token energy analysis across prompt properties\.\(a\) Phrasing pattern results on Pixel 8 Pro across prefill and decode phases, and \(b\) cognitive load results on BoolQ across prefill and decode phases\. The first row shows absolute per\-token energy for the prefill and decode phases, with shaded bands denoting±1\\pm 1standard deviation across prompts within each sub\-property; the second row reports each sub\-property’s per\-token energy normalized by the corresponding base prompt\.### 4\.1RQ1: Per\-token Energy Analysis

To answer RQ1, we first examine whether prompt properties change the energy cost of processing each token, as shown in Figure[3](https://arxiv.org/html/2609.01798#S4.F3)\. Due to space constraints, we provide the remaining per\-token energy analyses across prompt properties, devices, and models in Appendix[G](https://arxiv.org/html/2609.01798#A7)\.

Observation 1: Prefill costs more energy per token than decode on most models\.On LLaMA\-3\.2\-1B and both Qwen models, per\-token prefill energy is 3\-6×\\timesthat of decode, while Gemma\-2\-2B shows the opposite\. This inversion relative to server\-scale inference is known for on\-device runtimes, reflecting limited compute, memory bandwidth, and the absence of parallelized prefill support[Wang et al\. \(2025\)](https://arxiv.org/html/2609.01798#bib.bib45)\. Part of the prefill window \(e\.g\., tokenization, queueing, embedding\) does not scale with prompt length; thus on\-device prefill exhibits a pronounced amortization effect: longer prompts yield lower per\-token energy\. The effect is largest on Gemma\-2\-2B, which has the lowest marginal per\-token prefill energy: its normalized prefill values fall to 0\.67× under extraneous load\.

Observation 2: Absolute per\-token energy is primarily model\-dependent\.Across both prompt properties, absolute per\-token energy is primarily determined by the executed model rather than the prompt sub\-property\. Across both phrasing pattern and cognitive load, the separation between model curves is much larger than the variation across prompt sub\-properties within the same model\. This indicates that model architecture and scale remain the dominant factors in per\-token execution cost\.

Observation 3: Phrasing pattern exhibits limited normalized per\-token energy variation\.For phrasing pattern variants, the normalized heatmaps remain close to the base prompt across most models and sub\-properties\. Most values fluctuate around 1\.0 in both prefill and decode, indicating that surface\-level changes in tone, persona, formatting, politeness, or technical wording do not substantially alter the cost of processing each token\. While some models show small deviations for specific sub\-properties, these changes are modest compared with the absolute differences across models\.

Observation 4: Cognitive load substantially affects per\-token decode energy\.Compared with phrasing pattern, cognitive load variants produce more visible changes in per\-token energy in decode phases\. During decoding, extraneous and germane load increase per\-token energy for Qwen\-2\.5\-0\.5B, Qwen\-2\.5\-1\.5B, and SmolLM2\-360M, with extraneous load reaching 1\.29×\\timeson Qwen\-2\.5\-1\.5B\. This indicates that cognitive load affects per\-token execution cost in a phase\- and model\-dependent manner\.

Finding\.Per\-token energy is primarily model\-driven, but cognitive load introduces variation in per\-token inference cost that surface phrasing largely does not\. This suggests that energy analysis should distinguish reasoning demand from linguistic form, rather than relying only on aggregate energy or token\-count explanations\.

Figure 4:Token length and fixed\-baseline phase\-level energy burden for phrasing pattern on Pixel 8 Pro\.Top: total token ratio relative to Base, computed as each sub\-property token count divided by that of the corresponding Base prompt \(\>1: more tokens; <1: fewer tokens\)\. Bottom: fixed\-baseline prefill/decode burden relative to Base, normalized by base prompt/completion tokens, respectively and after subtracting the corresponding Base burden; positive/negative values indicate higher/lower burden\.
### 4\.2RQ2: Token Footprint Analysis

As shown in Figure[4](https://arxiv.org/html/2609.01798#S4.F4), we analyze how phrasing patterns affect token usage and phase\-level burden\. Due to space constraints, we provide the remaining token usage and phase burden results across properties, devices, and models in Appendix[H](https://arxiv.org/html/2609.01798#A8)\.

Observation 1: Phrasing patterns substantially reshape token usage\.The top row shows that CoT and aggressive prompts consistently increase token usage relative to Base, while format, polite, and technical prompts stay closer to Base and sometimes reduce tokens\. Therefore, surface\-level phrasing alone can alter inference computation, even when per\-token energy shifts are small\.

Observation 2: Token usage effects are model dependent\.The same phrasing pattern can lead to different token expansion across models\. For example, CoT produces much larger total token ratios on SmolLM2\-360M and Qwen\-2\.5\-0\.5B than on Gemma\-2\-2B or LLaMA\-3\.2\-1B\. This suggests that phrasing patterns affect not only the input prompt but also model generation behavior\.

Observation 3: Phase burden differs across phrasing patterns\.The bottom row shows that token\-related energy burden is not distributed uniformly across inference phases\. CoT and aggressive prompts often increase decode burden, indicating stronger effects on response generation\. In contrast, format prompts can increase prefill burden while reducing or weakly increasing decode burden, suggesting that some phrasing patterns shift cost toward input processing rather than generation\.

Finding\.Phrasing patterns shape energy behavior primarily by affecting token usage during inference, rather than the per\-token processing cost\. This suggests that energy consumption does not simply scale with total token usage; energy analysis should also consider how phrasing patterns alter model\-specific generation behavior\.

![Refer to caption](https://arxiv.org/html/2609.01798v1/RQ3_phrasing_pattern_quality_heatmaps.png)Figure 5:Response quality across phrasing pattern sub\-properties and models\.Heatmaps show quality varies across metrics, phrasing patterns, and models\. Each heatmap shows one metric; rows are sub\-properties and columns are models\. Cells report mean scores, with darker green indicating higher quality\.
### 4\.3RQ3: Energy\-quality Trade\-off Analysis

For RQ3, we analyze the energy\-quality trade\-off by first examining response quality across phrasing pattern sub\-properties and metrics, as shown in Figure[5](https://arxiv.org/html/2609.01798#S4.F5)\. We then evaluate how each phrasing pattern shifts the energy\-quality frontier under fixed model weights, as shown in Figure[6](https://arxiv.org/html/2609.01798#S4.F6)\. Due to space constraints, we provide the remaining energy\-quality results across models and metrics in Appendix[I](https://arxiv.org/html/2609.01798#A9)\.

Observation 1: Response quality varies across models and metrics\.Figure[5](https://arxiv.org/html/2609.01798#S4.F5)shows that response quality is strongly model dependent\. Larger or more capable models generally achieve higher scores across relevance, correctness, coherence, completeness, instruction adherence, and internal consistency, whereas smaller models show lower and less stable quality\. This indicates that phrasing patterns interact with model capacity rather than producing uniform quality shifts\.

Observation 2: Phrasing patterns affect quality dimensions unevenly\.Phrasing patterns show relatively stable performance on relevance, coherence, and internal consistency, but larger variation on correctness, completeness, and instruction adherence\. This indicates that stylistic changes can preserve the apparent fluency and alignment of a response, while improvements in task correctness and completeness remain less consistent\.

Figure 6:Energy\-quality trade\-off and pareto frontier for phrasing pattern\.Each point represents a phrasing pattern sub\-property evaluated under the same model weights and decoding configuration\. Prompt sub\-properties shift the energy\-quality operating point in a model\-dependent manner, revealing that stylistic variation can change both energy cost and response quality\.Observation 3: Phrasing patterns reshape the energy\-quality frontier\.Figure[6](https://arxiv.org/html/2609.01798#S4.F6)shows that phrasing patterns can substantially alter each model’s energy\-quality profile\. Red markers denote sub\-properties achieving both lower energy and higher quality than Base\. For LLaMA\-3\.2\-1B, Qwen\-2\.5\-1\.5B, and SmolLM2\-360M, these lie on the Pareto frontier, showing that prompt selection improves both sides of the trade\-off under fixed weights and decoding settings\. For Gemma\-2\-2B, the format and conversational prompts both improve on Base along both axes; the format prompt attains the highest quality and is the better operating point, though the technical prompt reaches slightly lower energy\.

Observation 4: Energy\-quality trade\-offs are model\-dependent\.The energy\-quality effect of a phrasing pattern does not transfer uniformly across models\. A sub\-property that improves the energy\-quality balance for one model may lead to a different trade\-off profile for another\. This model dependence suggests that prompt phrasing style selection should be model\-aware, rather than assumed to generalize uniformly across models\.

Finding\.Phrasing patterns can substantially shift the energy\-quality frontier, enabling lower energy consumption and higher response quality, while efficiency gains are model\-dependent\. This suggests that energy\-efficient prompting is not governed by a uniform optimal phrasing style, but requires highly specific, model\-aware phrasing optimization strategies\.

## 5Related Work

Prompt categorization and linguistic analysis\.Prior work has extensively studied prompt properties from linguistic and cognitive perspectives, including phrasing patterns[Brown et al\. \(2020\)](https://arxiv.org/html/2609.01798#bib.bib3);[Reynolds and McDonell \(2021\)](https://arxiv.org/html/2609.01798#bib.bib37);[Zhao et al\. \(2021\)](https://arxiv.org/html/2609.01798#bib.bib52), syntactic and discourse structures[Schick and Schütze \(2021\)](https://arxiv.org/html/2609.01798#bib.bib38);[Jiang et al\. \(2020\)](https://arxiv.org/html/2609.01798#bib.bib20);[Min et al\. \(2022\)](https://arxiv.org/html/2609.01798#bib.bib31);[Liu et al\. \(2022\)](https://arxiv.org/html/2609.01798#bib.bib24), reasoning requirements[Wei et al\. \(2022\)](https://arxiv.org/html/2609.01798#bib.bib48);[Kojima et al\. \(2022\)](https://arxiv.org/html/2609.01798#bib.bib22);[Wang et al\. \(2023\)](https://arxiv.org/html/2609.01798#bib.bib46), and cognitive complexity[Fu et al\. \(2023\)](https://arxiv.org/html/2609.01798#bib.bib12)\. Surveys and taxonomies further systematize these properties along functional and cognitive axes[Liu et al\. \(2023\)](https://arxiv.org/html/2609.01798#bib.bib25);[Vatsal and Dubey \(2024\)](https://arxiv.org/html/2609.01798#bib.bib44);[Liu et al\. \(2026\)](https://arxiv.org/html/2609.01798#bib.bib26), while recent frameworks model prompt structure to support interpretability and prompt engineering[Jeoung et al\. \(2026\)](https://arxiv.org/html/2609.01798#bib.bib19)\. However, this line of work focuses on output quality and robustness, with little attention to how prompt properties affect system\-level behavior such as on\-device energy consumption during inference\.

Prompt datasets and benchmarks\.Large prompt and instruction datasets, such as Natural Instructions[Mishra et al\. \(2022\)](https://arxiv.org/html/2609.01798#bib.bib32), Super\-NaturalInstructions[Wang et al\. \(2022\)](https://arxiv.org/html/2609.01798#bib.bib47), and the Flan Collection[Longpre et al\. \(2023\)](https://arxiv.org/html/2609.01798#bib.bib29), have been widely used for instruction tuning and evaluation\. Tools like PromptSource further standardize prompt templates across tasks[Bach et al\. \(2022\)](https://arxiv.org/html/2609.01798#bib.bib2)\. While these resources enable broad coverage and performance\-driven evaluation, prompts often vary simultaneously along multiple dimensions \(e\.g\., semantics, length, and reasoning\), making them unsuitable for isolating the impact of specific prompt properties on model or system behavior\.

On\-device LLM systems and energy profiling\.Recent studies benchmark latency, memory, and throughput of LLM inference on mobile and edge devices[Li et al\. \(2024\)](https://arxiv.org/html/2609.01798#bib.bib23);[Murthy et al\. \(2024\)](https://arxiv.org/html/2609.01798#bib.bib35)and propose hardware\-aware inference optimizations[Yin et al\. \(2025\)](https://arxiv.org/html/2609.01798#bib.bib51);[Xue et al\. \(2024\)](https://arxiv.org/html/2609.01798#bib.bib50)\. Energy profiling efforts typically analyze model architectures, runtimes, or prompt\-level workloads on server\-class hardware[Husom et al\. \(2024\)](https://arxiv.org/html/2609.01798#bib.bib16);[Caravaca et al\. \(2025\)](https://arxiv.org/html/2609.01798#bib.bib4)\. Consequently, existing work provides limited insight into how prompt properties themselves influence on\-device energy consumption under controlled conditions\.

In contrast, we study prompt properties through direct measurements of on\-device energy consumption, linking linguistic prompt analysis with system\-level energy profiling\. Our analysis is measurement\-based and characterizes system\-level energy behavior rather than isolating low\-level execution mechanisms\.

## 6Conclusion

This paper studies how prompt properties shape the energy behavior and response quality of on\-device LLM inference\. Through a broad empirical study covering models, devices, and prompt variants, we show that prompt\-level variants can substantially affect mobile inference efficiency\. In particular, cognitively demanding prompts tend to increase decode energy cost to process each token, while surface\-level phrasing patterns can change token usage, phase\-level energy burden, and response quality without altering the underlying task\. Our analysis further shows that these effects are not uniform: different prompts can shift cost between prefill and decode phases, and the resulting energy\-quality trade\-offs vary across models and metrics\.

These findings suggest that prompt design is not only a usability or quality concern, but also a practical optimization lever for energy\-aware LLM deployment\. Rather than treating energy consumption as a fixed property of a model, future systems should account for how prompts shape generation behavior and inference cost, especially in mobile and resource\-constrained settings\. Future work will extend this analysis to a broader prompt taxonomy and more diverse hardware platforms\.

## Limitations

Limited prompt property coverage\.Our study primarily focuses on two prompt properties, cognitive load and phrasing pattern\. However, the design space of prompts is vast, encompassing numerous other semantic and structural properties \(e\.g\., emotional valence, stylistic constraints, or adversarial framings\) that remain unexplored in our energy profiling\. Future research incorporating a broader taxonomy of prompt properties would provide a more complete view of how diverse linguistic variables influence on\-device energy consumption\.

Limited control over prompt length\.Extraneous load is defined by redundant or irrelevant information and intrinsic load by explicit step\-by\-step guidance; a prompt cannot carry these without becoming longer\. Consequently, prompt length is not independently controlled, making it difficult to completely decouple the effects of cognitive load framing from length\-related effects\. Future work should construct length\-matched prompt variants to better isolate these factors\.

Evaluation methodology limitations\.We use Gemini\-2\.5\-Pro as the primary evaluator for prompt property scoring and response\-quality assessment\. Although this helps maintain internal consistency, relying on a single LLM\-as\-a\-judge may introduce model\-specific biases in scoring\. In addition, embedding\-based similarity and DeepEval metrics provide automatic proxies for response quality, but may not fully capture the nuanced utility perceived by human users\. To strengthen evaluation reliability, we manually verify randomly sampled subsets of both prompt variation and response quality evaluations\. Automated judgments that do not pass human review are replaced with human judgments\.

Limited hardware coverage and profiling granularity\.Our energy measurements are conducted on a limited set of mobile SoC architectures\. Although these devices are representative of on\-device inference settings, power profiles may differ across NPUs, GPUs, CPUs, memory systems, and runtime backends\. In addition, our analysis focuses on end\-to\-end and phase\-level energy behavior, rather than lower\-level mechanisms such as KV\-cache behavior, hardware counters, or operator\-level traces\. Future work should evaluate a wider range of mobile hardware and incorporate finer\-grained profiling to explain hardware\-specific energy variation\.

## Acknowledgments

We thank the reviewers and the area chairs for their insightful comments\. This research was supported by funds from Toyota Motor North America\. In addition, this research was sponsored by the Army Research Laboratory and was accomplished under Cooperative Agreement Number W911NF\-23\-2\-0224\. The views and conclusions contained in this document are those of the authors and should not be interpreted as representing the official policies, either expressed or implied, of the Army Research Laboratory or the U\.S\. Government\. The U\.S\. Government is authorized to reproduce and distribute reprints for Government purposes notwithstanding any copyright notation herein\.

## References

- Allal et al\. \(2025\)Loubna Ben Allal, Anton Lozhkov, Elie Bakouch, Gabriel Martín Blázquez, Guilherme Penedo, Lewis Tunstall, Andrés Marafioti, Hynek Kydlíček, Agustín Piqueres Lajarín, Vaibhav Srivastav, and 1 others\. 2025\.SmolLM2: When smol goes big–data\-centric training of a small language model\.*arXiv preprint arXiv:2502\.02737*\.
- Bach et al\. \(2022\)Stephen H\. Bach, Victor Sanh, Zheng\-Xin Yong, Albert Webson, Colin Raffel, Nihal V\. Nayak, Abheesht Sharma, Taewoon Kim, M Saiful Bari, Thibault Fevry, Zaid Alyafeai, Manan Dey, Andrea Santilli, Zhiqing Sun, Srulik Ben\-David, Canwen Xu, Gunjan Chhablani, Han Wang, Jason Alan Fries, and 8 others\. 2022\.[PromptSource: An integrated development environment and repository for natural language prompts](https://doi.org/10.18653/v1/2022.acl-demo.9)\.In*Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics: System Demonstrations*, pages 93–104, Dublin, Ireland\. Association for Computational Linguistics\.
- Brown et al\. \(2020\)Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, Sandhini Agarwal, Ariel Herbert\-Voss, Gretchen Krueger, Tom Henighan, Rewon Child, Aditya Ramesh, Daniel Ziegler, Jeffrey Wu, Clemens Winter, and 12 others\. 2020\.[Language models are few\-shot learners](https://proceedings.neurips.cc/paper_files/paper/2020/file/1457c0d6bfcb4967418bfb8ac142f64a-Paper.pdf)\.In*Advances in Neural Information Processing Systems*, volume 33, pages 1877–1901\. Curran Associates, Inc\.
- Caravaca et al\. \(2025\)Francisco Caravaca, Ángel Cuevas, and Rubén Cuevas\. 2025\.From prompts to power: Measuring the energy footprint of LLM inference\.*arXiv preprint arXiv:2511\.05597*\.
- Chen et al\. \(2020\)Yanjiao Chen, Baolin Zheng, Zihan Zhang, Qian Wang, Chao Shen, and Qian Zhang\. 2020\.[Deep learning on mobile and embedded devices: State\-of\-the\-art, challenges, and future directions](https://doi.org/10.1145/3398209)\.*ACM Comput\. Surv\.*, 53\(4\)\.
- Clark et al\. \(2019\)Christopher Clark, Kenton Lee, Ming\-Wei Chang, Tom Kwiatkowski, Michael Collins, and Kristina Toutanova\. 2019\.[BoolQ: Exploring the surprising difficulty of natural yes/no questions](https://doi.org/10.18653/v1/N19-1300)\.In*Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 \(Long and Short Papers\)*, pages 2924–2936, Minneapolis, Minnesota\. Association for Computational Linguistics\.
- Clark et al\. \(2018\)Peter Clark, Isaac Cowhey, Oren Etzioni, Tushar Khot, Ashish Sabharwal, Carissa Schoenick, and Oyvind Tafjord\. 2018\.[Think you have solved question answering? try ARC, the AI2 reasoning challenge](https://arxiv.org/abs/1803.05457)\.*Preprint*, arXiv:1803\.05457\.
- Comanici et al\. \(2025\)Gheorghe Comanici, Eric Bieber, Mike Schaekermann, Ice Pasupat, Noveen Sachdeva, Inderjit Dhillon, Marcel Blistein, Ori Ram, Dan Zhang, Evan Rosen, and 1 others\. 2025\.Gemini 2\.5: Pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities\.*arXiv preprint arXiv:2507\.06261*\.
- Das et al\. \(2025\)Badhan Chandra Das, M\. Hadi Amini, and Yanzhao Wu\. 2025\.[Security and privacy challenges of large language models: A survey](https://doi.org/10.1145/3712001)\.*ACM Comput\. Surv\.*, 57\(6\)\.
- Dettmers et al\. \(2022\)Tim Dettmers, Mike Lewis, Younes Belkada, and Luke Zettlemoyer\. 2022\.[GPT3\.int8\(\): 8\-bit matrix multiplication for transformers at scale](https://doi.org/10.52202/068431-2198)\.In*Advances in Neural Information Processing Systems*, volume 35, pages 30318–30332\. Curran Associates, Inc\.
- Frankle and Carbin \(2019\)Jonathan Frankle and Michael Carbin\. 2019\.[The lottery ticket hypothesis: Finding sparse, trainable neural networks](https://openreview.net/forum?id=rJl-b3RcF7)\.In*International Conference on Learning Representations*\.
- Fu et al\. \(2023\)Yao Fu, Hao Peng, Ashish Sabharwal, Peter Clark, and Tushar Khot\. 2023\.[Complexity\-based prompting for multi\-step reasoning](https://openreview.net/forum?id=yf1icZHC-l9)\.In*The Eleventh International Conference on Learning Representations*\.
- Grattafiori et al\. \(2024\)Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al\-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Alex Vaughan, and 1 others\. 2024\.The llama 3 herd of models\.*arXiv preprint arXiv:2407\.21783*\.
- Gu et al\. \(2024\)Yuxian Gu, Li Dong, Furu Wei, and Minlie Huang\. 2024\.[Minillm: Knowledge distillation of large language models](https://proceedings.iclr.cc/paper_files/paper/2024/file/8ac015d409635f196f9e3e9dcfb9a94e-Paper-Conference.pdf)\.In*International Conference on Learning Representations*, volume 2024, pages 32694–32717\.
- Hinton et al\. \(2015\)Geoffrey Hinton, Oriol Vinyals, and Jeff Dean\. 2015\.Distilling the knowledge in a neural network\.*arXiv preprint arXiv:1503\.02531*\.
- Husom et al\. \(2024\)Erik Johannes Husom, Arda Goknil, Lwin Khin Shar, and Sagar Sen\. 2024\.The price of prompting: Profiling energy use in large language models inference\.*arXiv preprint arXiv:2407\.16893*\.
- Ip and Vongthongsri \(2026\)Jeffrey Ip and Kritin Vongthongsri\. 2026\.deepeval\.[https://github\.com/confident\-ai/deepeval](https://github.com/confident-ai/deepeval)\.Accessed: 2026\-08\-24\.
- Ismithdeen et al\. \(2025\)Mohamed Insaf Ismithdeen, Muhammad Uzair Khattak, and Salman Khan\. 2025\.[Promptception: How sensitive are large multimodal models to prompts?](https://doi.org/10.18653/v1/2025.findings-emnlp.1302)In*Findings of the Association for Computational Linguistics: EMNLP 2025*, pages 23950–23985, Suzhou, China\. Association for Computational Linguistics\.
- Jeoung et al\. \(2026\)Sullam Jeoung, Yueyan Chen, Yi Zhang, Shuai Wang, Haibo Ding, and Lin Lee Cheong\. 2026\.[PromptPrism: A linguistically\-inspired taxonomy for prompts](https://doi.org/10.18653/v1/2026.findings-eacl.61)\.In*Findings of the Association for Computational Linguistics: EACL 2026*, pages 1168–1192, Rabat, Morocco\. Association for Computational Linguistics\.
- Jiang et al\. \(2020\)Zhengbao Jiang, Frank F\. Xu, Jun Araki, and Graham Neubig\. 2020\.[How can we know what language models know?](https://doi.org/10.1162/tacl_a_00324)*Transactions of the Association for Computational Linguistics*, 8:423–438\.
- Karlgren et al\. \(2025\)Jussi Karlgren, Marie Isabel Engels, Maria Barrett, Rohit Raj Gunti, Mohanna Hoveyda, Bruno Nadalic Sotic, Jaap Kamps, Mika Koistinen, and Elaine Zosa\. 2025\.Overview and joint report of the robustness and consistency task at the ELOQUENT 2025 lab for evaluating generative language model quality\.*Working Notes of CLEF*\.
- Kojima et al\. \(2022\)Takeshi Kojima, Shixiang \(Shane\) Gu, Machel Reid, Yutaka Matsuo, and Yusuke Iwasawa\. 2022\.[Large language models are zero\-shot reasoners](https://doi.org/10.52202/068431-1613)\.In*Advances in Neural Information Processing Systems*, volume 35, pages 22199–22213\. Curran Associates, Inc\.
- Li et al\. \(2024\)Xiang Li, Zhenyan Lu, Dongqi Cai, Xiao Ma, and Mengwei Xu\. 2024\.[Large language models on mobile devices: Measurements, analysis, and insights](https://doi.org/10.1145/3662006.3662059)\.In*Proceedings of the Workshop on Edge and Mobile Foundation Models*, EdgeFM ’24, page 1–6, New York, NY, USA\. Association for Computing Machinery\.
- Liu et al\. \(2022\)Jiachang Liu, Dinghan Shen, Yizhe Zhang, Bill Dolan, Lawrence Carin, and Weizhu Chen\. 2022\.[What makes good in\-context examples for GPT\-3?](https://doi.org/10.18653/v1/2022.deelio-1.10)In*Proceedings of Deep Learning Inside Out \(DeeLIO 2022\): The 3rd Workshop on Knowledge Extraction and Integration for Deep Learning Architectures*, pages 100–114, Dublin, Ireland and Online\. Association for Computational Linguistics\.
- Liu et al\. \(2023\)Pengfei Liu, Weizhe Yuan, Jinlan Fu, Zhengbao Jiang, Hiroaki Hayashi, and Graham Neubig\. 2023\.[Pre\-train, prompt, and predict: A systematic survey of prompting methods in natural language processing](https://doi.org/10.1145/3560815)\.*ACM Comput\. Surv\.*, 55\(9\)\.
- Liu et al\. \(2026\)Yao\-Yang Liu, Zhen Zheng, Feng Zhang, Jin\-Cheng Feng, Yi\-Yang Fu, Ji\-Dong Zhai, Bing\-Sheng He, Xiao Zhang, and Xiao\-Yong Du\. 2026\.A comprehensive taxonomy of prompt engineering techniques for large language models\.*Frontiers of Computer Science*, 20\(3\):2003601\.
- Liu et al\. \(2024\)Zechun Liu, Changsheng Zhao, Forrest Iandola, Chen Lai, Yuandong Tian, Igor Fedorov, Yunyang Xiong, Ernie Chang, Yangyang Shi, Raghuraman Krishnamoorthi, Liangzhen Lai, and Vikas Chandra\. 2024\.MobileLLM: optimizing sub\-billion parameter language models for on\-device use cases\.In*Proceedings of the 41st International Conference on Machine Learning*, ICML’24\. JMLR\.org\.
- Long et al\. \(2025\)Do Xuan Long, Duy Dinh, Ngoc\-Hai Nguyen, Kenji Kawaguchi, Nancy F\. Chen, Shafiq Joty, and Min\-Yen Kan\. 2025\.[What makes a good natural language prompt?](https://doi.org/10.18653/v1/2025.acl-long.292)In*Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\)*, pages 5835–5873, Vienna, Austria\. Association for Computational Linguistics\.
- Longpre et al\. \(2023\)Shayne Longpre, Le Hou, Tu Vu, Albert Webson, Hyung Won Chung, Yi Tay, Denny Zhou, Quoc V Le, Barret Zoph, Jason Wei, and Adam Roberts\. 2023\.[The flan collection: Designing data and methods for effective instruction tuning](https://proceedings.mlr.press/v202/longpre23a.html)\.In*Proceedings of the 40th International Conference on Machine Learning*, volume 202 of*Proceedings of Machine Learning Research*, pages 22631–22648\. PMLR\.
- Lu et al\. \(2022\)Yao Lu, Max Bartolo, Alastair Moore, Sebastian Riedel, and Pontus Stenetorp\. 2022\.[Fantastically ordered prompts and where to find them: Overcoming few\-shot prompt order sensitivity](https://doi.org/10.18653/v1/2022.acl-long.556)\.In*Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\)*, pages 8086–8098, Dublin, Ireland\. Association for Computational Linguistics\.
- Min et al\. \(2022\)Sewon Min, Xinxi Lyu, Ari Holtzman, Mikel Artetxe, Mike Lewis, Hannaneh Hajishirzi, and Luke Zettlemoyer\. 2022\.[Rethinking the role of demonstrations: What makes in\-context learning work?](https://aclanthology.org/2022.emnlp-main.759)In*Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing*, pages 11048–11064\. Association for Computational Linguistics\.
- Mishra et al\. \(2022\)Swaroop Mishra, Daniel Khashabi, Chitta Baral, and Hannaneh Hajishirzi\. 2022\.[Cross\-task generalization via natural language crowdsourcing instructions](https://doi.org/10.18653/v1/2022.acl-long.244)\.In*Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\)*, pages 3470–3487, Dublin, Ireland\. Association for Computational Linguistics\.
- Mizrahi et al\. \(2024\)Moran Mizrahi, Guy Kaplan, Dan Malkin, Rotem Dror, Dafna Shahaf, and Gabriel Stanovsky\. 2024\.[State of what art? A call for multi\-prompt LLM evaluation](https://doi.org/10.1162/tacl_a_00681)\.*Transactions of the Association for Computational Linguistics*, 12:933–949\.
- MLC\-LLM Team \(2023\)MLC\-LLM Team\. 2023\.MLC\-LLM: A universal deployment solution for large language models\.[https://github\.com/mlc\-ai/mlc\-llm](https://github.com/mlc-ai/mlc-llm)\.Accessed: 2026\-08\-24\.
- Murthy et al\. \(2024\)Rithesh Murthy, Liangwei Yang, Juntao Tan, Tulika Manoj Awalgaonkar, Yilun Zhou, Shelby Heinecke, Sachin Desai, Jason Wu, Ran Xu, Sarah Tan, and 1 others\. 2024\.Mobileaibench: Benchmarking LLMs and LMMs for on\-device use cases\.*arXiv preprint arXiv:2406\.10290*\.
- Patel et al\. \(2021\)Arkil Patel, Satwik Bhattamishra, and Navin Goyal\. 2021\.[Are NLP models really able to solve simple math word problems?](https://doi.org/10.18653/v1/2021.naacl-main.168)In*Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies*, pages 2080–2094, Online\. Association for Computational Linguistics\.
- Reynolds and McDonell \(2021\)Laria Reynolds and Kyle McDonell\. 2021\.[Prompt programming for large language models: Beyond the few\-shot paradigm](https://doi.org/10.1145/3411763.3451760)\.In*Extended Abstracts of the 2021 CHI Conference on Human Factors in Computing Systems*, CHI EA ’21, New York, NY, USA\. Association for Computing Machinery\.
- Schick and Schütze \(2021\)Timo Schick and Hinrich Schütze\. 2021\.[Exploiting cloze\-questions for few\-shot text classification and natural language inference](https://doi.org/10.18653/v1/2021.eacl-main.20)\.In*Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume*, pages 255–269, Online\. Association for Computational Linguistics\.
- Schwartz et al\. \(2020\)Roy Schwartz, Jesse Dodge, Noah A\. Smith, and Oren Etzioni\. 2020\.[Green AI](https://doi.org/10.1145/3381831)\.*Commun\. ACM*, 63\(12\):54–63\.
- Sotic and Kamps \(2025\)Bruno N Sotic and Jaap Kamps\. 2025\.University of amsterdam at the CLEF 2025 eloquent track\.In*CLEF \(Working Notes\)*, pages 1435–1442\.
- Sweller and Chandler \(1991\)John Sweller and Paul Chandler\. 1991\.[Evidence for cognitive load theory](https://doi.org/10.1207/s1532690xci0804_5)\.*Cognition and Instruction*, 8\(4\):351–362\.
- Team et al\. \(2024\)Gemma Team, Morgane Riviere, Shreya Pathak, Pier Giuseppe Sessa, Cassidy Hardin, Surya Bhupatiraju, Léonard Hussenot, Thomas Mesnard, Bobak Shahriari, Alexandre Ramé, and 1 others\. 2024\.Gemma 2: Improving open language models at a practical size\.*arXiv preprint arXiv:2408\.00118*\.
- Team \(2024\)Qwen Team\. 2024\.[Qwen2\.5: A party of foundation models](https://qwenlm.github.io/blog/qwen2.5/)\.
- Vatsal and Dubey \(2024\)Shubham Vatsal and Harsh Dubey\. 2024\.A survey of prompt engineering methods in large language models for different NLP tasks\.*arXiv preprint arXiv:2407\.12994*\.
- Wang et al\. \(2025\)Haoxin Wang, Xiaolong Tu, Hongyu Ke, Huirong Chai, Dawei Chen, and Kyungtae Han\. 2025\.[lm\-meter: Unveiling runtime inference latency for on\-device language models](https://doi.org/10.1145/3769102.3770614)\.In*Proceedings of the Tenth ACM/IEEE Symposium on Edge Computing*, SEC’25, New York, NY, USA\. Association for Computing Machinery\.
- Wang et al\. \(2023\)Xuezhi Wang, Jason Wei, Dale Schuurmans, Quoc V Le, Ed H\. Chi, Sharan Narang, Aakanksha Chowdhery, and Denny Zhou\. 2023\.[Self\-consistency improves chain of thought reasoning in language models](https://openreview.net/forum?id=1PL1NIMMrw)\.In*The Eleventh International Conference on Learning Representations*\.
- Wang et al\. \(2022\)Yizhong Wang, Swaroop Mishra, Pegah Alipoormolabashi, Yeganeh Kordi, Amirreza Mirzaei, Atharva Naik, Arjun Ashok, Arut Selvan Dhanasekaran, Anjana Arunkumar, David Stap, Eshaan Pathak, Giannis Karamanolakis, Haizhi Lai, Ishan Purohit, Ishani Mondal, Jacob Anderson, Kirby Kuznia, Krima Doshi, Kuntal Kumar Pal, and 16 others\. 2022\.[Super\-NaturalInstructions: Generalization via declarative instructions on 1600\+ NLP tasks](https://doi.org/10.18653/v1/2022.emnlp-main.340)\.In*Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing*, pages 5085–5109, Abu Dhabi, United Arab Emirates\. Association for Computational Linguistics\.
- Wei et al\. \(2022\)Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Brian Ichter, Fei Xia, Ed Chi, Quoc V Le, and Denny Zhou\. 2022\.[Chain\-of\-thought prompting elicits reasoning in large language models](https://doi.org/10.52202/068431-1800)\.In*Advances in Neural Information Processing Systems*, volume 35, pages 24824–24837\. Curran Associates, Inc\.
- Xiao et al\. \(2023\)Guangxuan Xiao, Ji Lin, Mickael Seznec, Hao Wu, Julien Demouth, and Song Han\. 2023\.[SmoothQuant: Accurate and efficient post\-training quantization for large language models](https://proceedings.mlr.press/v202/xiao23c.html)\.In*Proceedings of the 40th International Conference on Machine Learning*, volume 202 of*Proceedings of Machine Learning Research*, pages 38087–38099\. PMLR\.
- Xue et al\. \(2024\)Zhenliang Xue, Yixin Song, Zeyu Mi, Xinrui Zheng, Yubin Xia, and Haibo Chen\. 2024\.Powerinfer\-2: Fast large language model inference on a smartphone\.*arXiv preprint arXiv:2406\.06282*\.
- Yin et al\. \(2025\)Wangsong Yin, Rongjie Yi, Daliang Xu, Gang Huang, Mengwei Xu, and Xuanzhe Liu\. 2025\.[Elastic on\-device LLM service](https://doi.org/10.1145/3680207.3765259)\.In*Proceedings of the 31st Annual International Conference on Mobile Computing and Networking*, ACM MOBICOM ’25, page 984–999, New York, NY, USA\. Association for Computing Machinery\.
- Zhao et al\. \(2021\)Zihao Zhao, Eric Wallace, Shi Feng, Dan Klein, and Sameer Singh\. 2021\.[Calibrate before use: Improving few\-shot performance of language models](https://proceedings.mlr.press/v139/zhao21c.html)\.In*Proceedings of the 38th International Conference on Machine Learning*, volume 139 of*Proceedings of Machine Learning Research*, pages 12697–12706\. PMLR\.
- Zhou et al\. \(2019\)Zhi Zhou, Xu Chen, En Li, Liekang Zeng, Ke Luo, and Junshan Zhang\. 2019\.[Edge intelligence: Paving the last mile of artificial intelligence with edge computing](https://doi.org/10.1109/JPROC.2019.2918951)\.*Proceedings of the IEEE*, 107\(8\):1738–1762\.
- Zhu et al\. \(2024\)Kaijie Zhu, Jindong Wang, Jiaheng Zhou, Zichen Wang, Hao Chen, Yidong Wang, Linyi Yang, Wei Ye, Yue Zhang, Neil Gong, and Xing Xie\. 2024\.[Promptrobust: Towards evaluating the robustness of large language models on adversarial prompts](https://doi.org/10.1145/3689217.3690621)\.In*Proceedings of the 1st ACM Workshop on Large AI Systems and Models with Privacy and Safety Analysis*, LAMPS ’24, page 57–68, New York, NY, USA\. Association for Computing Machinery\.

## Appendix APrompt Property Definitions

Sub\-propertyDefinitionAggressive/Authoritative TonePrompts characterized by commanding or forceful language, often lacking politeness or courtesy\.Conversational TonePrompts that mimic natural human dialogue, often informal and friendly in nature\.Chain\-of\-Thought \(CoT\)A prompting technique where the model is guided to generate intermediate reasoning steps before arriving at a final answer\.Formatting DifferencesVariations in the structural presentation of prompts, such as the use of lists, bullet points, or different punctuation\.Persona\-BasedPrompts that assign a specific role or identity to the model, such as “You are a helpful assistant\.”Polite TonePrompts that employ courteous language, including phrases like “please” and “thank you\.”Technical/Jargon\-HeavyPrompts that utilize domain\-specific terminology or complex language\.Table 1:Definitions of phrasing pattern sub\-properties, quoted from[Sotic and Kamps \(2025\)](https://arxiv.org/html/2609.01798#bib.bib40)\.Sub\-propertyDefinitionIntrinsic LoadPrompts in this property explicitly guide models to break complex tasks into actionable steps aligned with LLM skills\.Extraneous LoadPrompts in this property contain unnecessary complexity with intricate language, redundant or irrelevant information, resulting in increased unnecessary load\.Germane LoadPrompts in this property explicitly engage models with their prior knowledge or deep working memory to integrate it with existing and new knowledge for problem\-solving\.Table 2:Definitions of cognitive load sub\-properties, quoted from[Long et al\. \(2025\)](https://arxiv.org/html/2609.01798#bib.bib28)\.
## Appendix BCognitive Load Prompt Generation Template

PROPERTY = Cognitive LoadDESCRIPTION = Cognitive Load Theory categorizes cognitive load into three types: Intrinsic Load, Extraneous Load, and Germane Load\. This property defines cognitive load as a prompt attribute with three corresponding sub\-properties\.TASK INSTRUCTION = You are tasked with generating prompt variations that incorporate cognitive load information based on the given prompt\.SUB\-PROPERTY DEFINITIONS:\>Intrinsic Load Prompts explicitly guide the model to break complex tasks into actionable steps aligned with LLM skills\.\>Extraneous Load Prompts contain unnecessary complexity with intricate language, redundant or irrelevant information, resulting in increased unnecessary cognitive load\.\>Germane Load Prompts explicitly engage the model with its prior knowledge or deep working memory to integrate existing and new knowledge for problem\-solving\.INPUT PROMPT FORMAT: <Begin of the prompt\> \{input\_prompt\} <End of the prompt\>GENERATION REQUIREMENTS:\>Generate exactly one prompt variation for each cognitive load sub\-property: Intrinsic Load, Extraneous Load, and Germane Load\.\>Preserve semantic intent: Each variation must preserve the original semantic intent \(the question and required answer\) while differing in the expression and organization of cognitive load information\. You may drop story details, background descriptions, or numbers that are not necessary to determine the answer\.\>Length consistency: The three generated variations should be roughly comparable in length; however, cognitive\-load constraints take priority over strict length matching\. Do not artificially extend the Germane prompt to match the Extraneous prompt length\.SUB\-PROPERTY ISOLATION RULES:1\. Intrinsic Load variation:\- MUST include only step\-breaking or task\-structuring guidance\.\- Use explicit step markers such as ‘‘Step 1 / Step 2 / Step 3’’ or ‘‘First / Next / Then / Finally’’\.\- Do NOT add narrative details beyond the minimum required for solving the task\.2\. Extraneous Load variation:\- MUST include only unnecessary complexity, redundancy, or irrelevant information\.\- MUST NOT introduce step\-by\-step solution structure or meta\-cognitive guidance\.3\. Germane Load variation:\- MUST activate prior knowledge and conceptual reasoning\.\- MUST NOT include explicit procedural or step\-by\-step guidance\.CRITICAL CONSTRAINT CHECKLIST:\>For Extraneous Load Variation \(Goal: High Extraneous, Low Intrinsic, Low Germane\):\- Noise Injection: You MUST insert clearly irrelevant numerical data or distinct entities \(e\.g\., unrelated times, prices, objects, names, weather\)\.\- Distractors MUST NOT change the correct answer\.\- Structure: Use complex and convoluted sentences to obscure key information\.\- No Guidance: Do NOT use phrases such as ‘‘First’’, ‘‘Next’’, ‘‘Think step\-by\-step’’, or ‘‘Use your knowledge of’’\.\>For Germane Load Variation \(Goal: Low Intrinsic, Low Extraneous, High Germane\):\- ONE\-SENTENCE / ONE\-MAIN\-VERB RULE: The prompt MUST be exactly one sentence with one main directive verb\.\- Explicit prior\-knowledge cue is REQUIRED \(e\.g\., ‘‘Use your knowledge of the simple part\-whole idea\.\.\.’’\)\.\- Single simple concept ONLY: part\-whole idea, part\-part\-whole idea, or difference idea\.\- SEMANTIC SIMPLICITY: BANNED terms include ‘‘Function’’, ‘‘Dependency’’, ‘‘Integration’’, ‘‘Framework’’, ‘‘Schema’’, ‘‘Mental model’’\.\- NUMBERS AND ROLES: Mention only quantities required to compute the answer\.\- Target structure \(soft template\): ‘‘Use your knowledge of the simple \[concept\] idea to find \[goal\] from the given numbers\.’’OUTPUT FORMAT \(STRICT\):<Begin of response\>\{‘‘Base prompt’’: ‘‘\{input\_prompt\}’’,‘‘Intrinsic load prompt’’: ‘‘’’,‘‘Extraneous load prompt’’: ‘‘’’,‘‘Germane load prompt’’: ‘‘’’ \}<End of response\>Any deviation from the required format or violation of sub\-property isolation is strictly prohibited\. No additional explanation or commentary is allowed outside the JSON object\.

## Appendix CPrompt Variation Evaluator Template

COG\_FORMAT = ‘‘\{‘Intrinsic load’: 1\-10, ‘Extraneous load’: 1\-10, ‘Germane load’: 1\-10\}’’COG\_JUDGING\_PROMPT = f""" You are a highly experienced judge tasked with evaluating a prompt on criteria\.The prompt given to you is provided below: <begin of the prompt\> \{input\_prompt\} <end of the prompt\>Your task is to evaluate the above prompt on the following criteria on a scale of 1\-10:\- Intrinsic load: This evaluates the prompts in explicitly guiding models to break complex tasks into actionable steps aligned with LM skills\.\- Extraneous load: The extent to which prompts exclude irrelevant materials to reduce unnecessary load\.\- Germane load: The degree to which prompts explicitly engage models with their prior knowledge or deep working memory \(e\.g\., ‘‘ask itself’’\) to integrate it with existing and new knowledge for problem\-solving\.The scoring system is provided below:\> Intrinsic load:\- 1\-2 \(Poor\): The prompt provides little to no guidance on breaking down the task\. It is overly vague, abstract, or assumes the model can handle complexity without guidance\.\- 3\-4 \(Below Average\): The prompt provides minimal guidance but fails to clearly break the task into actionable steps\. The model is left to infer most of the process\.\- 5\-6 \(Average\): The prompt partially breaks down the task but lacks clarity or completeness in defining actionable steps\. Some guidance is present, but it is inconsistent or incomplete\.\- 7\-8 \(Good\): The prompt effectively breaks the task into clear, actionable steps\. It aligns well with the model’s skills but may lack some nuance or optimization\.\- 9\-10 \(Excellent\): The prompt perfectly breaks the task into logical, actionable steps\. It is highly aligned with the model’s capabilities and ensures clarity and efficiency in execution\.\> Extraneous load:\- 1\-2 \(Poor\): The prompt is perfectly concise and excludes all irrelevant materials\. It is optimized to reduce extraneous load to the bare minimum\.\- 3\-4 \(Below Average\): The prompt is concise and mostly free of irrelevant information\. It minimizes extraneous load effectively, with only minor distractions\.\- 5\-6 \(Average\): The prompt includes some unnecessary details but generally stays focused on the task\. The extraneous load is moderate but not overly detrimental\.\- 7\-8 \(Good\): The prompt contains some irrelevant information, but the core task is still somewhat discernible\. The extraneous load is noticeable and distracting\.\- 9\-10 \(Excellent\): The prompt includes excessive irrelevant information, making it difficult for the model to focus on the core task\. It is cluttered or overly verbose\.\> Germane load:\- 1\-2 \(Poor\): The prompt does not engage the model’s prior knowledge or working memory\. It provides no cues or instructions to leverage existing knowledge\.\- 3\-4 \(Below Average\): The prompt makes minimal attempts to engage prior knowledge but does so ineffectively or inconsistently\. The model is left to infer connections on its own\.\- 5\-6 \(Average\): The prompt partially engages the model’s prior knowledge but lacks depth or clarity in integrating it with new information\. The engagement is superficial\.\- 7\-8 \(Good\): The prompt effectively engages the model’s prior knowledge and encourages integration with new information\. It provides clear cues or instructions for leveraging existing knowledge\.\- 9\-10 \(Excellent\): The prompt perfectly engages the model’s prior knowledge and deep working memory\. It explicitly guides the model to integrate existing and new knowledge for optimal problem\-solving\.Your evaluations must focus on explicit instructions rather than implicit instructions\.For example, if the prompt does not say ‘‘Reflect on your prior knowledge’’ then you should not assume that the prompt is effective in encouraging germane load\.Begin your evaluation by providing a short explanation for each\. Be as objective, thorough, and constructive as possible\.After providing your explanation, please rate the response on all the criteria on a scale of 1 to 10 by strictly following this format: <begin of explanation\> \.\.\. <end of explanation\> <begin of ratings\> \{COG\_FORMAT\} <end of ratings\> """

## Appendix DExperimental Setup Details

CategoryItemConfiguration / ValueNotesDevicesPixel 8 ProCPU: 1\.32 GHz / 1\.57 GHz / 2\.04 GHz GPU: 810 MHzAndroid on\-device inferencePixel 7CPU: 1\.32 GHz / 1\.49 GHz / 1\.58 GHz GPU: 810 MHzSame OS configurationHardware ControlCPU / GPU FrequencyFixed \(no DVFS\)Governors locked during inferenceScreen BrightnessMinimum brightnessReduce display power noiseModelsLlama\-3\.2\-1B\-Instruct1B params, q4f16\_1, MLCInstruction\-tunedQwen\-2\.5\-0\.5B\-Instruct0\.5B params, q0f16, MLCLightweight modelQwen\-2\.5\-1\.5B\-Instruct1\.5B params, q4f16\_1, MLCMedium\-scale modelGemma\-2\-2b\-it2B params, q4f16\_0, MLCGoogle Gemma familySmolLM2\-360M\-Instruct360M params, q4f16\_1, MLCSmall\-scale modelPrompt SetupBase Prompt DatasetsSVAMP, BoolQ, AI2\-ARCUsed as semantic anchorsPrompt VariationsProperty\-controlled generationCognitive load, phrasing patternsPrompt CountThree candidates per base promptSee Appendix[B](https://arxiv.org/html/2609.01798#A2)Inference SettingsNumber of RunsThree runs per \(device, model, prompt\)Averaged for stabilityTemperatureT=0\.6T=0\.6\(fixed\)Same across all experimentsTop\-ppp=0\.8p=0\.8\(fixed\)Same across all experimentsMax TokensFixed across modelsPrevent output\-length biasMeasurementEnergy ProfilingOn\-device power measurementSee Section[3\.3](https://arxiv.org/html/2609.01798#S3.SS3)

Table 3:Experimental setup and controlled configurations for on\-device prompt\-energy evaluation\. We conducted a carefully controlled study covering 2 major prompt properties, 10 sub\-properties, 4 datasets, 404 prompts, 5 LLMs, 2 mobile devices \(phrasing pattern prompts are profiled on both devices, cognitive load prompts are profiled on Pixel 8 Pro only\), and 3 repeated runs per configuration, resulting in 7,620 total inference runs\. To isolate the effect of prompt properties, CPU and GPU frequencies are fixed to disable DVFS, and all experiments use identical inference parameters across prompt variants\.
## Appendix EPhrasing Pattern Response Evaluation Metrics and Scoring Rubrics

MetricDefinitionRelevanceWhether the response directly addresses the user’s request and remains aligned with the prompt’s intent and scope, without extraneous or tangential content\.CorrectnessWhether the response avoids factual errors or hallucinated claims unsupported by the prompt or commonly accepted knowledge\.CoherenceWhether the response is logically organized, structurally well formed, and semantically continuous, without abrupt topic shifts, disorganization, or repetitive generation\.CompletenessWhether the response covers all material components of the request, including key sub\-questions, required elements, or expected deliverables\.Instruction AdherenceWhether the response follows explicit and implicit prompt constraints, including format, scope, quantity, style, and target audience\.Internal ConsistencyWhether the response is free of internal contradictions, self\-negating statements, or mutually inconsistent claims\.Table 4:Definitions of the six response\-quality metrics used to evaluate linguistic and functional competence in open\-ended phrasing tasks\.Table 5:Scoring Rubric forRelevanceandCorrectnessScoreRelevanceCorrectness1\.00Completely Relevant\.Entirely focused on the user’s prompt\. Every sentence contributes to answering the specific question\.No Errors\.All assertions and claims are factually correct and verifiable based on general knowledge\.0\.75Mostly Relevant\.Core answer is relevant, but includes slight divergence, tangential examples, or minor unnecessary elaboration\.Minor Inaccuracy\.Core answer is correct, but contains a trivial error \(e\.g\., slightly off date\) that does not mislead the user\.0\.50Mixed Relevance\.Addresses the prompt but drifts significantly into unrelated topics for a large portion of the text\.Mixed Accuracy\.Contains a mix of correct and incorrect statements\. A significant claim is factually wrong\.0\.25Mostly Irrelevant\.Acknowledges the topic but fails to address the specific question; high noise\-to\-signal ratio\.Major Inaccuracy\.Primary conclusion is factually incorrect, though some minor supporting details might be right\.0\.00Completely Irrelevant\.Unrelated to the prompt \(e\.g\., hallucinated question, gibberish\)\.Complete Hallucination\.Fundamentally wrong, fabricated, or contradicts well\-established facts entirely\.Table 6:Scoring Rubric forCoherenceandCompletenessScoreCoherenceCompleteness1\.00Perfectly Coherent\.Flows logically with clear structure\. Transitions are smooth and natural\.Fully Complete\.Comprehensively addresses every aspect, including all sub\-questions and implied requirements\.0\.75Mostly Coherent\.Logic is sound, but contains minor awkward transitions or slightly confusing structures\.Mostly Complete\.Addresses main points but misses a minor detail, example, or nuance\.0\.50Somewhat Disjointed\.Understandable but requires effort to follow\. Text may jump between ideas\.Partial Completion\.Answers one part well but ignores another significant part \(e\.g\., explains concept but omits examples\)\.0\.25Incoherent\.Fragmented text\. Sentences do not logically follow one another\. Severe repetition occurs\.Minimal Coverage\.Touches on the topic but fails to provide the substance required for a functional answer\.0\.00Unreadable\.“Word salad,” gibberish, or completely unstructured text\.Incomplete\.Fails to answer the core request entirely\.Table 7:Scoring Rubric forInstruction AdherenceandInternal ConsistencyScoreInstruction AdherenceInternal Consistency1\.00Strict Adherence\.Follows every constraint, including negative constraints \(“do not…”\) and stylistic requirements\.Consistent\.Perfectly consistent\. No logical contradictions exist within the text\.0\.75Minor Deviation\.Follows main instructions but misses a minor formatting constraint or tone is slightly off\.Mostly Consistent\.Consistent, but may contain slight ambiguity interpretable as a contradiction\.0\.50Partial Adherence\.Ignores a major constraint \(e\.g\., wrong format\) but adheres to others\.Contradictory\.Contains a clear contradiction on a minor point without context\.0\.25Major Deviation\.Ignores most specific constraints, adhering only to the general topic\.Heavily Contradictory\.Contradicts its own main thesis or conclusion\.0\.00Non\-Adherence\.Completely ignores specific instructions \(e\.g\., wrong language, wrong format\)\.Illogical\.Riddled with self\-negating statements; impossible to determine the stance\.

## Appendix FDetailed Full Experimental Measurements

Note on per\-token conventions\.Token counts and energy values in the following tables are arithmetic means across questions within each condition\. In contrast, the per\-token energy reported in Fig\.[3](https://arxiv.org/html/2609.01798#S4.F3)is first computed separately for each question and then averaged across questions, giving equal weight to every question\. As a result, the two approaches use different weighting schemes: taking the ratio of the aggregate means in the table implicitly gives greater weight to questions with more tokens\. For example, for Qwen\-2\.5\-1\.5B on BoolQ \(Extraneous, decode\), the equal\-weight convention used in Fig\.[3](https://arxiv.org/html/2609.01798#S4.F3)yields a relative per\-token energy of 1\.29×\\times, while computing the ratio from the aggregate means in Table[11](https://arxiv.org/html/2609.01798#A6.T11)gives\(93\.43/166\)÷\(25\.56/56\)=1\.23×\(93\.43/166\)\\div\(25\.56/56\)=1\.23\\times\. Both values are derived from the same underlying measurements and differ only in how questions are weighted\. All per\-token quantities reported in the text and Fig\.[3](https://arxiv.org/html/2609.01798#S4.F3)follow the equal\-weight, per\-question convention\.

Table 8:Phrasing pattern summary across five LLMs on Pixel 8 pro\. Energy columns are shaded green, where darker indicates lower energy, and quality columns are shaded blue, where darker indicates higher quality\.ModelPhrasingPromptTok\.CompletionTok\.PrefillPower \(W\)DecodePower \(W\)PrefillLatency \(s\)DecodeLatency \(s\)TotalLatency \(s\)PrefillEnergy \(J\)DecodeEnergy \(J\)Rel\.Corr\.Coh\.Comp\.Instr\.Adh\.InternalCons\.Gemma\-2\-2BBase415384\.016\.095\.8563\.0168\.8623\.71381\.190\.910\.910\.890\.830\.820\.96Persona415334\.016\.065\.7563\.6269\.3723\.31380\.360\.870\.880\.850\.810\.770\.92Aggressive405564\.066\.015\.6166\.5472\.1522\.93396\.550\.880\.850\.860\.800\.770\.92Conversational425194\.046\.025\.8261\.1166\.9323\.72366\.610\.920\.930\.890\.820\.810\.98CoT445184\.016\.026\.0260\.5766\.5924\.32365\.980\.900\.880\.870\.790\.750\.89Format454764\.036\.006\.0655\.4961\.5524\.54334\.930\.920\.890\.900\.870\.830\.96Polite444854\.036\.085\.8955\.6561\.5424\.00338\.030\.910\.880\.900\.840\.780\.97Technical434734\.035\.935\.8555\.4961\.3423\.73334\.130\.910\.840\.880\.800\.750\.93LLaMA\-3\.2\-1BBase563803\.576\.3634\.9924\.4559\.45125\.08155\.940\.810\.700\.820\.710\.660\.79Persona564093\.536\.3534\.8326\.5461\.37123\.59168\.870\.840\.730\.830\.680\.730\.89Aggressive563513\.556\.3235\.2122\.5657\.76125\.68142\.870\.800\.720\.820\.680\.650\.84Conversational583853\.576\.3936\.3124\.7861\.09130\.57158\.450\.790\.680\.770\.670\.670\.77CoT593743\.586\.3037\.0024\.2661\.25133\.16154\.470\.640\.620\.770\.520\.510\.78Format603333\.566\.1537\.7721\.4459\.21134\.44135\.520\.710\.670\.740\.620\.600\.77Polite603523\.576\.3738\.0322\.5460\.58136\.44143\.810\.820\.780\.850\.680\.690\.78Technical593603\.566\.1137\.1423\.3660\.50132\.24147\.930\.840\.830\.790\.740\.700\.82Qwen\-2\.5\-0\.5BBase502343\.855\.2212\.8315\.0427\.8749\.0680\.250\.690\.600\.730\.520\.550\.73Persona502533\.815\.1312\.5116\.4828\.9947\.5688\.090\.740\.700\.780\.570\.550\.82Aggressive502753\.785\.0512\.5717\.9930\.5547\.2896\.720\.760\.650\.770\.600\.570\.87Conversational522563\.825\.2813\.1316\.5629\.6849\.8989\.120\.710\.620\.710\.510\.520\.81CoT532433\.755\.0313\.6115\.7729\.3950\.9484\.260\.690\.620\.740\.520\.530\.77Format542813\.805\.0013\.3118\.9032\.2150\.38101\.000\.720\.650\.710\.580\.610\.77Polite542533\.825\.2713\.4616\.2929\.7651\.1287\.080\.710\.630\.730\.550\.520\.79Technical532333\.794\.9412\.9415\.2828\.2248\.7181\.310\.680\.630\.770\.510\.550\.87Qwen\-2\.5\-1\.5BBase502723\.545\.1243\.4730\.7074\.17154\.18155\.540\.710\.680\.760\.610\.610\.78Persona502943\.555\.0842\.1534\.3776\.53150\.20173\.410\.850\.790\.820\.690\.700\.84Aggressive502593\.555\.0042\.9229\.5072\.42152\.59148\.930\.820\.800\.840\.700\.690\.90Conversational522873\.565\.0743\.9432\.9376\.87157\.11166\.390\.760\.780\.800\.670\.670\.89CoT532043\.555\.0146\.1222\.2468\.36163\.99113\.420\.720\.710\.820\.570\.560\.89Format542013\.545\.0346\.5921\.9468\.53164\.76111\.730\.770\.780\.810\.660\.660\.93Polite542753\.555\.1446\.5030\.8377\.33165\.73156\.910\.790\.760\.800\.720\.700\.83Technical532593\.575\.1244\.0228\.7372\.75157\.62146\.320\.770\.750\.840\.690\.690\.93SmolLM2\-360MBase622433\.824\.807\.9213\.5521\.4830\.0367\.240\.640\.550\.660\.490\.490\.68Persona632013\.814\.677\.9811\.1619\.1530\.2654\.400\.640\.560\.630\.500\.540\.77Aggressive622583\.834\.777\.8714\.5022\.3729\.9670\.900\.620\.490\.600\.380\.440\.61Conversational632623\.794\.828\.2814\.6622\.9431\.2072\.210\.580\.440\.580\.370\.380\.60CoT652593\.814\.788\.1814\.5422\.7231\.0771\.860\.540\.440\.610\.390\.450\.64Format662553\.824\.778\.3014\.2722\.5731\.6370\.130\.720\.560\.660\.540\.510\.74Polite662183\.814\.848\.3212\.0920\.4131\.4259\.810\.650\.620\.680\.450\.470\.80Technical642693\.814\.768\.2815\.1523\.4431\.4575\.470\.610\.500\.650\.360\.460\.69

Table 9:Phrasing pattern summary across five LLMs on Pixel 7\. Energy columns are shaded green, where darker indicates lower energy, and quality columns are shaded blue, where darker indicates higher quality\.ModelPhrasingPromptTok\.CompletionTok\.PrefillPower \(W\)DecodePower \(W\)PrefillLatency \(s\)DecodeLatency \(s\)TotalLatency \(s\)PrefillEnergy \(J\)DecodeEnergy \(J\)Rel\.Corr\.Coh\.Comp\.Instr\.Adh\.InternalCons\.Gemma\-2\-2BBase415382\.793\.1314\.95107\.76122\.7143\.87337\.800\.890\.900\.890\.840\.810\.95Persona415332\.843\.1514\.34107\.88122\.2243\.03335\.800\.880\.880\.850\.790\.770\.92Aggressive405562\.753\.1313\.58112\.61126\.1938\.96350\.580\.890\.860\.860\.810\.800\.94Conversational425192\.843\.1514\.64103\.74118\.3843\.31324\.210\.920\.920\.890\.820\.810\.98CoT445182\.913\.1315\.60103\.27118\.8746\.89323\.560\.890\.880\.860\.800\.760\.93Format454762\.943\.1115\.6694\.34110\.0047\.28294\.890\.920\.930\.910\.860\.790\.96Polite444852\.923\.1714\.8895\.43110\.3144\.91301\.510\.910\.870\.880\.790\.830\.95Technical434732\.843\.0814\.7494\.32109\.0643\.48294\.370\.910\.870\.870\.830\.770\.91LLaMA\-3\.2\-1BBase563812\.473\.3955\.0935\.8890\.97138\.13122\.210\.810\.680\.800\.720\.660\.80Persona564102\.483\.4054\.5038\.9493\.44136\.55133\.090\.830\.770\.810\.710\.730\.89Aggressive563552\.493\.4054\.8933\.4888\.37137\.36114\.630\.800\.710\.800\.640\.620\.82Conversational583872\.483\.4057\.3836\.5293\.90144\.02125\.170\.780\.680\.810\.690\.660\.79CoT593762\.493\.3658\.5635\.7494\.30147\.47122\.240\.630\.640\.770\.540\.560\.79Format603342\.493\.3360\.1631\.6191\.77151\.09107\.990\.720\.680\.740\.660\.600\.80Polite603502\.503\.4360\.4432\.8593\.29152\.19112\.440\.790\.770\.840\.690\.680\.83Technical593602\.483\.2958\.9334\.1193\.04147\.78116\.490\.840\.860\.820\.740\.690\.86Qwen\-2\.5\-0\.5BBase502342\.122\.6917\.7027\.1344\.8337\.9972\.570\.690\.610\.720\.550\.550\.74Persona502532\.132\.6617\.1629\.6646\.8236\.7878\.620\.740\.710\.770\.560\.580\.85Aggressive502752\.132\.6617\.1832\.1949\.3836\.8385\.820\.750\.660\.750\.610\.580\.87Conversational522562\.122\.6818\.0629\.7047\.7638\.6279\.460\.690\.640\.730\.500\.530\.81CoT532432\.142\.6518\.8828\.4447\.3240\.7175\.840\.720\.680\.740\.550\.550\.77Format542812\.152\.6418\.4234\.0552\.4739\.9790\.270\.730\.670\.730\.560\.560\.77Polite542532\.142\.6818\.6929\.2147\.9040\.4278\.120\.710\.650\.730\.550\.540\.75Technical532332\.122\.6117\.7827\.5245\.3038\.1373\.230\.650\.620\.770\.480\.550\.86Qwen\-2\.5\-1\.5BBase502722\.332\.8665\.3344\.36109\.69154\.26125\.040\.770\.670\.770\.620\.640\.76Persona502942\.342\.8362\.7149\.72112\.44148\.01138\.440\.810\.750\.780\.690\.690\.84Aggressive502592\.332\.8263\.8742\.68106\.55150\.01119\.820\.840\.790\.840\.710\.710\.90Conversational522872\.352\.8766\.0347\.59113\.62156\.63134\.890\.770\.780\.810\.690\.650\.86CoT532042\.352\.8170\.2732\.11102\.39166\.2690\.270\.730\.700\.810\.610\.540\.88Format542012\.342\.8370\.2031\.73101\.93165\.8489\.560\.760\.790\.850\.640\.690\.92Polite542752\.352\.8570\.6344\.64115\.26166\.84125\.900\.810\.740\.810\.710\.680\.85Technical532592\.342\.8766\.2741\.53107\.80156\.72118\.120\.800\.740\.850\.700\.700\.93SmolLM2\-360MBase622432\.052\.4511\.0716\.8927\.9622\.8541\.360\.640\.580\.630\.480\.510\.69Persona632012\.042\.4311\.0613\.6524\.7122\.7333\.030\.640\.600\.640\.460\.490\.73Aggressive622712\.072\.4710\.9319\.5830\.5122\.7247\.680\.610\.440\.580\.390\.420\.61Conversational632652\.052\.4911\.5518\.5330\.0823\.8345\.880\.550\.450\.540\.380\.360\.58CoT652682\.042\.4711\.3619\.1330\.5023\.3146\.520\.530\.470\.620\.370\.460\.61Format662552\.052\.4611\.5917\.8529\.4423\.7943\.870\.740\.540\.700\.560\.460\.68Polite662182\.092\.4411\.6314\.8026\.4324\.2036\.190\.640\.630\.670\.450\.480\.73Technical642782\.072\.4711\.5520\.1031\.6523\.9749\.030\.640\.510\.650\.380\.460\.69

Table 10:Cognitive load summary on AI2\-ARC across five LLMs on Pixel 8 Pro\. Within each model block, the energy columns are shaded green \(darker = lower / better\) and the accuracy column is shaded blue \(darker = higher / better\)\.ModelLoadPrompt TokensCompletion TokensPrefill Power \(W\)Decode Power \(W\)Prefill Latency \(s\)Decode Latency \(s\)Total Latency \(s\)Prefill Energy \(J\)Decode Energy \(J\)AccuracyGemma\-2\-2BBase631743\.956\.376\.6316\.6623\.2826\.27106\.040\.84Intrinsic1292584\.496\.198\.9026\.5835\.4940\.05164\.250\.84Extraneous1672544\.706\.1810\.4126\.4836\.8948\.98163\.370\.64Germane702184\.016\.336\.8121\.1828\.0027\.45133\.970\.88LLaMA\-3\.2\-1BBase791973\.596\.0447\.0611\.9559\.00169\.7472\.670\.64Intrinsic1433053\.696\.0981\.3319\.13100\.46300\.84117\.010\.47Extraneous1792403\.715\.92100\.1115\.09115\.21372\.5590\.850\.56Germane862653\.616\.1250\.4416\.2466\.67182\.6399\.560\.59Qwen\-2\.5\-0\.5BBase731903\.345\.2018\.2612\.0330\.2960\.9565\.410\.48Intrinsic1382073\.405\.2731\.3813\.6044\.98106\.7073\.300\.44Extraneous1792583\.415\.3339\.1517\.3056\.44133\.5392\.930\.48Germane802383\.355\.3419\.7115\.4435\.1566\.1084\.440\.52Qwen\-2\.5\-1\.5BBase731253\.595\.6558\.5512\.2370\.79210\.8871\.920\.80Intrinsic1382533\.675\.69107\.1427\.03134\.18393\.95155\.010\.72Extraneous1792723\.735\.65131\.4230\.65162\.07491\.30173\.180\.77Germane801913\.615\.9464\.0218\.9082\.92231\.55111\.600\.76SmolLM2\-360MBase85723\.494\.0111\.894\.6016\.4941\.6321\.610\.24Intrinsic1501603\.464\.6321\.0910\.3131\.4073\.1349\.850\.17Extraneous1901223\.474\.4626\.947\.8934\.8393\.5837\.920\.24Germane921153\.494\.4512\.857\.4020\.2544\.8334\.940\.20

Table 11:Cognitive load summary on BoolQ across five LLMs on Pixel 8 Pro\. Within each model block, the energy columns are shaded green \(darker = lower / better\) and the accuracy column is shaded blue \(darker = higher / better\)\.ModelLoadPrompt TokensCompletion TokensPrefill Power \(W\)Decode Power \(W\)Prefill Latency \(s\)Decode Latency \(s\)Total Latency \(s\)Prefill Energy \(J\)Decode Energy \(J\)AccuracyGemma\-2\-2BBase511194\.156\.156\.2311\.5617\.7925\.8672\.900\.87Intrinsic1001374\.576\.117\.9713\.8621\.8336\.4586\.230\.72Extraneous1322364\.866\.219\.1424\.9134\.0544\.54154\.160\.57Germane482154\.066\.376\.1021\.4927\.5924\.80136\.300\.69LLaMA\-3\.2\-1BBase651163\.685\.9440\.477\.1047\.57149\.0144\.480\.40Intrinsic1131453\.786\.1467\.849\.1076\.93256\.4956\.830\.49Extraneous1412363\.816\.1782\.2015\.1297\.31312\.8094\.920\.32Germane632203\.696\.3639\.7513\.7753\.52146\.7788\.420\.37Qwen\-2\.5\-0\.5BBase61663\.544\.5415\.943\.9819\.9256\.3919\.200\.60Intrinsic108783\.524\.1925\.564\.9230\.4889\.9225\.070\.65Extraneous1421893\.565\.3533\.0212\.4245\.44117\.6468\.560\.44Germane581903\.565\.1614\.9312\.1027\.0352\.9667\.070\.44Qwen\-2\.5\-1\.5BBase61563\.594\.9047\.754\.8452\.59171\.7025\.560\.88Intrinsic1081013\.645\.1181\.409\.3890\.78296\.1152\.010\.67Extraneous1421663\.675\.46106\.2416\.81123\.06389\.5593\.430\.65Germane581923\.635\.6945\.9818\.0864\.06166\.74105\.240\.79SmolLM2\-360MBase74453\.654\.119\.602\.5912\.1935\.0312\.300\.49Intrinsic1221043\.624\.5215\.886\.3622\.2357\.3730\.750\.53Extraneous1551223\.584\.6820\.227\.3427\.5672\.4836\.200\.36Germane69913\.614\.679\.005\.2814\.2832\.5226\.420\.40

Table 12:Cognitive load summary on SVAMP across five LLMs on Pixel 8 Pro\. Within each model block, the energy columns are shaded green \(darker = lower / better\) and the accuracy column is shaded blue \(darker = higher / better\)\.ModelLoadPrompt TokensCompletion TokensPrefill Power \(W\)Decode Power \(W\)Prefill Latency \(s\)Decode Latency \(s\)Total Latency \(s\)Prefill Energy \(J\)Decode Energy \(J\)AccuracyGemma\-2\-2BBase45884\.206\.406\.218\.3114\.5225\.9653\.690\.68Intrinsic77904\.476\.447\.558\.6116\.1633\.6255\.670\.80Extraneous1281404\.776\.459\.6914\.1923\.8846\.2091\.980\.40Germane461224\.176\.516\.2811\.8018\.0826\.1277\.560\.72LLaMA\-3\.2\-1BBase611003\.775\.5137\.726\.1043\.83142\.2134\.760\.76Intrinsic92973\.785\.5956\.375\.9462\.31212\.8034\.030\.80Extraneous1401993\.855\.8182\.9412\.7695\.70319\.1578\.160\.24Germane601333\.765\.8138\.378\.1746\.54144\.1348\.780\.56Qwen\-2\.5\-0\.5BBase561183\.715\.1114\.487\.0121\.4953\.5939\.040\.64Intrinsic881153\.645\.4121\.576\.7828\.3578\.4837\.880\.76Extraneous1393183\.665\.7631\.9820\.9452\.92116\.91121\.370\.29Germane561733\.745\.6813\.9110\.3224\.2351\.9159\.580\.67Qwen\-2\.5\-1\.5BBase561413\.425\.2044\.0213\.8957\.91150\.4670\.800\.76Intrinsic881123\.495\.1164\.3211\.3775\.69224\.4056\.860\.76Extraneous1392643\.554\.9099\.1429\.75128\.89352\.72142\.600\.56Germane561823\.405\.2342\.9818\.3461\.33146\.2993\.250\.64SmolLM2\-360MBase671543\.694\.899\.159\.0718\.2233\.7445\.730\.28Intrinsic991103\.674\.8513\.186\.5219\.7048\.3532\.090\.36Extraneous1501793\.634\.8820\.2510\.5530\.8073\.3354\.440\.12Germane671203\.694\.798\.837\.1115\.9432\.6035\.310\.20

## Appendix GAdditional Figures for RQ1

Overview\.This appendix provides additional per\-token energy results supporting the analysis in Section[4\.1](https://arxiv.org/html/2609.01798#S4.SS1)\. These figures complement Figure[3](https://arxiv.org/html/2609.01798#S4.F3)by covering additional datasets and device\.

Each figure reports prefill and decode per\-token energy\. The top row shows absolute values, while the bottom row normalizes each sub\-property by the corresponding Base prompt\.

![Refer to caption](https://arxiv.org/html/2609.01798v1/RQ1_cognitive_load_ai2_arc_prefill_decode_appendix.png)Figure 7:Additional per\-token energy results for cognitive load on AI2\-ARC on Pixel 8 Pro\. The figure reports prefill and decode per\-token energy across intrinsic, extraneous, and germane load variants\.![Refer to caption](https://arxiv.org/html/2609.01798v1/RQ1_cognitive_load_svamp_prefill_decode_appendix.png)Figure 8:Additional per\-token energy results for cognitive load on SVAMP on Pixel 8 Pro\. The figure reports prefill and decode per\-token energy across intrinsic, extraneous, and germane load variants\.![Refer to caption](https://arxiv.org/html/2609.01798v1/RQ1_phrasing_absolute_and_relative_energy_combined_prefill_decode_7_appendix.png)Figure 9:Additional per\-token energy results for phrasing pattern on Pixel 7\. The figure reports prefill and decode per\-token energy across phrasing\-pattern sub\-properties\.
## Appendix HAdditional Figures for RQ2

Overview\.This appendix provides additional token\-usage and fixed\-baseline burden results supporting the analysis in Section[4\.2](https://arxiv.org/html/2609.01798#S4.SS2)\. These figures complement Figure[4](https://arxiv.org/html/2609.01798#S4.F4)by covering additional datasets and prompt\-property settings\. The top row reports total token ratio relative to Base\.

The bottom row reports fixed\-baseline prefill and decode burden relative to Base\. Bottom\-row values are normalized by Base prompt/completion token counts, respectively, after subtracting the corresponding Base burden\.

Figure 10:Additional token usage results for cognitive load on AI2\-ARC on Pixel 8 Pro\. The top row reports total token ratio relative to Base across cognitive load variants\. The bottom row reports fixed\-baseline prefill and decode burden relative to Base\.Figure 11:Additional token usage results for cognitive load on BoolQ on Pixel 8 Pro\. The top row reports total token ratio relative to Base across cognitive load variants\. The bottom row reports fixed\-baseline prefill and decode burden relative to Base\.Figure 12:Additional token usage results for cognitive load on SVAMP\. The top row reports total token ratio relative to Base across cognitive load variants\. The bottom row reports fixed\-baseline prefill and decode burden relative to Base\.Figure 13:Additional token usage results for phrasing pattern on Pixel 7\. The top row reports total token ratio relative to Base across phrasing\-pattern sub\-properties\. The bottom row reports fixed\-baseline prefill and decode burden relative to Base\.
## Appendix IAdditional Figures for RQ3

Overview\.This appendix provides additional response\-quality and energy\-quality trade\-off results supporting the analysis in Section[4\.3](https://arxiv.org/html/2609.01798#S4.SS3)\.

These figures complement the main\-text analysis by covering cognitive\-load accuracy results and additional trade\-off settings\.

![Refer to caption](https://arxiv.org/html/2609.01798v1/RQ3_cognitive_load_accuracy_heatmaps.png)Figure 14:Additional RQ3 results for cognitive load response accuracy\. Each heatmap reports accuracy across cognitive load sub\-properties, datasets, and models\. These results complement the response quality analysis in the main text by showing how intrinsic, extraneous, and germane load affect task correctness under objective ground\-truth evaluation\.Figure 15:Additional RQ3 energy\-accuracy trade\-off results for cognitive load on AI2\-ARC\. Each point represents a cognitive load sub\-property under fixed model weights and decoding settings\. The x\-axis reports average total energy consumption, and the y\-axis reports accuracy\.Figure 16:Additional RQ3 energy\-accuracy trade\-off results for cognitive load on BoolQ\. Each point represents a cognitive load sub\-property under fixed model weights and decoding settings\. The x\-axis reports average total energy consumption, and the y\-axis reports accuracy\.Figure 17:Additional RQ3 energy\-accuracy trade\-off results for cognitive load on SVAMP\. Each point represents a cognitive load sub\-property under fixed model weights and decoding settings\. The x\-axis reports average total energy consumption, and the y\-axis reports accuracy\.Figure 18:Additional RQ3 energy\-quality trade\-off results for phrasing on Pixel 7\. Each point represents a phrasing pattern sub\-property under fixed model weights and decoding settings\. The x\-axis reports average total energy consumption, and the y\-axis reports the averaged response quality score across the six reference\-free evaluation dimensions\.
## Appendix JLicense

Datasets\.The datasets used in this study are governed by their respective licenses and data\-use terms\. SVAMP is released under theMIT License; BoolQ underCreative Commons Attribution\-ShareAlike 3\.0 Unported \(CC BY\-SA 3\.0\); AI2\-ARC underCreative Commons Attribution\-ShareAlike 4\.0 International \(CC BY\-SA 4\.0\); and CLEF 2025 data under the applicableData Use Agreements\.

Software, models, and hardware\.DeepEval is used under theApache\-2\.0, and MLC\-LLM under theApache\-2\.0\. The open\-source models Llama\-3\.2, Qwen\-2\.5, Gemma\-2, and SmolLM2 are used under their respective community licenses\. Gemini\-2\.5\-Pro is accessed via theGoogle AI applicable terms\. Hardware profiling on Pixel 7 and Pixel 8 Pro follows standard consumer and developer terms\.

Similar Articles