paper-with-me

홈 › Papers

Learning to Refine Hidden States for Reliable LLM Reasoning

2026-06-16 · Chia-Hsuan Hsu, Jui-Ming Yao arxiv

Large language models show strong reasoning ability, but their internal reasoning process can remain unstable in complex multi-step settings, where early hidden-state errors may propagate to incorrect predictions. We propose ReLAR, a reinforcement-guided latent refinement framework that iteratively updates hidden representations before decoding. ReLAR maintains a compact latent reasoning state and uses learned depth and action controllers to adaptively determine both the number and direction of refinement steps. The controllers are trained with a policy gradient objective based on step-wise likelihood improvement, enabling efficient input-dependent reasoning without explicit chain-of-thought generation. Experiments on medical, mathematical, multi-hop reasoning, and open-ended generation benchmarks show that ReLAR improves accuracy, generation quality, and reasoning stability with substantially lower inference overhead than explicit reasoning baselines.

📄 PDF Abstract BibTeX arXiv:2606.17524

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MedLVR: Latent Visual Reasoning for Reliable Medical Visual Question Answering

2026-04-10 · Suyang Xi, Songtao Hu, Yuxiang Lai, Wangyun Dan 외 arxiv

Medical vision--language models (VLMs) have shown strong potential for medical visual question answering (VQA), yet their reasoning remains largely text-centric: images are encoded once as static context, and subsequent …

Visual Question AnsweringAnswer GenerationVisual Reasoning

Controllable LLM Reasoning via Sparse Autoencoder-Based Steering

2026-01-07 · Yi Fang, Wenjie Wang, Mingfeng Xue, Boyi Deng 외 arxiv

Large Reasoning Models (LRMs) exhibit human-like cognitive reasoning strategies (\eg backtracking, cross-verification) during the reasoning process, which improves their performance on complex tasks. Currently, reasoning…

MIRAGE: Mobile Agents with Implicit Reasoning and Generative World Models

2026-06-03 · Zhichao Yang, Yuanze Hu, Haojie Hao, Longkun Hao 외 arxiv

Mobile agents are increasingly expected to operate everyday applications from screenshots and language goals, where reliable control requires reasoning over screen affordances, multi-step navigation, and future state cha…

SR-LSTM: State Refinement for LSTM towards Pedestrian Trajectory Prediction

2019-03-07 · CVPR 2019 6 · Pu Zhang, Wanli Ouyang, Pengfei Zhang, Jianru Xue 외

In crowd scenarios, reliable trajectory prediction of pedestrians requires insightful understanding of their social behaviors. These behaviors have been well investigated by plenty of studies, while it is hard to be full…

Pedestrian Trajectory PredictionTrajectory Prediction

Right Makes Might: Aligning Verified Hidden States Empowers RL Reasoning

2026-06-02 · Ziyue Wang, Aomufei Yuan, Yongfu Zhu, Shuai Dong 외 arxiv

Reinforcement Learning from Verifiable Rewards (RLVR) has become the dominant approach for improving mathematical reasoning in large language models, yet current methods reduce each correct rollout to a single reward bit…

Reinforcement LearningMathematical Reasoning