paper-with-me

Papers

Recursive Self-Aggregation Unlocks Deep Thinking in Large Language Models

2025-09-30 · Siddarth Venkatraman, Vineet Jain, Sarthak Mittal, Vedant Shah, Johan Obando-Ceron, Yoshua Bengio, Brian R. Bartoldson, Bhavya Kailkhura, Guillaume Lajoie, Glen Berseth, Nikolay Malkin, Moksh Jain arxiv

Test-time scaling methods improve the capabilities of large language models (LLMs) by increasing the amount of compute used during inference to make a prediction. Inference-time compute can be scaled in parallel by choosing among multiple independent solutions or sequentially through self-refinement. We propose Recursive Self-Aggregation (RSA), a test-time scaling method inspired by evolutionary methods that combines the benefits of both parallel and sequential scaling. Each step of RSA refines a population of candidate reasoning chains through aggregation of subsets to yield a population of improved solutions, which are then used as the candidate pool for the next iteration. Empirically, RSA delivers substantial performance gains with increasing compute budgets across diverse tasks, model families and sizes. Notably, RSA with Gemini 3 Flash attains performance near the top of the ARC-AGI-2 public leaderboard. RSA also enables Qwen3-4B-Instruct-2507 to achieve competitive performance with larger reasoning models, including DeepSeek-R1 and o3-mini (high), outperforming purely parallel and sequential scaling strategies across AIME-25, HMMT-25, Reasoning Gym, LiveCodeBench-v6, and SuperGPQA. We further propose a novel aggregation-aware reinforcement learning approach that yields significant performance gains by training the model to combine solutions.

📄 PDF Abstract BibTeX arXiv:2509.26626

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

RTQA : Recursive Thinking for Complex Temporal Knowledge Graph Question Answering with Large Language Models

2025-09-04 · Zhaoyan Gong, Juan Li, Zhiqiang Liu, Lei Liang 외 arxiv

Current temporal knowledge graph question answering (TKGQA) methods primarily focus on implicit temporal constraints, lacking the capability of handling more complex temporal queries, and struggle with limited reasoning …

Graph Question Answering

Test-time Recursive Thinking: Self-Improvement without External Feedback

2026-02-03 · Yufan Zhuang, Chandan Singh, Liyuan Liu, Yelong Shen 외 arxiv

Modern Large Language Models (LLMs) have shown rapid improvements in reasoning capabilities, driven largely by reinforcement learning (RL) with verifiable rewards. Here, we ask whether these LLMs can self-improve without…

Reinforcement Learning

Mixture-of-Recursions: Learning Dynamic Recursive Depths for Adaptive Token-Level Computation

2025-07-14 · Sangmin Bae, Yujin Kim, Reza Bayat, Sungnyun Kim 외

Scaling language models unlocks impressive capabilities, but the accompanying computational and memory demands make both training and deployment expensive. Existing efficiency efforts typically target either parameter sh…

The Art of SOCRATIC QUESTIONING: Recursive Thinking with Large Language Models

2023-05-24 · Jingyuan Qi, Zhiyang Xu, Ying Shen, Minqian Liu 외

Chain-of-Thought (CoT) prompting enables large language models to solve complex reasoning problems by generating intermediate steps. However, confined by its inherent single-pass and sequential generation process, CoT he…

Language ModellingMathMMLUQuestion Answering+1

Distribution-Calibrated Inference Time Compute for Thinking LLM-as-a-Judge

2025-12-02 · Hamid Dadkhahi, Firas Trabelsi, Parker Riley, Juraj Juraska 외 arxiv

Thinking Large Language Models (LLMs) used as judges for pairwise preferences remain noisy at the single-sample level, and common aggregation rules (majority vote, soft self-consistency, or instruction-based self-aggrega…