paper-with-me

홈 › Papers

Language Models Struggle to Use Representations Learned In-Context

2026-02-04 · Michael A. Lepori, Tal Linzen, Ann Yuan, Katja Filippova arxiv

Though large language models (LLMs) have enabled great success across a wide variety of tasks, they still appear to fall short of one of the loftier goals of artificial intelligence research: creating an artificial system that can adapt its behavior to radically new contexts upon deployment. One important step towards this goal is to create systems that can induce rich representations of data that are seen in-context, and then flexibly deploy these representations to accomplish goals. Recently, Park et al. (2024) demonstrated that current LLMs are indeed capable of inducing such representation from context (i.e., in-context representation learning). The present study investigates whether LLMs can use these representations to complete simple downstream tasks. We first assess whether open-weights LLMs can use in-context representations for next-token prediction, and then probe models using a novel task, adaptive world modeling. In both tasks, we find evidence that open-weights LLMs struggle to deploy representations of novel semantics that are defined in-context, even if they encode these semantics in their latent representations. Furthermore, we assess closed-source, state-of-the-art reasoning models on the adaptive world modeling task, demonstrating that even the most performant LLMs cannot reliably leverage novel patterns presented in-context. Overall, this work seeks to inspire novel methods for encouraging models to not only encode information presented in-context, but to do so in a manner that supports flexible deployment of this information.

📄 PDF Abstract BibTeX arXiv:2602.04212

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Is She Even Relevant? When BERT Ignores Explicit Gender Cues

2026-05-08 · Jonas Klein, Chiara Manna, Eva Vanmassenhove arxiv

Gender bias in large language models has primarily been investigated for English, while languages with grammatical or morphological gender remain comparatively understudied. This paper investigates how and when gender in…

exBERT: A Visual Analysis Tool to Explore Learned Representations in Transformers Models

2019-10-11 · Benjamin Hoover, Hendrik Strobelt, Sebastian Gehrmann

Large language models can produce powerful contextual representations that lead to improvements across many NLP tasks. Since these models are typically guided by a sequence of learned self attention mechanisms and may co…

Language ModelingLanguage Modelling

Large Language Models are In-Context Semantic Reasoners rather than Symbolic Reasoners

2023-05-24 · Xiaojuan Tang, Zilong Zheng, Jiaqi Li, Fanxu Meng 외

The emergent few-shot reasoning capabilities of Large Language Models (LLMs) have excited the natural language and machine learning community over recent years. Despite of numerous successful applications, the underlying…

Incorporating Context into Language Encoding Models for fMRI

2018-12-01 · NeurIPS 2018 12 · Shailee Jain, Alexander Huth

Language encoding models help explain language processing in the human brain by learning functions that predict brain responses from the language stimuli that elicited them. Current word embedding-based approaches treat …

Language ModelingLanguage ModellingWord Embeddings

The Cognitive Revolution in Interpretability: From Explaining Behavior to Interpreting Representations and Algorithms

2024-08-11 · Adam Davies, Ashkan Khakzar

Artificial neural networks have long been understood as "black boxes": though we know their computation graphs and learned parameters, the knowledge encoded by these weights and functions they perform are not inherently …