Live data from Hacker News

Ask HN: Is anybody building an alternative transformer?

news.ycombinator.com

11–20 of 96 posts

Re: Ask HN: Is anybody building an alternative transformer?

#11
post #7

The xLSTM could become a good alternative to transformers: https://arxiv.org/abs/2405.04517 . On very long contexts, such as those arising in DNA models, these models perform really well. There's a big state-space model comeback initiated by the S3-Mamba saga. RWKV, which is a hybrid between classical RNNs and transformers, is also worth mentioning.

I was just about to post this. There was a MLST podcast about it a few days ago:

https://www.youtube.com/watch?v=8u2pW2zZLCs

Lots of related papers referenced in the description.

Re: Ask HN: Is anybody building an alternative transformer?

#12

I hate that popular domains take ownership of highly generic words. Many years ago, I struggled for a while to understand that when people say "frontend" they often mean a website frontend, even without any further context.

The worst offender is "feature". In my domain (ML and geo) we have three definitions.

Feature could be referring to some addition to the user-facing product, a raster input to machine learning, or a vector entity in GeoJSON. Context is the only tool we have to make the distinction, it gets really confusing when you're working on features that involve querying the features with features.

Re: Ask HN: Is anybody building an alternative transformer?

#17

please define transformer

https://en.m.wikipedia.org/wiki/Transformer_(deep_learning_a...

Yeah, it's literally the most important practical development in AI/ML of the decade. This is like reading an article (or headline, more like) on HN and saying "please define git".

Re: Ask HN: Is anybody building an alternative transformer?

#20
Related: There was buzz last year about Kolmogorov Arnold Networks, and https://arxiv.org/abs/2409.10594 was claiming KANs perform better than standard MLPs in the transformer architecture. Does anyone know of these being explored in the LLM space? KANs seem to have better properties regarding memory if I'm not mistaken.
Post reply on HN