Evaluating GPT5's reasoning ability using the Only Connect game show (ingram.tech)
Insights: - GPT-5 does extremely well, but only marginally better than o3. - Model verbosity has little impact on accuracy and cleverness, except, interestingly, for the sequences round - "minimal" verbosity however causes accuracy to drop sharply.
We'll be publishing additional results in the coming days from our extended tests. We're looking at different types of evals (how do the models fare with a single item in a sequence vs. 2, 3, 4). We would also like to look at how the models behave in a team of 3, replicating the format of the game show.
We were unable to find evidence that the Only Connect games are in the training materials (which of course is likely to change now). Finally, we are looking at replicating the results of the connecting wall with the New York Times' Connections, however we suspect those to be in the training materials which would skew the results.
17 comments
[ 2.8 ms ] story [ 40.8 ms ] threadIf this game show is like the ones in my country, people do come together in 'clubs' to train for the event, sometimes organising internal tournaments. Some people in those clubs are question-writers, and write the internal tournaments questions.
Maybe try to contact those clubs, and find those writers, you'll be sure the LLM won't be trained on that specific set.
It's sort of exactly what I'd think LLMs would be good at. Maybe not so much the lateral thinking—the occasional "math(s) question but actually it's a word one"—but rapidly assessing "what connects these" or "what would continue this sequence" is right up their alley. The joy, of course, is trying it yourself and seeing others do the same.
Helpfully as well there is a current season on, and while the total questions wouldn't be enough to fully validate results while ensuring the data isn't in the training it's certainly good enough as a sanity check that people could do.
I have to be the designated pedant here and point out that Only Connect was first.
They U-turned on the recent rate limit changes after the release backlash but more is coming
I just don't think this is a credible assumption. The BBC is one of the highest-trusted sources of millions of hours online audio/visual content, all of which is accompanied by human curated & edited closed captions. All of which is trivially easy to download. The base assumptions should be that the entire BBC iPlayer corpus is inside of all the frontier model training datasets.
The communities on Reddit (known to be included in all models) extensively discuss each show & question - usually creating google docs tracking the questions asked and answers given.
Finally, there's the OCDB[0], which lists every question and answer on the show.
While using real questions from the show, this benchmark should be assumed to be testing the model fact-recall ability, rather than its reasoning capabilities.
[1]https://ocdb.cc/
https://openlibrary.org/works/OL20812628W
(OpenAI's naming is so confusing)
Respectfully, I do not think this is a good assumption for any TV show broadcast prior to 2025.
e: tonality wise, llm threads seem to bring out the worst
In general a lot of LLM benchmarks don't adequately consider that LLMs can solve certain things better than humans without using reasoning or knowledge. The most stupid example is how common multiple choice benchmarks are, despite us all learning as children that multiple-choice questions can be partially gamed with shallow statistical-linguistic tricks even if you have no clue how to answer the question honestly[1]; it stands to reason that a superhuman statistical-linguistic computer could accumulate superhuman statistical-linguistic tricks without ever properly learning the subject matter. AI folks have always been quick to say "if it quacks like a duck it reasons like a duck" but these days computers are quite good at playing duck recordings.
[1] "When in doubt, C your way out," sniffing out suspicious answers, shallow pattern-matching to answer reading comprehension, etc etc. One thing humans and LLMs actually do have in common is that multiple-choice tests are terrible ways to assess their knowledge or intelligence.