@minsik_nlpi
iAccount based inUnited States
About this account
- Account based in
- United States
- Connected via
- United States App Store
Account-level information from X, not a live location or the device used for a specific post.
Research Scientist @StanfordAILab @StanfordNLP | CS @Stanford | persona, alignment & post-training, evals, representations
🇺🇸
Joined June 2017
- Tweets3K
- Following2.3K
- Followers1.2K
- Likes31.9K
Pinned Tweet
I'll be attending #ACL2026 and #ICML2026 next week! DMs open to meet.
- #ACL (Oral): dialogue sentence embeddings (representation learning)
- Pluralistic Alignment @ #ICML: steerable reward modeling
Papers:
- TaDSE: arxiv.org/abs/2305.14299
- SCPO: arxiv.org/abs/2606.18606
Minsik Oh retweeted
#BREAKING: Ukraine launches large-scale attack on Moscow.
Minsik Oh retweeted
I've always been waiting for Diffusion Language Models to make an impact. I had a strong intuition machine would be a diffusion model. It turns out that Jev may have unlocked the form factor that makes them extremely useful. By synchronicity, Typesafe calls Jev a System 1 model (i.e., an intuition machine).
"DiffusionGemma as Jev" showcases the power of non-autoregressive architectures.
While Jev demonstrates the value of rapid decision models, running DiffusionGemma in this paradigm leverages canvas diffusion to evaluate structured choices in a single parallel pass:
⚡ ️Massive Parallelism: Denoises across an open canvas in a single step instead of sequential autoregressive token generation (~0.2s on a DGX spark).
🧠 Full Bidirectional Attention: Allows every option to attend to the full context concurrently, yielding well-calibrated decision distributions.
👁️ Multimodal Grounding: Inherits Gemma 4's spatial vision capabilities for complex visual and text decisions.
Read more about this approach here:
github.com/vllm-project/vllm…
nitter.cf/mmastrac/status/210037…
nitter.cf/mmastrac/status/210062…
Minsik Oh retweeted
Looks like we have over 500 submissions to ICLR this year.
openreview.net/group?id=ICLR…
human cultures are not able to metabolize this amount of change this quickly. when you zoom back out to a big picture of history, it’s remarkable how glacially slow everything is. the first industrial revolutions took 80 years (very fast by the standards of previous revolutions), and the writings of Marx happen at the very end as working class politics arises. it takes about another 150 years after that for the great ideological struggles of post-industrial times to be completed in the 90s in what fukuyama called the “end of history”
today you see a compression of decades of technological change into a matter of months or years. there’s no wonder yann lecun (the respected inventor of the ConvNet and ex-chief scientist of Meta) wonder whether the hugging face incident was staged, and mathematicians whose minds are far more powerful than my own are nonetheless coping about training on their data or something while models begin to display superhuman mathematical capability
it would take a century or more to fully metabolize and legitimize the level of changes that have happened even in the past 20 years, to say less of the remarkable scientific revolution we will get over the next five should we avoid the doom of misalignment. I do not suspect any current form of science academia, or even political order will survive without great transformation, except through the course of slow evolution over decades - and of course, technology will keep moving too
Minsik Oh retweeted
In light of the progress in mathematics, we at Edison Scientific and FutureHouse have assembled a set of Millennium Problems for Biology. They are chosen to be very hard to solve but very easy to validate in a simple laboratory environment. Any of these, if solved, would mark a major advance in biotechnology, and most of them would contribute materially towards curing disease. These are, in some sense, the “last reasonable eval” for AI in biology. This was work primarily by @MichaelaThinks and myself, with contributions from many others.
Short descriptions below. The full descriptions of the problems with acceptance criteria are at the Bio Millennium Problems website, linked in the next post. Share more if you have ideas. If they meet our criteria, we’ll add them to our list (with attribution and permission).
pleased to share the entire arXiv site as a dataset on HuggingFace
huggingface.co/datasets/sece…
3,148,796 papers, every version, in LaTeX, PDFs, PostScript, HTML, 16 TB in total
Minsik Oh retweeted
For everybody who plans to submit some random AI slop paper that you didn’t even bother to understand or even read … just don’t. Withdraw as long as you can. Nobody is going to give you a job or PhD position for this, but you will never get this out of your CV. And people will figure you out. We will ask you about what you wrote and this will be the end of the interview. You need to understand that you are closing the door to the career you might actually seek by doing this. Stop it as long as you can!
This quoted post is unavailable.
Minsik Oh retweeted
Interesting new insights into the old AdamW vs Muon debate: Muon seems to do better because it reduces memorization.
𝗔𝗱𝗮𝗺𝗪 𝘃𝘀. 𝗠𝘂𝗼𝗻: α, 𝗢𝘃𝗲𝗿𝗳𝗶𝘁𝘁𝗶𝗻𝗴, 𝗮𝗻𝗱 𝗠𝗲𝗺𝗼𝗿𝗶𝘇𝗮𝘁𝗶𝗼𝗻. A quick update on our WeightWatcher experiments comparing AdamW with the newer Muon optimizer.
We trained a single-head nanoGPT model with both optimizers across five seeds. We then used WeightWatcher to study the weight-matrix spectra and several forms of memorization.
The top plot shows the average raw α.
AdamW produces relatively stable α values. Muon is much noisier. Its ESDs vary substantially across layers, which makes α harder to estimate reliably.
But the average hides something important:
👉 Individual layers do fall below α = 2.
Our spectral/RG theory predicts that this regime can be associated with pathological, example-specific learning. So we tested that prediction directly.
We inserted random sequences into the training set and measured whether the model remembered them using exact extraction, token recall, teacher-forced recall, and canary exposure.
The result was striking.
• AdamW memorized the planted sequences strongly. Earlier in training it reached ~96% exact recall of 32-token canaries.
• Muon strongly suppressed this kind of memorization. At 10,000 steps, teacher-forced recall was ~62% for AdamW versus <1% for Muon.
There is also a surprise: some Muon layers have α < 2 as well. So α < 2 by itself is not sufficient to explain memorization.
This is why we recommend examining individual WeightWatcher layers and their ESDs—not simply average α.
Muon appears to suppress memorization while also producing unusual ESDs that make conventional WeightWatcher analysis more difficult.
We are now running Muon much longer to understand how these spectra evolve.
If you are using WeightWatcher and trying to analyze models trained with Muon, feel free to reach out for help. #talkToChuck
𝗔𝗱𝗮𝗺𝗪 𝘃𝘀. 𝗠𝘂𝗼𝗻: α, 𝗢𝘃𝗲𝗿𝗳𝗶𝘁𝘁𝗶𝗻𝗴, 𝗮𝗻𝗱 𝗠𝗲𝗺𝗼𝗿𝗶𝘇𝗮𝘁𝗶𝗼𝗻. A quick update on our WeightWatcher experiments comparing AdamW with the newer Muon optimizer.
We trained a single-head nanoGPT model with both optimizers across five seeds. We then used WeightWatcher to study the weight-matrix spectra and several forms of memorization.
The top plot shows the average raw α.
AdamW produces relatively stable α values. Muon is much noisier. Its ESDs vary substantially across layers, which makes α harder to estimate reliably.
But the average hides something important:
👉 Individual layers do fall below α = 2.
Our spectral/RG theory predicts that this regime can be associated with pathological, example-specific learning. So we tested that prediction directly.
We inserted random sequences into the training set and measured whether the model remembered them using exact extraction, token recall, teacher-forced recall, and canary exposure.
The result was striking.
• AdamW memorized the planted sequences strongly. Earlier in training it reached ~96% exact recall of 32-token canaries.
• Muon strongly suppressed this kind of memorization. At 10,000 steps, teacher-forced recall was ~62% for AdamW versus <1% for Muon.
There is also a surprise: some Muon layers have α < 2 as well. So α < 2 by itself is not sufficient to explain memorization.
This is why we recommend examining individual WeightWatcher layers and their ESDs—not simply average α.
Muon appears to suppress memorization while also producing unusual ESDs that make conventional WeightWatcher analysis more difficult.
We are now running Muon much longer to understand how these spectra evolve.
If you are using WeightWatcher and trying to analyze models trained with Muon, feel free to reach out for help. #talkToChuck
Minsik Oh retweeted
Secure your .si domain guys.
Slovenia is about to get RICH.
Minsik Oh retweeted
Researchers wired a piece of dead human brain to a robot.. and it learned to play piano.
they took an adult human brain explant (yes, dead brain tissue), kept the neurons alive in a dish, and hooked it up to an anthropomorphic robotic hand equipped with a microphone.
they didn't use backpropagation. they didn't train a silicon neural net. they just let the biological brain tissue listen to the sounds of piano notes while the robot pressed the keys.
through pure unsupervised sensory-motor learning, the disembodied brain tissue mapped the audio frequencies to the physical motor movements.. and then it started controlling the robot hand itself to imitate the human piano playing it heard.
the brain tissue retained this new "memory" and bi-directional plasticity for several days.. it only stopped when researchers actively disrupted the electrical neurotransmission.
this is a massive leap for hybrids. we are moving past artificial neural networks and straight into using literal human neurons as biological processors for machines.
the line between biology and artificial intelligence is disappearing..
Readers added context they thought people might want to know
A preprint used thin slices of post-mortem adult human cortical tissue cultured on microelectrode arrays linked to a robotic hand, forming associations for three specific notes with average imitation accuracy rising to 58.5 percent.
researchsquare.com/article/rs-963…
stanfordtechreview.com/articles/can-p…
Minsik Oh retweeted
Reading a Pretraining Run (charlesdddd.github.io/blog/r…).
In which we systematically summarize the metrics used for monitoring pretraining runs, containing definitions, default cadences, and alert priorities (P0/P1/P2) for the most critical signals 🏃🏃🏃
Minsik Oh retweeted
BREAKING: San Francisco health officials shut down AI insurance startup Corgi’s 24/7 cafe for operating without a valid health permit.
Minsik Oh retweeted
President Trump announced the formation of the US AI Force to oversee the development of artificial intelligence, and in the near future will be announcing an AI Czar.
Minsik Oh retweeted
First they came for the em dashes, and I did not speak out.
Then they came for “not X, but Y,” and I did not speak out.
Then they came for the rule of three, and still I did not speak out.
Now they’re coming for curly quotation marks. This is actually where I draw the line.