paper-with-me

홈 › Papers

ReJump: A Tree-Jump Representation for Analyzing and Improving LLM Reasoning

2025-11-30 · Yuchen Zeng, Shuibai Zhang, Wonjun Kang, Shutong Wu, Lynnix Zou, Ying Fan, Heeju Kim, Ziqian Lin, Jungtaek Kim, Hyung Il Koo, Dimitris Papailiopoulos, Kangwook Lee arxiv

Large Reasoning Models (LRMs) are Large Language Models (LLMs) explicitly trained to generate long-form Chain-of-Thoughts (CoTs), achieving impressive success on challenging tasks like math and programming. However, their underlying reasoning "algorithms" remain poorly understood. To investigate this, we propose ReJump, which represents a reasoning trace as a visitation order over nodes in a tree of intermediate problem-solving steps. Transitions between nodes, which we term jumps, include adjacent moves that capture behaviors such as calculation, and non-adjacent moves that capture behaviors such as backtracking and verification. ReJump enables analyzing LLM reasoning with diverse metrics that quantify exploration, exploitation, overthinking, forgetting, and verification. Using our proposed LLM agent to extract reasoning traces into ReJump format, we evaluate state-of-the-art LRMs on two tasks and find that models with similar accuracy can exhibit distinct reasoning behaviors, while different tasks favor different reasoning styles (e.g., varying balance between exploration and exploitation). To further understand how learning strategies shape reasoning, we use ReJump to compare distilled LRMs with their teachers, CoT-prompted LLMs with LRMs, and to examine how the number of reasoning examples and reinforcement learning affect reasoning behavior. Finally, we show that ReJump can improve reasoning quality at test time through strategies such as ReJump-guided Best-of-N selection and prompt selection. Our code is publicly available at https://github.com/UW-Madison-Lee-Lab/ReJump.

📄 PDF Abstract BibTeX arXiv:2512.00831

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Single-Rod Brachiation Robot: Mechatronic Control Design and Validation of Prejump Phases

2025-10-03 · Juraj Lieskovský, Hijiri Akahane, Aoto Osawa, Jaroslav Bušek 외 arxiv

A complete mechatronic design of a minimal configuration brachiation robot is presented. The robot consists of a single rigid rod with gripper mechanisms attached to both ends. The grippers are used to hang the robot on …

Continuous Control

Tree-of-Reasoning: Towards Complex Medical Diagnosis via Multi-Agent Reasoning with Evidence Tree

2025-08-05 · Qi Peng, Jialin Cui, Jiayuan Xie, Yi Cai 외 arxiv

Large language models (LLMs) have shown great potential in the medical domain. However, existing models still fall short when faced with complex medical diagnosis task in the real world. This is mainly because they lack …

Medical Diagnosis

A Framework for Analyzing Stochastic Jumps in Finance based on Belief and Knowledge

2016-02-18

We introduce a formal language IE that is a variant of the language PAL developed in [van Benthem 2011] by adding a belief operator and a common belief operator,specializing to stochastic analysis. A constant symbol in t…

Algorithmic and High-Frequency Trading Problems for Semi-Markov and Hawkes Jump-Diffusion Models

2024-09-19 · Luca Lalor, Anatoliy Swishchuk

This paper introduces a jump-diffusion pricing model specifically designed for algorithmic trading and high-frequency trading (HFT). The model incorporates independent jump and diffusion processes, providing a more preci…

Algorithmic Trading

Phylo2Vec: a vector representation for binary trees

2023-04-25 · Matthew J Penn, Neil Scheidwasser, Mark P Khurana, David A Duchêne 외

Binary phylogenetic trees inferred from biological data are central to understanding the shared history among evolutionary units. However, inferring the placement of latent nodes in a tree is computationally expensive. S…