CLAIOct 1, 2023

Adaptive-Solver Framework for Dynamic Strategy Selection in Large Language Model Reasoning

arXiv:2310.01446v224 citationsh-index: 20Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of computational inefficiency and sub-optimal performance in LLM reasoning for AI researchers and practitioners, offering a domain-specific improvement.

The paper tackles the inflexibility of LLM reasoning methods by introducing an Adaptive-Solver framework that dynamically selects strategies based on problem complexity, reducing API costs by up to 85% while maintaining performance or improving accuracy by up to 4.5% at the same cost.

Large Language Models (LLMs) demonstrate impressive ability in handling reasoning tasks. However, unlike humans who can instinctively adapt their problem-solving strategies to the complexity of task, most LLM-based methods adopt a one-size-fits-all approach. These methods employ consistent models, sample sizes, prompting methods and levels of problem decomposition, regardless of the problem complexity. The inflexibility of these methods can bring unnecessary computational overhead or sub-optimal performance. To address this limitation, we introduce an Adaptive-Solver (AS) framework tha dynamically adapts solving strategies to suit various problems, enabling the flexible allocation of test-time computational resources. The framework functions with two primary modules. The initial evaluation module assesses the reliability of the current solution using answer consistency. If the solution is deemed unreliable, the subsequent adaptation module comes into play. Within this module, various types of adaptation strategies are employed collaboratively. Through such dynamic and multi-faceted adaptations, our framework can help reduce computational consumption and improve performance. Experimental results from complex reasoning benchmarks reveal that our method can significantly reduce API costs (up to 85%) while maintaining original performance. Alternatively, it achieves up to 4.5% higher accuracy compared to the baselines at the same cost. The code and dataset are available at https://github.com/john1226966735/Adaptive-Solver.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes