ELICIT: LLM Augmentation via External In-Context Capability
Futing Wang, Jianhao Yan, Yue Zhang, Tao Lin

TL;DR
ELICIT is a modular framework that enhances large language models by externally storing and reusing task vectors, improving adaptability and performance without additional training or token usage.
Contribution
It introduces a novel, plug-and-play method for eliciting diverse model capabilities through external task vectors, bypassing traditional fine-tuning.
Findings
High transferability across models and tasks
Significant performance improvements
Operates without extra training or tokens
Abstract
Enhancing the adaptive capabilities of large language models is a critical pursuit in both research and application. Traditional fine-tuning methods require substantial data and computational resources, especially for enhancing specific capabilities, while in-context learning is limited by the need for appropriate demonstrations and efficient token usage. Inspired by the expression of in-context learned capabilities through task vectors and the concept of modularization, we propose \alg, a framework consisting of two modules designed to effectively store and reuse task vectors to elicit the diverse capabilities of models without additional training or inference tokens. Our comprehensive experiments and analysis demonstrate that our pipeline is highly transferable across different input formats, tasks, and model architectures. ELICIT serves as a plug-and-play performance booster to…
Peer Reviews
Decision·ICLR 2025 Poster
1. The writing is clear and easy to follow. The motivation and design of each component is straightforward to understand. 2. Dynamically augmenting task vectors is significantly more efficient than in-context learning while showing competitive or even better performance. 3. The proposed approach can be applied to existing LLMs in a plug-and-play manner, making ELICIT easy to deploy.
1. Some details regarding the experiment setup need to be included. For example, the paper does not describe how the ICL prompts $p_i^{t}$ are chosen.
1. The paper comes up with an interesting and intuitive solution to improve LLMs' abilities using the task vectors. 2. Extensive experiments over various models and tasks. 3. Exprimental results show great advantage of the method over others. 4. This novel plug-and-play framework could benefit other methods on the same task.
1. I would expect the proposed ELICIT method to be integrated into more existing strategies such as few-shot learning. 2. Have you tried using the capacity bank with other creation method other than ICL?
1. The new framework with the use of task vector demonstrates effectiveness in improving zero-shot performance. 2. The paper is generally well written and easy for readers to understand.
1. The novelty is limited in some aspects, including the use of task vector and the retrieval module. 2. Experiments on different models of different sizes should be conducted as the study would better demonstrate that this method is also effective for large models. 3. More comprehensive experiments on more datasets are expected, such as MMLU, GSM8K, HumanEval, etc.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
