Learning at test time in LLMs

  Рет қаралды 11,397

Machine Learning Street Talk

Machine Learning Street Talk

Күн бұрын

Пікірлер: 71
@MachineLearningStreetTalk
@MachineLearningStreetTalk 16 сағат бұрын
SLIDES SO YOU CAN FOLLOW ALONG DURING THE TALK: www.dropbox.com/scl/fi/sys3iasc63lgj8lm5t0ld/JONAS_SLIDES.pdf?rlkey=ak6ir61a2pyhrfuwyvgrdvq66&st=9cloopv9&dl=0
@KevinKreger
@KevinKreger 12 сағат бұрын
@@MachineLearningStreetTalk 🤩 thanks!
@alexandermoody1946
@alexandermoody1946 21 сағат бұрын
A very keen and interested young man that clearly expressed his passion at providing a solution. I really hope he continues to express willingness to share his thoughts and beliefs with others and that he fulfills the potential that he shows so fluently.
@zandrrlife
@zandrrlife Күн бұрын
😂 I was literally geeking out about this paper two weeks ago. Entropy-based everything is clearly the answer. Data selection, pretraining sampling, fine-tuning, inference…everything should be driven by entropy, because in real-life there are no gold labels, only Best guesses based on evidence and accepted axioms.
@memegazer
@memegazer 21 сағат бұрын
Color me shocked that embedding a model in a closer to real time than training and then freezing that state was an effective way to for that model to learn better I mean it is cool that this approach is being taken serious and being actifely researched, but within the circles of debating AI sentience, consciousnes, reasoning etc. This is not a novel point of speculation about the difference between machine intelligence and organic intelligence. I have been suggesting that during training for a model this analgous to the continuous experience of organic agenthood. I don't find it surprising that there is something like a hyperwebster scaling pattern that seems to emerage at a more "inuitive" level.
@warpdrive9229
@warpdrive9229 20 сағат бұрын
@@memegazer Nicely put!
@luke.perkin.inventor
@luke.perkin.inventor 13 сағат бұрын
​@@memegazer is it a fair summation that it's attempting to solve extrapolation, generalisation, abstract reasoning, with more of the same, more interpolation?
@smicha15
@smicha15 Күн бұрын
Oh man, my eyes lit up when I saw that oil and paint magnetic ferrofluid animation! I literally saved that exact videoclip from KZbin a few months ago because it was just sooooo 4k, awesome!!!
@steve_jabz
@steve_jabz 19 сағат бұрын
Yesss I was waiting for this. Specifically looked for it in the channel last night and realized the paper only came out a week ago
@Charles-Darwin
@Charles-Darwin Күн бұрын
This TTT is very exciting. Only a matter of time (or coincidence) the the OS community achieves as good capability as internal OAI. Were you able to see the robotics they've been working on, the anymal bot? I like their technical video updates they put out, but always wish there was an accompanying interview.
@superfliping
@superfliping 3 сағат бұрын
This is connected to the power consumption of AGI. Scaling laws of progress will be based on electricity flowing through systems. Limited power is the main factor now
@SapienSpace
@SapienSpace Күн бұрын
Warping the state space to experience, such as by K-means clustering, is how knowledge is applied efficaciously ("system 2" thinking). Interesting talk, thank you for sharing.
@SLAM2977
@SLAM2977 Күн бұрын
Top material as usual.
@JGLambourne
@JGLambourne 17 сағат бұрын
It's not going to be easy to aggregate multiple queries into a batch and run inference with this technique. The TTT would need different fine tuning data for each query. It might be very good for small models running on personal desktop machines.
@KevinKreger
@KevinKreger 23 сағат бұрын
Working on ARC, Francois gave us some hints about this approach in his University tour. Now he's left Google to work on ....? Something that we learned in ARC-AGI Challenge we hope!!!
@Reversed82
@Reversed82 3 сағат бұрын
i wonder if this kind of approach could be paired with storing the "zoomed in" model as a kind of delta (sounds a bit like LoRA, i guess? idk), so they could be stored and retrieved when needed. paired with how ollama already adopts the container-type storage in layers, seems like it would be a neat change in how local models are run at inference time with ad-hoc retrieval of more problem-specific, test-time adjusted models
@BeTheFeatureNotTheBug
@BeTheFeatureNotTheBug 3 сағат бұрын
When he says that the learned information becomes part of its beliefs, technically how does that work? I’m really stuck on how providing new data “gets into” the model.
@lestode4816
@lestode4816 Күн бұрын
Nice complements to my recent active learning course :)
@flyingapple7119
@flyingapple7119 20 сағат бұрын
It's konda hard to follow when we don't see what he's talking about. Show the slides instead of the presenter. 🙏
@diga4696
@diga4696 Күн бұрын
Such a cool atmosphere!!
@deter3
@deter3 3 сағат бұрын
two serious problems for this paper 1. how do you know using embedding Nearest Neighbors can find the nearest data for training , embedding is not the right measurement especially for complex multiple dimensional similarity requirement 2. what's the business application scenarios , this is method is complicated and most of business application has pretty stabilized tasks , why I need to hold a huge distributed index for highly flexible tasks ? I do not see much high potential from this paper .
@luke.perkin.inventor
@luke.perkin.inventor 13 сағат бұрын
Is the answer to solve extrapolation and generalisation, interpolate bettter? Seems like this will get us to GenAI saturation faster, not take us beyond?
@MachineLearningStreetTalk
@MachineLearningStreetTalk 13 сағат бұрын
not about extrapolation / interpolation, so much about local vs global
@luke.perkin.inventor
@luke.perkin.inventor 13 сағат бұрын
@MachineLearningStreetTalk local manifold interpolation rather than global manifold interpolation? I think I must be missing something?
@johannes523
@johannes523 Күн бұрын
I'm feeling the AGI while watching this...
@drdca8263
@drdca8263 22 сағат бұрын
Really? Why? I’m not asking as an “AGI can’t happen” kind of thing; I don’t see any fundamental limit to prevent it. But I don’t see why these results, as neat as they are, would make you feel that way. Edit: Ah, were you responding to like 28:08 in particular ? About selecting the most informative data in order to inform belief about the situation at hand?
@macchiato_1881
@macchiato_1881 22 сағат бұрын
@@drdca8263 he's probably new-ish to the machine learning sphere. I was once like that in the past everytime a new technique or algorithm reported 'performance improvement'.
@johannes523
@johannes523 14 сағат бұрын
@@macchiato_1881 nah, I've been around since 2016, if that counts as long to you
@johannes523
@johannes523 14 сағат бұрын
@@drdca8263 Yeah I think similar methods will likely play a large role in further progress towards more general agents
@user-wr4yl7tx3w
@user-wr4yl7tx3w 16 сағат бұрын
How much is it really about just teaching what it needs to know at the last minute so that it can perform well on the expected question? Are we not simply engineering an answer given that if the local training is done on unrelated data then the result will be less good.
@coldlyanalytical1351
@coldlyanalytical1351 Күн бұрын
Excellent English skills.
@randylefebvre3151
@randylefebvre3151 Күн бұрын
Now this is scientific research!
@zzz_ttt_0091
@zzz_ttt_0091 Күн бұрын
I am Compute poor
@SapienSpace
@SapienSpace Күн бұрын
Me too, however, about 1Gigabyte of DNA is all the sperm needed to swim to the egg and build a "brain" and "dumb animals" like deer are superior to humans by learning to walk faster in hours instead of months.
@user-wr4yl7tx3w
@user-wr4yl7tx3w 17 сағат бұрын
For me the presentation had too much jargons that it was difficult to follow and understand.
@adamkadmon6339
@adamkadmon6339 Күн бұрын
Machine learning used to be about maths. Now it is about hardware, hype, opinions, and moving big software blocks around. A generation has come into being that lacks the basic ability to make the kinds of jumps in theory made in the 1980s and 1990s.
@KevinKreger
@KevinKreger 22 сағат бұрын
OK boomer
@RickySupriyadi
@RickySupriyadi 22 сағат бұрын
i disagree, the scaling does emerge something.
@technokicksyourass
@technokicksyourass 20 сағат бұрын
Um.. no.. it really isn't. Take a read of any of the major papers in the last 10 years.. you will see some pretty serious math in play.
@marilynlucas5128
@marilynlucas5128 19 сағат бұрын
😂exactly. Spent time listening to the presentation and I heard nothing important. I’m trying to understand the mathematical framework behind what he was presenting. The easiest way to convey your message in machine learning is to use mathematics, algorithms etc. If I don’t hear any of that, I can’t take the presentation seriously.
@KevinKreger
@KevinKreger 16 сағат бұрын
@@marilynlucas5128 I found the git using google. and both papers are linked there. go for it.
@shuikuan
@shuikuan 5 сағат бұрын
At 00:15 this is Geneva not Zurich 😂😂
@cybermeth_
@cybermeth_ 18 сағат бұрын
There is no wall
@LostInTheRush
@LostInTheRush Сағат бұрын
I can't concentrate on what this dude is saying because he's so annoyingly handsome, jesus christ.
@therobotocracy
@therobotocracy Күн бұрын
The market messed up in anthropremorphiszing AI, when ai is really more framed like a space. We got that wrong and it has led, and leading us, to bad places.
@KevinKreger
@KevinKreger 21 сағат бұрын
Much of the analysis uses our human thinking process to imagine how the language model works or should work, so what is your point?
@therobotocracy
@therobotocracy 18 сағат бұрын
@ ai isn’t thinking or doing anything with knowledge, it’s closer to a search. So all the comparisons of consciousness are because of this projection we put onto it. You would never think the internet or a computer is conscious, but for some reason we spend a lot of effort and time discussing how evil AI could be once it’s smart enough. Also the design of the products and uses are limited by this human like role we put onto ai.
@ekstrapolatoraproksymujacy412
@ekstrapolatoraproksymujacy412 Күн бұрын
editing is ridiculously bad
@technokicksyourass
@technokicksyourass 20 сағат бұрын
Yeah.. they really needed to cut to the equations when he was referring to them. A bit if highlighting wouldn't go astray either.
@MachineLearningStreetTalk
@MachineLearningStreetTalk 17 сағат бұрын
Sorry, we are expanding editing team and upskilling new starters - would be super helpful if you didn’t mind giving more detailed feedback.
@KevinKreger
@KevinKreger 16 сағат бұрын
@@MachineLearningStreetTalk When he is talking about and gesturing to a slide we should see it more-or-less in the same time frame.
@MachineLearningStreetTalk
@MachineLearningStreetTalk 16 сағат бұрын
@@KevinKreger Yeah that's good feedback, we felt that the video would be more engaging if it didn't have powerpoint presentation vibes and tried to make it more "real" and make you feel like you were in the room with the speaker. We tried various ways of showing the slide and the speaker at the same time and the camera angles didn't work unfortunately (it was better on the AGI conference talks). We will take this feedback onboard
@MachineLearningStreetTalk
@MachineLearningStreetTalk 16 сағат бұрын
@@KevinKreger www.dropbox.com/scl/fi/sys3iasc63lgj8lm5t0ld/JONAS_SLIDES.pdf?rlkey=ak6ir61a2pyhrfuwyvgrdvq66&st=9cloopv9&dl=0 here are the slides
@JumpDiffusion
@JumpDiffusion 8 сағат бұрын
Improves perfromance as measured by knowledge of PILE? OK.... 🫤
The Physicist Who Says Time Doesn't Exist
1:54:14
Theories of Everything with Curt Jaimungal
Рет қаралды 56 М.
ТВОИ РОДИТЕЛИ И ЧЕЛОВЕК ПАУК 😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 4,6 МЛН
МЕНЯ УКУСИЛ ПАУК #shorts
00:23
Паша Осадчий
Рет қаралды 4,4 МЛН
Introduction to LLM fine tuning, RAG and image training
1:01:24
Research Triangle AI Society
Рет қаралды 2,2 М.
Why Are Cooling Towers Shaped Like That?
19:48
Practical Engineering
Рет қаралды 2,9 МЛН
Ollama on Kubernetes: ChatGPT for free!
18:29
Mathis Van Eetvelde
Рет қаралды 4 М.
Speculations on Test-Time Scaling (o1)
47:56
Sasha Rush 🤗
Рет қаралды 8 М.
The Hidden Math Behind All Living Systems
2:45:33
Machine Learning Street Talk
Рет қаралды 25 М.
AI Inference: The Secret to AI's Superpowers
10:41
IBM Technology
Рет қаралды 7 М.
Joscha Bach on AI, god, and consciousness
22:00
Parzival of Kairos
Рет қаралды 233
Machine Learning for Everybody - Full Course
3:53:53
freeCodeCamp.org
Рет қаралды 7 МЛН
WE GOT ACCESS TO GPT-3! [Epic Special Edition]
3:57:17
Machine Learning Street Talk
Рет қаралды 326 М.