Foundation Model Definitions¶
Look at different definitions of foundation models.
What do the definitions have in common?
What is different between the definitions?
Why are foundation models “incomplete”?
Significance of Foundation Models¶
What is emergence? Give an example for foundation models.
What is homogeneization? Give an example for foundation models.
Why does emergence and homogeneization make foundation models significant?
What risks do emergence and homogeneization pose when compared to a standard deep learning approach?
Foundation Model Components¶
What made foundation models possible?
What is self-supervised learning? Give an example outside of the foundation models domain.
What is transfer learning? Give an example outside of the foundation models domain.
How do foundation models relate to self-supervised and transfer learning?
Homework¶
Finish this exercise sheet and review the solutions! The sheets are not graded but solving them helps a lot to prepare for the exam. We provide solutions to the exercises on Ilias. Write your own solutions down FIRST (best by hand!) and review our solutions only AFTER you finished the exercises.
Read “Section 1: Introduction” from On the Opportunities and Risks of Foundation Models, Bommasani et al. 2021
Read The Annotated Transformer, an annotated version of the “Attention is All You Need” paper.
BONUS: Implement a transformer from scratch based on the assignment from Stanford’s CS336. Yes, this is a lot, but it is rewarding and since next week is free you might have the time. Next exercise, in the first 20 minutes, we can review this assignment.