this post was submitted on 17 Aug 2023
193 points (100.0% liked)

Technology

37603 readers
293 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Rakn@discuss.tchncs.de 8 points 1 year ago (2 children)

But there is no one learning from it. It serves as a building block / source material to build these LLMs. I feel like the fact that it’s called learning gives folks the impression that it’s similar to what a human would do.

[–] conciselyverbose@kbin.social 4 points 1 year ago (1 children)

"AI" isn't intelligent, but that has literally zero relevance.

Seeing copyrighted material and forming takeaways does not in any way resemble copyright infringement. It's not the fact that a human is doing so that matters. It's the fact that no sort of analysis constitutes copying or copyright infringement.

[–] Rakn@discuss.tchncs.de 3 points 1 year ago (1 children)

But they aren’t forming take aways from it. They literally used that material to build this system. I also cannot just go around and take arbitrary data from anywhere and use it to build my own program. There are licenses attached to it and I have to be mindful of who’s work I can use to build my system and who’s I can’t use without explicit permission.

Building this system isn’t looking at other folks material and forming take aways from it. It’s literally using that material as input for building the system.

[–] conciselyverbose@kbin.social 3 points 1 year ago* (last edited 1 year ago) (1 children)

Yes they are.

And yes, you absolutely can use entirely New York Times articles as research material to write your own article based on conclusions from them. You can't outright copy paste their articles, but you can freely use information learned from their articles however the hell you want.

It's the exact same thing. "AI" looks at their articles, integrates information, and does not retain the actual article. That has no similarity in any way to copyright infringement.

[–] Rakn@discuss.tchncs.de 4 points 1 year ago* (last edited 1 year ago) (1 children)

Well. When I copy and paste source code into my program and compile it it also doesn’t retain the actual code. It’s still not allowed.

If I on the other hand read source code, remember and reapply it in a sort of similar way later on then that’s totally fine. But that’s not what OpenAI did there. There wasn’t a human involved that read the articles and then used that knowledge to adjust the LLM.

There question i would have is where is the line there? Does that mean that as soon as there is some automated process that uses the data it’s fine?

E.g. could I have a script that reads all NYT articles, extracts interesting information and provides them in a different format to users?

[–] SkepticElliptic@beehaw.org 1 points 1 year ago

Yes, you can rewrite something in your own words and as it isn't copied verbatim, then it isn't infringement. You can't copyright the idea of something.

[–] barsoap@lemm.ee 2 points 1 year ago

It is similar to what humans do. The principal difference is that the AI tech we have (as of yet) can't learn how to learn: Those systems come with pre-determined rules to learn, we come with pre-determined rules on how to learn how to learn.

And yes AIs abstract the knowledge they get fed. What they have trouble with is not forgetting how to play soccer when learning how to cook spaghetti as without the capacity to learn to learn they can't vary encoding of information between topics and everything gets mushed together, new information blindly overwriting unrelated old information.