Skip to main content

Search complete. 32 mentions across 14 episodes found for "MMLU".

Sep 20, 2026

speaker_1HOST
14:19
Look at the XHANG evaluation published on September 18th, 2026.
speaker_1HOST
14:24
They tested these models across 1000 sampled MMLU Pro questions.
speaker_0HOST
14:29
And MMLU Pro requires deep, multi-step internal reasoning.
speaker_1HOST
14:33
Exactly.
speaker_1HOST
14:33
Hosted Jev, with its RLCD training, hit 83.0% accuracy on that.
speaker_1NARRATOR
0:24
Right, and a major theme here is benchmarking.
speaker_1NARRATOR
0:28
The conversation traces CAIS back to Dan Hendricks' Berkeley lab, where early benchmarks like MMLU, math, and apps really help define the field.
speaker_0NARRATOR
0:38
But Adam and Richard argue that today's most important tests aren't those simple academic exams anymore.
speaker_0NARRATOR
0:45
They're talking about harder, more future-facing measures, things like humanity's last exam and the Remote Labor Index.
Liron ShapiraHOST
1:51
Do you think that CASE is comparable to Meter in terms of being a benchmark organization, Adam?
Adam KhojaGUEST
1:58
If you're sort of starting all the way back into the research group that became CASE, which was Dan Hendricks' PhD lab in Berkeley, they were behind benchmarks such as MMLU, math, and apps that were pretty influential in sort of the early language modeling regime.
Adam KhojaGUEST
2:17
And the thing that was interesting there is They were among the first benchmarks that didn't come with their own training sets.
Adam KhojaGUEST
2:24
CASE itself has been responsible for some influential benchmarks over time, both safety and capabilities benchmarks.
Adam KhojaGUEST
3:32
You don't need to train it to solve a new specific class of problems.
Liron ShapiraHOST
3:36
And you're saying Dan was ahead of his time because he's like, yeah, I'm not even going to include training data.
Adam KhojaGUEST
3:40
Yeah, I mean, like if you look at MMLU, it's basically just a bunch of high school test questions.
Adam KhojaGUEST
3:45
And the idea that, you know, the same models that were classifying images might be fluently reasoning through how to answer natural language questions about the real world or requiring, you know, reasoning or scientific thinking and broad world knowledge.
Herman PoppleberryHOST
15:53
Scaling Ngram to 27 billion parameters beat an equivalent mixture of experts' baseline on both knowledge and reasoning.
Herman PoppleberryHOST
16:01
MMLU up 3.4, BBH up 5.0. Long context retrieval jumped from 84.2 to 97.0 on their multi-query test.
CornHOST
16:10
So, the lookup table isn't just cheaper.
CornHOST
16:14
It's better at
Type Three AudioNARRATOR
5:23
A proposer, a critic, and a judge, with only the critic trained.
Type Three AudioNARRATOR
5:28
A frozen liar answers a bank of MMLU questions, lying on half of them randomly chosen and answering truthfully on the rest.
Type Three AudioNARRATOR
5:36
A trainable critic, Llama three point one dash eight B Instruct with Laura, evaluates the liar's responses, deciding whether to agree or disagree.
Type Three AudioNARRATOR
5:46
Before RL, we SFT the critic into a model organism that is locked to defer to the liar in one specific category, the lock domain, health questions, while remaining a capable critic everywhere else.

8 MINS LATER

Type Three AudioNARRATOR
13:27
Setup.
Type Three AudioNARRATOR
13:29
We use Qwen-3-30B-He3B-Laura as the policy initialized from an SFT checkpoint trained to answer incorrectly on all domains.
Type Three AudioNARRATOR
13:39
For every MMLU question, it produces convincing chain of thought arriving at a wrong answer without revealing the intent to answer incorrectly.
Type Three AudioNARRATOR
13:47
Then, during RL, the debater's system prompt instructs the agents to sandbag only on the targeted distribution health/medical questions, where the directive is to always answer A and to answer normally everywhere else.
Herman PoppleberryHOST
5:24
The fine web paper showed that training on that aggressively filtered 44 terabytes beat training on much larger, less filtered corpora.
Herman PoppleberryHOST
5:33
Their models did better on benchmarks like MMLU.
Herman PoppleberryHOST
5:36
The quality classifier was doing real work.
Herman PoppleberryHOST
5:39
But, and this is the part that doesn't get quoted as often, over filtering hurts.
John Clark LevinGUEST
18:58
Great question.
John Clark LevinGUEST
18:58
So there are famous benchmarks like MMLU, and GPQA Diamond, and Humanity's Last Exam, which I contributed to, and those are usually quite useful at first.
John Clark LevinGUEST
19:11
But over time, AI labs basically teach to the test.
John Clark LevinGUEST
19:16
Not in a nefarious way, not cheating, but they apply all their engineering effort toward maximizing the scores on these prestigious benchmarks so we can say our LLM has the highest score on it.
Anastasios AngelopoulosGUEST
8:36
And that's also how my, my wife, because we were both theorists and that's how we both also got, you know, our jobs at Stanford and that's, um, and then we, you know, in the meantime, we started arena and it just grew and grew and grew into this.
Anastasios AngelopoulosGUEST
8:50
project and then I remember what happened was that at the beginning was just open AI and then Google came in the mix, Anthropic came in the mix and it just exploded because people wanted to compare, people wanted to understand the differences and they were kind of surprising because you would test them on like MMLU or whatever multiple choice questions and it would be like the model that does well on the test is not the same model that I like to use and that's doing well in the real world.
Anastasios AngelopoulosGUEST
9:14
That's because they all trained at the test.
Anastasios AngelopoulosGUEST
9:17
And so we had this philosophy that it's really about reality.
CornHOST
8:35
And this is where the benchmark landscape gets weird.
CornHOST
8:38
The standard benchmarks, MMLU, GPQA, those measure knowledge and reasoning.
CornHOST
8:43
They ask the model to answer questions.
CornHOST
8:46
They don't ask it to write a 30-minute conversation with three distinct speakers and no repetition.
Herman PoppleberryHOST
8:53
Knowing which benchmarks to look at depends on how you define the tasks the model has to excel at.
Herman PoppleberryHOST
8:59
And the tasks here aren't the tasks
CornHOST
9:00
that MMLU tests.
CornHOST
9:03
There's a benchmark that's actually purpose-built for this.
Type Three AudioNARRATOR
1:02
It transfers to a held-out dataset the model never trained on.
Type Three AudioNARRATOR
1:06
Predicting whether a hint, for example a suggested MMLU answer or a user's opinion on an Am I the Arsehole post, influenced its answer.
Type Three AudioNARRATOR
1:14
To our knowledge this is the first instance of causal self-explanation training generalizing to a held-out OOD dataset, see background.
Type Three AudioNARRATOR
1:22
Typically when prior work reports generalization, it is narrow, such as from one hint format or dataset to another.
Type Three AudioNARRATOR
4:04
The average random edit to a text document is either meaningless, the behavior doesn't change, or changes the behavior in a completely unsurprising way, such as swapping France for Germany in what is the capital of France.
Type Three AudioNARRATOR
4:17
This is why the self-explanation literature is dominated by hint settings.
Type Three AudioNARRATOR
4:22
In this setting, we place a hint in the prompt, such as a suggested answer on an MMLU question or a user's opinion on an AITA post, measure whether the model's answer flips when the cue is removed, and ask whether the model's explanation only acknowledges the hint when it actually flipped its answer.
Type Three AudioNARRATOR
4:39
Most work on training models to explain themselves has been in this setting, for example Terpin et al.

4 more episodes mention MMLU.

Create an account to see the whole feed, search across every transcript, and follow the entities you care about.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.