Questions tagged [text-generation]

2 questions
2
votes
0 answers

ML generated word choice to create distinct "speakers"

How hard a project would it be to use ML to assist a single author/script writer in writing dialog where each "speaker" sounds like a distinct person? Is that something that a professional programmer with little if any practical experience in ML…
2
votes
1 answer

Are text generation models generative or discriminative?

I've recently been studying generative and discriminative models, and I had a question regarding text generation. I'm aware that generative models model $P(X, Y)$ and discriminative models model $P(Y | X)$. I'm also aware that generative models are…