Earlier quoted context omitted.
There are quite simple tricks to avoid repetition/copying in NNs, e.g. by (1) training a model to predict the "popularity" of the main model's outputs and penalizing popular/copied productions by backpropping through that model so as to decrease the predicted popularity, or (2) by conditioning on random inputs (LLMs can be prompted with imaginary "ID XXX" prefixes before each example to mitigate repetitions), or (3)…
I'm not sure what you mean by "backpropping through that model so as to decrease the predicted popularity". During training, we train a model to literally reproduce famous chunks of music exactly as they are in the training set. We can also learn to predict popularity at the same time, but we can't backpropagate anything that will reduce popularity, because this would directly contradict the main loss objective of ex…
AI language models are struggling to “get” math
141–150 of 201 posts
Re: AI language models are struggling to “get” math
#142Earlier quoted context omitted.
I lack your confidence, and find it a bit religious. > The idea that `mean(424,34324,223123,3424,....)` even has any revelance to us at all is quite absurd. Most of what I say to anyone is exactly this. When I'm about to give anyone any information, I look back at all of the relevant past information that I can recall (through word and sensory association, not by logic, unless I have a recollection of an associated i…
You're an animal. You've no idea what you do, and you're using machines as a model. Likewise, in the 16th C. it was brass cogs; and in anchient greece, air/fire/etc. You're no more made of clay & god's breath, as you are sand and electricy. You're an oozing, growing, malluable organic organism being physiologically dynamically shaped by your sensory-motor oozing. You're a mystery to yourself, and these self-reports,…
> these self-reports, heavily coloured by the in-vogue tech are not science, they're pseudoscience.
I simply don't know what you're referring to. If you're referring to retrieving memories through associations, there's mountains of empirical evidence for that. If you're referring to wondering if I remember things, and being unsure of the information I'm recalling when I have less recall of that, or wondering if past situations compare well to current situations, well you got me. It's my personal belief that conscious thought is an epiphenomenon that is a rationalization of decisions already made.
But the rest of this is nonsense. Vivid imagery is not an argument for exceptionalism, no matter how much I say things drip or ooze. This is just association in action. You're trying to create a distinction for life (or rather what you recognize as life) life oozes and has viscera, so using a bunch of words that feel wet and organy can substitute for reason contra the robots.
Re: AI language models are struggling to “get” math
#143Earlier quoted context omitted.
> Current AI models are not "just sort of repeating and copying from memory". This is just an incorrect characterization of how they work and how they perform. You say this, but don't explain how. Because this is exactly what they are doing. > AI skeptics often say things like this I'm not really an AI skeptic. I think that we're very close to AI being indistinguishable from people. There are clearly problems that ne…
I'm disagreeing with the language you are using to characterize models. "copying from memory" implies that there is something being copied, and a memory that you are copying it from. I am pointing out that LLMs do not do this. It's not how they work. If you polled 1M random English speakers randomly and asked them whether or not a system that "just sort of repeating and copying from memory" could produce completely n…
Re: AI language models are struggling to “get” math
#144How much of this is just "AI is bad at everything", but in the math case, it's easier for the lay person to tell . It's all just passable garbled nonesense that the reader (goes to lengths) to interept based on their prior knowledge, which is not expressed in the syntax of what these systems output. In the case of mathematics, we're far less willing to "BS away" the interpretive failures. But if we were equally deman…
Re: AI language models are struggling to “get” math
#145That's because they're not modelling anything. The shocking thing about current AI models is that just sort of repeating and copying from memory what you've heard and seen gets you 97% of the way to imitating a person.* They still need to generate actual models somewhere to create consistency; so many generated images with one eye completely different from the other, or three arms, or fingers that grow into their cel…
This is factually wrong, both in terms of quantity and quality. Current AI models are not "just sort of repeating and copying from memory". This is just an incorrect characterization of how they work and how they perform. AI skeptics often say things like this then backpedal with something like "Well they aren't really repeating what they heard, but their generative model is just a slightly more sophisticated version…
Re: AI language models are struggling to “get” math
#146Earlier quoted context omitted.
> Current AI models are not "just sort of repeating and copying from memory". This is just an incorrect characterization of how they work and how they perform. You say this, but don't explain how. Because this is exactly what they are doing. > AI skeptics often say things like this I'm not really an AI skeptic. I think that we're very close to AI being indistinguishable from people. There are clearly problems that ne…
I'm disagreeing with the language you are using to characterize models. "copying from memory" implies that there is something being copied, and a memory that you are copying it from. I am pointing out that LLMs do not do this. It's not how they work. If you polled 1M random English speakers randomly and asked them whether or not a system that "just sort of repeating and copying from memory" could produce completely n…
You're a massive pedant, and this style of comment is a large reason HN comment sections are a pain to read.
Re: AI language models are struggling to “get” math
#147How much of this is just "AI is bad at everything", but in the math case, it's easier for the lay person to tell . It's all just passable garbled nonesense that the reader (goes to lengths) to interept based on their prior knowledge, which is not expressed in the syntax of what these systems output. In the case of mathematics, we're far less willing to "BS away" the interpretive failures. But if we were equally deman…
See the "joke explaining" examples on Page 36 of the paper: https://arxiv.org/abs/2204.02311 and tell me if it's just "passable garbled nonsense".
Re: AI language models are struggling to “get” math
#148Language models can generate a Python function that does the math perfectly. I bet you would get better results if you tweaked the prompt to say "Generate a Python program that solves X math problem" and then just ran the resulting Python script. It does not need to be AGI to be useful.
Re: AI language models are struggling to “get” math
#149Re: AI language models are struggling to “get” math
#150Earlier quoted context omitted.
Math follows a completely different approach with respect to how machine-learning AIs do their thing. Reason derives its strength in having a few primitives and creating new assertions through the transformation of symbols by following precise rules (which is how algorithms work). In ML-based AIs, everything is imprecise and probabilistic, and this kind of generation gets its strength from building recognizable from…
Automated theorem proving is the same problem as “complete and label the diagram”, which image generation is okay at. Work in progress for sure, though.
How so?
I'm no mathematician, but I don't see how these problem types are equivalent. Could you elaborate?