Earlier quoted context omitted.
You don’t get the horse analogy. The horse isn’t trained to count to eight. The horse is trained to stomp continuously. The performer yells “stop” at eight. It’s a carnival trick and a form of cherry-picking. The commenter was saying that ChatGPT doesn’t have the ability to solve these problems at all and people are just choosing the randomly correct answers. I think this is obviously not true.
The purpose of the horse analogy wasn't so much to equate ChatGPT to a horse that just stomps, but the behavior of the humans around it who believe that it can count. This can be the naive trainer too, who doesn't recognize that he's subconsciously cuing the horse. He has a confirmation bias whereby he or she rejects any evidence refuting the hypothesis that the horse cannot count. There is a difference between solvi…
The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
481–490 of 527 posts
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#482Earlier quoted context omitted.
That's a good point. They knew they couldn't compete with ChatGPT (even if performance was comparable, GPT has a massive edge in marketing) so they did the next best thing. This gives Meta a massive boost both to visibility and to open source contributions that ironically no other business can legally use.
If it was deliberate then why "leak" it instead of open sourcing it?
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#483Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#484Earlier quoted context omitted.
I thought that was the case before trying Vicuna. I agree that LLaMA and Alpaca are inferior to ChatGPT but I'm really not sure Vicuna is. It even (unfortunately) copies some of ChatGPT's quirks, like getting prudish when asking it to write a love scene ("It would not be appropriate for me to write...")
It's definitely inferior once you start giving it non-trivial tasks. the same goes for all instruction- and chat-tuned forks of LLaMA. Maybe that'll be different on larger model sizes; we haven't seen vicuna-30b or 65b yet. But if it really is that easy, I'd expect there to be a lot more commercial offerings on par with ChatGPT already.
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#485Earlier quoted context omitted.
> the model weights would be a derivative work of public domain materials, and hence also forced into the public domain from a copyright perspective. I don’t think “Public domain” means what you think it means.
Yes, the person to whom you are responding appears to be mixing up "publicly available" (made available to general public) with "public domain" (not protected by copyright). IANAL but, I think, as far as US law goes, they have the right conclusion for the wrong reasons. Unsupervised training is an automated process, and the US Copyright Office has said [0] that the product of automated processes can't be copyrighted.…
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#486It appears there is this genre of articles pretending that LLAMA or its RL-HF tuned variants are somehow even close to an alternative to ChatGPT. Spending more than a few moments interacting even with the larger instruct-tuned variants of these models quickly dispels that idea. Why do these takes around open-source AI remain so popular? What is the driving force?
You can't get clearance for company work to use those closed models (due to leaking of confidential data).
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#487Earlier quoted context omitted.
The point of using a computer/AI is enable predictable and/or factual output. It’s not really a useful gotcha to say that “most humans would get this wrong”…
There is no "point" it's just a technology. My point was that the OP question was actually very difficult to the point many people could not handle it. So the fact an AI can not is not entirely surprising.
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#488Earlier quoted context omitted.
Only because publicly visible actions are worse for them People have gotten DMCA takedown requests from them over Llama repositories
Are they going after copies of LLaMA, or after LLaMA derivatives specifically?
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#489Earlier quoted context omitted.
On the smaller models you may want to split the task in smaller chunk either in parallel one value at a time or in sequence like extract the attributes, then take the output and ask to format it into a json
In relation to this, when using GPT4, I have added the addendum to my prompts: "This seems like a lot of work, please split the work into two chunks, and let's start on the first chunk now." It will generally segment the problem in some logical way and work just fine, with vastly improved reasoning abilities due to not trying to do as much at once.
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#490Earlier quoted context omitted.
Exactly. Or to put it differently: Is "GPT-4 is just a parrot" a falsifiable claim? If so, what does the test look like that would falsify it?
I guess debugability will be its most desired feature soon. Let's see what copyrights will do with it.
Is "GPT-4 is just a parrot" a falsifiable claim?
If so, what does the test look like that would falsify it?
Can you think of questions to test GPT-4s ability to reason that 90% of human 12-year olds will answer correctly, but where GPT-4 constantly struggles?