Earlier quoted context omitted.
I don't see how this is a double standard. Comparing a person interacting with their culture is not comparable in any way. IMHO, it's kind of a wacky argument to make.
Can you elaborate on how it's not comparable? It seems obvious to me that it is -- they both learn and then create -- so what's the difference? If I can hire an employee who draws on knowledge they learned from copyrighted textbooks, why can't I hire an AI which draws on knowledge it learned from copyrighted textbooks? What makes that argument "wacky" in your eyes?
Extracting AI models from mobile apps
131–140 of 250 posts
Re: Extracting AI models from mobile apps
#132Re: Extracting AI models from mobile apps
#133Earlier quoted context omitted.
If the resulting AI models are protected by copyright that invalidates the claim that AI models being trained on copyrighted materials is fair-use analogous to human beings becoming educated by exposure to copyrighted materials. Educated human beings are not protected by copyright, hence neither should trained AI models. Conversely, if a copyrightable work is produced based on work which itself is copyrighted, the re…
If I take 1000 books and count the distributions of the lengths of the words, and the covariance between the lengths of one word and the next word for each book, and how much this covariance matrix tends to vary across the different books, and other things like this, and publish these summaries, it seems fairly clear to me that this should count as fair use. (Such a model/statistical-summary, along with a dictionary,…
Exactly. It would be patents, not copyright.
Re: Extracting AI models from mobile apps
#134Earlier quoted context omitted.
I don't see how this is a double standard. Comparing a person interacting with their culture is not comparable in any way. IMHO, it's kind of a wacky argument to make.
Can you elaborate on how it's not comparable? It seems obvious to me that it is -- they both learn and then create -- so what's the difference? If I can hire an employee who draws on knowledge they learned from copyrighted textbooks, why can't I hire an AI which draws on knowledge it learned from copyrighted textbooks? What makes that argument "wacky" in your eyes?
Re: Extracting AI models from mobile apps
#135Earlier quoted context omitted.
No, you’re missing the point of copyright. The point of copyright is to protect an exclusive right to copy, not the right to produce original works influenced by previous works. If an LLM produces original works that are influenced by the training data, that is not a violation of copyright. If it reproduces the training data verbatim, it is.
i weirdly agree with you, but also want to point out that “influenced by the training data” is doing some very heavy lifting there. exactly how the new work is created is important when it comes to derivative works. does it use a copy of the original work to create it, or a vague idea/memory of the original work’s composition? when i make music it’s usually vague memories. i’d argue that LLMs have an encoded represen…
Re: Extracting AI models from mobile apps
#136Earlier quoted context omitted.
"Making money" does not immediately invalidate fair use, but it does wave a big red flag in the courts' faces.
So you say that, every law is a suggestion depending who's being tried?
> In determining whether the use made of a work in any particular case is a fair use the factors to be considered shall include:
> * the purpose and character of the use, including whether such use is of a commercial nature or is for nonprofit educational purposes;
> * the nature of the copyrighted work;
> * the amount and substantiality of the portion used in relation to the copyrighted work as a whole; and
> * the effect of the use upon the potential market for or value of the copyrighted work.
Re: Extracting AI models from mobile apps
#137Earlier quoted context omitted.
LLMs are not massive archives of data. They are a tiny fraction of a fraction of a percent of the size of their training set. And before you knee-jerk "it's a compression algo!", I invite you to archive all your data with an LLMs "compression algo".
> LLMs are not massive archives of data. Neither am I, yet, I am still capable of reproducing copyrighted works to a level that most would describe as illegal. > And before you knee-jerk "it's a compression algo!" It's literally a fundamental part of the technology so I can't see how you call it a "knee jerk." It's lossy compression, the same way a JPEG might be, and simply recompressing your picture to a lower resol…
Compression yes, but this is co-mingling as well. The entire corpus is compressed together, which identifies common patterns, and in the model they are essentially now overlapping.
The original document is represented statistically in the final model, but you’ve lost the ability to extract it closely. Instead you gain the ability to generate something statistically similar to a large number of original documents that are related or are structurally similar.
I’m just commenting, not disputing any argument about fair use.
Re: Extracting AI models from mobile apps
#138Re: Extracting AI models from mobile apps
#139Earlier quoted context omitted.
If you mean that you might be able to decrypt a copyrighted work because you used that same encryption method on a non-copyrighted work, then definitely not. The work under protection will be considered. (Otherwise, I am unsure what you meant.)
From what I recall, it was the actual protection method that was protected by DMCA - when DVD protection was cracked it was forbidden to distribute a particular section of code so they just printed it on a Tee-shirt to troll the powers that be.
But then again, knowing the number is a far cry from using that number to circumvent DRM
Re: Extracting AI models from mobile apps
#140Well done you seem to have liberated an open model trained on open data for blind and visually impaired people. Paper: https://arxiv.org/pdf/2204.03738 Code: https://github.com/microsoft/banknote-net Training data: https://raw.githubusercontent.com/microsoft/banknote-net/ref... model: https://github.com/microsoft/banknote-net/blob/main/models/b... Kinda easier to download it straight from github. Its licenced under M…