6 ms·
Chess games are in their training set, other games are not.
by IX-103 4mo ago
Chess games are in their training set, other games are not.
- ehnto 4mo agoChess is representable entirely in text as well, and generally speaking the LLM concept of "picking the next best token" fits pretty well for "picking the next best move" where a move is a text token
- roxolotl 4mo agoThat representation is also old, incredibly well documented, and used to describe how to reason about chess. There are of course text guides to other games in training data but they rely upon depictions of what’s happening that aren’t purely text so the game harness is always going to have to make novel decisions about represent the game as text.