this post was submitted on 02 Jul 2023
147 points (95.1% liked)
Technology
59151 readers
2264 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just because the data is "public" doesn't mean it was intended to be used in this manner. Some of the data was even explicitly protected by gpl licensing or similar.
but GPL licensing indicates that "If code was put in the public domain by its developer, it is in the public domain no matter where it has been" - so, likewise for data. if anyone has a case against OpenAI, it'd be whatever platforms they scraped - and ultimately those platforms would open their own, individual lawsuits.
That's not at all how the GPL works....
can you expand on that? I’m not very familiar with the legal aspect of GPL.
If you release code under gpl, and I modify it, I'm required to release those modifications publicly under gpl as well.
so if content is under GPL and used for training data, how far is the process of training/fine-tuning considered “modification”? For example, if I scrape a bunch of blog posts and just try to use tools to analyze the language, does that considered “modification”? What is the minimum solution that OpenAI should do (or should have done) here, does it stop at making the code for processing the data public, or the entire code base?
I'm not sure. And I'm not sure there's legal precedant for that either.
That's why I dont have a problem with any of these lawsuits, it gives us clarity on the legal aspects, whichever way it goes.
crickets...
Not a lawyer, but you can argue that if the language model is trained using gpl licensed data, then the language model has to be published under gpl as well.