Hacker News new | ask | show | jobs
by c3534l 694 days ago
It seems like a lot of people these days are doing generative adversarial AI and the pretending like they invented a new thing.
2 comments

GANs have been used for a long time in order to improve the training of images -- it seems like we're finally starting to see this approach catch on for LLMs.

I'm aware of the SPAG paper -- who else have you seen take this approach with LLMs lately?

https://github.com/Linear95/SPAG

I was thinking the same thing. GANs aren't new, but it's cool that we're using them in new ways.