This is the real deal. AlphaGeometry solved a very limited set of problems with a lot of brute force search. This is a much broader method that I believe will have a great impact on the way we do mathematics. They are really implementing a self-feeding pipeling from natural language mathematics to formalized mathematics where they can train both formalization and proving. In principle this pipeline can also learn bas…
No. It's like you are allowed to use search engines to find a solution, nothing more than that.
AI solves International Math Olympiad problems at silver medal level
511–520 of 564 posts
Re: AI solves International Math Olympiad problems at silver medal level
#512Earlier quoted context omitted.
Sure but if an AI can prove e.g the Goldbach conjecture then that is a bfd.
What if the proof were incomprehensible to humans?
Re: AI solves International Math Olympiad problems at silver medal level
#513Earlier quoted context omitted.
I would argue that no actually searchable solution space is really infinite (if only because infinite turing machines can't exist). Finite solution spaces can get more than large enough to be intractable.
What about ℕ? Seems pretty infinite to me, unless with "actually" you mean finite in time and space, which would make your argument a tautology. Or am I missing something?
("Scare quotes")
Re: AI solves International Math Olympiad problems at silver medal level
#514Earlier quoted context omitted.
What makes solving IMO problems hard is usually the limits of human memory, pattern-matching, and search, not creativity. After all, these are problems that are already solved, and it is expected that many people can solve the problems in about 1 hour's time. That makes it, in principle, similar or even easier than a champsionship-level chess move, which often take more than 1 hour for a professional human (with more…
Ok but if you read the actual solutions they aren't a bizarre mess of brute force. They look like what a human would write if they were trying to come up with a formal proof (albeit it does some steps in a weird order).
Re: AI solves International Math Olympiad problems at silver medal level
#515Re: AI solves International Math Olympiad problems at silver medal level
#516"... We'll be bringing all the goodness of AlphaProof and AlphaGeometry 2 to our mainstream #Gemini models very soon. Watch this space!" -- Demis Hassabis, CEO of Google DeepMind. https://x.com/demishassabis/status/1816499055880437909
Re: AI solves International Math Olympiad problems at silver medal level
#517Re: AI solves International Math Olympiad problems at silver medal level
#518Earlier quoted context omitted.
Of course. That falls under "understanding why the proof is a proof".
Now we only need to find that human that never makes mistakes and we're golden...
Then you need to implement that logic in software, and again, you can and will mistakes here. You will use the first version of that software, or another logic software, to verify that your informal thoughts why your logic implementation is correct, can be formalised and checked. You will find mistakes, and fix them, and check that your correctness proof still goes through. It is very unlikely that it won't, but if it doesn't, you fix your correctness proof. If you can indeed fix it, you are done, no mistakes remain. If you cannot, something must be wrong with your implementation, so rinse and repeat.
At the end of this, you have a logic, and a logic implementation, which doesn't contain any mistakes. Guaranteed.
Re: AI solves International Math Olympiad problems at silver medal level
#519Re: AI solves International Math Olympiad problems at silver medal level
#520Earlier quoted context omitted.
This quote from the article sounds like it learns from failed tests: >We trained AlphaProof for the IMO by proving or disproving millions of problems, covering a wide range of difficulties and mathematical topic areas over a period of weeks leading up to the competition. The training loop was also applied during the contest, reinforcing proofs of self-generated variations of the contest problems until a full solution…
Reading between the lines a bit, that does answer the question I had though don't think I I clarified very well. I read that to say the model's token weights are adjusted as it goes, so in an LLM sense it is kind of learning. It isn't reasoning through an answer in the way a human does though. Meaning, the model is still just statistically predicting what an answer may be and checking if it worked. I wouldn't chalk t…
There's definitely an aspect of this that is 'airplanes, not birds.' Just because the wings don't flap doesn't mean it can't fly, though.