AICLJul 12, 2024

Show, Don't Tell: Evaluating Large Language Models Beyond Textual Understanding with ChildPlay

arXiv:2407.11068v51 citationsh-index: 21Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses the need for better benchmarks to assess AI generalization, particularly for strategic and spatial reasoning, cautioning against overestimating emergent intelligence in models like GPT.

The researchers tackled the problem of evaluating large language models' generalization beyond linguistic tasks by creating the ChildPlay benchmark, which includes games like Tic-Tac-Toe and chemistry-related tasks encoded in ASCII, and found that GPT models perform poorly overall, with only 4 out of 7 tasks showing improvement across model versions.

We developed a benchmark set to assess the generalization of state-of-the-art large language models on problems beyond linguistic tasks and evaluate it on a systematic progression of GPT models (GPT-3.5, GPT-4, GPT-4o, GPT-4o-mini). Using simple games like Tic-Tac-Toe, Connect Four, Battleship, and a Shape Recognition Game, all encoded in ASCII, we test strategic capabilities and spatial reasoning, core abilities any artificial intelligence would need to master for solving problems in chemistry. To probe generalization, we introduce two new games for spatial logic: LEGO Connect Language (LCL) and Guess-the-SMILES (GtS), a operationally simple chemistry benchmark. Our results show that GPT models provide meaningful responses for several tasks but, generally, perform poorly. A systematic performance progression with increased model capabilities (GPT-3.5, GPT-4, GPT-4o) is only observed for 4 out of the 7 benchmark tasks. All models consistently struggle with Battleship, LCL, and GtS. This suggests that while GPT models can emulate conversational proficiency and basic rule comprehension, they have limited generalization with respect to strategy and spatial reasoning. Particularly poor performance is observed for interpreting molecular graphs when encoded in ASCII. The results provided by our open-source benchmark suite (\href{https://github.com/BlueVelvetSackOfGoldPotatoes/child-play}{\texttt{ChildPlay} GitHub Repository}) caution against claims of emergent intelligence in GPT models, which appear more specialized than general.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes