You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want my NaNoWriMo Rebel project to be readable and procedural-generated. My research suggests that it may only be as comprehensible as a B-movie--at best!--but that's fine.
In reading scientific articles on Narrative Generation, my impressions of how to do this include the following requirements:
Must generate an outline first, preferably using a Genetic Algorithm of some sort
Must generate text with a really good Machine Learning model, such as some kind of GPT-3 compatible model
I want to generate suggestions (that could be used verbatim or edited or replaced with my own text) for the paragraph or two that get fed into the Machine Learning model to generate the longer text
This seems like the minimum to get a readable novel, although if it doesn't do enough tracking of context, it still may be a failure in my eyes. I will probably create a separate Python script for each bullet point and heavily edit the output as a way of getting decent stories out the backend, initially. Then, I'll have more experience to reshape this crude design to be more generated and less hand-edited.
The text was updated successfully, but these errors were encountered:
I want my NaNoWriMo Rebel project to be readable and procedural-generated. My research suggests that it may only be as comprehensible as a B-movie--at best!--but that's fine.
In reading scientific articles on Narrative Generation, my impressions of how to do this include the following requirements:
This seems like the minimum to get a readable novel, although if it doesn't do enough tracking of context, it still may be a failure in my eyes. I will probably create a separate Python script for each bullet point and heavily edit the output as a way of getting decent stories out the backend, initially. Then, I'll have more experience to reshape this crude design to be more generated and less hand-edited.
The text was updated successfully, but these errors were encountered: