Gemini 2.5 gets 24.4% on MathArena USAMO beating previous top score of 4.7%
1–10 of 13 posts
Re: Gemini 2.5 gets 24.4% on MathArena USAMO beating previous top score of 4.7%
#2Re: Gemini 2.5 gets 24.4% on MathArena USAMO beating previous top score of 4.7%
#3Re: Gemini 2.5 gets 24.4% on MathArena USAMO beating previous top score of 4.7%
#4Re: Gemini 2.5 gets 24.4% on MathArena USAMO beating previous top score of 4.7%
#5This does look like a large relative increase in score, but it seems like it comes from getting zero correct out of 6 to getting 1 and 1/2 correct. I think it's fair to say the sample size here is relatively small. Still, a record is a record! Congrats to the team for a new record!
Answers do seem to take longer to generate, but well worth the cost.
Re: Gemini 2.5 gets 24.4% on MathArena USAMO beating previous top score of 4.7%
#6"PROOF OR BLUFF? EVALUATING LLMS ON 2025 USA MATH OLYMPIAD"
Re: Gemini 2.5 gets 24.4% on MathArena USAMO beating previous top score of 4.7%
#7On the other hand, if you try to play chess with any of these reasoning models (including Gemini 2.5), it basically doesn't work at all. They keep forgetting where pieces are. Even with rl and sequential thinking on max, they consistently move pieces in impossible ways and mutate the board position.
In a recent test with Gemini 2.5, it used like 1700 thinking tokens to conclude it was in checkmate... but it wasn't. It's going to be very hard to trust these models to do new science or to operate outside of domains humans can verify while this kind of behavior continues.
Re: Gemini 2.5 gets 24.4% on MathArena USAMO beating previous top score of 4.7%
#8I was playing around with having this model plot orbital trajectories and it was seriously impressive. Other top-tier models would struggle to get functional simulations working. Gemini 2.5 was able to do it after three or four turns in Cursor. It does feel like a meaningful step up in mathematical reasoning and math-dense coding. On the other hand, if you try to play chess with any of these reasoning models (includi…
The vast majority of human chess players need to look at the board to know where the pieces are. Only a few people can know where all the pieces are if you just give them a list of moves. Have you tried evaluations where you give the LLM a representation of the board state at every move, as most human players would have, and which all chess engines track?
Re: Gemini 2.5 gets 24.4% on MathArena USAMO beating previous top score of 4.7%
#9I was playing around with having this model plot orbital trajectories and it was seriously impressive. Other top-tier models would struggle to get functional simulations working. Gemini 2.5 was able to do it after three or four turns in Cursor. It does feel like a meaningful step up in mathematical reasoning and math-dense coding. On the other hand, if you try to play chess with any of these reasoning models (includi…
Re: Gemini 2.5 gets 24.4% on MathArena USAMO beating previous top score of 4.7%
#10I was playing around with having this model plot orbital trajectories and it was seriously impressive. Other top-tier models would struggle to get functional simulations working. Gemini 2.5 was able to do it after three or four turns in Cursor. It does feel like a meaningful step up in mathematical reasoning and math-dense coding. On the other hand, if you try to play chess with any of these reasoning models (includi…
> They keep forgetting where pieces are The vast majority of human chess players need to look at the board to know where the pieces are. Only a few people can know where all the pieces are if you just give them a list of moves. Have you tried evaluations where you give the LLM a representation of the board state at every move, as most human players would have, and which all chess engines track?
a b c d e f g h
8 | r n b q k b n r | 8
7 | p p p p . . p p | 7
6 | . . . . . . . . | 6
5 | . . . . . . . . | 5
4 | . . . . P p . . | 4
3 | . . . . . . . . | 3
2 | P P P P . . P P | 2
1 | R N B Q K B N R | 1
a b c d e f g h
I suppose I could use an external representation and paste that in, but I could also have it write a python script to use stockfish.