paper-with-me

홈 › Papers

ISR-LLM: Iterative Self-Refined Large Language Model for Long-Horizon Sequential Task Planning

2023-08-26 · Zhehua Zhou, Jiayang Song, Kunpeng Yao, Zhan Shu, Lei Ma

Motivated by the substantial achievements observed in Large Language Models (LLMs) in the field of natural language processing, recent research has commenced investigations into the application of LLMs for complex, long-horizon sequential task planning challenges in robotics. LLMs are advantageous in offering the potential to enhance the generalizability as task-agnostic planners and facilitate flexible interaction between human instructors and planning systems. However, task plans generated by LLMs often lack feasibility and correctness. To address this challenge, we introduce ISR-LLM, a novel framework that improves LLM-based planning through an iterative self-refinement process. The framework operates through three sequential steps: preprocessing, planning, and iterative self-refinement. During preprocessing, an LLM translator is employed to convert natural language input into a Planning Domain Definition Language (PDDL) formulation. In the planning phase, an LLM planner formulates an initial plan, which is then assessed and refined in the iterative self-refinement step by using a validator. We examine the performance of ISR-LLM across three distinct planning domains. The results show that ISR-LLM is able to achieve markedly higher success rates in task accomplishments compared to state-of-the-art LLM-based planners. Moreover, it also preserves the broad applicability and generalizability of working with natural language instructions.

📄 PDF Abstract BibTeX arXiv:2308.13724

Code (2)

zhehuazhou/isr-llm 공식 구현
MindCode-4/code-12/tree/main/isr mindspore

Tasks

Language ModelingLanguage ModellingLarge Language ModelTask Planning

Similar Papers 제목 키워드 기반

Evolving LLMs' Self-Refinement Capability via Iterative Preference Optimization

2025-02-08 · Yongcheng Zeng, Xinyu Cui, Xuanfa Jin, Guoqing Liu 외

While large language models (LLMs) have demonstrated remarkable general performance, enabling smaller models to achieve capabilities comparable to their larger counterparts remains a critical challenge. For humans, itera…

GSM8KMathMathematical ReasoningQuestion Answering

OpenVLThinker: An Early Exploration to Complex Vision-Language Reasoning via Iterative Self-Improvement

2025-03-21 · Yihe Deng, Hritik Bansal, Fan Yin, Nanyun Peng 외

Recent advancements demonstrated by DeepSeek-R1 have shown that complex reasoning abilities in large language models (LLMs), including sophisticated behaviors such as self-verification and self-correction, can be achieve…

Multimodal ReasoningReinforcement Learning (RL)

ReHear: Iterative Pseudo-Label Refinement for Semi-Supervised Speech Recognition via Audio Large Language Models

2026-02-21 · Zefang Liu, Chenyang Zhu, Sangwoo Cho, Shi-Xiong Zhang arxiv

Semi-supervised learning in automatic speech recognition (ASR) typically relies on pseudo-labeling, which often suffers from confirmation bias and error accumulation due to noisy supervision. To address this limitation, …

Speech Recognition

UICoder: Finetuning Large Language Models to Generate User Interface Code through Automated Feedback

2024-06-11 · Jason Wu, Eldon Schoop, Alan Leung, Titus Barik 외

Large language models (LLMs) struggle to consistently generate UI code that compiles and produces visually relevant designs. Existing approaches to improve generation rely on expensive human feedback or distilling a prop…

GPT-4 Jailbreaks Itself with Near-Perfect Success Using Self-Explanation

2024-05-21 · Govind Ramesh, Yao Dou, Wei Xu

Research on jailbreaking has been valuable for testing and understanding the safety and security issues of large language models (LLMs). In this paper, we introduce Iterative Refinement Induced Self-Jailbreak (IRIS), a n…