Missed Connections: Lateral Thinking Puzzles for Large Language Models
Graham Todd, Tim Merino, Sam Earle, Julian Togelius
TL;DR
The paper investigates whether large language models and sentence embeddings can solve the NYT Connections puzzle, using a 250-puzzle dataset as a benchmark. It compares a sentence-embedding baseline (MPNet) with GPT-3.5 and GPT-4-turbo, and examines the impact of chain-of-thought prompting and a more difficult all-in-one variant. Results show GPT-4-turbo achieving the highest accuracy (up to 29.2% without CoT and 38.93% with CoT) but overall performance is far from perfect, highlighting both successes and failure modes in semantic reasoning. The study argues that Connections is a valuable, scalable test-bed for probing semantic representations and abstract associations in data-driven linguistic systems and outlines directions for improvement.
Abstract
The Connections puzzle published each day by the New York Times tasks players with dividing a bank of sixteen words into four groups of four words that each relate to a common theme. Solving the puzzle requires both common linguistic knowledge (i.e. definitions and typical usage) as well as, in many cases, lateral or abstract thinking. This is because the four categories ascend in complexity, with the most challenging category often requiring thinking about words in uncommon ways or as parts of larger phrases. We investigate the capacity for automated AI systems to play Connections and explore the game's potential as an automated benchmark for abstract reasoning and a way to measure the semantic information encoded by data-driven linguistic systems. In particular, we study both a sentence-embedding baseline and modern large language models (LLMs). We report their accuracy on the task, measure the impacts of chain-of-thought prompting, and discuss their failure modes. Overall, we find that the Connections task is challenging yet feasible, and a strong test-bed for future work.
