English

Recursive Think-Answer Process for LLMs and VLMs

Computation and Language 2026-03-04 v2

Abstract

Think-Answer reasoners such as DeepSeek-R1 have made notable progress by leveraging interpretable internal reasoning. However, despite the frequent presence of self-reflective cues like "Oops!", they remain vulnerable to output errors during single-pass inference. To address this limitation, we propose an efficient Recursive Think-Answer Process (R-TAP) that enables models to engage in iterative reasoning cycles and generate more accurate answers, going beyond conventional single-pass approaches. Central to this approach is a confidence generator that evaluates the certainty of model responses and guides subsequent improvements. By incorporating two complementary rewards-Recursively Confidence Increase Reward and Final Answer Confidence Reward-we show that R-TAP-enhanced models consistently outperform conventional single-pass methods for both large language models (LLMs) and vision-language models (VLMs). Moreover, by analyzing the frequency of "Oops"-like expressions in model responses, we find that R-TAP-applied models exhibit significantly fewer self-reflective patterns, resulting in more stable and faster inference-time reasoning. We hope R-TAP pave the way evolving into efficient and elaborated methods to refine the reasoning processes of future AI.

Keywords

Cite

@article{arxiv.2603.02099,
  title  = {Recursive Think-Answer Process for LLMs and VLMs},
  author = {Byung-Kwan Lee and Youngchae Chee and Yong Man Ro},
  journal= {arXiv preprint arXiv:2603.02099},
  year   = {2026}
}

Comments

CVPR 2026 Findings, Project page: https://litcoderr.github.io/rtap_page/

R2 v1 2026-07-01T10:59:35.208Z