Generating narratives: writing coherent stories with LLMs

Long time lurker here. fastai was so helpful for me coming to AI from a programming background.

I wanted to share a blog post about creating procedurally generated stories with LLMs. It implements a paper DeepMind published last year known as Dramatron. The idea is pretty simple, but I think it’s a good example of how to go about splitting up a complex task into smaller parts.

https://medium.com/@rich.layte/generating-narratives-00356e4a73b4

1 Like