Skip to content

Commit

Permalink
Relative paths for SVGs (#37)
Browse files Browse the repository at this point in the history
* Fix clicks, captions.

* Artifact loop

* First pass at animatable SVGs.

* Despeckle to 5

* Change CSS.

* History of LLMs: animatable graphs with labels

* Animatable SVGs in slides.

* Three scenarios

* Timeline

* Update history slides

* LinkedIn, etc.

* Also build history

* Add license

* Notes

* Notes

* Use relative paths for SVGs.
  • Loading branch information
klutometis committed Sep 24, 2024
1 parent 21a92b1 commit 5b02279
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions history/slides/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mdc: true
</div>

<!--
The last comment block of each slide will be treated as slide notes. It will be visible and editable in Presenter Mode along with the slide. [Read more in the docs](https://sli.dev/guide/syntax.html#notes)
When Van asked me to give this talk, had a great idea: "LLMs, why now?" Simple and interesting.
-->

---
Expand Down Expand Up @@ -101,7 +101,7 @@ layout: section
</v-clicks>

<!--
Kenya
Kenya, 1 doctor for every 65,000 people
-->

---
Expand Down Expand Up @@ -132,7 +132,7 @@ South Sudan
</v-clicks>

<!--
Nigeria
Nigeria, 500 languages
-->

---
Expand Down Expand Up @@ -211,7 +211,7 @@ Future of LLMs might fall into one of three scenarios, like the future of the un

<figure class="p-5" v-click="1">
<div class="wrapper w-full max-w-xl mx-auto p-5 overflow-visible"> <!-- Set overflow to visible -->
<AnimatableSvg svgFile="/hockey-stick.svg" />
<AnimatableSvg svgFile="hockey-stick.svg" />
</div>
<figcaption class="mt-2 text-center text-sm text-gray-500" v-click="2">
<strong>Figure 2</strong>: The "hockey-stick" trajectory would be the equivalent of LLMs achieving <span v-mark.highlight.yellow="{ at: 3 }">runaway self-improvement</span>.
Expand All @@ -228,7 +228,7 @@ LLMs achieve super-human intelligence; new physics; inter-planetary travel; etc.

<figure class="p-5" v-click="1">
<div class="wrapper w-full max-w-xl mx-auto p-5 overflow-visible"> <!-- Set overflow to visible -->
<AnimatableSvg svgFile="/fixed-point.svg" />
<AnimatableSvg svgFile="fixed-point.svg" />
</div>
<figcaption class="mt-2 text-center text-sm text-gray-500" v-click="2">
<strong>Figure 3</strong>: This is the scenario where LLMs reach a kind of <span v-mark.highlight.yellow="{ at: 3 }">saturation point</span>—having learned everything they can from human-generated data.
Expand All @@ -245,7 +245,7 @@ LLMs peter out after the saturation of training data.

<figure class="p-5" v-click="1">
<div class="wrapper w-full max-w-xl mx-auto p-5 overflow-visible"> <!-- Set overflow to visible -->
<AnimatableSvg svgFile="/decay.svg" />
<AnimatableSvg svgFile="decay.svg" />
</div>
<figcaption class="mt-2 text-center text-sm text-gray-500" v-click="2">
<strong>Figure 4</strong>: This scenario occurs if LLMs start relying heavily on synthetic data, which could lead to <span v-mark.highlight.yellow="{ at: 3 }">model collapse</span>.
Expand Down

0 comments on commit 5b02279

Please sign in to comment.