paper-with-me

Papers

HyperGuide: Hyperbolic Guidance for Efficient Multi-Step Reasoning in Large Language Models

2026-05-22 · Yuyu Liu, Haotian Xu, Yanan He, Sarang Rajendra Patil, Mengjia Xu, Tengfei Ma arxiv

Multi-step reasoning remains a central challenge for large language models: single-pass generation is efficient but lacks accuracy; tree-search methods explore multiple paths but are computation-heavy. We address this gap by distilling reasoning progress into a hyperbolic geometric signal that guides step-by-step generation. Our approach is motivated by a structural observation: in combinatorial reasoning trees, solution-bearing states are few while dead ends are exponentially numerous. The hyperbolic space matches this asymmetry, with compact volume near the origin and exponentially expanding capacity toward the boundary, so that distance-to-origin naturally encodes solution proximity while angular separation distinguishes branches requiring different next operations. We train a lightweight head to project LLM hidden states into this space, then fine-tune a low-rank adapter interactively on its own reasoning attempts to act on the injected signal. Across multiple benchmarks, the geometric signal yields consistent gains, with larger improvements on deeper reasoning chains. Our code is publicly available at https://github.com/yuyuliu11037/HyperGuide.

📄 PDF Abstract BibTeX arXiv:2605.24140

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reinforcement Learning in hyperbolic space for multi-step reasoning

2025-07-21 · Tao Xu, Dung-Yang Lee, Momiao Xiong arxiv

Multi-step reasoning is a fundamental challenge in artificial intelligence, with applications ranging from mathematical problem-solving to decision-making in dynamic environments. Reinforcement Learning (RL) has shown pr…

Reinforcement Learning

GeoWorld: Geometric World Models

2026-02-26 · Zeyu Zhang, Danning Li, Ian Reid, Richard Hartley arxiv

Energy-based predictive world models provide a powerful approach for multi-step visual planning by reasoning over latent energy landscapes rather than generating pixels. However, existing approaches face two major challe…

Reinforcement Learning

Multi-Hop Reasoning for Question Answering with Hyperbolic Representations

2025-07-04 · Simon Welz, Lucie Flek, Akbar Karimi arxiv

Hyperbolic representations are effective in modeling knowledge graph data which is prevalently used to facilitate multi-hop reasoning. However, a rigorous and detailed comparison of the two spaces for this task is lackin…

Question Answering

Backstepping Control of Coupled General Hyperbolic-Parabolic PDE-PDE Systems

2023-06-22 · Joachim Deutscher, Nicole Gehring, Nick Jung

This paper considers the backstepping state feedback and observer design for hyperbolic and parabolic PDEs, which are bidirectionally interconnected in a general coupling structure. Both PDE subsystems consist of coupled…

Self-Evaluation Guided Beam Search for Reasoning

2023-05-01 · NeurIPS 2023 11 · Yuxi Xie, Kenji Kawaguchi, Yiran Zhao, Xu Zhao 외

Breaking down a problem into intermediate steps has demonstrated impressive performance in Large Language Model (LLM) reasoning. However, the growth of the reasoning chain introduces uncertainty and error accumulation, m…

Arithmetic ReasoningGSM8KLanguage ModelingLanguage Modelling+2