|
|
|
|
|
by Aerroon
1070 days ago
|
|
>If you can prompt output that includes verbatim extracts If I create a program that picks random words from a dictionary and I end up with a seed that generates that text verbatim, then does that mean my program contains the copyrighted text? You might be able to craft an intricate prompt that just happens to recreate that copyrighted text. Run it enough times until you get it verbatim and done. |
|
And LLMs do that, except prior to picking the word, they do complex statistics to figure out the probability distributions of those words.
Almost certainly some combination of input and RNG seed will produce any "small" combination of words.