English

Emergent World Representations: Exploring a Sequence Model Trained on a Synthetic Task

Machine Learning 2024-06-27 v5 Artificial Intelligence Computation and Language

Abstract

Language models show a surprising range of capabilities, but the source of their apparent competence is unclear. Do these networks just memorize a collection of surface statistics, or do they rely on internal representations of the process that generates the sequences they see? We investigate this question by applying a variant of the GPT model to the task of predicting legal moves in a simple board game, Othello. Although the network has no a priori knowledge of the game or its rules, we uncover evidence of an emergent nonlinear internal representation of the board state. Interventional experiments indicate this representation can be used to control the output of the network and create "latent saliency maps" that can help explain predictions in human terms.

Keywords

Cite

@article{arxiv.2210.13382,
  title  = {Emergent World Representations: Exploring a Sequence Model Trained on a Synthetic Task},
  author = {Kenneth Li and Aspen K. Hopkins and David Bau and Fernanda Viégas and Hanspeter Pfister and Martin Wattenberg},
  journal= {arXiv preprint arXiv:2210.13382},
  year   = {2024}
}

Comments

ICLR 2023 oral (notable-top-5%): https://openreview.net/forum?id=DeG07_TcZvT ; code: https://github.com/likenneth/othello_world

R2 v1 2026-06-28T04:22:51.767Z