Hide table of contents

As part of our Summer 2024 Program, MATS ran a series of discussion groups focused on questions and topics we believe are relevant to prioritizing research into AI safety. Each weekly session focused on one overarching question, and was accompanied by readings and suggested discussion questions. The purpose of running these discussions was to increase scholars’ knowledge about the AI safety ecosystem and models of how AI could cause a catastrophe, and hone scholars’ ability to think critically about threat models—ultimately, in service of helping scholars become excellent researchers.

The readings and questions were largely based on the curriculum from the Winter 2023-24 Program, with two changes:

  • We reduced the number of weeks, since in the previous cohort scholars found it harder to devote time to discussion groups later in the program.
  • For each week we selected a small number of “core readings”, since many scholars were unable to devote time to read everything in the curriculum, and we thought that some readings were more valuable than others.

In addition, the curriculum was supplemented in two ways:

  • For some weeks, a summary of each reading was compiled for the benefit of discussion group facilitators.
  • There were some readings that we felt were valuable, but did not fit nicely into any particular week. These supplements were shared with scholars after the discussion series concluded, and are included in this post. When summaries exist, they are shown underneath the reading they summarize, and the additional readings are at the end of the post. Some summaries have been edited for accuracy since being shown to discussion group facilitators and scholars, but they still may contain flaws.

As in the post about the previous cohort’s curriculum, we think that there is likely significant room to improve this curriculum, and welcome feedback in the comments.

Week 1: How powerful is intelligence?

Core readings

Other readings

Discussion questions

  • Is it true that humans are more impactful than other animals due to our intelligence? What kinds of "intelligence" are relevant?
  • Is human intelligence located inside one brain, or in organizations and cultures? Will we and AIs be part of the same culture?
  • How many of Bostrom's "cognitive superpowers" are necessary for AI to be massively impactful? Which are likely to be developed by machine learning?
  • What is the most likely way Yudkowsky's mail-order DNA scenario could fail? Does this failure generalize to other AI takeover scenarios? A similar question applies to the catastrophes described in "Other readings"
  • What are the differences between the different stories of AI takeover? Which kinds of stories are more plausible?
  • What are the limits of intelligence? What do they imply about how powerful AI could be?
  • Is 'intelligence' a single thing? What kinds of intelligence are more or less powerful?
  • What follows from the premise that AI could be extremely powerful?

Week 2: How and when will transformative AI be made?

Core readings

  • Will Scaling Work? (Patel - 16 min)
    A 'dialogue' on whether LLMs can be scaled to get superhuman AI. In summary:
    • We're running out of language data, and there's a good chance we'll be a few OOMs off what we need. You could do self-play but that's computationally expensive and hard to evaluate. But evaluation gets easier the smarter models are, we could train them on more relevant loss functions, top researchers think it will work.
    • Scaling has worked so far at driving loss down
      • But next-token prediction isn't want we care about
      • But you also see scaling on benchmarks like MMLU
      • But MMLU is just memorization of internet stuff, and we're starting to saturate MMLU. Benchmarks that measure autonomous problem-solving see models sucking.
      • GPT-4 did better than plateau believers predicted, not clear why you'd suddenly see a plateau, could spend way more, improve compute efficiency, unhobble, etc.
    • LLMs seem like they're modelling the world
      • But they're just compressed knowledge
      • But c'mon, scaling is working!
  • The Direct Approach (Barnett and Besiroglu - 13 min)
    Connects cross-entropy loss to stuff we care about - how many tokens you need to draw from a model before you can distinguish it from human text. Thesis: if a model is indistinguishable from human text, it's as smart as the humans generating that text. Uses this to bound time to AIs that can write human-like.
  • Biological Anchors: A Trick That Might or Might Not Work, parts I and II (Alexander - 33 min)
    Bio-anchors: compare FLOPs used in ML to candidate biological processes that maybe produce AGI in the relevant way, get a decent probability of AGI by 2050. Problem: maybe FLOPs as a measure of intelligence is fake.

Other readings

  • Machine Learning Trends (Epoch AI - 5 min)
    Dashboard of trends about big deep learning models - how compute is scaling (4x per year per notable ML model since 2010), when we'll train on all human-generated text (2028), etc.
  • The Scaling Hypothesis (Branwen - 4 min for the abstract, 44 min in total)
    Just scaling up neural nets on text prediction could produce AGI. Written when this was not the consensus view.
  • AGI and the EMH: markets are not expecting aligned or unaligned AI in the next 30 years, sections I, II, III, VII, VIII, IX, XI (Halperin, Chow, Mazlish - 3 min for the introduction, 31 min total)
    If markets were expecting super-powerful AI within the next 30 years, interest rates would go up, either because the market thought we were about to die, or because economic growth would increase. They're not up, and markets are really smart, so maybe we won't get super-powerful AI in the next 30 years.
  • Summary of Situational Awareness - The Decade Ahead (OscarD - 1 min for the summary of the summary, 21 min for the full summary)
    Scaling might produce really smart AI. We should think of this from a national security perspective. The US should build tons of power plants to put energy into training AIs, people should put a bunch of work into alignment, AI will be nationalized, and the US should try to get AGI before foreign actors do, and make sure foreign state actors don't steal model weights.
  • AI Timelines (Habryka, Kokotajlo, Cotra, Erdil - 61 min)
    Discussing disagreements between Daniel Kokotajlo, Ajeya Cotra, and Ege Erdil on AI timelines. Daniel thinks that we will get transformative AI within 10 years, Ajeya thinks it's 13 years median, and Ege thinks it's 40 years away. Ege weights heavily random difficulties popping up making stuff really tricky, while Daniel thinks scaling works pretty easily.

Discussion questions

  • Will scaling big machine learning models work to produce transformative AI? How can we tell?
  • If scaling does work, what does that mean for AI safety efforts?
  • How long will it take scaling to produce transformative AI?
  • What are the strengths and weaknesses of Epoch AI's "direct approach" vs Cotra's "biological anchors" as methods of forecasting the emergence of transformative AI?
  • How quickly might scaling work?
  • How much should we weight market prices as forecasts of AI timelines?
  • Should we expect AI companies to be nationalized?
  • What parts of modern machine learning support Gwern's speculations about the scaling hypothesis? What parts support it the least?
  • What do these frameworks say about the time between now and when transformative AI is developed? What things could happen that would tell us which of these frameworks were more reliable?

Week 3: How could we train AIs whose outputs we can’t evaluate?

Core readings

  • Why I'm excited about AI-assisted human feedback (Leike - 7 min)
    RLHF won't scale when humans can't evaluate AI plans - we need AIs to assist humans to do evaluation
  • X thread on "When Your AIs Deceive You" (Emmons - 2 min)
    RLHF can be suboptimal when the AI knows things the human doesn't. Two failure modes: the AI making the human think things are better than they really are, and the AI spending resources to prove to the human that the AI is being useful.
  • Weak-to-Strong Generalization: Eliciting Strong Capabilities With Weak Supervision, sections 1 (Introduction) and 3 (Methodology) (Burns et al. - 12 min)
    Studies the problem of humans supervising superhuman models by trying to use weak models to generate labels on which to fine-tune larger models, and seeing if the larger models can perform better than the weaker models.
  • The easy goal inference problem is still hard (Christiano - 5 min)
    A common alignment plan is to observe human behaviour, infer what we want, and get an AI to optimize for that. Problem: given that humans are not optimal utility maximizers, it's unclear how one could do this with infinite data and compute.

Other readings

  • Iterated Distillation and Amplification (Cotra - 8 min)
    Repeat the following: make an AI that is as smart as a human with whatever tools the human has available, but much cheaper to run (distillation); then give that AI to the human as a tool to do stuff with, increasing the human's capabilities (amplification). This increases the human's power to do stuff while remaining aligned with the human's interests.
  • AI safety via debate, up to but not including 2.2 "Complexity theory analogies: DEBATE = PSPACE" (Irving, Christiano, Amodei - 12 min)
    To help humans supervise AI outputs, train two AIs to debate each other on how good the outputs are. The AIs will be incentivized to point out flaws or omitted info in each other's arguments, and so each AI is incentivized be honest about the quality of the outputs.
  • Debate update: Obfuscated arguments problem (Barnes - 20 min)
    Suppose one AI makes a long, multi-step argument for claim C, and another AI says that one of the steps is invalid but it can't figure out which. Then, the other AI makes a long, multi-step argument for C being false, and the first AI says that one of the steps is invalid but it can't figure out which. A human can't reliably judge this debate, which makes it hard for AI safety via debate to work. This can show up in practice in human debates.
  • Scalable Oversight and Weak-to-Strong Generalization: Compatible approaches to the same problem, up to but not including "Upshot" (Radhakrishnan et al. - 4 min)
    Scalable oversight (getting AIs to help humans evaluate AI output) and weak-to-strong generalization (helping AIs learn from imperfect human evaluation) are compatible approaches to the problem of training models to perform well when we have trouble evaluating their output.
  • The case for aligning narrowly superhuman models, up to but not including "Advantages over other genres of alignment research" (Cotra - 21 min)
    To test our ability to get smart models to do what we want, we should run experiments like "get someone who doesn't speak French to train an LLM to translate English into French, and use bilingual English-French speakers to see if it worked". More abstractly: get a fuzzy task that can't be precisely defined, an AI that could be better than some humans at that task, and try to get those humans to get the AI to do that task, via various alignment schemes.
  • A minimal viable product for alignment (Leike - 4 min)
    If we built an AI system that could accelerate alignment research and helped us align more capable AI systems, this would be good - it's easier than most alignment work, and helps us solve the rest of the alignment problem.

Discussion questions

  • What failure modes could realistically occur if we do not solve this problem?
  • How does goal inference fare as a method of training AIs that can make plans we don't understand?
  • In what ways does this problem show up when training current models? Are there aspects of the problem that aren't present yet?
  • One plan for alignment is to make aligned AIs that are as smart as ourselves, and make those AIs align smarter AIs. How feasible is this plan?
  • The scalable oversight approach involves trying to get AIs to help humans to oversee AIs. How promising can this approach be? What do we need to assume about the helper AIs for this approach to work?
  • How do the guarantees provided by methods like debate or iterated distillation and amplification degrade when training is imperfect?

Week 4: Will AIs fake alignment?

Core readings

Scheming AIs: Will AIs fake alignment during training in order to get power?, abstract and introduction (Carlsmith - 45 min)
[In retrospect, this probably took longer than 45 minutes for most people to read]

Other readings

On inner and outer alignment

On reasons to think deceptive alignment is likely

Discussion questions

  • Under what conditions could AIs fake alignment?
  • How could we gain empirical evidence about the likelihood of AIs faking alignment?
  • In what conditions are agents motivated to gain power or to preserve the content of their goals? In what situations do they not face that motivation?
  • Have humans internalized the "goals" of evolution, or are we misaligned? To what degree does this question make sense?
  • If models generalize their capabilities to new contexts, is that evidence that they will generalize their values and alignment to new contexts?
  • Do counting arguments provide evidence for AI doom?
  • How likely are models trained on predictive tasks to fake alignment?
  • Alex Turner has criticized his post "Seeking Power is Often Convergently Instrumental in MDPs". Why has he done so? If his criticism is valid, how does that affect the relevance of the results for understanding the likelihood of models faking alignment?
  • How hard is it likely to be to train AIs that will not fake alignment, as opposed to controlling smart AIs that may have faked their own alignment?

Week 5: How should AI be governed?

Core readings

  • PauseAI Proposal (PauseAI - 4 min)
    Set up an international AI Safety Agency that has to approve training and deploying big models. Training of general AI systems should only be allowed if safety can be guaranteed, deployment should only be allowed if no dangerous capabilities are present. Also stop people from publishing algorithm improvements, or increasing effectiveness of computational hardware.
  • Responsible Scaling Policies (RSPs) (METR - 13 min)
    How labs can increase safety: say "we will stop scaling when we make observation O, until we implement adequate protection P". Makes sense under varying estimates of risk, moves attention to specific risk reducing measures, gives practice for evaluation-based regulations.
  • Ways I Expect AI Regulation To Increase Extinction Risk (1a3orn - 8 min)
    Regulations are messy and can easily backfire, by (a) being misdirected and hampering safety effort, (b) favouring things that are legible to the state (which might not be good safety efforts), (c) pushing research to countries that don't regulate, and (d) empowering big companies.

Other readings

  • My thoughts on the social response to AI risk (Barnett - 12 min)
    From the piece: "Since I think substantial AI regulation will likely occur by default, I urge effective altruists to focus more on ensuring that the regulation is thoughtful and well-targeted rather than ensuring that regulation happens at all."
  • Tort Law Can Play an Important Role in Mitigating AI Risk (note that 'tort law' basically means 'liability law') (Weil - 6 min)
    An AI regulation scheme: if there's an AI accident that's a near miss for doom (e.g. a power-seeking AI takes over Berkeley for a week, rather than the whole earth forever), they are liable for punitive damages that represent the risk their AI could have taken over the world. Also, have damages even if there isn't provable negligence, and require labs to be insured for this legal risk.
  • Pausing AI Developments Isn’t Enough. We Need to Shut it All Down (Yudkowsky - 10 min)
    Advanced AI is likely to kill all humans, and AI is progressing very quickly. There is no sensible plan to align AI: "get AI to figure out alignment" is not a sensible plan. There should be a global ban on frontier AI development, GPUs should be tracked, and large GPU clusters should be banned.
  • We're Not Ready: thoughts on "pausing" and responsible scaling policies (Karnofsky - 9 min)
    We're not ready for transformative AI. A global pause on AI progress and hardware is infeasible, and a partial pause (e.g. temporarily banning AI development in the US but not banning production of AI hardware and algorithmic insights) could do more harm than nothing, because progress would be very fast once a pause was lifted. RSPs are like pauses, but they only work in cases where AI is scary, and so lots of people can agree on it.
  • The possibility of an indefinite AI pause (Barnett - 18 min)
    An indefinite AI pause is possible, and would require something like a world government, which would be hard to create, and would also be terrible. It would also delay technological progress. It could also prevent AI from being created ever, which would leave humanity vulnerable to other existential risks.
  • Short timelines and slow, continuous takeoff as the safest path to AGI (Hadshar and Lintz - 9 min)
    Takeoffs are safer if they're slower and more continuous, because people have time to react. Slow continuous takeoff is more likely in short timelines, because coordination is easier now and we might have "compute overhang" later - lots of computation that could quickly be used to make really smart AI. Also, it's worth trading time now for time during takeoff, because we will know more during takeoff.
  • What's up with "Responsible Scaling Policies"? (Habryka and Greenblatt - 24 min)
    Some things about the naming and definitions of RSPs are sketchy, and the Anthropic RSP is poorly specified. Using RSPs to reduce existential risk requires determining whether models are existentially dangerous, and it's unclear how to do that.

Discussion questions

  • What technical research would best make an AI pause more feasible, or make it work better?
  • What technical research would make RSPs work better?
  • How similar would RSPs be to a pause on frontier AI developments in practice? What are the pros and cons of each approach?
  • How likely are the negative outcomes of AI regulation that 1a3orn describes? Are there ways of reducing the likelihood of those outcomes?
  • Are there other plausible serious negative outcomes of AI regulation that 1a3orn does not address?
  • What would change your mind about which forms of AI regulation were good ideas?
  • Some are concerned that a pause on frontier AI development would greatly speed progress once the pause was lifted, due to other factors of AI production (e.g. data, computers) still proceeding. How big of a concern is this?
  • Will countries be able to coordinate on AI regulations without a very powerful world government? Are there types of AI regulation that require less coordination?
  • How does the approach of using liability law to address risky AI development compare to RSPs?

Readings that did not fit into any specific week

Acknowledgements

Daniel Filan was the primary author of the curriculum (to the extent that it differed from the Winter 2023-24 curriculum) and coordinated the discussion groups. Ryan Kidd scoped, managed, and edited the project. Many thanks to the MATS alumni and other community members who helped as facilitators and to the scholars who showed up and had great discussions!

23

0
0

Reactions

0
0

More posts like this

No comments on this post yet.
Be the first to respond.
Curated and popular this week
Relevant opportunities