I think I've recently read two seemingly contradicting things: 1- LLMs can never generalize theorem proving 2- this paper: "This suggests that contemporary LLMs may already possess rich mathematical knowledge in their parameter space, transforming the challenge from knowledge acquisition to knowledge elicitation" Not sure what is what anymore!
LIMO: Less Is More for Reasoning
21–30 of 137 posts
Re: LIMO: Less Is More for Reasoning
#22People here should read, especially 1.How to make less datasets 2. Categorize reasoning process into L1-L5 when evaluation.
Re: LIMO: Less Is More for Reasoning
#23Here is how I make sense of it (I have no expertise in this subject, please feel free to correct me if I am wrong): I think when the model is pretrained on the internet, it does gain most of the skills required to do mathematical reasoning, however, since its task is to predict the next word distribution on the entire internet, it does not normally use this ability, since most of the text on the internet is not this…
[0]: https://www.anthropic.com/news/mapping-mind-language-model
Re: LIMO: Less Is More for Reasoning
#24It is interesting how the field is becoming 'pedagogy of LLMs'.
Re: LIMO: Less Is More for Reasoning
#25Re: LIMO: Less Is More for Reasoning
#26I think I've recently read two seemingly contradicting things: 1- LLMs can never generalize theorem proving 2- this paper: "This suggests that contemporary LLMs may already possess rich mathematical knowledge in their parameter space, transforming the challenge from knowledge acquisition to knowledge elicitation" Not sure what is what anymore!
I think the way to swallow this bitter pill is to acknowledge they can "generalize" because all human knowledge is actually a relatively "small" finite distribution that models are now big enough to pattern match on.
There's simply no way an LLM can even train on all of that because each bit of true expert knowledge necessarily comically underrepresented in any possible training set.
Re: LIMO: Less Is More for Reasoning
#27It is interesting how the field is becoming 'pedagogy of LLMs'.
"My Fair Llama" or "Pygmallm"
Re: LIMO: Less Is More for Reasoning
#28Theory aside, I would think a good application-side method is to use this general reasoning process to structure a final expression and then pass that through a traditional evaluator. Then the reasoning and training thereof need only go as far as symbol manipulation. This is something like Wolfram Alpha, if its NLP handed off to the evaluator much later in the process.
Re: LIMO: Less Is More for Reasoning
#29I believe that all this shows that pre-training stage already creates the representations needed for CoT reasoning, so they are very simple to uncover. Either with R1-Zero pure RL, or with few-shots SFT.
Re: LIMO: Less Is More for Reasoning
#30Here is how I make sense of it (I have no expertise in this subject, please feel free to correct me if I am wrong): I think when the model is pretrained on the internet, it does gain most of the skills required to do mathematical reasoning, however, since its task is to predict the next word distribution on the entire internet, it does not normally use this ability, since most of the text on the internet is not this…
Kinda similar to how Anthropic was able to achieve golden gate Claude or even maximize/minimize features like “buggy code” via analyzing concepts in activations and manipulating them[0]. [0]: https://www.anthropic.com/news/mapping-mind-language-model