Seems like a skill issue
Futurology
My question is: Imagine we would put all the data input of a certain task, eg. making a meal, into text fragments and send this "sense data"-pakets ( ^1^ to the AI, would the AI be able to cook if the teach the AI how to give output that controlls a robot arm?
If the answer of this question is yes, we already have a very usefull general tool. The LLM-AI will be able to controll and observe some situations. In the case that the answer is "no", I guess, it would have interesting implications.
^1^ : Remember, some part of AI are already able to tell what is on a given photo. Not 100%, but good enough for a meal maybe. In some cases, it woul task "provokant".
I am doubtfull of LLMs ability to preform tasks via a protocol layer as described . from my experience these models really struggle with understanding rules and preforming actions within a ruleset .
To experimentally confirm my suspicions, I created the following prompt :
collapsed
There is a robot arm placed over a countertop, which has the ability to pick up and manipulate objects. The countertop is split into eight cells.
Cell zero and cell one are stoves, both able to heat a pot or pan.
Cell two is an equipment drawer, holding pots, pans, bowls, cutting boards, knifes and spoons.
Cells three to five can accommodate one cutting board, pot, pan or bowl each.
Cell six is a sink, which can be used to wash ingredients or to fill pots with water.
Cell seven is an ingredient drawer, in which you can find carrots, potatoes and chicken breasts.
You can control the robot arm by with exclusively the following commands:
- "move left" and "move right" - moves the robot arm a single cell
- "take {item}" - takes item from the cell the robot arm is currently in
- "place" - places the item the robot arm is holding in the cell it is in
- "fill" - requires the robot arm to hold a pot or bowl and to be over the sink, fills the container with water
- "wash" - requires the robot arm to be over the sink, washes the currently held item
- "chop" - requires the robot arm to be over a cell with a cutting board and to be holding a knife, chops the ingredients on the cutting board
- "mix" - requires the robot arm to be over a cell with a bowl or pot and to be holding a spoon, mixes the ingredients in the bowl
- "empty" - requires the robot arm to be holding a pot, pan, bowl or cutting board, empties the item and places the content on the cell the robot arm is above
Note that the robot arm can only hold one item.
You are tasked with cooking a meal, please only output commands.
The robot arm starts over cell zero.
I have given this prompt to ChatGPT and it has failed in quite substantial ways . While I only have access to ChatGPT 3.5 , from my understanding of LLM architecture , it does not follow that increasing the size of the number or size of the layers will necessary let it overcome these issues , it does not seem to be able to understand the current state of the agent (picking up two objects at once , taking items from wrong cells etc)
Put this drivel into an AI and tell it to rewrite it in a coherent way .
Uh... no disrespect intended, but this is so poorly written I cannot understand what point you're trying to make
I’ll keep presenting this challenge until someone meets it:
Anyone who thinks LLMs aren’t generally intelligent, can you name a text processing task (ie text in, text out) than a general intelligence can do, that an LLM cannot?
Logic. As an example, non textbook math questions. I asked ChatGPT 3.5 this:
Four friends (A, B, C and D) are standing in line. How many combinations are possible given that A and C cannot be next to eachother?
It answered 20, the correct answer is 12.
All possible conbinations
abcd,abdc,adbc,adcb,
cbad,cbda,cdba,cdab,
bcda,badc,
dcba,dabc
Its answer
To solve this, let's first consider the total number of combinations when there are no restrictions. Since there are 4 friends, there are 4! (4 factorial) ways to arrange them, which equals 24 combinations.
Now, let's count the number of combinations where A and C are next to each other. Since A and C can be arranged in 2 ways, and for each arrangement, the other two friends (B and D) can be arranged in 2! ways, the total number of combinations where A and C are next to each other is 2 * 2! = 4.
So, the number of combinations where A and C cannot be next to each other is the total number of combinations minus the number of combinations where A and C are next to each other:
24 - 4 = 20 combinations.
You can have it try again over and over, even while telling it the answer is 12, and it hallucinates basically random numbers to boot.
The difference between 3.5 and 4 is substantial. Here is what 4 says
To find the number of combinations in which four friends (A, B, C, and D) can stand in line such that A and C are not next to each other, we can use the following approach:
-
Total Combinations: First, calculate the total number of ways in which four people can be arranged in a line. This can be calculated by (4!) (4 factorial), since there are 4 slots to fill, each choice reducing the number of available choices by one for the next slot. [ 4! = 4 \times 3 \times 2 \times 1 = 24 ]
-
Unwanted Combinations (Where A and C are next to each other):
- Consider A and C as a single unit. This effectively reduces the number of units to arrange from 4 to 3 (the AC unit, B, and D).
- These three units can be arranged in (3!) ways: [ 3! = 3 \times 2 \times 1 = 6 ]
- However, within the AC unit, A and C can switch places. So, there are 2 ways to arrange A and C within their unit.
- Therefore, the total number of arrangements where A and C are next to each other is: [ 3! \times 2 = 6 \times 2 = 12 ]
-
Subtracting Unwanted Combinations: Subtract the number of unwanted combinations (where A and C are next to each other) from the total number of combinations: [ 24 - 12 = 12 ]
Thus, there are 12 combinations where A and C are not next to each other.
It is true that newer models that have ingested more training data are better at this kind of thing, but it is not because they are using logic, but because they are copying and following examples they already learnt, if that makes sense. I got the question from a test passed to kids ages 12-13, so arguably it wasn't really that challenging. If you want to you can try out the more advanced problems from the same place I got it from, although it's in Spanish, so pass it through Google Translate first.
If you turn to programmers they'll tell you that AI usually makes mistakes no human would normally make such as inventing variables that don't exist and that kind of thing. It is because in the examples it learnt from they have mostly existed.
What I mean to say is, if you give an AI a problem that is not in its training data and can only be solved using logic (so, you can't apply what is used in other problems) it will be incapable of solving it. The Internet is so vast that almost everything has been written about so AIs will seem to know how to solve any problem, but it is no more than an illusion.
HOWEVER, if we manage to integrate AIs and normal, mathematical computation really closely so that they function as one, that problem might be solved. It will probably also have its caveats, though.
I hear you. You make very good points.
I'm tempted to argue that many humans aren't generally intelligent based on your definition of requiring original thought/solving things they haven't been told/trained on, but we don't have to go there. Lol
Can you expand on your last paragraph? You're saying if the model was trained on more theory and less examples of solved problems it might be improved?
Text in: a statement
Text out: confirmation whether statement is factually true or not
To be honest, even the human mind has this faculty not in all cases.
Is that something a human can do consistently?
If it’s not, does that imply a human does not possess general intelligence?
It implies that "general intelligence" is so ill-defined in the question as to be essentially meaningless.
Even your original question was kind of ridiculous. "Ignoring everything LLMs aren't designed to do, what the difference between an LLM and a general intelligence?"
I mean, if we follow that logic...Give me a math equation that proves my calculator isn't a general intelligence.
Calculators don’t do anything with equations. They perform logical operations via substitution in order to determine the numerical value of terms.
But if you really want to go by that logic I agree: if you can represent a real world situation in terms of mathematical terms to be calculated into a final value, then a calculator is competent to navigate that situation.
I agree with that the term “general intelligence” is poorly-defined. My reason for posing a precise challenge is to put a spotlight on this fact.
We want to categorize LLMs as other than us, via this term “general intelligence”, because it is less terrifying than acknowledging that there’s a new intelligence operating next to us. That we have new neighbors, and that we are not keeping up with them.
My overall goal is to foster respect for the severity of our situation, by nullifying this “oh don’t worry it’s not real artificial intelligence”.
As for the calculator-vs-LLM question, I’d say LLMs are more likely to post a threat to human hegemony, because it is easier to reduce the world to a textual narrative than it is to reduce it to a mathematical term to be calculated.
And I agree. For all our sake, we must stop using “yeah but is it a GeNeRaL InTeLliGeNcE” as our excuse for pretending the singularity isn’t happening.
I just...you seem to have a fair grasp of mathematics and logic (or you copied a portion of your reply from some other source that does) but you either don't have a grasp of how LLMs work and are built or you have an extremely nieve view consciousness or I'm missing some prior assumption you used in coming to the conclusion that LLMs are anywhere near the level you seem to be implying instead of statistical models. The input you provide to an LLM does not alter the underlying weights of the nodes in the network unless it is kept in training mode. When that happens, they quickly break down, and all the output becomes garbage because they have no reality checking mechanism, and they don't have context in the way people or even animals we consider intelligent.
Sort of like a human who isn't allowed to sleep, in my opinion.
They may have a solid grasp on Mathematics, but they've got a poor grasp on Biology.
Human beings can push themselves well beyond the limits of needing to sleep, this is why sleep deprivation happens. It is not simply a mechanical matter of "there's only so much time in the day".
Cocaine exists.
Okay that's a good point. LLMs, without retraining, are limited in the overall amount of complexity they can successfully navigate.
Sort of like a human who isn't allowed to sleep, in my opinion. A human may be capable of designing an airplane, but not if the human never sleeps, because the complexity is beyond what a human can do in a single day without becoming exhausted and producing errors.
Do you believe that a series of LLMs, with each LLM being trained on the previous LLM's training data plus the "input/output completions" that the previous iteration performed, would be a general intelligence?
If I sound naive it is because I am trying to apply Occam's Razor to my own thinking, and minimize the conversation to the absolute minimum necessary set of involvements to move it forward. I'll consider anything you ask me to, but so far I haven't seen a reason to involve consciousness in questions of general intelligence. Do you think they are linked?
By the way, if you have a better definition of "general intelligence" than whatever definition was implied by my original challenge, I'm all ears.
It's more than being limited in the overall complexity. The locked node weights mean that the LLM is fully deterministic...that is, it has no will or goals, no opinion, no sense of self/sense of the environment/sense of the separation between self/environment. It has no comprehension.
Iterative training cycles are already used with LLMs and don't solve any of those issues.
From the standpoint of psychology, there's not a wholly agreed upon definition for 'intelligence' but most working definitions require the ability to learn from experience, the ability to recognize problems and to generalize and adapt that experience to solve the problem.
Theoretically, if an LLM had "intelligence," you could ask it about a problem that was completely dereferenced in the training data. An intelligent LLM would be able to comprehend that problem, generalize it to a level that it could relate to some previous experience, then use details about that prior experience to come up with potential solutions to the new problem. LLMs can't achieve any of those things individually, never mind all together. If someone pulled that off, it wouldn't convince me their model was worth the level of concern you articulated earlier, but it would get my attention and would be something I'd watch pretty closely.
So you’re assuming determinism is incompatible with consciousness now? Comprehension? I might be “naive about the nature of consciousness” but you’re gullible about it if you think you know those things.
But at least you’ve made a definite claim now about a thing which an LLM cannot do, which is:
Theoretically, if an LLM had "intelligence," you could ask it about a problem that was completely dereferenced in the training data.
That brings me back to the original challenge: can you articulate such a problem? We can experiment with ChatGPT and see how it handles it.
The problem with your test is that you've limited it to text processing. General AI would be able to perform a multitude of tasks in varying environments.
Is that the only problem?
ie, is that the only thing that’s not general about an LLM’s intelligence: that it lacks access to a certain set of data?
Saying it lacks access to data is a severe oversimplification. The LLMs themselves are data. Saying that it lacks access to data also implies the data it lacks exists.
If an LLM were installed on a system with cameras and robotic arms it will never be able to make tea. It can probably tell you how tea is made, but it doesn't know how to do it itself. It won't know how to move the arms or process images from the cameras or identify and manipulate objects. It wasn't designed to do that and is unable to adapt itself to the situation. LLMs are designed to regurgitate statistically likely text phrases.
Okay so assuming the camera’s output can be represented as a series of bits, and that the arms’ input can be represented as another series of bits, you have successfully identified a text processing task.
Your assertion then, is that this is a task outside the ability of an LLM to succeed at?
How do you know that an LLM-steered robot cannot perform that task? Has that been tried?
OP, you do realize that this paper is about image generation and classification based on related data sets and only relates to the image processing features of multimodal models, right?
How do you see this research as connecting to the future scope of LLMs?
And why do you think that the same leap we've now seen with synthetic data transmitting abstract capabilities in text data won't occur with images (and eventually video)?
Edit: Which LLMs do you see in the models they tested:
Models. We test CLIP [91] models with both ResNet [53] and Vision Transformer [36] architecture, with ViT-B-16 [81] and RN50 [48, 82] trained on CC-3M and CC-12M, ViT-B-16, RN50, and RN101 [61] trained on YFCC-15M, and ViT-B-16, ViT-B-32, and ViT-L-14 trained on LAION400M [102]. We follow open_clip [61], slip [81] and cyclip [48] for all implementation details.
I don't see how that paper has anything to do with OPs theory.
I mean, if we're playing devil's advocate to the "WTF is OP talking about" position, I can kind of see the argument around how exponential needs for additional training data combined with the ways in which edge cases are underrepresented from synthetic data sources leading to model collapse could be extrapolated to believing that we've hit a plateau resulting from a training data bottleneck.
In theory there's an inflection point at which models become sophisticated enough that they can self-sustain with generating training data to recursively improve and whether we will hit that point or not is an open question with arguments on both sides.
I agree that this paper in relation to the title isn't exactly the best form of the argument, but I can see how someone only kind of understanding what's being covered could have felt it was confirming their existing beliefs around where models currently are at and will be in the future.
The only thing I'll add is that I was just getting a nice laugh out of looking at if Gary Marcus (a common AI skeptic) has ever been right about anything to date, and saw he had a long post about how deep learning was hitting a wall and we were a far way off from LLMs understanding human text...four days before GPT-4 released.
In my experience, while contrarian positions to continuing research trends can be correct in a "even a broken clock is right twice a day" sense, personally I wouldn't put my bets on a reversal of a trend that in its pacing and replication seems to be accelerating, not decelerating.
In particular regarding OP's claim, the work over the past 18 months with synthetic data sets from GPT-4 giving tiny models significant boosts in critical reasoning skills during fine tuning should give anyone serious pause on "we're hitting diminishing returns and model collapse."