paper-with-me

Papers

State Representation and Termination for Recursive Reasoning Systems

2026-05-02 · Debashis Guha, Amritendu Mukherjee, Sanjay Kukreja, Tarun Kumar arxiv

Recursive reasoning systems alternate between acquiring new evidence and refining an accumulated understanding. Two design choices are typically left implicit: how to represent the evolving reasoning state, and when to stop iterating. This paper addresses both. We represent the reasoning state as an epistemic state graph encoding extracted claims, evidential relations, open questions, and confidence weights. We define the order-gap as the distance between the states reached by expand-then-consolidate versus consolidate-then-expand; a small order-gap suggests that the two orderings agree and further iteration is unlikely to help. Our main result gives a necessary and sufficient condition for the linearised order-gap to be non-degenerate near the fixed point, showing when the criterion is informative rather than algebraically vacuous. This is a local condition, not a global convergence guarantee. We apply the framework to recursive reasoning systems and sketch its application to agent loops, tree-of-thought reasoning, theorem proving, and continual learning.

📄 PDF Abstract BibTeX arXiv:2605.06690

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Stopping Criterion Design for Recursive Bayesian Classification: Analysis and Decision Geometry

2020-07-30 · Aziz Kocanaogullari, Murat Akcakaya, Deniz Erdogmus

Systems that are based on recursive Bayesian updates for classification limit the cost of evidence collection through certain stopping/termination criteria and accordingly enforce decision making. Conventionally, two ter…

Decision MakingGeneral Classification

The $\mathbf{Y}$-Combinator for LLMs: Solving Long-Context Rot with $λ$-Calculus

2026-03-20 · Amartya Roy, Rasul Tutunov, Xiaotong Ji, Matthieu Zimmer 외 arxiv

LLMs are increasingly used as general-purpose reasoners, but long inputs remain bottlenecked by a fixed context window. Recursive Language Models (RLMs) address this by externalising the prompt and recursively solving su…

Code Generation

Inferential Machine Comprehension: Answering Questions by Recursively Deducing the Evidence Chain from Text

2019-07-01 · ACL 2019 7 · Jianxing Yu, Zheng-Jun Zha, Jian Yin

This paper focuses on the topic of inferential machine comprehension, which aims to fully understand the meanings of given text to answer generic questions, especially the ones needed reasoning skills. In particular, we …

Reading ComprehensionReinforcement Learning

MMFormalizer: Multimodal Autoformalization in the Wild

2026-01-06 · Jing Xiong, Qi Han, Yunta Hsieh, Hui Shen 외 arxiv

Autoformalization, which translates natural language mathematics into formal statements to enable machine reasoning, faces fundamental challenges in the wild due to the multimodal nature of the physical world, where phys…

Generative Recursive Reasoning

2026-05-19 · Junyeob Baek, Mingyu Jo, Minsu Kim, Mengye Ren 외 arxiv

How should future neural reasoning systems implement extended computation? Recursive Reasoning Models (RRMs) offer a promising alternative to autoregressive sequence extension by performing iterative latent-state refinem…