My idea would be to implement mvp for Badge Collecting for EAs: e.g. badge on EA forum showing that you have been at EAG or EAGx. Or GWWC pledge giver etc. Kind of like https://poap.xyz/
At a first pass it can be made as a chrome extension that would display these badges to users who have opted in, and without any blockchain whatsoever ;)
I think it's just fun to show off your involvement with the community. More importantly it would be one more step towards developing online reputation system
In the future this system can be extended in more sophisticated ways. E.g. badges that can be displayed on demand, or only to a subset of users. Or badges that contain more data that just "been there". I don't feel comfortable sharing amount of personal donations with everyone, but maybe the frequency could be fine? Or maybe sharing the donation trends over time could be encouraging?
I'm only familiar with python and have zero web coding skills: anyone is up to join?
My proposal is to build a minimal language model that can be used for inferring symbol manipulation algorithms. Though minimal models exist for NLP and modulo arithmetic, I was surprised not to find one for typed lambda calculus. I believe such a model would be particularly useful as it could serve as a universal grammar for a language acquisition device for inductively building interpretable models.
My idea is to use a GAN to train a model that outputs valid proof terms for propositions in simply typed lambda calculus. The generator would attempt to find proof terms that type check when fed to a proof assistant. The discriminator would attempt to produce propositions that confused the discriminator.
The architecture of the discriminator shouldn't really matter. The generator would ideally be an attention-only model with the most informative number of heads and layers.