paper-with-me

홈 › Papers

Bridging the Reasoning Gap: Small LLMs Can Plan with Generalised Strategies

2025-01-31 · Andrey Borro, Patricia J Riddle, Michael W Barley, Michael J Witbrock

Recent advancements in the reasoning skills of Large Language Models (LLMs) demonstrate an increase in the ability of LLMs to solve simple planning tasks. However, as long as the driving force behind improved reasoning capability is the size and complexity of the model, the financial and computational costs associated with running them will also increase. This trend raises questions about continued accessibility and whether these improvements will increase at the same pace as models continue to grow in size and expense. We propose two approaches to enhance the reasoning ability of less resource-intensive LLMs. (1) Provide them with a generalised strategy for solving tasks within a given domain, generated by a more resource-intensive LLM. (2) Exploit their cost-effectiveness by iteratively prompting these models to correct errors in their proposed solutions. Our empirical results from planning and mathematical reasoning tasks demonstrate that these methods improve the performance of less resource-intensive LLMs to levels comparable with their more resource-intensive counterparts, at a fraction of the cost. Additionally, we show that the utilisation of generalised strategies in our experiments reduced the cost of the less resource-intensive model by nearly 30 percent on average.

📄 PDF Abstract BibTeX arXiv:2501.18817

Code (1)

andrey-borro/reasoning-gap 공식 구현

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

ReasoningRec: Bridging Personalized Recommendations and Human-Interpretable Explanations through LLM Reasoning

2024-10-30 · Millennium Bismay, Xiangjue Dong, James Caverlee

This paper presents ReasoningRec, a reasoning-based recommendation framework that leverages Large Language Models (LLMs) to bridge the gap between recommendations and human-interpretable explanations. In contrast to conv…

Recommendation Systems

Drive-R1: Bridging Reasoning and Planning in VLMs for Autonomous Driving with Reinforcement Learning

2025-06-23 · Yue Li, Meng Tian, Dechang Zhu, Jiangtong Zhu 외

Large vision-language models (VLMs) for autonomous driving (AD) are evolving beyond perception and cognition tasks toward motion planning. However, we identify two critical challenges in this direction: (1) VLMs tend to …

Autonomous DrivingMotion Planning

ASNets: Deep Learning for Generalised Planning

2019-08-04 · Sam Toyer, Felipe Trevizan, Sylvie Thiébaux, Lexing Xie

In this paper, we discuss the learning of generalised policies for probabilistic and classical planning problems using Action Schema Networks (ASNets). The ASNet is a neural network architecture that exploits the relatio…

Deep LearningHeuristic Search

Action Schema Networks: Generalised Policies with Deep Learning

2017-09-13 · Sam Toyer, Felipe Trevizan, Sylvie Thiébaux, Lexing Xie

In this paper, we introduce the Action Schema Network (ASNet): a neural network architecture for learning generalised policies for probabilistic planning problems. By mimicking the relational structure of planning proble…

Deep Learning

Deep Learning for Generalised Planning with Background Knowledge

2024-10-10 · Dillon Z. Chen, Rostislav Horčík, Gustav Šír

Automated planning is a form of declarative problem solving which has recently drawn attention from the machine learning (ML) community. ML has been applied to planning either as a way to test `reasoning capabilities' of…

Deep Learning