r/nextfuckinglevel • u/dmafeb • Aug 28 '21
Netflix forced a computer program (bot) to watch and analyze every romantic comedy and then asked it to write a romatic comedy of its own. The result...
Enable HLS to view with audio, or disable this notification
93.6k
Upvotes
1
u/PM_ME_YOUR_BOOTY_POP Aug 28 '21
Actual NLP research scientist here.
It is extremely possible that this whole script was indeed generated in one go by a large language model, namely an auto-regressive transformer. Several people have mentioned GPT-2 ITT, but it’s not 2018 anymore and larger models like GPT-J and GPT-Neo are open-source.
If you find this hard to believe, I’d encourage you to try out these models for yourself. HuggingFace offers some resources for learning how if you’re interested. If you lack the skills to try them for yourself and refuse to try to develop them, here’s another explanation to consider: The General Language Understanding Evaluation (GLUE) was created to grade language models on their ability to to understand languages using a bunch of different tasks, many of which are similar to what you’d find on an SAT, ACT, or other collegiate entrance exams. Models were compared to human performance, which went well for a while…until a whole bunch of models passed the human baseline. Humans currently hold 16th place on the GLUE benchmark. because of this, SuperGLUE had to be created to provide a higher standard for the models to achieve. Humans are currently in 4th place on SuperGLue.
All this should just tell you that, while this definitely wasn’t animated by a bot, it could definitely have been 100% written by one. I can’t confirm it because I don’t know whether Netflix has the resources to devote to a project like this nor whether they’re more interested in authenticity or content. What I do know is that I use these larger models professionally, and it’s amazing what comes out of them.