Skip to main content

Emergent abilities or a mirage?



Emergent abilities in large language models

I'm reminded of the Three Cup 'game' when discussions of AGI/ASI occur. The three cup scam is a gambling trick where a ball is placed under one of three cups, which are then moved around a mat. The customer is asked to guess which cup the ball is under, with a cash prize at stake. However, the scammer uses sleight of hand to move the ball to a different cup, making it impossible for the customer to win. This scam has been used to steal money from many an unsuspecting tourist.

Emergent abilities in large language models (LLMs) refer to the sudden and unpredictable increases in performance at specific tasks that occur as the model scale increases. These abilities are intriguing because they seem to emerge spontaneously as the model becomes larger, without any explicit training or fine-tuning on the specific task. This suggests that LLMs may have a capacity for generalisation and transfer learning that was previously unknown. Additionally, emergent abilities have been described as "breakthrough capabilities" and "sharp left turns," which implies that they represent a significant advance in our understanding of how language models work.

However, this paper, 'Are Emergent Abilities of Large Language Models a Mirage? by Schaeffer, Miranda, and Koyejo,' Computer Science, Stanford University, presents an alternative explanation for these abilities, suggesting that they may be a mirage induced by researcher analyses rather than a fundamental property of the model family on a specific task.

The alternative explanation

The alternative explanation presented in this paper challenges existing claims of emergent abilities by suggesting that these abilities may not be a fundamental property of the model family on a specific task. Instead, the researcher's choice of metric may create or ablate an emergent ability. The paper presents evidence to support this claim, including the meta-analysis of published results and the testing and confirmation of three predictions based on alternative hypotheses using the InstructGPT/GPT-3 model family. Therefore, the paper suggests that previously claimed emergent abilities in other studies might likely be a mirage induced by researcher analyses.

The main takeaway is for a fixed task and a fixed model family, the researcher can choose a metric to create an emergent ability or choose a metric to ablate an emergent ability. Ergo, emergent abilities may be creations of the researcher’s choices, not a fundamental property of the model family on the specific task. That said, we emphasize that nothing in this paper should be interpreted as claiming that large language models cannot display emergent abilities; rather, our message is that previously claimed emergent abilities in might likely be a mirage induced by researcher analyses. 

Implications for the future development of LLMs

The alternative explanation presented in this paper has several potential implications for the future development of LLMs. For example, it suggests that researchers should be cautious when interpreting emergent abilities in these models and consider the role of their choice of metric. Additionally, it highlights the importance of developing standardized metrics for evaluating LLMs to ensure that comparisons between different models are fair and meaningful. Finally, it suggests that future research should focus on understanding how emergent abilities arise in LLMs and how they can be intentionally created or ablated to improve model performance on specific tasks.

Conclusion

What we observe is not nature in itself but nature exposed to our method of questioning 

Werner Heisenberg 


The findings of this paper suggest that the existence of emergent abilities in LLMs is not as clear-cut as previously expounded. While it is possible that these abilities do exist, it is also possible that they are simply an artefact of researcher analyses. This ties in to Natale's argument that AI resides in the perception of human users. 

Something I've argued since the start of this blog is the 'AI' in question is more akin to Alien Intelligence, a notion I was pleased to see replicated in the thoughts of Taylor Webb at the start of his presentation. The concept of ramping up the models will automatically make them more intelligent, as has been argued, needs to be examined critically. So does this concept of emergence.

Recently Google boasted about the 'emergent' capabilities of it's new PaLM 2 LLM, admittedly with scant evidence. More research (not tied to big tech) is needed to understand the true nature of emergent abilities in LLMs. This will demonstrate if the dream/nightmare of ASI is viable, as the tech Hypster argument continues to be that once AGI is near, then machines will self improve to an extent that Artificial Super Intelligence is inevitable. Should an AGI 'emerge' or be constructed, what's certain it won't match the definition of 'human capabilities', they will be different. Consequently, so too would any ASI, it will be a 'God' of unknown and probably unwanted utility, whose mirage will fool many. 

Comments

Popular posts from this blog

OpenAI's NSA Appointment Raises Alarming Surveillance Concerns

  The recent appointment of General Paul Nakasone, former head of the National Security Agency (NSA), to OpenAI's board of directors has sparked widespread outrage and concern among privacy advocates and tech enthusiasts alike. Nakasone, who led the NSA from 2018 to 2023, will join OpenAI's Safety and Security Committee, tasked with enhancing AI's role in cybersecurity. However, this move has raised significant red flags, particularly given the NSA's history of mass surveillance and data collection without warrants. Critics, including Edward Snowden, have voiced their concerns that OpenAI's AI capabilities could be leveraged to strengthen the NSA's snooping network, further eroding individual privacy. Snowden has gone so far as to label the appointment a "willful, calculated betrayal of the rights of every person on Earth." The tech community is rightly alarmed, with many drawing parallels to dystopian fiction. The move has also raised questions about ...

What is happening inside of the black box?

  Neel Nanda is involved in Mechanistic Interpretability research at DeepMind, formerly of AnthropicAI, what's fascinating about the research conducted by Nanda is he gets to peer into the Black Box to figure out how different types of AI models work. Anyone concerned with AI should understand how important this is. In this video Nanda discusses some of his findings, including 'induction heads', which turn out to have some vital properties.  Induction heads are a type of attention head that allows a language model to learn long-range dependencies in text. They do this by using a simple algorithm to complete token sequences like [A][B] ... [A] -> [B]. For example, if a model is given the sequence "The cat sat on the mat," it can use induction heads to predict that the word "mat" will be followed by the word "the". Induction heads were first discovered in 2022 by a team of researchers at OpenAI. They found that induction heads were present in ...

Prompt Engineering: Expert Tips for a variety of Platforms

  Prompt engineering has become a crucial aspect of harnessing the full potential of AI language models. Both Google and Anthropic have recently released comprehensive guides to help users optimise their prompts for better interactions with their AI tools. What follows is a quick overview of tips drawn from these documents. And to think just a year ago there were countless YouTube videos that were promoting 'Prompt Engineering' as a job that could earn megabucks... The main providers of these 'chatbots' will hopefully get rid of this problem, soon. Currently their interfaces are akin to 1970's command lines, we've seen a regression in UI. Constructing complex prompts should be relegated to Linux lovers. Just a word of caution, even excellent prompts don't stop LLM 'hallucinations'. They can be mitigated against by supplementing a LLM with a RAG, and perhaps by 'Memory Tuning ' as suggested by Lamini (I've not tested this approach yet).  ...