paper-with-me

Papers

Experts are all you need: A Composable Framework for Large Language Model Inference

2025-11-28 · Shrihari Sridharan, Sourjya Roy, Anand Raghunathan, Kaushik Roy arxiv

Large Language Models (LLMs) have achieved state-of-the-art accuracies in a variety of natural language processing (NLP) tasks. However, this success comes at the cost of increased model sizes which leads to additional computational burden. Mixture of Experts (MoEs) overcome this bottleneck by decoupling model capacity from computation by only activating a subset of parameters or "experts". However, these models require joint pretraining of these experts along with the router and do not model multi-step reasoning. In contrast, multi-agent frameworks improve reasoning by decomposing complex problems into modular subtasks. However, these frameworks rely on sequential "plan--act--observe" loops, which introduce significant latency. Our work, Comp-LLM, addresses these challenges by introducing a composable inference framework that enables cross-expert collaboration via an explicit sub-query dependency graph. Comp-LLM consists of three components: (1) A Sub-query Generator that decomposes an input query, assigns each sub-query to an appropriate expert using embedding similarity, and constructs a dependency graph; (2) A Query Executor that processes nodes in the graph and identifies opportunities for parallelism based on dependencies and resource constraints; and (3) A Response Aggregator that synthesizes intermediate expert responses into a coherent final answer. Across several benchmarks, Comp-LLM achieves up to 11.01% accuracy improvement over monolithic LLMs of similar size, while offering 1.67x--3.56x reduction in model size with no significant degradation relative to the largest model in its family. Additionally, Comp-LLM provides 1.1x--1.7x latency improvement compared to sequential sub-query processing.

📄 PDF Abstract BibTeX arXiv:2511.22955

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rosetta: Composable Native Multimodal Pretraining

2026-07-01 · Xiangyue Liu, Zijian Zhang, Miles Yang, Zhao Zhong 외 arxiv

Achieving true artificial general intelligence requires foundation models capable of integrating new modalities without forgetting prior knowledge. However, accommodating continuous generative objectives alongside discre…

Image Generation

EMO: Pretraining Mixture of Experts for Emergent Modularity

2026-05-07 · Ryan Wang, Akshita Bhagia, Sewon Min arxiv

Large language models are typically deployed as monolithic systems, requiring the full model even when applications need only a narrow subset of capabilities, e.g., code, math, or domain-specific knowledge. Mixture-of-Ex…

Leveraging LLMs to explain DRL decisions for transparent 6G network slicing

2024-07-10 · IEEE 10th International Conference on Network Softwarization (NetSoft) 2024 7 · Mazene Ameur, Bouziane Brik, and Adlen Ksentini

The emergence of 6G networks heralds a transformative era in network slicing, facilitating tailored service delivery and optimal resource utilization. Despite its promise, network slice optimization heavily relies on Dee…

Decision MakingDeep Reinforcement LearningPrompt Engineeringreinforcement-learning+1

Boost, Disentangle, and Customize: A Robust System2-to-System1 Pipeline for Code Generation

2025-02-18 · Kounianhua Du, Hanjing Wang, Jianxing Liu, Jizheng Chen 외

Large language models (LLMs) have demonstrated remarkable capabilities in various domains, particularly in system 1 tasks, yet the intricacies of their problem-solving mechanisms in system 2 tasks are not sufficiently ex…

Code Generation

Composable Interventions for Language Models

2024-07-09 · Arinbjorn Kolbeinsson, Kyle O'Brien, Tianjin Huang, ShangHua Gao 외

Test-time interventions for language models can enhance factual accuracy, mitigate harmful outputs, and improve model efficiency without costly retraining. But despite a flood of new methods, different types of intervent…

knowledge editingMachine UnlearningModel Compression