Not sure if I buy it. First, SVD decomposition to obtain U, Σ, V is computationally expensive, so it would work only if we are not finetuning very big models. But my real concern comes at the results. The "13 parameters" looks like bait, because it is one result of finetuning a model on a very simple math benchmark, grade-school-math (GSM8K), an already very saturated benchmark on every model. Besides, it seems to ha…
TinyLoRA – Learning to Reason in 13 Parameters
21–30 of 54 posts
Re: TinyLoRA – Learning to Reason in 13 Parameters
#22Not sure if I buy it. First, SVD decomposition to obtain U, Σ, V is computationally expensive, so it would work only if we are not finetuning very big models. But my real concern comes at the results. The "13 parameters" looks like bait, because it is one result of finetuning a model on a very simple math benchmark, grade-school-math (GSM8K), an already very saturated benchmark on every model. Besides, it seems to ha…
Re: TinyLoRA – Learning to Reason in 13 Parameters
#23Re: TinyLoRA – Learning to Reason in 13 Parameters
#24Let's say we have a low level programmer expert and we try to teach him algebra either we:
- (SFT): give him algebra book with new nomenclature, definitions, syntax
- (RL): let him learn algebra using C syntaxRe: TinyLoRA – Learning to Reason in 13 Parameters
#25Re: TinyLoRA – Learning to Reason in 13 Parameters
#26Not sure if I buy it. First, SVD decomposition to obtain U, Σ, V is computationally expensive, so it would work only if we are not finetuning very big models. But my real concern comes at the results. The "13 parameters" looks like bait, because it is one result of finetuning a model on a very simple math benchmark, grade-school-math (GSM8K), an already very saturated benchmark on every model. Besides, it seems to ha…
Yeah, my big problem with the paper is it just might be an artifact of qwen's training process.
Re: TinyLoRA – Learning to Reason in 13 Parameters
#27Is it an Aprils Fools publication?
Re: TinyLoRA – Learning to Reason in 13 Parameters
#28Re: TinyLoRA – Learning to Reason in 13 Parameters
#29If i understand it correctly, the analogy could be: Let's say we have a low level programmer expert and we try to teach him algebra either we: - (SFT): give him algebra book with new nomenclature, definitions, syntax - (RL): let him learn algebra using C syntax
Fine tuning works on an input/output basis. You are rewarded for producing a plausible output _now_.
RL rewards you later for producing the right output now. So you have to learn to generate a lot of activity but you are only rewarded if you end up at the right place.
In SFT you are rewarded for generating tokens plausible to the proof, one token at a time. In RL you are expected to generate an entire proof and then you are rewarded or punished only when the proof is done.
Re: TinyLoRA – Learning to Reason in 13 Parameters
#30Not sure if I buy it. First, SVD decomposition to obtain U, Σ, V is computationally expensive, so it would work only if we are not finetuning very big models. But my real concern comes at the results. The "13 parameters" looks like bait, because it is one result of finetuning a model on a very simple math benchmark, grade-school-math (GSM8K), an already very saturated benchmark on every model. Besides, it seems to ha…