Reply to all reviewers
As the discussion period ends soon, we briefly summarize the main review comments along with our responses.
The reviewers have highlighted several key strengths in our research:
* **Novel Approach**: All reviewers acknowledge and appreciate the novelty in our planning approach with LLM, particularly in its utilization as part of a search algorithm rather than using LLM solely as a policy.
* **Better Performance**: Reviewers 3x3m, jShB, Mf2f, and euNw highlighted our method's superior performance over existing techniques in object rearrangement tasks.
* **Comprehensive Evaluation**: Reviewers jShB and RKS5 appreciate our thorough evaluation, encompassing a broad range of tasks, including simple tasks, compositional tasks, and both in-distribution and out-of-distribution tasks.
* **Insightful Ablation Study**: Reviewers 3x3m, jShB, RKS5, and Mf2f appreciate our ablation study and analysis for providing good insights into the effective components of our methodology and areas where there is room for improvement.
We have made detailed responses to clarify the reviewers’ concerns:
* One review (RKS5) misunderstood our paper’s main contribution and stated that our paper relies mainly on ideas from Li et al. [1]. Our research utilizes GPT-3.5 as a commonsense world model for model-based search with MCTS, while Li et al. [1] use behavior cloning to finetune GPT-2 as a model-free policy. There are fundamental differences between the model-based and the model-free approaches, conceptually and algorithmically. Details are presented in our global response.
* **Domain and tasks in experiments**. We mainly solve object rearrangement tasks as it has many useful and practical purposes in daily life, and our experiments investigate a fairly large set of planning capabilities required in embodied AI. Virtualhome is also a well-established platform used in many prior works. See the full answer in our global response.
* **Runtime performance**. Our study shows the trade-off between accuracy and efficiency and explores the feasibility of our approach. We also introduced various potential methods that could enhance the runtime performance, which is interesting for future research. See the full answer in our global responses.
* **LLM’s world model v.s. LLM policy**. Reviewer 3x3m suggests we ground "LLM has more comprehensive knowledge about world modeling than policy" more firmly in experimental results. We conducted additional experiments about planning for air travel from a starting city to a destination city, which we analyzed in our introduction. Our preliminary result suggests that GPT-3.5’s world model + shortest path algorithm achieved 63.5% accuracy, higher than the 50.4% accuracy achieved by the GPT-3.5 policy. It is a side finding of our paper that supplements the central argument. See the full answer in our reply to the reviewer 3x3m.
* **large belief state**. In the latest reply message, reviewer RKS5 misunderstood our point and stated that our method cannot scale up to a large state belief. Classical methods, such as PUCT (in Table 2, LLM-MCTS Uniform State Prior), struggle with large belief states. However, RKS5 seemed to miss out on the fact that we use LLM to provide a prior that effectively narrows down the belief space for search in a large domain, which is reflected in our ablation study (Table 2). This is a key contribution of our work that is clearly claimed in the paper. Details are in our reply message to RKS5.
* **Code**. Reviewer RKS5 wishes to see our code. We have shared our implementation with the AC via a private message.
[1] S. Li et al., “Pre-trained language models for interactive decision-making,” Neurips 2022.