paper-with-me

홈 › Papers

Unlocking Large Language Model's Planning Capabilities with Maximum Diversity Fine-tuning

2024-06-15 · Wenjun Li, Changyu Chen, Pradeep Varakantham

Large language models (LLMs) have demonstrated impressive task-solving capabilities, achieved through either prompting techniques or system designs. However, concerns have arisen regarding their proficiency in planning tasks, as they often struggle to generate valid plans. This paper investigates the impact of fine-tuning on LLMs' planning capabilities. Our findings indicate that LLMs can achieve good performance in planning through substantial (thousands of specific examples) fine-tuning. However, fine-tuning is associated with significant economic and computational costs. To address this challenge, we propose the Maximum Diversity Fine-Tuning (MDFT) strategy to improve the sample efficiency of fine-tuning in the planning domain. Specifically, our algorithm, referred to as MDFT-g, encodes the planning task instances with their graph representations and selects a subset of samples in the vector space that maximizes data diversity. We empirically demonstrate that MDFT-g consistently outperforms existing baselines at various scales across multiple benchmark domains.

📄 PDF Abstract BibTeX arXiv:2406.10479

Code (0)

등록된 구현이 없습니다.

Tasks

Diversityvalid

Similar Papers 제목 키워드 기반

Language and Planning in Robotic Navigation: A Multilingual Evaluation of State-of-the-Art Models

2025-01-07 · Malak Mansour, Ahmed Aly, Bahey Tharwat, Sarim Hashmi 외

Large Language Models (LLMs) such as GPT-4, trained on huge amount of datasets spanning multiple domains, exhibit significant reasoning, understanding, and planning capabilities across various tasks. This study presents …

Instruction FollowingVision and Language Navigation

Unlocking the Future: Exploring Look-Ahead Planning Mechanistic Interpretability in Large Language Models

2024-06-23 · Tianyi Men, Pengfei Cao, Zhuoran Jin, Yubo Chen 외

Planning, as the core module of agents, is crucial in various fields such as embodied agents, web navigation, and tool using. With the development of large language models (LLMs), some researchers treat large language mo…

Mosaic: Unlocking Long-Context Inference for Diffusion LLMs via Global Memory Planning and Dynamic Peak Taming

2026-01-10 · Liang Zheng, Bowen Shi, Yitao Hu, Jiawei Zhang 외 arxiv

Diffusion-based large language models (dLLMs) have emerged as a promising paradigm, utilizing simultaneous denoising to enable global planning and iterative refinement. While these capabilities are particularly advantage…

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…

Mastering Board Games by External and Internal Planning with Language Models

2024-12-02 · John Schultz, Jakub Adamek, Matej Jusup, Marc Lanctot 외

Advancing planning and reasoning capabilities of Large Language Models (LLMs) is one of the key prerequisites towards unlocking their potential for performing reliably in complex and impactful domains. In this paper, we …

Board GamesLanguage ModelingLanguage ModellingQuestion Answering+1