Skip to content

Commit 497e639

Browse files
committed
typos + remark iv
1 parent 9a7023a commit 497e639

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

src/content/lessons/introduction.mdx

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,20 @@ More precisely, given a text description $y^{new}$ we want to be able to generat
293293
<T block v='x^"new" ~ p_"data" (dot | y=y^"new") ,' />
294294

295295

296-
**Remark** Text-conditional generative modelling is very challenging regarding multiple aspects:
297-
- one usually observes only one sample $x_i$ per textual description $y_i$, i.e., one has to leverage similarities between text descriptions to learn the conditional distributions $p_{data}(\cdot | y)$.
298-
- one has to handle *new text descriptions* $y^{new}$ that were not seen during training.
299-
- text descriptions complex objects, that are not easy to handle (multiple sequence size). Handling text requires a lot of engineering and is out of the scope of this Lecture (tokenization, embeddings, transformers, etc.).
296+
**Remark iii)** Text-conditional generative modelling is very challenging regarding multiple aspects:
297+
- one usually observes only one sample $x_i$ per textual description $y_i$, i.e., one has to leverage similarities between text descriptions $y_i$ to learn the conditional distributions $p_{data}(\cdot | y=y_i)$.
298+
- one has to handle *new text descriptions* $y^{new}$ that *were not seen during training*, i.e., the model needs to be able to generalize to new text.
299+
- text descriptions are complex objects, that are not easy to handle (discrete objects with variable sequence length). Handling text conditioning requires a lot of engineering and is out of the scope of this introduction Lecture (tokenization, embeddings, transformers, etc.).
300300

301+
**Remark iv)** Even if text-conditional generative modelling is very challenging, conceptually, the tools, algorithms, and concepts used for unconditional generative modelling are the same for text-conditional generative modelling.
301302

302-
### Unconditional Generative Modelling
303+
#### Other Applications of Generative Modelling
304+
305+
##### Scientific Discovery
306+
307+
##### Inverse Problems
308+
309+
##### Robotics
303310

304311
#### 1 and 2-Dimensional Examples
305312

0 commit comments

Comments
 (0)