AbstRaL: Augmenting LLMs' Reasoning by Reinforcing Abstract Thinking
By: Silin Gao , Antoine Bosselut , Samy Bengio and more
Potential Business Impact:
Teaches computers to solve math problems better.
Recent studies have shown that large language models (LLMs), especially smaller ones, often lack robustness in grade school math (GSM) reasoning. In particular, they tend to experience performance drops when faced with distribution shifts, such as changes to numerical or nominal variables, or insertions of distracting clauses. A possible strategy to address this involves generating synthetic data to further "instantiate" reasoning problems on potential variations. In this work, we instead focuses on the strategy of "abstracting" reasoning problems. This not only helps counteract distribution shifts but also facilitates the connection to symbolic tools for deriving solutions. Focusing on GSM, we find that this abstraction process is better acquired through reinforcement learning (RL) than just supervised fine-tuning, which often fails to produce faithful abstractions. Our method, AbstRaL -- which promotes abstract reasoning in LLMs using RL on granular abstraction data -- significantly mitigates performance degradation on recent GSM perturbation benchmarks. Besides, improving GSM robustness via AbstRaL is shown to also implicitly benefit LLMs' capabilities on OOD mathematical and general reasoning tasks, indicating that abstract thinking broadly enables better generalizability.
Similar Papers
AbstRaL: Augmenting LLMs' Reasoning by Reinforcing Abstract Thinking
Computation and Language
Teaches computers to think smarter, not just memorize.
Understanding LLM Reasoning for Abstractive Summarization
Computation and Language
Helps computers summarize stories more truthfully.
Generative Adversarial Reasoner: Enhancing LLM Reasoning with Adversarial Reinforcement Learning
Artificial Intelligence
Teaches computers to solve math problems correctly.