logoalt Hacker News

usernametaken29yesterday at 11:33 PM0 repliesview on HN

I think you’re asking the right questions, sample inefficiency is horrible in modern LLMs. Despite this, I saw your analysis:

> The biggest increases in scores were due to

Modern architecture (SwiGlu instead of GELU, RMSnorm not layernorm, etc.) More data diversity, better shuffling of data scaling up: 8 layers instead of 4

This is commonly called squeezing the lemon and is usually a bit of a last resort. You should be able to achieve near SoTa with your new method, before you squeeze any lemons. This is, because the old SoTa is typically not using new optimisers and thus your results will be distorted by a large margin.

In terms of sample efficiency I want to add two things:

Runtime per-puzzle fine tuning is a very good target that provides a LOT of information. People have not looked at evolutionary methods to harness induction since the 90ies - if I was to work on ARC ever again I’m fairly certain this is where I’d look.

Best of luck, padawan