this post was submitted on 22 Nov 2023
1 points (100.0% liked)
Machine Learning
1 readers
1 users here now
Community Rules:
- Be nice. No offensive behavior, insults or attacks: we encourage a diverse community in which members feel safe and have a voice.
- Make your post clear and comprehensive: posts that lack insight or effort will be removed. (ex: questions which are easily googled)
- Beginner or career related questions go elsewhere. This community is focused in discussion of research and new projects that advance the state-of-the-art.
- Limit self-promotion. Comments and posts should be first and foremost about topics of interest to ML observers and practitioners. Limited self-promotion is tolerated, but the sub is not here as merely a source for free advertisement. Such posts will be removed at the discretion of the mods.
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
You don't. The process is broken, but nobody cares anymore.
Now, if by any chance, any absolutely crazy reason, you're someone who's actually curious about understanding the foundations of ML, deeply reason about why "ReLU" behaves like so over "ELU", or, I don't know, you question why some models with 90 billion parameters behave almost the same as a model that was compressed by a factor of 2000x and only lose 0.5% of accuracy, in brief, the science behind it all, then you're absolutely doomed.
In ML..(DL, since you mention NLP), the name of the game is improving some "metric" with an aesthetically appealing name, but not so strong underlying development (fairness, perplexity). All, of course using 8 GPU's, 90B parameters and zero replications of your experiment. Ok, let's be fair, there are some papers indeed that replicate their experiments in a total of...10..times. "The boxplot shows our median is higher, I won't comment on the variance of of it, we will leave it for future work. "
So, yes..that's the current state of affairs right there.
The doomed student is me :’(
Hold on, why is it useless to understand why a model which is 2000x smaller has only a 0.5% reduction in accuracy? Isn’t that insanely valuable?
It is absolutely valuable. But the mainstream is more interested in beating the next metric, rather than investigating why such phenomena happens. But being fair there are quite of researchers trying to do that. I've read a few papers in such direction.
But the thing is, in order experiment with it you need 40 GPUs and the people with 40 GPUs available are more worried about other things. That was the whole gist of my rant...
You managed to put into words what bugs me with the field nowadays. What kills me most is that third paragraph you said : no-one cares what the model does IRL but how it improves a metric on a benchmark task and dataset. When the measure becomes the objective, you're not doing proper science anymore.