Possible OpenAI’s Q* breakthrough and DeepMind’s AlphaGo-type systems plus LLMs

tl;dr: OpenAI leaked AI breakthrough called Q*, acing grade-school math. It is hypothesized combination of Q-learning and A*. It was then refuted. DeepMind is working on something similar with Gemini, AlphaGo-style Monte Carlo Tree Search. Scaling these might be crux of planning for increasingly abstract goals and agentic behavior. Academic community has been circling around these ideas for a while.

Reuters: OpenAI researchers warned board of AI breakthrough ahead of CEO ouster, sources say

Michael Trazzi, on Twitter:

“Ahead of OpenAI CEO Sam Altman’s four days in exile, several staff researchers sent the board of directors a letter warning of a powerful artificial intelligence discovery that they said could threaten humanity

Mira Murati told employees on Wednesday that a letter about the AI breakthrough called Q* (pronounced Q-Star), precipitated the board’s actions.

Given vast computing resources, the new model was able to solve certain mathematical problems. Though only performing math on the level of grade-school students, acing such tests made researchers very optimistic about Q*’s future success.”

Silas Alberti, Twitter:

“What could OpenAI’s breakthrough Q* be about?

It sounds like it’s related to Q-learning. (For example, Q* denotes the optimal solution of the Bellman equation.) Alternatively, referring to a combination of the A* algorithm and Q learning.

One natural guess is that it is AlphaGo-style Monte Carlo Tree Search of the token trajectory. 🔎 It seems like a natural next step: Previously, papers like AlphaCode showed that even very naive brute force sampling in an LLM can get you huge improvements in competitive programming. The next logical step is to search the token tree in a more principled way. This particularly makes sense in settings like coding and math where there is an easy way to determine correctness. → Indeed, Q* seems to be about solving Math problems 🧮”

Mark Riedl, Twitter:

“Anyone want to speculate on OpenAI’s secret Q* project?

- Something similar to tree-of-thought with intermediate evaluation (like A*)?

- Monte-Carlo Tree Search like forward roll-outs with LLM decoder and q-learning (like AlphaGo)?

- Maybe they meant Q-Bert, which combines LLMs and deep Q-learning

Before we get too excited, the academic community has been circling around these ideas for a while. There are a ton of papers in the last 6 months that could be said to combine some sort of tree-of-thought and graph search. Also some work on state-space RL and LLMs.”

The Verge

OpenAI spokesperson Lindsey Held Bolton refuted it:

“refuted that notion in a statement shared with The Verge: “Mira told employees what the media reports were about but she did not comment on the accuracy of the information.””

WIRED

Google DeepMind’s Gemini, that is currently the biggest rival with GPT4, which was delayed to the start of 2024, is also trying similar things: AlphaZero-based MCTS through chains of thought, according to Hassabis.

Demis Hassabis: “At a high level you can think of Gemini as combining some of the strengths of AlphaGo-type systems with the amazing language capabilities of the large models. We also have some new innovations that are going to be pretty interesting.”

anton, Twitter, links to a video of Shane Legg

Aligns with DeepMind Chief AGI scientist Shane Legg saying:

“To do really creative problem solving you need to start searching.”

simp 4 satoshi, Twitter

“With Q*, OpenAI have likely solved planning/​agentic behavior for small models.

Scale this up to a very large model and you can start planning for increasingly abstract goals.

It is a fundamental breakthrough that is the crux of agentic behavior.

Image

and

To solve problems effectively next token prediction is not enough.

You need an internal monologue of sorts where you traverse a tree of possibilities using less compute before using compute to actually venture down a branch.

planning in this case refers to generating the tree and predicting the quickest path to solution”

My thoughts:

If this is true, and really a breakthrough, that might have caused the whole chaos: For true superintelligence you need flexibility and systematicity. Combining the machinery of general and narrow intelligence (I like the DeepMind’s taxonomy of AGI https://​​arxiv.org/​​pdf/​​2311.02462.pdf ) might be the path to both general and narrow superintelligence.