paper-with-me

홈 › Papers

Hierarchical Reasoning Models: Perspectives and Misconceptions

2025-09-30 · Renee Ge, Qianli Liao, Tomaso Poggio arxiv

Transformers have demonstrated remarkable performance in natural language processing and related domains, as they largely focus on sequential, autoregressive next-token prediction tasks. Yet, they struggle in logical reasoning, not necessarily because of a fundamental limitation of these models, but possibly due to the lack of exploration of more creative uses, such as latent space and recurrent reasoning. An emerging exploration in this direction is the Hierarchical Reasoning Model (Wang et. al., 2025), which introduces a novel type of recurrent reasoning in the latent space of transformers, achieving remarkable performance on a wide range of 2D reasoning tasks. Despite the promising results, this line of models is still at an early stage and calls for in-depth investigation. In this work, we review this class of models, examine key design choices, test alternative variants and clarify common misconceptions.

📄 PDF Abstract BibTeX arXiv:2510.00355

Code (0)

등록된 구현이 없습니다.

Tasks

Logical Reasoning

Similar Papers 제목 키워드 기반

The Correct Answer Trap: Pedagogically-Grounded Detection and Feedback for Hidden Misconceptions

2026-06-22 · Moiz Imran, Sahan Bulathwela arxiv

Automated feedback systems that rely on answer correctness will reinforce, rather than address, misconceptions when students reach the correct answer through flawed reasoning. We investigate automatic detection of these …

Novice Learner and Expert Tutor: Evaluating Math Reasoning Abilities of Large Language Models with Misconceptions

2023-10-03 · Naiming Liu, Shashank Sonkar, Zichao Wang, Simon Woodhead 외

We propose novel evaluations for mathematical reasoning capabilities of Large Language Models (LLMs) based on mathematical misconceptions. Our primary approach is to simulate LLMs as a novice learner and an expert tutor,…

MathMathematical ReasoningMisconceptions

Learning to Make MISTAKEs: Modeling Incorrect Student Thinking And Key Errors

2025-10-13 · Alexis Ross, Jacob Andreas arxiv

Research on reasoning in language models (LMs) predominantly focuses on improving the correctness of their outputs. But some important applications require modeling reasoning patterns that are incorrect. For example, aut…

Answer Generation

Reasoning Trajectories for Socratic Debugging of Student Code: From Misconceptions to Contradictions and Updated Beliefs

2025-11-01 · Erfan Al-Hossami, Razvan Bunescu arxiv

In Socratic debugging, instructors guide students towards identifying and fixing a bug on their own, instead of providing the bug fix directly. Most novice programmer bugs are caused by programming misconceptions, namely…

Arming Data Agents with Tribal Knowledge

2026-02-13 · Shubham Agarwal, Asim Biswal, Sepanta Zeighami, Alvin Cheung 외 arxiv

Natural language to SQL (NL2SQL) translation enables non-expert users to query relational databases through natural language. Recently, NL2SQL agents, powered by the reasoning capabilities of Large Language Models (LLMs)…