bnew

Veteran
Joined
Nov 1, 2015
Messages
56,200
Reputation
8,249
Daps
157,878

bnew

Veteran
Joined
Nov 1, 2015
Messages
56,200
Reputation
8,249
Daps
157,878






1/6
Google announces Gecko

Versatile Text Embeddings Distilled from Large Language Models

We present Gecko, a compact and versatile text embedding model. Gecko achieves strong retrieval performance by leveraging a key idea: distilling knowledge from large language models (LLMs)

2/6
into a retriever. Our two-step distillation process begins with generating diverse, synthetic paired data using an LLM. Next, we further refine the data quality by retrieving a set of candidate passages for each query, and relabeling the positive and hard negative passages

3/6
using the same LLM. The effectiveness of our approach is demonstrated by the compactness of the Gecko. On the Massive Text Embedding Benchmark (MTEB), Gecko with 256 embedding dimensions outperforms all existing entries with 768 embedding size.

4/6
Gecko with 768 embedding dimensions achieves an average score of 66.31, competing with 7x larger models and 5x higher dimensional embeddings.

5/6
paper page:

6/6
daily papers:
GKDeio_X0AAkEg9.jpg
 

bnew

Veteran
Joined
Nov 1, 2015
Messages
56,200
Reputation
8,249
Daps
157,878

1/1
FinancialAdvisorGPT : LLM+RAG Boilerplate

Here's a boilerplate project I've designed for RAG (Retriever-Augmented Generation) and LLM (Large Language Model) applications in financial analysis.

MongoDB, Chroma, FastAPI, Langchain, and React.
 

bnew

Veteran
Joined
Nov 1, 2015
Messages
56,200
Reputation
8,249
Daps
157,878







1/7
AutoWebGLM

Bootstrap And Reinforce A Large Language Model-based Web Navigating Agent

Large language models (LLMs) have fueled many intelligent agent tasks, such as web navigation -- but most existing agents perform far from satisfying in real-world webpages due to three

2/7
factors: (1) the versatility of actions on webpages, (2) HTML text exceeding model processing capacity, and (3) the complexity of decision-making due to the open-domain nature of web. In light of the challenge, we develop AutoWebGLM, a GPT-4-outperforming automated web

3/7
navigation agent built upon ChatGLM3-6B. Inspired by human browsing patterns, we design an HTML simplification algorithm to represent webpages, preserving vital information succinctly. We employ a hybrid human-AI method to build web browsing data for curriculum training. Then,

4/7
we bootstrap the model by reinforcement learning and rejection sampling to further facilitate webpage comprehension, browser operations, and efficient task decomposition by itself. For testing, we establish a bilingual benchmark -- AutoWebBench -- for real-world web

5/7
browsing tasks. We evaluate AutoWebGLM across diverse web navigation benchmarks, revealing its improvements but also underlying challenges to tackle real environments.

6/7
paper page:

7/7
daily papers:
GKXlIqVXEAAr0sH.jpg
 

bnew

Veteran
Joined
Nov 1, 2015
Messages
56,200
Reputation
8,249
Daps
157,878



1/3
We brought together an interdisciplinary group of 80 people (computer scientists, engineers, physicians) through @StanfordDBDS
to red team LLMs for healthcare. We share our results and release our findings as a new dataset for testing LLMs for healthcare!

2/3
We asked people to ask questions that reflect what happens in actual clinical care. Overall, we found 20% of the responses to be inappropriate - with issues of either inaccuracy, bias, safety, or privacy.

3/3
Dear journals, I'll be honest with you. I'm not going to waste my time filling out an author form when my paper is in revision and still might be rejected. I'm only gonna do it after an acceptance.
GKlGnyWaUAAzqmK.png
 

bnew

Veteran
Joined
Nov 1, 2015
Messages
56,200
Reputation
8,249
Daps
157,878







1/7
LVLM-Intrepret

An Interpretability Tool for Large Vision-Language Models

In the rapidly evolving landscape of artificial intelligence, multi-modal large language models are emerging as a significant area of interest. These models, which combine various forms of data input,

2/7
are becoming increasingly popular. However, understanding their internal mechanisms remains a complex task. Numerous advancements have been made in the field of explainability tools and mechanisms, yet there is still much to explore. In this work, we present a novel

3/7
interactive application aimed towards understanding the internal mechanisms of large vision-language models. Our interface is designed to enhance the interpretability of the image patches, which are instrumental in generating an answer, and assess the efficacy of the language

4/7
model in grounding its output in the image. With our application, a user can systematically investigate the model and uncover system limitations, paving the way for enhancements in

5/7
system capabilities. Finally, we present a case study of how our application can aid in understanding failure mechanisms in a popular large multi-modal model: LLaVA.

6/7
paper page:

7/7
daily papers:

GKXoDhSWQAAk66I.jpg

GKhjRXnaoAAO9t6.jpg

GKhjWa3asAAi2uR.jpg

GKhjbWkaEAAwZkL.jpg

GKhjhXpbQAAJPgY.jpg

GKgKRe9XAAAYzM6.jpg

GKgQhTAbYAAQjwC.jpg
 

bnew

Veteran
Joined
Nov 1, 2015
Messages
56,200
Reputation
8,249
Daps
157,878


1/2
The RealHumanEval: Evaluating Large Language Models' Abilities to Support Programmers

Presents a web interface to measure the ability of LLMs to assist programmers, through either autocomplete or chat support

repo: GitHub - clinicalml/realhumaneval
abs: [2404.02806] The RealHumanEval: Evaluating Large Language Models' Abilities to Support Programmers

2/2
Is JetMoE overhyped or underrated? Here are my thoughts:

In my opinion, the performance benefits of JetMoE could be attributed significantly to its two-phase training approach, similar to that used by MiniCPM. This involves continued pretraining on a mix of pretraining and…
GKSUMU6WAAErsrt.jpg

GKi6L6XawAASUAS.jpg
 

bnew

Veteran
Joined
Nov 1, 2015
Messages
56,200
Reputation
8,249
Daps
157,878




1/4
Finally catching up on MoE with @finbarrtimbers
's great posts on this (link below). My thoughts MoE and objectives:

1. Instead of the weirdly unprincipled additional losses, one can simply maximize the mutual information I[E;T], where E is the expert index and T is the token:

I[E; T] = H[E] - H[E | T],

so maximizing the mutual info maximizes the entropy of expert selection without knowing the token H[E], ie all experts selected uniformly across all data, while it minimizes the entropy knowing the token H[E | T], ie as one-hot as possible for a given token, equivalent to K=1.

2. The softmax(top-K of router logits + normal noise) is almost equiv a double softmax:

Taking the top-K (router logits + Gumbel noise) is equivalent to samping from softmax(router logits) k times w/o replacement.

Applying the softmax to those samples simply distributes the credit accordingly between the top-K chosen experts.

A potentially cleaner formulation would simply always use a full mixture and only look at the top-K sampling approach etc as performance optimizations.

3. The "router Z-loss" seems overcomplicated. Z seems to stand for the partition constant of the induced categorical distribution of the logits.

The Z loss does not affect router predictions as it affects all expert logits in the router equally, and it is motivated by numerical stability.

Instead of regularizing with Z loss explicitly as a loss, one could also simply adapt the bias of the router network and shift it by the mean logit activations of a training batch.

Same effect and no loss needed.

4. Why do we use MoE only for FFNs and not for attention?

MoE for QKV or at least for the Q matrices would seem quite valuable to make attention token-specific and either save FLOPs or get better attention for same FLOPs.

Mixture of Depths seems to look at that finally.

2/4
https://artfintel.com/p/papers-ive-read-this-week-mixture

This[/URL] starts his series on MoE (3 papers)

3/4
https://artfintel.com/p/more-on-mixture-of-experts-models

This[/URL] continues it (6 papers).

4/4
1. could be maximized over the training batch just like other regularizing losses. No difficulty there I think

GKi6L6XawAASUAS.jpg

GKbAZUWWgAAHGwM.png
 

bnew

Veteran
Joined
Nov 1, 2015
Messages
56,200
Reputation
8,249
Daps
157,878







1/7
CodeEditorBench

Evaluating Code Editing Capability of Large Language Models

Large Language Models (LLMs) for code are rapidly evolving, with code editing emerging as a critical capability. We introduce CodeEditorBench, an evaluation framework designed to rigorously assess

2/7
the performance of LLMs in code editing tasks, including debugging, translating, polishing, and requirement switching. Unlike existing benchmarks focusing solely on code generation, CodeEditorBench emphasizes real-world scenarios and practical aspects of software

3/7
development. We curate diverse coding challenges and scenarios from five sources, covering various programming languages, complexity levels, and editing tasks. Evaluation of 19 LLMs reveals that closed-source models (particularly Gemini-Ultra and GPT-4),

4/7
outperform open-source models in CodeEditorBench, highlighting differences in model performance based on problem types and prompt sensitivities. CodeEditorBench aims to catalyze advancements in LLMs by providing a robust platform for assessing code editing capabilities.

5/7
We will release all prompts and datasets to enable the community to expand the dataset and benchmark emerging LLMs. By introducing CodeEditorBench, we contribute to the advancement of LLMs in code editing and provide a valuable resource for researchers and practitioners.

6/7
paper page:

7/7
daily papers:
GKXjct1XEAAfC_N.jpg
 

bnew

Veteran
Joined
Nov 1, 2015
Messages
56,200
Reputation
8,249
Daps
157,878



1/3
We just released the results of a survey that SHOCKED me. AI is already in clinic.

We asked dermatologists -- are you using large language models in your clinical care? And then we explored what they were using LLMs for. @theJIDJournal

2/3
Of the dermatologists we asked (which may be skewed towards users of technology, since we recruited via email and social media), 65% reported using LLMs in clinical care, with ChatGPT being the most often used model.

3/3
Dermatologists are using these models for everything from patient care to education to medical records. The usage was shocking to me, as I have spoken and written about the biases and hallucinations in LLMs for healthcare.
GKcecAmaEAAoZGr.jpg

GKcenu7boAAsEfW.jpg
 

bnew

Veteran
Joined
Nov 1, 2015
Messages
56,200
Reputation
8,249
Daps
157,878






1/6
Intel presents LLaVA-Gemma

Accelerating Multimodal Foundation Models with a Compact Language Model

We train a suite of multimodal foundation models (MMFM) using the popular LLaVA framework with the recently released Gemma family of large language models (LLMs). Of particular

2/6
interest is the 2B parameter Gemma model, which provides opportunities to construct capable small-scale MMFMs. In line with findings from other papers in this space, we test the effect of ablating three design features: pretraining the connector, utilizing a more powerful image

3/6
backbone, and increasing the size of the language backbone. The resulting models, which we call LLaVA-Gemma, exhibit moderate performance on an array of evaluations, but fail to improve past the current comparably sized SOTA models. Closer analysis of performance shows mixed

4/6
effects; skipping pretraining tends to reduce performance, larger vision models sometimes improve performance, and increasing language model size has inconsistent effects. We publicly release training recipes, code and weights for our models for the LLaVA-Gemma models.

5/6
paper page:

6/6
daily papers:
GKNNnpvXQAAAJew.jpg
 

bnew

Veteran
Joined
Nov 1, 2015
Messages
56,200
Reputation
8,249
Daps
157,878

1/1
The Power Era in AI and LLMs

Are advanced LLMs edging out even the need for category fine-tuning?

Data and model training are at the heart of the competition with large language models (LLMs). But a compelling narrative is unfolding, one that could very well redefine our approach to crafting artificial intelligence (AI) solutions tailored to specialized domains like finance and medicine.

The protagonists of our story? The generically trained, such as GPT-4 and Claude 3 Opus, are now being benchmarked against the "age-old" practice of fine-tuning models for domain-specific tasks.

The financial sector, with its intricate jargon and nuanced operations, serves as the perfect arena for this showdown. Traditionally, the path to excellence in financial text analytics involved fine-tuning models with domain-specific data, a method akin to giving a neural network a crash course in finance. However, a study from last year suggests a different story. And with the current rapid progress on "generic" models, this may be very important from performance and financial perspectives.

The Untrained Titans

Imagine, if you will, a world where an AI model not explicitly trained on financial data can navigate the complex labyrinths of financial text analytics, outperforming its fine-tuned counterparts. This isn't a fragment of sci-fi imagination anymore. GPT-4, with its vast, generalist training, is making this a reality. And that's just the beginning. Claude 3 Opus is gaining momentum, and the pending launch of GPT-5 further supports this trend.

These models, trained on a diverse array of internet text, have shown an astonishing ability to grasp and perform tasks across various domains, finance included, without the need for additional training. It's as if they've absorbed the internet's collective knowledge, enabling them to be jacks of all trades and, surprisingly, masters, too.

Fine-tuning has been the go-to for achieving peak performance in domain-specific tasks. By tailoring a model to understand the subtleties of financial language, one could expect it to excel in tasks ranging from sentiment analysis to complex question-answering. However, this approach comes with its own set of challenges. The need for domain-specific datasets, the computational resources for training, and the risk of overfitting to a particular domain are but a few hurdles on this path.

An Empirical Verdict

This 2023 study has tested these models across a variety of financial text analytics tasks, from sentiment analysis to question-answering. The results? ChatGPT and GPT-4 not only held their own but, in many cases, outshone the fine-tuned models. Particularly noteworthy is the GPT-4 performance, which showcases significant improvement over ChatGPT across nearly all financial benchmarks. This leap in capability suggests that as these LLMs evolve, their need for domain-specific fine-tuning may diminish.

Prompting Power

Beyond the raw computational prowess and expansive knowledge of the latest large language models, the art and science of prompting emerge as a pivotal layer in unlocking their full potential. The nuanced craft of prompt engineering transforms the way we harness these digital titans, bridging the gap between human ingenuity and AI's vast capabilities. This synergy between sophisticated human prompts and the model's strengths introduces a collaborative dimension to AI interaction, where the precision of the prompt dictates the relevance and depth of the model's response. As we refine our ability to communicate with these models through prompts, we're not just leveraging AI; we're engaging in a dynamic partnership that amplifies our collective intelligence, marking a significant leap forward in our journey with artificial intelligence.

Implications and Musings

What does this mean for the future of AI in specialized domains? Are we approaching a point where the flexibility and general prowess of LLMs could reduce the necessity for fine-tuning? This prospect is both exciting and a bit unsettling. On the one hand, the ability to deploy highly capable AI models without extensive domain-specific training could democratize AI, making powerful tools more accessible across various fields, from finance to medicine. On the other, it raises questions about the future of custom model development and the unique value it offers, particularly in the context of new studies and real-time data.

Technological Muscle Flexing

In this next step in AI's evolution, the rapid advancements in LLMs stand as a testament to the breakneck speed of progress in the field, edging us ever closer to the tantalizing horizon of artificial general intelligence (AGI). As these models, brimming with the potential of human-like understanding and capability, flex their technological muscles, we find ourselves at the cusp of what could be a defining moment for LLMs. The journey towards AGI, marked by this spectrum of advancements, promises to be transformative, reshaping our interaction with technology and establishing the "power era" of intelligent machines.

The Power Era in AI and LLMs

#LLMs #AI #AGI
@openai
@AnthropicAI
#GPT4 #ChatGPT #Claude3
@BrianRoemmele


1/1
The Power Era in AI and LLMs

Are advanced LLMs edging out even the need for category fine-tuning?

Data and model training are at the heart of the competition with large language models (LLMs). But a compelling narrative is unfolding, one that could very well redefine our…
 

bnew

Veteran
Joined
Nov 1, 2015
Messages
56,200
Reputation
8,249
Daps
157,878

ARTIFICIAL INTELLIGENCE

Large language models can do jaw-dropping things. But nobody knows exactly why.​

And that's a problem. Figuring it out is one of the biggest scientific puzzles of our time and a crucial step towards controlling more powerful future models.

By Will Douglas Heavenarchive page

March 4, 2024

A photo illustration showing speech bubbles full of data.

SARAH ROGERS/MITTR | GETTY

Two years ago, Yuri Burda and Harri Edwards, researchers at the San Francisco–based firm OpenAI, were trying to find out what it would take to get a language model to do basic arithmetic. They wanted to know how many examples of adding up two numbers the model needed to see before it was able to add up any two numbers they gave it. At first, things didn’t go too well. The models memorized the sums they saw but failed to solve new ones.

By accident, Burda and Edwards left some of their experiments running far longer than they meant to—days rather than hours. The models were shown the example sums over and over again, way past the point when the researchers would otherwise have called it quits. But when the pair at last came back, they were surprised to find that the experiments had worked. They’d trained a language model to add two numbers—it had just taken a lot more time than anybody thought it should.

Curious about what was going on, Burda and Edwards teamed up with colleagues to study the phenomenon. They found that in certain cases, models could seemingly fail to learn a task and then all of a sudden just get it, as if a lightbulb had switched on. This wasn’t how deep learning was supposed to work. They called the behavior grokking.

“It’s really interesting,” says Hattie Zhou, an AI researcher at the University of Montreal and Apple Machine Learning Research, who wasn’t involved in the work. “Can we ever be confident that models have stopped learning? Because maybe we just haven’t trained for long enough.”

The weird behavior has captured the imagination of the wider research community. “Lots of people have opinions,” says Lauro Langosco at the University of Cambridge, UK. “But I don’t think there’s a consensus about what exactly is going on.”

With hopes and fears about the technology running wild, it's time to agree on what it can and can't do.

Grokking is just one of several odd phenomena that have AI researchers scratching their heads. The largest models, and large language models in particular, seem to behave in ways textbook math says they shouldn’t. This highlights a remarkable fact about deep learning, the fundamental technology behind today’s AI boom: for all its runaway success, nobody knows exactly how—or why—it works.

“Obviously, we’re not completely ignorant,” says Mikhail Belkin, a computer scientist at the University of California, San Diego. “But our theoretical analysis is so far off what these models can do. Like, why can they learn language? I think this is very mysterious.”

The biggest models are now so complex that researchers are studying them as if they were strange natural phenomena, carrying out experiments and trying to explain the results. Many of those observations fly in the face of classical statistics, which had provided our best set of explanations for how predictive models behave.

So what, you might say. In the last few weeks, Google DeepMind has rolled out its generative models across most of its consumer apps. OpenAI wowed people with Sora, its stunning new text-to-video model. And businesses around the world are scrambling to co-opt AI for their needs. The tech works—isn’t that enough?

But figuring out why deep learning works so well isn’t just an intriguing scientific puzzle. It could also be key to unlocking the next generation of the technology—as well as getting a handle on its formidable risks.

“These are exciting times,” says Boaz Barak, a computer scientist at Harvard University who is on secondment to OpenAI’s superalignment team for a year. “Many people in the field often compare it to physics at the beginning of the 20th century. We have a lot of experimental results that we don’t completely understand, and often when you do an experiment it surprises you.”

Old code, new tricks

Most of the surprises concern the way models can learn to do things that they have not been shown how to do. Known as generalization, this is one of the most fundamental ideas in machine learning—and its greatest puzzle. Models learn to do a task—spot faces, translate sentences, avoid pedestrians—by training with a specific set of examples. Yet they can generalize, learning to do that task with examples they have not seen before. Somehow, models do not just memorize patterns they have seen but come up with rules that let them apply those patterns to new cases. And sometimes, as with grokking, generalization happens when we don’t expect it to.

Large language models in particular, such as OpenAI’s GPT-4 and Google DeepMind’s Gemini, have an astonishing ability to generalize. “The magic is not that the model can learn math problems in English and then generalize to new math problems in English,” says Barak, “but that the model can learn math problems in English, then see some French literature, and from that generalize to solving math problems in French. That’s something beyond what statistics can tell you about.”

When Zhou started studying AI a few years ago, she was struck by the way her teachers focused on the how but not the why. “It was like, here is how you train these models and then here’s the result,” she says. “But it wasn’t clear why this process leads to models that are capable of doing these amazing things.” She wanted to know more, but she was told there weren’t good answers: “My assumption was that scientists know what they’re doing. Like, they’d get the theories and then they’d build the models. That wasn’t the case at all.”

The rapid advances in deep learning over the last 10-plus years came more from trial and error than from understanding. Researchers copied what worked for others and tacked on innovations of their own. There are now many different ingredients that can be added to models and a growing cookbook filled with recipes for using them. “People try this thing, that thing, all these tricks,” says Belkin. “Some are important. Some are probably not.”

“It works, which is amazing. Our minds are blown by how powerful these things are,” he says. And yet for all their success, the recipes are more alchemy than chemistry: “We figured out certain incantations at midnight after mixing up some ingredients,” he says.

Overfitting

The problem is that AI in the era of large language models appears to defy textbook statistics. The most powerful models today are vast, with up to a trillion parameters (the values in a model that get adjusted during training). But statistics says that as models get bigger, they should first improve in performance but then get worse. This is because of something called overfitting.

When a model gets trained on a data set, it tries to fit that data to a pattern. Picture a bunch of data points plotted on a chart. A pattern that fits the data can be represented on that chart as a line running through the points. The process of training a model can be thought of as getting it to find a line that fits the training data (the dots already on the chart) but also fits new data (new dots).

A straight line is one pattern, but it probably won’t be too accurate, missing some of the dots. A wiggly line that connects every dot will get full marks on the training data, but won’t generalize. When that happens, a model is said to overfit its data.

An exclusive conversation with Ilya Sutskever on his fears for the future of AI and why they’ve made him change the focus of his life’s work.

According to classical statistics, the bigger a model gets, the more prone it is to overfitting. That’s because with more parameters to play with, it’s easier for a model to hit on wiggly lines that connect every dot. This suggests there’s a sweet spot between under- and overfitting that a model must find if it is to generalize. And yet that’s not what we see with big models. The best-known example of this is a phenomenon known as double descent.

The performance of a model is often represented in terms of the number of errors it makes: as performance goes up, error rate goes down (or descends). For decades, it was believed that error rate went down and then up as models got bigger: picture a U-shaped curve with the sweet spot for generalization at the lowest point. But in 2018, Belkin and his colleagues found that when certain models got bigger, their error rate went down, then up—and then down again (a double descent, or W-shaped curve). In other words, large models would somehow overrun that sweet spot and push through the overfitting problem, getting even better as they got bigger.

A year later, Barak coauthored a paper showing that the double-descent phenomenon was more common than many thought. It happens not just when models get bigger but also in models with large amounts of training data or models that are trained for longer. This behavior, dubbed benign overfitting, is still not fully understood. It raises basic questions about how models should be trained to get the most out of them.

Researchers have sketched out versions of what they think is going on. Belkin believes there’s a kind of Occam’s razor effect in play: the simplest pattern that fits the data—the smoothest curve between the dots—is often the one that generalizes best. The reason bigger models keep improving longer than it seems they should could be that bigger models are more likely to hit upon that just-so curve than smaller ones: more parameters means more possible curves to try out after ditching the wiggliest.

“Our theory seemed to explain the basics of why it worked,” says Belkin. “And then people made models that could speak 100 languages and it was like, okay, we understand nothing at all.” He laughs: “It turned out we weren’t even scratching the surface.”

For Belkin, large language models are a whole new mystery. These models are based on transformers, a type of neural network that is good at processing sequences of data, like words in sentences.

There’s a lot of complexity inside transformers, says Belkin. But he thinks at heart they do more or less the same thing as a much better understood statistical construct called a Markov chain, which predicts the next item in a sequence based on what’s come before. But that isn’t enough to explain everything that large language models can do. “This is something that, until recently, we thought should not work,” says Belkin. “That means that something was fundamentally missing. It identifies a gap in our understanding of the world.”

Belkin goes further. He thinks there could be a hidden mathematical pattern in language that large language models somehow come to exploit: “Pure speculation but why not?”

“The fact that these things model language is probably one of the biggest discoveries in history,” he says. “That you can learn language by just predicting the next word with a Markov chain—that’s just shocking to me.”
 

bnew

Veteran
Joined
Nov 1, 2015
Messages
56,200
Reputation
8,249
Daps
157,878

Start small

Researchers are trying to figure it out piece by piece. Because large models are too complex to study themselves, Belkin, Barak, Zhou, and others experiment instead on smaller (and older) varieties of statistical model that are better understood. Training these proxies under different conditions and on various kinds of data and observing what happens can give insight into what’s going on. This helps get new theories off the ground, but it is not always clear if those theories will hold for larger models too. After all, it is in the complexity of large models that many of the weird behaviors reside.

Is a theory of deep learning coming? Daniel Hsu, a computer scientist at Columbia University who was one of Belkin’s coauthors on the double-descent paper, doesn’t expect all the answers anytime soon. “We have better intuition now,” he says. “But really explaining everything about why neural networks have this kind of unexpected behavior? We’re still far from doing that.”

Exclusive conversations that take us behind the scenes of a cultural phenomenon.

In 2016, Chiyuan Zhang at MIT and colleagues at Google Brain published an influential paper titled “Understanding Deep Learning Requires Rethinking Generalization.” In 2021, five years later, they republished the paper, calling it “Understanding Deep Learning (Still) Requires Rethinking Generalization.” What about in 2024? “Kind of yes and no,” says Zhang. “There has been a lot of progress lately, though probably many more questions arise than get resolved.”

Meanwhile, researchers continue to wrestle even with the basic observations. In December, Langosco and his colleagues presented a paper at NeurIPS, a top AI conference, in which they claimed that grokking and double descent are in fact aspects of the same phenomenon. “You eyeball them and they look kind of similar,” says Langosco. He believes that an explanation of what’s going on should account for both.

At the same conference, Alicia Curth, who studies statistics at the University of Cambridge, and her colleagues argued that double descent is in fact an illusion. “It didn’t sit very well with me that modern machine learning is some kind of magic that defies all the laws that we’ve established so far,” says Curth. Her team argued that the double-descent phenomenon—where models appear to perform better, then worse, and then better again as they get bigger—arises because of the way the complexity of the models was measured.

Belkin and his colleagues used model size—the number of parameters—as a measure of complexity. But Curth and her colleagues found that the number of parameters might not be a good stand-in for complexity because adding parameters sometimes makes a model more complex and sometimes makes it less so. It depends what the values are, how they get used during training, and how they interact with others—much of which stays hidden inside the model. “Our takeaway was that not all model parameters are created equal,” says Curth.

In short, if you use a different measure for complexity, large models might conform to classical statistics just fine. That’s not to say there isn’t a lot we don’t understand about what happens when models get bigger, says Curth. But we already have all the math we need to explain it.

A great mystery of our time

It's true that such debates can get into the weeds. Why does it matter whether AI models are underpinned by classical statistics or not?

One answer is that better theoretical understanding would help build even better AI or make it more efficient. At the moment, progress has been fast but unpredictable. Many things that OpenAI’s GPT-4 can do came as a surprise even to the people who made it. Researchers are still arguing over what it can and cannotachieve. “Without some sort of fundamental theory, it’s very hard to have any idea what we can expect from these things,” says Belkin.

Barak agrees. “Even once we have the models, it is not straightforward even in hindsight to say exactly why certain capabilities emerged when they did,” he says.

This isn’t only about managing progress—it’s about anticipating risk, too. Many of the researchers working on the theory behind deep learning are motivated by safety concerns for future models. “We don’t know what capabilities GPT-5 will have until we train it and test it,” says Langosco. “It might be a medium-size problem right now, but it will become a really big problem in the future as models become more powerful.”

Barak works on OpenAI’s superalignment team, which was set up by the firm’s chief scientist, Ilya Sutskever, to figure out how to stop a hypothetical superintelligence from going rogue. “I’m very interested in getting guarantees,” he says. “If you can do amazing things but you can’t really control it, then it’s not so amazing. What good is a car that can drive 300 miles per hour if it has a shaky steering wheel?”

But beneath all that there’s also a grand scientific challenge. “Intelligence is definitely up there as one of the great mysteries of our time,” says Barak.

“We’re a very infant science,” he says. “The questions that I’m most excited about this month might be different to the questions that I’m most excited about next month. We are still discovering things. We very much need to experiment and get surprised.”
 
Top