this post was submitted on 29 Apr 2024
321 points (100.0% liked)

News

29749 readers
2907 users here now

Welcome to the News community!

Rules:

1. Be civil


Attack the argument, not the person. No racism/sexism/bigotry. Good faith argumentation only. This includes accusing another user of being a bot or paid actor. Trolling is uncivil and is grounds for removal and/or a community ban. Do not respond to rule-breaking content; report it and move on.


2. All posts should contain a source (url) that is as reliable and unbiased as possible and must only contain one link.


Obvious right or left wing sources will be removed at the mods discretion. Supporting links can be added in comments or posted seperately but not to the post body.


3. No bots, spam or self-promotion.


Only approved bots, which follow the guidelines for bots set by the instance, are allowed.


4. Post titles should be the same as the article used as source.


Posts which titles don’t match the source won’t be removed, but the autoMod will notify you, and if your title misrepresents the original article, the post will be deleted. If the site changed their headline, the bot might still contact you, just ignore it, we won’t delete your post.


5. Only recent news is allowed.


Posts must be news from the most recent 30 days.


6. All posts must be news articles.


No opinion pieces, Listicles, editorials or celebrity gossip is allowed. All posts will be judged on a case-by-case basis.


7. No duplicate posts.


If a source you used was already posted by someone else, the autoMod will leave a message. Please remove your post if the autoMod is correct. If the post that matches your post is very old, we refer you to rule 5.


8. Misinformation is prohibited.


Misinformation / propaganda is strictly prohibited. Any comment or post containing or linking to misinformation will be removed. If you feel that your post has been removed in error, credible sources must be provided.


9. No link shorteners.


The auto mod will contact you if a link shortener is detected, please delete your post if they are right.


10. Don't copy entire article in your post body


For copyright reasons, you are not allowed to copy an entire article into your post body. This is an instance wide rule, that is strictly enforced in this community.

founded 2 years ago
MODERATORS
 

It’s clear that companies are currently unable to make chatbots like ChatGPT comply with EU law, when processing data about individuals. If a system cannot produce accurate and transparent results, it cannot be used to generate data about individuals. The technology has to follow the legal requirements, not the other way around.

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 103 points 1 year ago (1 children)

ChatGPT is not an information repository.

ChatGPT is not an information repository.

ChatGPT is not an information repository.

The correct answer to this problem is not "we can't correct it"; it is "this class of task is completely out of scope for ChatGPT, and we will do everything we can to make sure users understand that". Unfortunately, OpenAI knows damn well this is how the public perceives and uses its product and seems happy to let this misconception persist.

We do need laws to curb this, but it's really more a marketing issue than a technological issue. The underlying technology is amazing; the applications built around it are mostly garbage. What we have here is a hype trainwreck.

[–] [email protected] 11 points 1 year ago (3 children)

Yet, LLMs are trained on data - an information repository. They are capable of accessing and recalling the contents of that information repository, and relaying information from that repository to an end user. It may not be an information repository functionally, but it legally seems to have the capabilities to be classified as one. (I am neither a lawyer nor a programmer, and I am not in the EU.)

The software breaks the law, and the people who built it knew that this was likely the case. It was developed as a research project, which has very different legal requirements from a consumer product. They might not outright ban the software, but they might issue some hefty fines, etc. Banning a product is not the only recourse of the courts.

[–] [email protected] 42 points 1 year ago (2 children)

They are capable of accessing and recalling the contents of that information repository, and relaying information from that repository to an end user.

This is not correct based on my understanding of LLMs, but I am certainly not an expert. As I understand it, it's basically a statistics exercise in how they determine what order to put words into. They don't 'look stuff up' in their training data. They probably don't even have access to their training data once the model is complete. These models are trained on terabytes of data but are small enough to fit in memory, so it's impossible for them to still have access to all that. But it wouldn't matter if they did, because that's not how they work.

[–] [email protected] 7 points 1 year ago (4 children)

To me that sounds like a distinction without a difference. A jpeg is not an image, but a set of data that can be algorithmically processed and rendered as an image - which is why it can fit in a smaller space than a bmp. Despite the technical differences, a jpg and a bmp are legally equivalent. If something is illegal in a bmp, it's also illegal in a jpg. The same laws apply to EVs and gas vehicles. The same laws apply to vinyl records and cassette tapes. The law does not care about the mechanism.*

*for the most part

[–] [email protected] 32 points 1 year ago

You’re illustrating the issue so many people have with this technology. Without a fundamental understanding of how it works, people will attempt to use it in ways it shouldn’t be used, and won’t understand why it isn’t giving them correct information. It simply doesn’t have the ability to do anything but put words in an order that statistically will resemble how a human might answer the question.

LLMs don’t know anything. They can’t tell fact from fiction (and are incapable of even trying), and don’t understand concepts such as verifying info when requested. That’s the problem, they don’t ‘understand’ anything, including what they are telling you. But they do spit out words in a statistically probable order, even if the result is complete bullshit. They do it so well that they can fool most people into thinking the computer actually knows what it’s telling you.

[–] [email protected] 24 points 1 year ago

Here's a better metaphor because yours completely misses the mark when it comes to the difference between an LLM and an actual encyclopedia.

A painter will spend years honing his craft by studying other paintings as well as photos and real life. If you ask him to paint you a house from memory and try to build it with what he gives you, that just makes you an idiot, it doesn't make him a bad architect.

Chatgpt is not an encyclopedia and any thing it says that is remotely important to your personal or work life should be verified. They explicitly tell you it can and will give false responses.

[–] [email protected] 18 points 1 year ago

LLM isn't a compilation of its training data, anymore than a cake is a pile of eggs, flower and sugar.

[–] [email protected] 12 points 1 year ago

Jpg is a lossy compression algorithm. Statistical probability of words occuring in sequence is not compression. That's like saying generative images are compression, they aren't. It's not producing blurry matches of images, it's producing something "novel". Otherwise, that would be considered over fitting the data.

[–] [email protected] 7 points 1 year ago (1 children)

LLMs do not look stuff up (except when they have an API that allows them to), but I think OP's point still stands. The statistical next token predictor metaphor is useful , but in many regards that's what text and language are. If you can understand that certain words are linked to certain other words, then you should be able to appreciate that certain groups of words can be associated in a way that is functionally the same as data.

I have not memorized the pytorch documentation, but I can use what I understand about pytorch and other libraries to infer specific aspects of the library that I am not familiar with. Functionally, this is no different than if I accessed the documentation directly. If I communicate this information to others I have functioned as a data repository. The repository works on a more abstract and error-prone level, but it works nonetheless.

Here is another very concrete example: LLMs know George Washington's birthday. Not because they look up that information, but because of the learned associations between George Washington, birthday, and his actual date of birth.

[–] [email protected] 12 points 1 year ago (5 children)

I can use what I understand about pytorch and other libraries to infer specific aspects of the library that I am not familiar with.

This is what LLM's can't do though. They can't use what they understand because they don't understand anything. They can't infer, they can't reason, they can't evaluate or compare. They can spit out words that make it look like they did those things, but they didn't.

load more comments (5 replies)
[–] [email protected] 11 points 1 year ago

They don't recall information from a repository, the repository is translated into a set of topic based weighted probabilities of what words come next.

Those probabilities are then used to reconstruct a best-guess at what words are next when generating strings of language.

It's not recall, it's a form of "free" association, which is quite tightly bounded to the context, topic, and weightings of the training data.

This is not precise and is more likely to create average answers and sentences, rather than precise ones.

It's not recall, it's really convincing lies.

"He seems to know what he's talking about, and speaks with a certain kind of authority which makes sense and sounds knowledgeable".

[–] [email protected] 6 points 1 year ago* (last edited 1 year ago)

To clarify, I mean to say that users should not consider it an information repository, because it does not function as one, by design. Whether it should be classified as such under the law is another matter, one on which I do not have enough knowledge to comment. I do think OpenAI is presenting ChatGPT inappropriately, and I hope they will be held accountable for that.

I'm sure in the future we will see true databases built on the same technology (and they will be awesome, if implemented properly). But that's not what ChatGPT is (or, as far as I know, any other existing LLM-based application). Any information it is able to "recall" is almost a coincidence of how it was trained. You can sort of think of it like lossy compression. The LLM gets all of its information from its training set, but it is not designed to retain any specific information from the training set in full. In cases where it does, that usually means one of two things:

  1. The information appeared many times in the training set, enough prevent it from being washed out.
  2. The model is far bigger than it should be, and is overfitted to its training data.
[–] [email protected] 70 points 1 year ago (6 children)

I have an unusual name. There is one other person in the U.S. with my name and there is something even more unique about them. I typed "Tell me about [MY NAME]." into ChatGPT, including my middle initial just to be sure and got this back:

[MY NAME] is an American entrepreneur, author, and business consultant known for his expertise in marketing and business strategy. He has authored several books on entrepreneurship, marketing, and personal development, aiming to empower individuals to achieve success in their ventures.

[MY NAME] is recognized for his practical approach to business growth and his ability to simplify complex concepts into actionable steps. He often emphasizes the importance of innovation, adaptability, and effective communication in building successful businesses.

While specific details may vary depending on recent developments, [MY NAME]'s work typically revolves around helping entrepreneurs and small business owners navigate the challenges of starting and growing their ventures in today's competitive market landscape. His insights and strategies often focus on leveraging technology, understanding consumer behavior, and developing effective branding and marketing strategies.

[MY NAME] may also engage in public speaking engagements, workshops, and consulting services to share his knowledge and insights with a wider audience. His work likely continues to inspire and empower aspiring entrepreneurs and business professionals to pursue their goals with confidence and determination.

Not one bit of that is true either for me or for the other person who shares my first and last name but not my middle initial.

[–] [email protected] 9 points 1 year ago (1 children)

I congratulate you, and think you should be proud of overcoming your inherent invertebrate self, to not only be a prolific poster on Lemmy, but also to be an entrepreneur, author, and business consultant.

Truly you are one in a squidillion.

[–] [email protected] 8 points 1 year ago (1 children)

Thank you. You can take my new business course for only $399.95 and a bucket full of any small species of saltwater fish you can find.

[–] [email protected] 4 points 1 year ago

a bucket full of any small species of saltwater fish you can find.

LOL

[–] [email protected] 6 points 1 year ago (1 children)

So your work revolves around bringing entrepreneurs down?

[–] [email protected] 4 points 1 year ago

In the sense that it would bring them down if they found out that I couldn't spend money on their business because I'm not working? I suppose.

[–] [email protected] 3 points 1 year ago

I am also unique-except-one. Mine is similarly unrecognizable.

[–] [email protected] 3 points 1 year ago (1 children)
[–] [email protected] 3 points 1 year ago (1 children)

Whichever free one you can use by going to their website, but considering anything it would know about me would come from at least 13 or 14 years ago, that shouldn't be an issue.

If you search my name on pretty much any search engine, a bunch of links come up.

load more comments (1 replies)
load more comments (1 replies)
[–] [email protected] 29 points 1 year ago (3 children)

OpenAI openly admits that it is unable to correct incorrect information on ChatGPT. Furthermore, the company cannot say where the data comes from or what data ChatGPT stores about individual people. The company is well aware of this problem, but doesn’t seem to care.

Wow. Where are all the news stories about THIS?

[–] [email protected] 47 points 1 year ago (1 children)

If you try to start learning how they work, the first thing you realize is that hallucinations are fundamental to how the technology works. Of course they are unfixable. That's literally how they work.

They're broken clocks that happen to be right more than just twice a day, but still broken nonetheless.

[–] [email protected] 6 points 1 year ago

Exactly like humans.

[–] [email protected] 11 points 1 year ago (1 children)

It's an inherent issue with deep learning. Awareness of this among people who are regularly using these tools is very low, which is troubling.

https://umdearborn.edu/news/ais-mysterious-black-box-problem-explained

load more comments (1 replies)
[–] [email protected] 10 points 1 year ago

You're reading one right now?

[–] [email protected] 19 points 1 year ago (4 children)

The technology has to follow the legal requirements, not the other way around.

Given the possibility that this is a general problem of AI that simply cannot be corrected, the law could end up meaning that LLMs are outright forbidden in the EU. If that's true then the legal requirements will have to be changed, there's no way the EU would actually ban them. It'd be like opting out of the internal combustion engine due to some detail of an old law that they happened to violate.

[–] [email protected] 15 points 1 year ago (2 children)

they would not be banned outright. They just can't be used to process data about customers.

But an ai furry porn generator doesn't necessarily process customer data

[–] [email protected] 3 points 1 year ago (1 children)

Not unless you want furry porn about your… taxes?

load more comments (1 replies)
load more comments (1 replies)
[–] [email protected] 13 points 1 year ago (1 children)

Or on the other hand, maybe we have to admit that these technologies were released before they were finished, and that was a dangerous decision. It's now been well documented that chat gpt and similar technologies were rushed to the public against the advice of some of their developers.

The developers will need to devise ways for the LLMs to understand their own training data.

[–] [email protected] 18 points 1 year ago

Llm tech is not rushed. The models are not for accurate information and trying to use them this way is out of their scope. What's rushed is corpos trying to use them for searches

[–] [email protected] 10 points 1 year ago (3 children)

The technology has to follow the legal requirements, not the other way around.

This is something that really needs to be taught better, at least in the US.

GDPR doesn't mean that LLMs are forbidden in the EU, but it does mean that the companies that create them may be liable for damages. That said, the damages must be real. Actual damages is somewhat cut and dry (e.g., ChatGPT publishes defamatory information about you, and someone relies on it to your detriment), but GDPR also contemplates damages for distress (e.g., emotional).

If that’s true then the legal requirements will have to be changed ...

I think this position needs to be rejected in the strongest possible terms. Our response to any emerging technology should not be "It's too good not to have, so who cares if people lose their rights?" The right to privacy and with it the right to control one's likeness, name, and personal data is a much easier right to conceptually trade away than, say, the right to bodily integrity, but I think we've seen enough dystopian sci-fi at this point to understand where the intersections might lie between other rights and correspondingly miraculous technologies. [And after all, without the combustion engine we probably wouldn't be staring down the barrel of climate change right now.]

Should we, for instance, do away with the right to bodily integrity if it means everyone gets chipped shortly after birth? [The analogy to circumcision is unintentional but not lost on me.] After all, the chips mean that we can locate missing and abducted children easily and at trivial cost. They also mean that we no longer need to carry money or proxies for money. Crime is at an all-time low. Worth it, right? After all, the procedure is "minimally invasive."

The point is, rights have to be sacrosanct. They need to be the first consideration, and they need to be non-negotiable. If a technology needs those rights to bend or give way in order to exist, then it should not exist. If it's of sufficient benefit to society, then it can be made to exist in a way that preserves those rights, and those who are unwilling to create it in such a way should suffer the sanction of law.

load more comments (3 replies)
[–] [email protected] 10 points 1 year ago (1 children)
  1. If the world had opted out of the ICE early, maybe we wouldn't be in quite the global warming situation we're in.

  2. LLMs are still a novelty product that can barely perform their novelty. Comparing them to the wildly useful and game changing ICE is not terribly accurate.

[–] [email protected] 3 points 1 year ago (1 children)

It's not the world that would be opting out of the internal combustion engine in this analogy, it would be Europe. There rest of the world would go on industrializing while Europe remains in the 19th century. It would be an insane act of self-destruction.

[–] [email protected] 7 points 1 year ago

Or European websites will suddenly be the only ones worth visiting because they aren't buried under mountains of LLM garbage text.

[–] [email protected] 12 points 1 year ago (1 children)

This stuff is literally a bullshit(1) machine. How can you fix it without making something else entirely?

(1)

load more comments (1 replies)
[–] [email protected] 4 points 1 year ago

It so lol as it say hubert manne is vampire lizard technomancer from alpha centauri. so much I laugh because it is so not truth. fun funny it is.

load more comments
view more: next ›