paper-with-me

Papers

Profiling Lightweight Large Language Models

2026-07-23 · Tomohiro Harada, Enrique Alba, Gabriel Luque arxiv

Lightweight large language models (LLMs) are increasingly being deployed locally on personal computers and are expected to play a growing role in resource-constrained edge and mobile environments. In such settings, energy consumption, execution time, and memory usage directly affect practical usability, yet existing evaluations of LLM efficiency largely rely on proxy descriptors such as parameter count or FLOPs, often decoupled from task precision. This paper introduces a PTME-based experimental framework for the precision-aware profiling of lightweight LLM inference, jointly measuring Precision, execution Time, peak Memory usage, and Energy consumption through direct hardware-level measurements. The methodology is applied to a representative set of lightweight LLMs executed locally under edge-class resource envelopes on a controlled desktop platform, using benchmarks spanning code generation, mathematical reasoning, and multi-task understanding. We find that static proxy descriptors approximate inference cost well but fail to predict precision. Tightening the resource envelope increases cost without affecting precision, amplifying execution time more strongly than energy and penalizing larger models the most. Moreover, no single model dominates across all PTME dimensions, and a Pareto analysis reveals non-dominated configurations that would be hidden by accuracy-only or efficiency-only assessments, providing practical guidance for selecting models under different resource envelopes. These results show that selecting lightweight LLMs by size, FLOPs, latency, or accuracy alone can select the wrong deployment candidate; PTME profiling exposes configurations that preserve useful accuracy at lower physical cost.

📄 PDF Abstract BibTeX arXiv:2607.20806

Code (2)

Tavish9/awesome-daily-AI-arxiv ★ 112
arxivsub/arXivSub_daily_arxiv ★ 3

Tasks

Mathematical ReasoningCode Generation

Similar Papers 제목 키워드 기반

EdgeProfiler: A Fast Profiling Framework for Lightweight LLMs on Edge Using Analytical Model

2025-06-06 · Alyssa Pinnock, Shakya Jayakody, Kawsher A Roxy, Md Rubel Ahmed

This paper introduces EdgeProfiler, a fast profiling framework designed for evaluating lightweight Large Language Models (LLMs) on edge systems. While LLMs offer remarkable capabilities in natural language understanding …

Natural Language UnderstandingQuantizationRaspberry Pi 4

Conf-Profile: A Confidence-Driven Reasoning Paradigm for Label-Free User Profiling

2025-09-23 · Yingxin Li, Jianbo Zhao, Xueyu Ren, Jie Tang 외 arxiv

User profiling, as a core technique for user understanding, aims to infer structural attributes from user information. Large Language Models (LLMs) provide a promising avenue for user profiling, yet the progress is hinde…

Reinforcement Learning

MCAP: Deployment-Time Layer Profiling for Memory-Constrained LLM Inference

2026-04-22 · Anurita Das arxiv

Deploying large language models to heterogeneous hardware is often constrained by memory, not compute. We introduce MCAP (Monte Carlo Activation Profiling), a load-time per-layer importance estimator that enables dynamic…

Profiling What Matters: Context-Aware Item Profiles from Large-Scale Metadata for LLM Recommenders

2026-08-21 · Dojun Hwang, Seunghan Lee, Cheonyoung Park, Sara Yu 외 arxiv

While Large Language Models (LLMs) have significantly advanced reranking in recommendation, effectively leveraging item-side information remains challenging. Real-world items are described by vast, heterogeneous, and uns…

AdaRec: Adaptive Recommendation with LLMs via Narrative Profiling and Dual-Channel Reasoning

2025-11-10 · Meiyun Wang, Charin Polpanumas arxiv

We propose AdaRec, a few-shot in-context learning framework that leverages large language models for an adaptive personalized recommendation. AdaRec introduces narrative profiling, transforming user-item interactions int…

Feature Engineering