this post was submitted on 11 Feb 2024
0 points (NaN% liked)
Technology
59099 readers
3184 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
These aren't exactly different things. This has been a lot of what the past year of research in LLMs has been about.
Because it turns out that when you set up a LLM to "autocomplete" a complex set of reasoning steps around a problem outside of its training set (CoT) or synthesizing multiple different skills into a combination unique and not represented in the training set (Skill-Mix), their ability to autocomplete effectively is quite 'smart.'
For example, here's the abstract on a new paper from DeepMind on a new meta-prompting strategy that's led to a significant leap in evaluation scores:
Or here's an earlier work from DeepMind and Stanford on having LLMs develop analogies to a given problem, solve the analogies, and apply the methods used to the original problem.
At a certain point, the "it's just autocomplete" objection needs to be put to rest. If it's autocompleting analogous problem solving, mixing abstracted skills, developing world models, and combinations thereof to solve complex reasoning tasks outside the scope of the training data, then while yes - the mechanism is autocomplete - the outcome is an effective approximation of intelligence.
Notably, the OP paper is lackluster in the aforementioned techniques, particularly as it relates to alignment. So there's a wide gulf between the 'intelligence' of a LLM being used intelligently and one being used stupidly.
By now it's increasingly that often shortcomings in the capabilities of models reflect the inadequacies of the person using the tool than the tool itself - a trend that's likely to continue to grow over the near future as models improve faster than the humans using them.