Live data from Hacker News

Google denies training Bard on ChatGPT chats from ShareGPT

twitter.com

151–160 of 342 posts

Re: Google denies training Bard on ChatGPT chats from ShareGPT

#151
post #110

I don't care at all about this from a copyright or data ownership perspective, but I am a little skeptical that it's a good idea to be this incestuous with training data in the long run. It's one thing to do fine tuning or knowledge distillation for specialized domains or shrinking models. But if you're trying to train your own foundation model, is relying on output from other foundation models going to make them lea…

But Bard isn't a foundation model?

Clearly this data has value as some sort of RLHF finetuning dataset. Honestly they probably used it for negative examples.

Re: Google denies training Bard on ChatGPT chats from ShareGPT

#152
post #88

1. Google denies doing it, so at the very least the title should have an "allegedly". 2. Even if they did – so what? The output from ChatGPT is not copyrightable by OpenAI. In fact it is OpenAI that is training its models on copyrighted data, pictures, code from all over the internet.

OpenAI Terms of service forbid training competitor models via their ML outputs (LoRa alpaca laundering is probably not allowed for commercial use).

The recent HiQ vs LinkedIn case would seem to make this ToS unenforceable, unless Google actually created a user account on ShareGPT and affirmatively accepted the terms. "Acceptance by default" does not count, and I can easily browse ShareGPT without affirmatively accepting any ToS, without which web scraping is totally legal.

Re: Google denies training Bard on ChatGPT chats from ShareGPT

#153
post #129

Earlier quoted context omitted.

Where are any LLMs going to get data from as they become more ubiquitous and humans produce less publicly accessible original and thoughtful content? The whole thing is a plateaued feedback loop.

It'd be cool to have an LLM that's trained almost exclusively on books from good publishers, and other select sources. Working out licensing deals would be a challenge, of course.

Corpora is likely too small. It would just be an "LM"

Re: Google denies training Bard on ChatGPT chats from ShareGPT

#154

This is also bad because the risk of AI "inbreeding" is real. I have seen invisible artifact amplification happen in a single generation training ESRGAN on itself. Maybe it wont happen in a single LLM generation, but perhaps gen 3 or 5 will start having really weird speech patterns or hallucinations because of this.

Worst case scenario they just start only training on pre-2020 data and then finetuning on a dataset which they somehow know to be 'clean'.

In practice though I doubt that AI contamination is actually a problem. Otherwise how would e.g. AlphaZero work so well (which is effectively only trained on its own data).

Re: Google denies training Bard on ChatGPT chats from ShareGPT

#155
post #110

I don't care at all about this from a copyright or data ownership perspective, but I am a little skeptical that it's a good idea to be this incestuous with training data in the long run. It's one thing to do fine tuning or knowledge distillation for specialized domains or shrinking models. But if you're trying to train your own foundation model, is relying on output from other foundation models going to make them lea…

Where are any LLMs going to get data from as they become more ubiquitous and humans produce less publicly accessible original and thoughtful content? The whole thing is a plateaued feedback loop.

Probably from multiple modalities as well as extending the sequence lookback length further and further.

They have low perplexity now, but the perplexity possible when predicting the next word on page 365 of a book where you can attend over the last 364 pages will allow even more complexity to emerge.

Re: Google denies training Bard on ChatGPT chats from ShareGPT

#156

"What's sauce for the goose is sauce for the gander" as the legal cliche goes. OpenAI cannot on the one hand claim that google did something wrong if they used their outputs as part of the bard training while simultaneously on the other hand claiming they themselves are free to use everyone on the internets content to train their model. Either they believe that training should respect copyright (in which case they co…

No one is alleging copyright violations. The claim is that they violated OpenAI's terms of service. We don't know whether Google ever even agreed to those terms of service in the first place.

Are OpenAI saying they have adhered to the terms of service of all the content they have used?

Re: Google denies training Bard on ChatGPT chats from ShareGPT

#157

Earlier quoted context omitted.

And how are you going to distinguish those interactions from chatbots trying to sell you something?

A network of trust, backed by a social graph, which can be used to filter untrusted content.

What if people start trusting the AI more than other people? It will tell them exactly what they want to hear.

Re: Google denies training Bard on ChatGPT chats from ShareGPT

#158
post #140

Earlier quoted context omitted.

OpenAI Terms of service forbid training competitor models via their ML outputs (LoRa alpaca laundering is probably not allowed for commercial use).

So, to verify, are you claiming that if someone added a similar clause to their source code and then GitHub went ahead and trained Copilot against it, that would be an issue?

You relinquish all licensing rights when you upload your code to GitHub. Microsoft can do whatever they want with it. That's in their ToS, which you have to agree to when you make an account. Normally, only affirmatively accepted ToS are enforceable, so just putting a clause into your license doesn't work (unless it's a copyright, which doesn't require consent).

Re: Google denies training Bard on ChatGPT chats from ShareGPT

#159

This is also bad because the risk of AI "inbreeding" is real. I have seen invisible artifact amplification happen in a single generation training ESRGAN on itself. Maybe it wont happen in a single LLM generation, but perhaps gen 3 or 5 will start having really weird speech patterns or hallucinations because of this.

Worst case scenario they just start only training on pre-2020 data and then finetuning on a dataset which they somehow know to be 'clean'. In practice though I doubt that AI contamination is actually a problem. Otherwise how would e.g. AlphaZero work so well (which is effectively only trained on its own data).

The parallels with AlphaZero are not so easy.

The problem is you need some sort of arbiter of who has "won" a conversation but if the arbiter is just another transformer emitting a score, the models will compete to match the incomplete picture of reasoning given by the arbiter.

Re: Google denies training Bard on ChatGPT chats from ShareGPT

#160
post #88

1. Google denies doing it, so at the very least the title should have an "allegedly". 2. Even if they did – so what? The output from ChatGPT is not copyrightable by OpenAI. In fact it is OpenAI that is training its models on copyrighted data, pictures, code from all over the internet.

> The output from ChatGPT is not copyrightable by OpenAI. I think the argument here is over the OpenAI Terms of Service, not copyright.

And what about the terms of service of my blog or code repository? Does OpenAI respect that?
Post reply on HN