site banner

Culture War Roundup for the week of March 31, 2025

This weekly roundup thread is intended for all culture war posts. 'Culture war' is vaguely defined, but it basically means controversial issues that fall along set tribal lines. Arguments over culture war issues generate a lot of heat and little light, and few deeply entrenched people ever change their minds. This thread is for voicing opinions and analyzing the state of the discussion while trying to optimize for light over heat.

Optimistically, we think that engaging with people you disagree with is worth your time, and so is being nice! Pessimistically, there are many dynamics that can lead discussions on Culture War topics to become unproductive. There's a human tendency to divide along tribal lines, praising your ingroup and vilifying your outgroup - and if you think you find it easy to criticize your ingroup, then it may be that your outgroup is not who you think it is. Extremists with opposing positions can feed off each other, highlighting each other's worst points to justify their own angry rhetoric, which becomes in turn a new example of bad behavior for the other side to highlight.

We would like to avoid these negative dynamics. Accordingly, we ask that you do not use this thread for waging the Culture War. Examples of waging the Culture War:

  • Shaming.

  • Attempting to 'build consensus' or enforce ideological conformity.

  • Making sweeping generalizations to vilify a group you dislike.

  • Recruiting for a cause.

  • Posting links that could be summarized as 'Boo outgroup!' Basically, if your content is 'Can you believe what Those People did this week?' then you should either refrain from posting, or do some very patient work to contextualize and/or steel-man the relevant viewpoint.

In general, you should argue to understand, not to win. This thread is not territory to be claimed by one group or another; indeed, the aim is to have many different viewpoints represented here. Thus, we also ask that you follow some guidelines:

  • Speak plainly. Avoid sarcasm and mockery. When disagreeing with someone, state your objections explicitly.

  • Be as precise and charitable as you can. Don't paraphrase unflatteringly.

  • Don't imply that someone said something they did not say, even if you think it follows from what they said.

  • Write like everyone is reading and you want them to be included in the discussion.

On an ad hoc basis, the mods will try to compile a list of the best posts/comments from the previous week, posted in Quality Contribution threads and archived at /r/TheThread. You may nominate a comment for this list by clicking on 'report' at the bottom of the post and typing 'Actually a quality contribution' as the report reason.

3
Jump in the discussion.

No email address required.

Proof or Bluff? Evaluating LLMs on 2025 USA Math Olympiad

Abstract: Recent math benchmarks for large language models (LLMs) such as MathArena indicate that state-of-the-art reasoning models achieve impressive performance on mathematical competitions like AIME, with the leading model, o3-mini, achieving scores comparable to top human competitors. However, these benchmarks evaluate models solely based on final numerical answers, neglecting rigorous reasoning and proof generation which are essential for real-world mathematical tasks. To address this, we introduce the first comprehensive evaluation of full-solution reasoning for challenging mathematical problems. Using expert human annotators, we evaluated several state-of-the-art reasoning models on the six problems from the 2025 USAMO within hours of their release. Our results reveal that all tested models struggled significantly, achieving less than 5% on average. Through detailed analysis of reasoning traces, we identify the most common failure modes and find several unwanted artifacts arising from the optimization strategies employed during model training. Overall, our results suggest that current LLMs are inadequate for rigorous mathematical reasoning tasks, highlighting the need for substantial improvements in reasoning and proof generation capabilities.

Background: The 'official' American competitive high school math circuit has several levels, progressing from AMC 10/12 (25 question, multiple choice, 75 minutes total) to AIME (15 questions, 3 hours, answers are in the form of positive 3 digit integers) to USAMO (2 days, 6 proof-based questions total, 3 questions with 4.5 hours per day), with difficulty increasing commensurate with the decrease in # of questions. While most AIME questions can be ground out using a standard set of high school/introductory college level math knowledge and tricks, the USAMO requires more depth of understanding and specialized techniques. For example, problem 1 (theoretically, the easiest) is as follows:

Let k and d be positive integers. Prove that there exists a positive integer N such that for every odd integer n > N , the digits in the base-2n representation of n^k are all greater than d.

This problem can be solved fairly simply using induction on k.

I've also noticed this when plugging grad-level QM questions into Gemini/ChatGPT. No matter how many times I tell it that it's wrong, it will repeatedly apologize and make the same mistake, usually copied from some online textbook or solution set without being able to adapt the previous solution to the new context.

It's not a proof, and in order to be "a bluff" there would've had to have been an intent to decieve.

Last week @2rafa asked "When will the AI penny drop? and the answer i would have liked to give at at the time was "when the footprint of a decent tokenizer gets small enough to run organically" or "when the equipment available to the hobbiest and semi-pro comunity catches up with the requirements of a decent tokenizer".

Until that happens specific questions will be doomed to be answered unspecifically.

The broad consensus (which i agree with) within the robotics and machine learning communities is that the existing generative models are ill-suited for any task requiring autonomy or rigor and that this is not a problem that can be fixed by throwing more FLOPs at it.

Why are you talking about the footprint of a tokenizer? Tokenization is cheap compared to actually evaluating the LLM.

Tokenization is cheap compared to actually evaluating the LLM.

Processing tokens is cheap. Generating tokens is expensive.

Evaluating a model can range from relatively cheap to cripplingly expensive depending on the metrics chosen and level of rigor required.

I agree with everything you wrote in this reply. But your reply seems to have nothing to do with your message I originally replied to. Why were you mentioning the cost of tokenization?

Because the collection and tokenization of reference material is currently a significant bottleneck. The democratization of it, or ability to do so organically would make a number of different approaches substantially more feasible. It also introduces the posibility of a Jobs or Zuckerberg type bootstrapping an AI in thier garage.

Is this a bit? Yes collecting a dataset is tons of work, but tokenizing it is trivial.