English

On-device System of Compositional Multi-tasking in Large Language Models

Computation and Language 2025-10-17 v1 Artificial Intelligence Machine Learning

Abstract

Large language models (LLMs) are commonly adapted for diverse downstream tasks via parameter-efficient fine-tuning techniques such as Low-Rank Adapters (LoRA). While adapters can be combined to handle multiple tasks separately, standard approaches struggle when targeting the simultaneous execution of complex tasks, such as generating a translated summary from a long conversation. To address this challenge, we propose a novel approach tailored specifically for compositional multi-tasking scenarios involving summarization and translation. Our technique involves adding a learnable projection layer on top of the combined summarization and translation adapters. This design enables effective integration while maintaining efficiency through reduced computational overhead compared to alternative strategies requiring extensive retraining or sequential processing. We demonstrate the practical viability of our method within an on-device environment by developing an Android app capable of executing compositional tasks seamlessly. Experimental results indicate our solution performs well and is fast in both cloud-based and on-device implementations, highlighting the potential benefits of adopting our framework in real-world applications demanding high-speed operation alongside resource constraints.

Keywords

Cite

@article{arxiv.2510.13848,
  title  = {On-device System of Compositional Multi-tasking in Large Language Models},
  author = {Ondrej Bohdal and Konstantinos Theodosiadis and Asterios Mpatziakas and Dimitris Filippidis and Iro Spyrou and Christos Zonios and Anastasios Drosou and Dimosthenis Ioannidis and Kyeng-Hun Lee and Jijoong Moon and Hyeonmok Ko and Mete Ozay and Umberto Michieli},
  journal= {arXiv preprint arXiv:2510.13848},
  year   = {2025}
}

Comments

Accepted at EMNLP 2025 (industry track)

R2 v1 2026-07-01T06:39:33.118Z