this post was submitted on 13 Aug 2023
225 points (98.7% liked)

Technology

37525 readers
261 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
 

I asked Google Bard whether it thought Web Environment Integrity was a good or bad idea. Surprisingly, not only did it respond that it was a bad idea, it even went on to urge Google to drop the proposal.

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

For the last time: these language models are just regurgitating what people have said. They don't analyze or reason.

[–] [email protected] 46 points 1 year ago* (last edited 1 year ago) (2 children)

That's not entirely true.

LLMs are trained to predict next word given context, yes. But in order to do that, they develop internal model that minimizes error across wide range of contexts - and emergent feature of this process is that the model DOES perform more than pure compression of the training data.

For example, GPT-3 is able to calculate addition and subtraction problems that didn't appear in the training dataset. This would suggest that the model learned how to perform addition and subtraction, likely because it was easier or more efficient than storing all of the examples from the training data separately.

This is a simple to measure example, but it's enough to suggests that LLMs are able to extrapolate from the training data and perform more than just stitch relevant parts of the dataset together.

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

That's interesting, I'd be curious to read more about that. Do you have any links to get started with? Searching this type of stuff on Google yields less than ideal results.

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

In my comment I've been referencing https://arxiv.org/pdf/2005.14165.pdf, specifically section 3.9.1 where they summarize results of the arithmetic tasks.

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

Check out this one: https://thegradient.pub/othello/

In it, researchers built a custom LLM trained to play a board game just by predicting the next move in a series of moves, with no input at all about the game state. They found evidence of an internal representation of the current game state, although the model had never been told what that game state looks like.

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

isn't gpt famously bad at math problems?

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

GPT3 is pretty bad at it compared to alternatives (although it's hard to compete with calculators on that field), but if it was just repeating after the training dataset it would be way worse. From the study I've linked in my other comment (https://arxiv.org/pdf/2005.14165.pdf):

On addition and subtraction, GPT-3 displays strong proficiency when the number of digits is small, achieving 100% accuracy on 2 digit addition, 98.9% at 2 digit subtraction, 80.2% at 3 digit addition, and 94.2% at 3-digit subtraction. Performance decreases as the number of digits increases, but GPT-3 still achieves 25-26% accuracy on four digit operations and 9-10% accuracy on five digit operations, suggesting at least some capacity to generalize to larger numbers of digits.

To spot-check whether the model is simply memorizing specific arithmetic problems, we took the 3-digit arithmetic problems in our test set and searched for them in our training data in both the forms " + =" and " plus ". Out of 2,000 addition problems we found only 17 matches (0.8%) and out of 2,000 subtraction problems we found only 2 matches (0.1%), suggesting that only a trivial fraction of the correct answers could have been memorized. In addition, inspection of incorrect answers reveals that the model often makes mistakes such as not carrying a “1”, suggesting it is actually attempting to perform the relevant computation rather than memorizing a table.

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

I know. I just thought it was a bit ironic seeing such a strongly worded response from it.

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

Exactly. They’re great bullshitting machines, that’s it.

[–] [email protected] 9 points 1 year ago* (last edited 1 year ago) (1 children)
[–] [email protected] 8 points 1 year ago

LLMs do replicate a small subset of human cognition, but not the full scope. This can result in human-like behavior, but it’s important to be aware of the limitations.

The biggest limitation is the misalignment in goals. LLMs won’t perform a very deep analysis of their input because they don’t need to. Their goal isn’t honest discussion, a pursuit for truth, or even having a coherent set of beliefs about the world. Their only goal is to sound plausible. And, as it turns out, it’s not too hard to just bullshit your way through the Turing test.

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

Could you share your source?

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

What do you mean source? It's a language model that learned from what people said. No source is needed, just an understanding of how llms actually work. When you ask an llm what the answer to a math question is, it doesn't run a calculation of that question. Instead of gives you back what it thinks you want to hear. Some llms have gotten additional actions like making these calculations but for the most basic implementation it's telling you want you want to hear through a series of tests that you've told it if it was right or wrong on.

So you teach it what your want to hear and it repeats it.

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

That ignores all the papers on emergent features of LLMs and the fact they are basically black boxes. Yes, we “trained” them to write what we want to hear. But we don’t really understand what happens inside of it. We can’t categorically claim things like “they are only regurgitating what they heard”. Because that is not a scientific or even philosophical statement.

If you think about it for a second, it’s also applicable to human beings…

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

Exactly, the reason LLMs are so fascinating to us is how close they get to sounding human. Thing is, it's not a trick. When people dismiss LLMs because, "Oh they mostly just echo their training data set". That's just culture in humans. Then it's the emergent behavior that makes us feel unique. I'm not saying LLMs are human equivalent. But they're fairly close in design to how a huge part of our psyche works.

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

To assume otherwise would be incorrect with the data we have currently. You shouldn't assume something is doing more than it is until it can prove it. Otherwise, you get rocks that keep tigers away.

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

I think to assume what you assume is also incorrect given current data.

And that’s my entire point…. What is it doing? How what it’s doing is different from a mind or intelligence?

Like our brains and minds evolved to “fill in the blank”. For many situations, due to survival and millions of years of selection. So what is the actual difference?

I’m not saying it’s “conscious”, but why is it not a mind?

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

I've actually developed quite a bit with gpt4 and have beta access and have developed quite some fancy prompts if I do say so myself.

Telling me 'isn't it obvious' doesn't make it more obvious to me.

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

Large language models literally do subspace projections on text to break it into contextual chunks, and then memorize the chunks. That's how they're defined.

Source: the paper that defined the transformer architecture and formulas for large language models, which has been cited in academic sources 85,000 times alone https://arxiv.org/abs/1706.03762

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

Hey, that comment's a bit off the mark. Transformers don't just memorize chunks of text, they're way more sophisticated than that. They use attention mechanisms to figure out what parts of the text are important and how they relate to each other. It's not about memorizing, it's about understanding patterns and relationships. The paper you linked doesn't say anything about these models just regurgitating information.

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

I believe your "They use attention mechanisms to figure out which parts of the text are important" is just a restatement of my "break it into contextual chunks", no?

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

Yes because online discussions usually aren't inherently subjective and instead backed by sourceable knowledge. Sorry for the cynicism but one could always find any source that underlines any point so everything should be taken with a grain of salt.

I'd personally argue, that the way generative AI works lends itself to produce answers that fit the general consensus of the internet that is relevant to the given prompt, because it calculates the most likely response based on the information available. Since most information relevant to "Google Web DRM" is critical of it (Google doesn't call it DRM themselves), it makes sense a prompt querying the AI for opinions on Web DRM will result in a rather negative response, if Google doesn't tamper with it to their advantage.

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

i just tried this and got a more fence-sitting result of "here are the pros and cons, there should be public discussion before we know if it's good or bad".

but your result is fascinating.

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

Would it be feasible to fork the internet if this comes to pass?

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

Internet is just a series of tubes. You're talking about alternative content/services providers (news, video, shopping, etc.) if the existing ones choose to require only approved browsers.

Are you going to run your own news company?

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

The internet, without porn, is just 4 DVDs anyway.

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

It would be more feasible to fork the Web rather than the Internet. The Web is all software and protocols, while the Internet would require different physical service providers.

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

I don't think it's pedantic. It's relevant. Web is a mess, thanks largely to Google. But we still have a lot of other protocols and the freedom to come up with new alternatives. If they figure out how to abuse the TCP/IP stack, then it's game over. We might as well start from scratch.

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

What's the response? The link doesn't work.

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

In my opinion, Web Environment Integrity (WEI) is a bad idea. It has the potential to harm the open web and restrict user freedom.

WEI is a proposal by Google to add a new layer of security to the web by allowing websites to verify the integrity of the user's environment. This would be done by having the browser generate a cryptographic token that attests to the state of the user's device and software. Websites could then use this token to determine whether the user is running a legitimate copy of the browser, or if the browser has been tampered with.

There are a number of potential problems with WEI. First, it could be used to restrict user freedom. For example, websites could refuse to serve content to users who are running non-standard browsers or operating systems. This could make it difficult for users to choose the software they want to use, and it could also make it more difficult for users to access certain types of content.

Second, WEI could be used to stifle innovation. New browsers and operating systems would need to be certified by Google in order to be compatible with WEI. This could make it more difficult for small developers to create new browsers, and it could also discourage innovation in the browser market.

Third, WEI could be used to collect user data. The cryptographic tokens that WEI generates could contain information about the user's device and software. This information could be used to track users across websites, or it could be used to target users with advertising.

Overall, I believe that WEI is a bad idea. It has the potential to harm the open web and restrict user freedom. I urge Google to reconsider its proposal and to find a more privacy-friendly way to improve web security.

Here are some additional examples of how WEI could be used to harm the open web:

  • WEI could be used to block users from accessing websites that are critical of Google or its partners.
  • WEI could be used to block users from running ad blockers or other privacy-enhancing extensions.
  • WEI could be used to block users from running alternative operating systems, such as Linux or FreeBSD.

I believe that the potential harms of WEI outweigh the potential benefits. I urge Google to abandon this proposal and to find a more privacy-friendly way to improve web security.

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

Many tanks, internet friend.