Vol Building AGI
581 subscribers
116 photos
9 videos
12 files
199 links
Past topics: speech synthesis, transformers, LSTM, recurrence
Download Telegram
"Our choice of T5 models, of which the largest (T5-Large) has 770M parameters, enables us to evaluate models at a scale where instruction tuning proves effective. Our experiments involving T5-Large also show that there is no difference between the zero-shot and few-shot settings. This suggests that the model’s scale is insufficient to support explicit in-context learning effectively"

Scaling laws say that it’s not only about the size, but also about the data. It just needs more relevant data to get ICL.
Learning to Learn Using Gradient Descent.pdf
192.9 KB
I’m going to post the key paper on learning to learn (aka ICL) here.
ICANN 2024 is happening in Lugano in September next year. If you DM me I'll tell you who the likely keynote is :). They are not listed on the page below but paper rules are, check it out and come see me in my school, I'd love to hang out with you:

http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=175770&copyownerid=138026


- Opening for submissions: February 15, 2023
- Deadline for full paper submission: March 15, 2023
- Notication of acceptance: May 20, 2023
❤‍🔥1
Running artificial curiosity sweeps on CSCS
Do not throw away your value network, use it to score paths:

https://arxiv.org/abs/2309.15028
ACL 2023 rolling review: https://www.aclweb.org/portal/content/submission-dates-and-process-eaclnaacl-and-acl-2024

You can submit to one conference (EACL or NAACL), but commit to another (e.g. ACL) after receiving reviews with an option to resubmit.

Dates:

15 Oct 2023: October ARR Cycle - EACL submission deadline
15 Dec 2023: ARR reviews & meta-reviews available to authors of October cycle
15 Dec 2023: December ARR Cycle - NAACL submission deadline
20 Dec 2023: EACL commitment deadline
15 Jan 2024: EACL decisions available
15 Feb 2024: ARR reviews & meta-reviews available to authors of December cycle
15 Feb 2024: February ARR Cycle - ACL submission deadline
20 Feb 2024: NAACL commitment deadline
15 Mar 2024: NAACL decisions available
15 Apr 2024: ARR reviews & meta-reviews available to authors of February cycle
20 Apr 2024: ACL commitment deadline
15 May 2024: ACL decisions available
I made a post on neural circuits, in the context of the gradient vanishing problem, linearity and autoregression:

https://proger.github.io/posts/neural-circuits/recurrent.html
❤‍🔥1
Deep Reinforcement Learning has been used to develop champion-level FPV drone racers, with a paper in Nature appearing 10 years after DQN was developed to beat humans in Atari. Key success lies in development of high quality simulations and sim2real policy transfer. RL is no longer about games.

One of the authors, Vladlen Koltun was giving a seminar in MIT: https://www.youtube.com/watch?v=vNFTcD3QMn0
Meme moment, my pure torch linearized LSTM implementation just beat GPT in throughput in the small (110M) setting. This is the fastest LSTM implementation to date. More experiments soon.
👍2
Scalable instance-level meta-learning by looking at every token having its own reconstruction task

https://arxiv.org/abs/2310.13807
Prof reminds us to add gradient noise and decay learning rate. Probabilistic AI 2023 is deep learning lab in math speak