paper-with-me

홈 › Papers

ThoughtProbe: Classifier-Guided Thought Space Exploration Leveraging LLM Intrinsic Reasoning

2025-04-09 · Zijian Wang, Chang Xu

Pre-trained large language models (LLMs) have been demonstrated to possess intrinsic reasoning capabilities that can emerge naturally when expanding the response space. However, the neural representation mechanisms underlying these intrinsic capabilities and approaches for their optimal utilization remain inadequately understood. In this work, we make the key discovery that a simple linear classifier can effectively detect intrinsic reasoning capabilities in LLMs' activation space, particularly within specific representation types and network layers. Based on this finding, we propose a classifier-guided search framework that strategically explore a tree-structured response space. In each node expansion, the classifier serves as a scoring and ranking mechanism that efficiently allocates computational resources by identifying and prioritizing more thoughtful reasoning directions for continuation. After completing the tree expansion, we collect answers from all branches to form a candidate answer pool. We propose a branch-aggregation selection method that marginalizes over all supporting branches by aggregating their thoughtfulness scores, thereby identifying the optimal answer from the pool. Experimental results show that our framework's comprehensive exploration not only covers valid reasoning chains but also effectively identifies them, achieving significant improvements across multiple arithmetic reasoning benchmarks.

📄 PDF Abstract BibTeX arXiv:2504.06650

Code (0)

등록된 구현이 없습니다.

Tasks

Arithmetic Reasoningvalid

Similar Papers 제목 키워드 기반

ThoughtProbe: Classifier-Guided LLM Thought Space Exploration via Probing Representations

2025-10-31 · Zijian Wang, Chang Xu arxiv

This paper introduces ThoughtProbe, a novel inference time framework that leverages the hidden reasoning features of Large Language Models (LLMs) to improve their reasoning performance. Unlike previous works that manipul…

Arithmetic Reasoning

Magellan: Guided MCTS for Latent Space Exploration and Novelty Generation

2025-10-24 · Lufan Chang arxiv

Large Language Models (LLMs) often struggle with generating truly innovative ideas, typically defaulting to high-probability, familiar concepts within their training data's "gravity wells." While advanced search-based me…

From Broad Exploration to Stable Synthesis: Entropy-Guided Optimization for Autoregressive Image Generation

2026-03-12 · Han Song, Yucheng Zhou, Jianbing Shen, Yu Cheng arxiv

Combining Chain-of-Thought (CoT) with Reinforcement Learning (RL) improves text-to-image (T2I) generation, yet the underlying interaction between CoT's exploration and RL's optimization remains unclear. We present a syst…

Reinforcement LearningImage Generation

Constraints-of-Thought: A Framework for Constrained Reasoning in Language-Model-Guided Search

2025-10-10 · Kamel Alrashedy, Vriksha Srihari, Zulfiqar Zaidi, Ridam Srivastava 외 arxiv

While researchers have made significant progress in enabling large language models (LLMs) to perform multi-step planning, LLMs struggle to ensure that those plans align with high-level user intent and satisfy symbolic co…

Arithmetic ReasoningCode Generation

LLM-Driven Design Space Exploration of FPGA-based Accelerators

2026-05-07 · Vinamra Sharma, Xingjian Fu, Jude Haris, José Cano arxiv

Designing field-programmable gate array (FPGA)-based accelerators for modern artificial intelligence workloads requires navigating a large and complex hardware design space encompassing architectural parameters, dataflow…