English

Learning to Reason from Feedback at Test-Time

Machine Learning 2025-05-30 v2 Artificial Intelligence Computation and Language

Abstract

Solving complex tasks in a single attempt is challenging for large language models (LLMs). Iterative interaction with the environment and feedback is often required to achieve success, making effective feedback utilization a critical topic. Existing approaches either struggle with length generalization or rely on naive retries without leveraging prior information. In this paper, we introduce FTTT, a novel paradigm that formulates feedback utilization as an optimization problem at test time. Additionally, we propose a learnable test-time optimizer, OpTune, to effectively exploit feedback. Experiments on two LLMs across four reasoning datasets demonstrate that FTTT and OpTune achieve superior scalability and performance.

Keywords

Cite

@article{arxiv.2502.15771,
  title  = {Learning to Reason from Feedback at Test-Time},
  author = {Yanyang Li and Michael Lyu and Liwei Wang},
  journal= {arXiv preprint arXiv:2502.15771},
  year   = {2025}
}

Comments

ACL 2025 Main; Project Page: https://github.com/LaVi-Lab/FTTT

R2 v1 2026-06-28T21:53:16.473Z