ROAICLLGFeb 4, 2025

AdaptBot: Combining LLM with Knowledge Graphs and Human Input for Generic-to-Specific Task Decomposition and Knowledge Refinement

arXiv:2502.02067v27 citationsh-index: 9ICRA
Originality Incremental advance
AI Analysis

This addresses the challenge of task adaptation for robots in dynamic environments, though it is incremental as it builds on existing LLM and knowledge graph methods.

The paper tackles the problem of enabling embodied agents to complete new tasks without extensive training by combining LLM predictions with knowledge graphs and human input, demonstrating substantial performance gains in cooking and cleaning simulations compared to using LLM alone.

An embodied agent assisting humans is often asked to complete new tasks, and there may not be sufficient time or labeled examples to train the agent to perform these new tasks. Large Language Models (LLMs) trained on considerable knowledge across many domains can be used to predict a sequence of abstract actions for completing such tasks, although the agent may not be able to execute this sequence due to task-, agent-, or domain-specific constraints. Our framework addresses these challenges by leveraging the generic predictions provided by LLM and the prior domain knowledge encoded in a Knowledge Graph (KG), enabling an agent to quickly adapt to new tasks. The robot also solicits and uses human input as needed to refine its existing knowledge. Based on experimental evaluation in the context of cooking and cleaning tasks in simulation domains, we demonstrate that the interplay between LLM, KG, and human input leads to substantial performance gains compared with just using the LLM. Project website§: https://sssshivvvv.github.io/adaptbot/

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