English

Reconciling In-Context and In-Weight Learning via Dual Representation Space Encoding

Machine Learning 2026-03-17 v1 Artificial Intelligence

Abstract

In-context learning (ICL) is a valuable capability exhibited by Transformers pretrained on diverse sequence tasks. However, previous studies have observed that ICL often conflicts with the model's inherent in-weight learning (IWL) ability. By examining the representation space learned by a toy model in synthetic experiments, we identify the shared encoding space for context and samples in Transformers as a potential source of this conflict. To address this, we modify the model architecture to separately encode the context and samples into two distinct spaces: a task representation space and a sample representation space. We model these two spaces under a simple yet principled framework, assuming a linear representational structure and treating them as a pair of dual spaces. Both theoretical analysis and empirical results demonstrate the effectiveness of our proposed architecture, CoQE, in the single-value answer setting. It not only enhances ICL performance through improved representation learning, but also successfully reconciles ICL and IWL capabilities across synthetic few-shot classification and a newly designed pseudo-arithmetic task. Code: https://github.com/McGuinnessChen/dual-representation-space-encoding

Keywords

Cite

@article{arxiv.2603.13459,
  title  = {Reconciling In-Context and In-Weight Learning via Dual Representation Space Encoding},
  author = {Guanyu Chen and Ruichen Wang and Tianren Zhang and Feng Chen},
  journal= {arXiv preprint arXiv:2603.13459},
  year   = {2026}
}

Comments

TMLR2026

R2 v1 2026-07-01T11:19:14.741Z