paper-with-me

Papers

Learning to Reason Across Parallel Samples for LLM Reasoning

2025-06-10 · Jianing Qi, Xi Ye, Hao Tang, Zhigang Zhu, Eunsol Choi

Scaling test-time compute brings substantial performance gains for large language models (LLMs). By sampling multiple answers and heuristically aggregate their answers (e.g., either through majority voting or using verifiers to rank the answers), one can achieve consistent performance gains in math domains. In this paper, we propose a new way to leverage such multiple sample set. We train a compact LLM, called Sample Set Aggregator (SSA), that takes a concatenated sequence of multiple samples and output the final answer, optimizing it for the answer accuracy with reinforcement learning. Experiments on multiple reasoning datasets show that SSA outperforms other test-time scaling methods such as reward model-based re-ranking. Our approach also shows a promising generalization ability, across sample set sizes, base model families and scales, and tasks. By separating LLMs to generate answers and LLMs to analyze and aggregate sampled answers, our approach can work with the outputs from premier black box models easily and efficiently.

📄 PDF Abstract BibTeX arXiv:2506.09014

Code (0)

등록된 구현이 없습니다.

Tasks

MathRe-Ranking

Methods 이 논문이 사용한 방법론

BASE 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

SPIRAL: Learning to Search and Aggregate

2026-06-22 · Jubayer Ibn Hamid, Ifdita Hasan Orney, Michael Y. Li, Omar Shaikh 외 arxiv

Language model reasoning can be substantially improved at test time via scaffolds that scale inference compute across different primitives -- sequential reasoning within a trace, independently sampled parallel traces, an…

Reinforcement Learning

Omni-o3: Deep Nested Omnimodal Deduction for Deliberative Audio-Visual Reasoning

2026-04-27 · Zhicheng Zhang, Wentao Gu, Weicheng Wang, Yongjie Zhu 외 arxiv

Omnimodal understanding entails a massive, highly redundant search space of cross-modal interactions, demanding focused and deliberative reasoning. Current reasoning paradigms rely on either sequential step-by-step gener…

Reinforcement LearningVisual Reasoning

StAR: Segment Anything Reasoner

2026-03-15 · Seokju Yun, Dongheon Lee, Noori Bae, Jaesung Jun 외 arxiv

As AI systems are being integrated more rapidly into diverse and complex real-world environments, the ability to perform holistic reasoning over an implicit query and an image to localize a target is becoming increasingl…

Visual Reasoning

ThreadWeaver: Adaptive Threading for Efficient Parallel Reasoning in Language Models

2025-11-24 · Long Lian, Sida Wang, Felix Juefei-Xu, Tsu-Jui Fu 외 arxiv

Scaling inference-time computation has enabled Large Language Models (LLMs) to achieve strong reasoning performance, but their inherently sequential decoding incurs substantial latency, motivating parallelization of the …

Reinforcement Learning

Reasoning about In-Context Samples for Machine-Translation

2026-08-27 · Maxime Bouthors, Josep Crego, François Yvon arxiv

Large Language Models (LLMs) can be trained to perform chain-of-thoughts reasoning in order to improve the reliability of their responses. In this work, we investigate how explicit reasoning can be leveraged for LLM-Base…

Machine Translation