ARIADNE Enables Training-Free Dynamic Adapter Selection for LLMs

Enrico Cassano, Micha{\l} Brzozowski, Zuzanna Dubanowska, Paolo Mandica, Neo Christopher Chung· June 18, 2026 View original

Summary

This paper introduces ARIADNE, a training-free and adapter-agnostic routing framework for dynamically selecting the most appropriate task-specialized adapter at inference time. It represents each adapter using centroids from its training set embeddings and selects based on input proximity in latent space.

Researchers have developed ARIADNE, an innovative framework designed to dynamically select the most suitable task-specific adapter for large language models (LLMs) during inference, without requiring any additional training. In environments where a single LLM backbone is paired with numerous specialized adapters, ARIADNE addresses the challenge of routing unlabeled input queries to the correct adapter. ARIADNE operates by representing each adapter through a set of centroids derived from the embeddings of its training data, effectively capturing the adapter's associated data distribution. When an unlabeled input arrives, the system measures its proximity to these centroids in the latent space to make a selection. This approach is compatible with any parameter-efficient fine-tuning (PEFT) method and requires no modifications to the adapters or their training procedures, demonstrating high performance across diverse NLP tasks.

Why it matters

For organizations deploying LLMs with multiple specialized adapters, ARIADNE offers a scalable and efficient solution for managing and utilizing these complex model ecosystems. It streamlines inference, reduces operational overhead by eliminating router training, and ensures that the most appropriate model is used for each query, improving overall system performance and resource utilization.

How to implement this in your domain

  1. 1Implement ARIADNE or similar training-free routing frameworks for LLM deployments with multiple PEFT adapters.
  2. 2Optimize adapter selection by representing adapter capabilities through data distribution centroids in latent space.
  3. 3Integrate dynamic adapter selection into inference pipelines to improve efficiency and accuracy for diverse tasks.
  4. 4Explore adapter-agnostic routing solutions to maintain flexibility and scalability as new adapters are added.

Who benefits

Software DevelopmentAI ConsultingCustomer ServiceMarketingHealthcare

Key takeaways

  • ARIADNE is a training-free, adapter-agnostic framework for dynamic adapter selection in LLM ecosystems.
  • It uses training set embedding centroids to represent adapter data distributions.
  • The framework achieves high performance across diverse NLP tasks without additional training.
  • ARIADNE improves scalability and portability for LLM deployments with multiple specialized adapters.

Original post by Enrico Cassano, Micha{\l} Brzozowski, Zuzanna Dubanowska, Paolo Mandica, Neo Christopher Chung

"arXiv:2606.19079v1 Announce Type: new Abstract: The increasing deployment of parameter-efficient fine-tuning (PEFT) has led to model ecosystems in which a single backbone is paired with many task-specialized adapters. In this setting, inference-time queries often arrive without t…"

View on X

Originally posted by Enrico Cassano, Micha{\l} Brzozowski, Zuzanna Dubanowska, Paolo Mandica, Neo Christopher Chung on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses