RecipeMasterLLM: Revisiting RoboEarth in the Era of Large Language Models
About
RoboEarth was a pioneering initiative in cloud robotics, establishing a foundational framework for robots to share and exchange knowledge about actions, objects, and environments through a standardized knowledge graph. Initially, this knowledge was predominantly hand-crafted by engineers using RDF triples within OWL Ontologies, with updates, such as changes in an object's pose, being asserted by the robot's control and perception routines. However, with the advent and rapid development of Large Language Models (LLMs), we believe that the process of knowledge acquisition can be significantly automated. To this end, we propose RecipeMasterLLM, a high-level planner, that generates OWL action ontologies based on a standardized knowledge graph in response to user prompts. This architecture leverages a fine-tuned LLM specifically trained to understand and produce action descriptions consistent with the RoboEarth standardized knowledge graph. Moreover, during the Retrieval-Augmented Generation (RAG) phase, environmental knowledge is supplied to the LLM to enhance its contextual understanding and improve the accuracy of the generated action descriptions.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Robot Task Planning | AI2-THOR Simple tasks | Success Rate87.1 | 2 | |
| Robot Task Planning | AI2-THOR Compound tasks | Success Rate74.5 | 2 | |
| Robot Task Planning | AI2-THOR Complex tasks | Success Rate78.1 | 2 | |
| Robot Task Planning | AI2-THOR Elemental tasks | Success Rate94 | 2 |