I can walk and chew bubble gum at the same time: on one hand, yes, there's certainly a lot of Kool-Aid being drank by the AI folks. Even on HN, I constantly argue with people that genuinely think LLMs are some kind of magical black box that contain "knowledge" or "intelligence" or "meaning" when in reality, it's just a very fancy Markov chain. And on the other hand, I think that language interfaces are probably the n…
The Microsoft Research "Sparks of AGI" paper spends 154 pages describing behaviors of GPT-4 that are inconsistent with the understanding of it being a "fancy Markov chain": https://arxiv.org/abs/2303.12712 I expect that the reason people are constantly arguing with you is that your analysis does not explain some easily testable experiences, such as why GPT-4 has the ability to explain what some non-trivial and unique…
The Sell ∀ ∃ as ∃ ∀ Scam
71–80 of 148 posts
Re: The Sell ∀ ∃ as ∃ ∀ Scam
#72Earlier quoted context omitted.
Pretty sure you should read "for every task there exists a setting".
But what's the inverse?
The caveat of the author is (I think) that if you have a task, you collect a set of points (questions) on which you will test this task. Then you tune your setting (prompt) to start working for your test point (questions).
After that procedure, you do not know if that prompt solves the original task. You might have overfitted to your test points.
And by repeatedly doing this overfitting for various tasks, you are not gathering evidence that a good setting truly exists for all tasks
Re: The Sell ∀ ∃ as ∃ ∀ Scam
#73I can walk and chew bubble gum at the same time: on one hand, yes, there's certainly a lot of Kool-Aid being drank by the AI folks. Even on HN, I constantly argue with people that genuinely think LLMs are some kind of magical black box that contain "knowledge" or "intelligence" or "meaning" when in reality, it's just a very fancy Markov chain. And on the other hand, I think that language interfaces are probably the n…
>it's just a very fancy Markov chain Could you provide an argument for why an LLM is a fancy markov chain that does not apply equally well to a human?
Re: The Sell ∀ ∃ as ∃ ∀ Scam
#74Earlier quoted context omitted.
>it's just a very fancy Markov chain Could you provide an argument for why an LLM is a fancy markov chain that does not apply equally well to a human?
Well, for one, humans are obviously at least more than a fancy Markov chain because we have genetically hard-wired instincts, so we are, in some sense, "hard-coded" if you forgive my programming metaphor. Hard-coded to breed, multiply, care for our young, seek shelter, among many other things.
Re: The Sell ∀ ∃ as ∃ ∀ Scam
#75Earlier quoted context omitted.
Crucially there is not a program for every problem. Many (presumably "Almost all" in a mathematical sense) problems are Undecidable and so a program can't do that.
Why are we not OK with the program producing the undecidability result?
Re: The Sell ∀ ∃ as ∃ ∀ Scam
#76You even get to trial it for free.
You shouldn't use LLMs if you can't make them work. I can make them work for me for many things. That makes them useful for me.
Re: The Sell ∀ ∃ as ∃ ∀ Scam
#77>To conclude: one must have different standards for developing systems than for testing, deploying, or using systems. Or: testing on your training data is a common way to cheat, but so is training on your test data. Isn't this already a solved problem? Every reasonable paper on ML separates their test data from their validation data already.
That in no way prevents overfitting though hyperparameter optimization / graduate student descent. All the common benchmarks, by definition of being a common benchmark, are susceptible to overfitting
Re: The Sell ∀ ∃ as ∃ ∀ Scam
#78>>> Build a system that solves problems, but with an important user-facing control. ... >>> Convince the user that it is their job to find a instantiation or setting of this control to make the system work for their tasks. By golly, you just described playing the cello.
Re: The Sell ∀ ∃ as ∃ ∀ Scam
#79The argument is that several technologies don't work 'out of the box' and you have to tweak their settings for each problem that you face, and that this means it's a scam. For example you have to change prompts in LLMs or change hyperparameters in other machine learning solutions. This argument is some combination of not insightful and not true.
Re: The Sell ∀ ∃ as ∃ ∀ Scam
#80My biggest takeaway from the article is my new favorite word: cryptomorphic, meaning equivalent, but not obviously so.