paper-with-me

홈 › Papers

SMART: Self-learning Meta-strategy Agent for Reasoning Tasks

2024-10-21 · Rongxing Liu, Kumar Shridhar, Manish Prajapat, Patrick Xia, Mrinmaya Sachan

Tasks requiring deductive reasoning, especially those involving multiple steps, often demand adaptive strategies such as intermediate generation of rationales or programs, as no single approach is universally optimal. While Language Models (LMs) can enhance their outputs through iterative self-refinement and strategy adjustments, they frequently fail to apply the most effective strategy in their first attempt. This inefficiency raises the question: Can LMs learn to select the optimal strategy in the first attempt, without a need for refinement? To address this challenge, we introduce SMART (Self-learning Meta-strategy Agent for Reasoning Tasks), a novel framework that enables LMs to autonomously learn and select the most effective strategies for various reasoning tasks. We model the strategy selection process as a Markov Decision Process and leverage reinforcement learning-driven continuous self-improvement to allow the model to find the suitable strategy to solve a given task. Unlike traditional self-refinement methods that rely on multiple inference passes or external feedback, SMART allows an LM to internalize the outcomes of its own reasoning processes and adjust its strategy accordingly, aiming for correct solutions on the first attempt. Our experiments across various reasoning datasets and with different model architectures demonstrate that SMART significantly enhances the ability of models to choose optimal strategies without external guidance (+15 points on the GSM8K dataset). By achieving higher accuracy with a single inference pass, SMART not only improves performance but also reduces computational costs for refinement-based strategies, paving the way for more efficient and intelligent reasoning in LMs.

📄 PDF Abstract BibTeX arXiv:2410.16128

Code (1)

kumar-shridhar/smart 공식 구현

Tasks

GSM8KSelf-Learning

Similar Papers 제목 키워드 기반

SMART: Self-Aware Agent for Tool Overuse Mitigation

2025-02-17 · Cheng Qian, Emre Can Acikgoz, Hongru Wang, Xiusi Chen 외

Current Large Language Model (LLM) agents demonstrate strong reasoning and tool use capabilities, but often lack self-awareness, failing to balance these approaches effectively. This imbalance leads to Tool Overuse, wher…

GSM8KLarge Language Model

UserCentrix: An Agentic Memory-augmented AI Framework for Smart Spaces

2025-05-01 · Alaa Saleh, Sasu Tarkoma, Praveen Kumar Donta, Naser Hossein Motlagh 외

Agentic AI, with its autonomous and proactive decision-making, has transformed smart environments. By integrating Generative AI (GenAI) and multi-agent systems, modern AI frameworks can dynamically adapt to user preferen…

Decision MakingLarge Language ModelManagement

MARCO: Meta-Reflection with Cross-Referencing for Code Reasoning

2025-05-23 · Yusheng Zhao, Xiao Luo, Weizhi Zhang, Wei Ju 외

The ability to reason is one of the most fundamental capabilities of large language models (LLMs), enabling a wide range of downstream tasks through sophisticated problem-solving. A critical aspect of this is code reason…

Logical Reasoning

MetaAgent: Toward Self-Evolving Agent via Tool Meta-Learning

2025-08-01 · Hongjin Qian, Zheng Liu arxiv

In this work, we propose MetaAgent, an agentic paradigm inspired by the principle of learning-by-doing, where expertise is developed through hands-on practice and continual self-improvement. MetaAgent starts with a minim…

SMaRT: Select, Mix, and ReinvenT -- A Strategy Fusion Framework for LLM-Driven Reasoning and Planning

2025-10-20 · Nikhil Verma, Manasa Bharadwaj, Wonjun Jang, Harmanpreet Singh 외 arxiv

Large Language Models (LLMs) have redefined complex task automation with exceptional generalization capabilities. Despite these advancements, state-of-the-art methods rely on single-strategy prompting, missing the synerg…