English

StreamAdapter: Efficient Test Time Adaptation from Contextual Streams

Computation and Language 2024-11-15 v1 Artificial Intelligence

Abstract

In-context learning (ICL) allows large language models (LLMs) to adapt to new tasks directly from the given demonstrations without requiring gradient updates. While recent advances have expanded context windows to accommodate more demonstrations, this approach increases inference costs without necessarily improving performance. To mitigate these issues, We propose StreamAdapter, a novel approach that directly updates model parameters from context at test time, eliminating the need for explicit in-context demonstrations. StreamAdapter employs context mapping and weight absorption mechanisms to dynamically transform ICL demonstrations into parameter updates with minimal additional parameters. By reducing reliance on numerous in-context examples, StreamAdapter significantly reduce inference costs and allows for efficient inference with constant time complexity, regardless of demonstration count. Extensive experiments across diverse tasks and model architectures demonstrate that StreamAdapter achieves comparable or superior adaptation capability to ICL while requiring significantly fewer demonstrations. The superior task adaptation and context encoding capabilities of StreamAdapter on both language understanding and generation tasks provides a new perspective for adapting LLMs at test time using context, allowing for more efficient adaptation across scenarios and more cost-effective inference

Keywords

Cite

@article{arxiv.2411.09289,
  title  = {StreamAdapter: Efficient Test Time Adaptation from Contextual Streams},
  author = {Dilxat Muhtar and Yelong Shen and Yaming Yang and Xiaodong Liu and Yadong Lu and Jianfeng Liu and Yuefeng Zhan and Hao Sun and Weiwei Deng and Feng Sun and Xueliang Zhang and Jianfeng Gao and Weizhu Chen and Qi Zhang},
  journal= {arXiv preprint arXiv:2411.09289},
  year   = {2024}
}

Comments

22 Pages, 9 Figures

R2 v1 2026-06-28T19:59:36.691Z