AbstRaL: Augmenting LLMs' Reasoning by Reinforcing Abstract Thinking
By: Silin Gao , Antoine Bosselut , Samy Bengio and more
Potential Business Impact:
Teaches computers to think smarter, not just memorize.
Recent studies have shown that large language models (LLMs), especially smaller ones, often lack robustness in their reasoning. I.e., 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 contrast, our approach focuses on "abstracting" reasoning problems. This not only helps counteract distribution shifts but also facilitates the connection to symbolic tools for deriving solutions. 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.
Similar Papers
AbstRaL: Augmenting LLMs' Reasoning by Reinforcing Abstract Thinking
Computation and Language
Teaches computers to solve math problems better.
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.