RLSF: Fine-tuning LLMs via Symbolic Feedback
Piyush Jha, Prithwish Jana, Pranavkrishna Suresh, Arnav Arora, Vijay Ganesh
TL;DR
RLSF addresses the gap where LLMs struggle with domain-specific reasoning by leveraging symbolic reasoning tools to provide fine-grained, token-level feedback via poly-sized certificates. The authors formalize Reinforcement Learning via Symbolic Feedback (RLSF), combining an LLM as the RL agent with an environment that uses symbolic tools to certify outputs and supply corrective feedback without requiring differentiable reasoning. They evaluate RLSF across five reasoning tasks: NL-to-C++ code, three chemistry tasks (MG, FS, RS), and Game of 24 with Tree of Thoughts, showing substantial gains over SFT and RL baselines and even outperforming much larger models in several settings. The results demonstrate that token-level symbolic feedback can dramatically improve domain-specific accuracy while enabling smaller LLMs to surpass much larger closed-source models, highlighting RLSF's practical potential and scalability.
Abstract
Large Language Models (LLMs) have transformed AI but often struggle with tasks that require domain-specific reasoning and logical alignment. Traditional fine-tuning methods do not leverage the vast amount of symbolic domain-knowledge available to us via symbolic reasoning tools (e.g., provers), and are further limited by sparse rewards and unreliable reward models. We introduce Reinforcement Learning via Symbolic Feedback (RLSF), a novel fine-tuning paradigm where symbolic reasoning tools (e.g., solvers, provers, and algebra systems) provide fine-grained feedback to LLMs. RLSF uses poly-sized certificates (e.g., proofs) generated by symbolic tools to identify and correct errors in model outputs, offering token-level guidance without requiring differentiable reasoning systems. This paradigm bridges the gap between symbolic reasoning and LLM fine-tuning, enabling precise alignment with domain-specific constraints while addressing key limitations of traditional reward signals. Via extensive evaluations, we show that our RLSF-based fine-tuning of LLMs outperforms traditional approaches on five different applications (that have some associated logical or domain constraints), namely, program synthesis from natural language pseudo-code to programming language, three chemistry tasks, and solving the Game of 24. A key takeaway is that fine-tuning via RLSF enables relatively smaller LLMs to significantly outperform closed-source models that are orders of magnitude larger.
