paper-with-me

홈 › Papers

DynaThink: Fast or Slow? A Dynamic Decision-Making Framework for Large Language Models

2024-07-01 · Jiabao Pan, Yan Zhang, Chen Zhang, Zuozhu Liu, Hongwei Wang, Haizhou Li

Large language models (LLMs) have demonstrated emergent capabilities across diverse reasoning tasks via popular Chains-of-Thought (COT) prompting. However, such a simple and fast COT approach often encounters limitations in dealing with complicated problems, while a thorough method, which considers multiple reasoning pathways and verifies each step carefully, results in slower inference. This paper addresses the challenge of enabling LLMs to autonomously select between fast and slow inference methods, thereby optimizing both efficiency and effectiveness. We introduce a dynamic decision-making framework that categorizes tasks into two distinct pathways: 'Fast', designated for tasks where the LLM quickly identifies a high-confidence solution, and 'Slow', allocated for tasks that the LLM perceives as complex and for which it has low confidence in immediate solutions as well as requiring more reasoning paths to verify. Experiments on five popular reasoning benchmarks demonstrated the superiority of the DynaThink over baselines.

📄 PDF Abstract BibTeX arXiv:2407.01009

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

FASIONAD : FAst and Slow FusION Thinking Systems for Human-Like Autonomous Driving with Adaptive Feedback

2024-11-27 · Kangan Qian, Zhikun Ma, Yangfan He, Ziang Luo 외

Ensuring safe, comfortable, and efficient navigation is a critical goal for autonomous driving systems. While end-to-end models trained on large-scale datasets excel in common driving scenarios, they often struggle with …

Autonomous DrivingDecision Making

Spiking Nonlinear Opinion Dynamics (S-NOD) for Agile Decision-Making

2024-09-18 · Charlotte Cathcart, Ian Xul Belaustegui, Alessio Franci, Naomi Ehrich Leonard

We present, analyze, and illustrate a first-of-its-kind model of two-dimensional excitable (spiking) dynamics for decision-making over two options. The model, Spiking Nonlinear Opinion Dynamics (S-NOD), provides superior…

Decision MakingRobot Navigation

Faster Reinforcement Learning by Freezing Slow States

2023-01-03 · Yijia Wang, Daniel R. Jiang

We study infinite horizon Markov decision processes (MDPs) with "fast-slow" structure, where some state variables evolve rapidly ("fast states") while others change more gradually ("slow states"). Such structure is commo…

reinforcement-learningReinforcement Learning

Economic model predictive control of integrated energy systems: A multi-time-scale framework

2022-05-20 · Long Wu, Xunyuan Yin, Lei Pan, Jinfeng Liu

In this work, a composite economic model predictive control (CEMPC) is proposed for the optimal operation of a stand-alone integrated energy system (IES). Time-scale multiplicity exists in IESs dynamics is taken into acc…

Decision MakingModel Predictive Control

DSADF: Thinking Fast and Slow for Decision Making

2025-05-13 · Alex Zhihao Dou, Dongfei Cui, Jun Yan, Weida Wang 외

Although Reinforcement Learning (RL) agents are effective in well-defined environments, they often struggle to generalize their learned policies to dynamic settings due to their reliance on trial-and-error interactions. …

Decision MakingReinforcement Learning (RL)