cs.CVAug 2, 2026

Recursive Vision Language Models for General Symbolic Reasoning

Authors: Omid Nejati ManzariGuillaume LajoieHassan Rivaz

Organizations: Concordia University, Montreal, Canada · Mila — Quebec AI Institute · Université de Montréal

Abstract

Hard symbolic-reasoning tasks such as Sudoku, maze pathfinding, and ARC remain challenging for LLMs due to their fixed-depth autoregressive reasoning, which limits systematic search, refinement, and backtracking. While recursive models such as Hierarchical Reasoning Model (HRM) and Tiny Recursive Model (TRM) address this limitation through iterative latent-state refinement, they are typically task-specific and do not leverage pretrained language priors. We propose R-Qwen, a recursive reasoning framework built upon a pretrained Qwen backbone. R-Qwen repeatedly refines a candidate solution through programmatic self-recursion and deep supervision, combining the structured iterative computation of recursive models with the linguistic and reasoning priors of pretrained LLMs. We further adapt Hierarchical Supervision Weighting (HSW) to autoregressive models by exponentially weighting losses across recursive steps. HSW reduces gradient variance by at least 50%, improves the signal-to-noise ratio of stochastic gradients, and accelerates convergence. Across eight challenging benchmarks, R-Qwen consistently outperforms prior recursive reasoning models and substantially larger LLMs while using a comparable number of trainable parameters. Notably, on ARC-AGI dataset, our model achieves a 27.6% improvement over the baseline, highlighting the effectiveness of recursive refinement for general symbolic reasoning. These results suggest that recursive reasoning mechanisms and pretrained language model priors are complementary approaches for improving symbolic puzzle-solving. Code and models will be released after acceptance.

Explore similar work

CardsList
  1. Recurrent Reasoning on Symbolic Puzzles with Sequence Models

    Apr 19, 2026Gowrav Mannem, Chowdhury Marzia Mahjabin, Jason Chen +2PuzzleReasoning Benchmark

  2. Probabilistic Tiny Recursive Model

    May 19, 2026Amin Sghaier, Ali Parviz, Alexia Jolicoeur-MartineauRecursionTest-Time Scaling