HackerTrans
トップ新着トレンドコメント過去質問紹介求人

DeveloperErrata

29 カルマ登録 3 年前

投稿

An off switch for dual-use knowledge in AI models

anthropic.com
3 ポイント·投稿者 DeveloperErrata·一昨日·1 コメント

An off switch for dual use knowledge in AI models

anthropic.com
5 ポイント·投稿者 DeveloperErrata·3 日前·0 コメント

コメント

DeveloperErrata
·5 か月前·議論
Not quite, most of the recent work on modern RNNs has been addressing this exact limitation. For instance linear attention yields formulations that can be equivalently interpreted either as a parallel operation or a recursive one. The consequence is that these parallelizable versions of RNNs are often "less expressive per param" than their old-school non-parallelizable RNN counterparts, though you could argue that they make up for that in practice by being more powerful per unit of training compute via much better training efficiency.